Pull request #42674 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 1b8db067856387b4cc80bd5813993475382993b6+8fa6126f75f255805fb7f6ffa716d03b4cc7f76d (7ca14c5c4658e0939ffb5389951cb73fba1333c7) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-42674@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-09-02T19:23:56.873Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-09-02T19:23:56.880Z] Trying to pass milestone 17 [Pipeline] milestone [2021-09-02T19:23:56.940Z] Trying to pass milestone 18 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-09-02T19:23:57.101Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d7e67b56ecec0ed2) in /home/ubuntu/workspace/moby_PR-42674 [Pipeline] { [Pipeline] checkout [2021-09-02T19:23:57.133Z] The recommended git tool is: git [2021-09-02T19:23:57.140Z] using credential docker-jenkins-github-credentials [2021-09-02T19:23:57.147Z] Cloning the remote Git repository [2021-09-02T19:23:57.147Z] Cloning with configured refspecs honoured and without tags [2021-09-02T19:23:57.191Z] Cloning repository https://github.com/moby/moby.git [2021-09-02T19:23:57.191Z] > git init /home/ubuntu/workspace/moby_PR-42674 # timeout=10 [2021-09-02T19:23:57.208Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:23:57.208Z] > git --version # timeout=10 [2021-09-02T19:23:57.213Z] > git --version # 'git version 2.17.1' [2021-09-02T19:23:57.213Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:23:57.213Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:24:11.844Z] Fetching without tags [2021-09-02T19:24:12.095Z] Merging remotes/origin/master commit 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d into PR head commit 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:24:12.582Z] Merge succeeded, producing 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:24:12.582Z] Checking out Revision 1b8db067856387b4cc80bd5813993475382993b6 (PR-42674) [2021-09-02T19:24:11.817Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:24:11.820Z] > git config --add remote.origin.fetch +refs/pull/42674/head:refs/remotes/origin/PR-42674 # timeout=10 [2021-09-02T19:24:11.828Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:24:11.833Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:24:11.843Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:24:11.843Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:24:11.843Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:24:12.094Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:24:12.101Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:24:12.556Z] > git remote # timeout=10 [2021-09-02T19:24:12.559Z] > git config --get remote.origin.url # timeout=10 [2021-09-02T19:24:12.568Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:24:12.569Z] > git merge 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d # timeout=10 [2021-09-02T19:24:12.575Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-02T19:24:12.581Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:24:12.588Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:24:13.123Z] Commit message: "Dockerfile: update gotestsum to v1.7.0" [2021-09-02T19:24:13.130Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-02T19:24:13.836Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42674:/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-09-02T19:24:13.122Z] > git rev-list --no-walk 0be9f547c86423c4c88ec4552ca0f55bbe65186e # timeout=10 [2021-09-02T19:24:16.352Z] 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 [2021-09-02T19:24:16.853Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d7e67b56ecec0ed2) in /home/ubuntu/workspace/moby_PR-42674 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2021-09-02T19:24:16.927Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2021-09-02T19:24:16.980Z] using credential docker-jenkins-github-credentials [2021-09-02T19:24:16.991Z] Fetching changes from the remote Git repository [Pipeline] // stage [2021-09-02T19:24:16.995Z] Fetching without tags [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 [2021-09-02T19:24:17.245Z] Merging remotes/origin/master commit 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d into PR head commit 1b8db067856387b4cc80bd5813993475382993b6 [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-09-02T19:24:17.365Z] Merge succeeded, producing 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:24:17.366Z] Checking out Revision 1b8db067856387b4cc80bd5813993475382993b6 (PR-42674) [2021-09-02T19:24:17.419Z] Commit message: "Dockerfile: update gotestsum to v1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-02T19:24:16.982Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42674/.git # timeout=10 [2021-09-02T19:24:16.989Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:24:16.993Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:24:16.994Z] > git --version # timeout=10 [2021-09-02T19:24:16.996Z] > git --version # 'git version 2.17.1' [2021-09-02T19:24:16.996Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:24:16.996Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:24:17.286Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:24:17.289Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:24:17.335Z] > git remote # timeout=10 [2021-09-02T19:24:17.342Z] > git config --get remote.origin.url # timeout=10 [2021-09-02T19:24:17.344Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:24:17.345Z] > git merge 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d # timeout=10 [2021-09-02T19:24:17.356Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-02T19:24:17.365Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:24:17.370Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:24:18.129Z] + [ PR != PR ] [2021-09-02T19:24:18.129Z] + [ master != master ] [2021-09-02T19:24:18.129Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-02T19:24:18.487Z] + docker version [2021-09-02T19:24:18.487Z] Client: Docker Engine - Community [2021-09-02T19:24:18.487Z] Version: 20.10.6 [2021-09-02T19:24:18.487Z] API version: 1.41 [2021-09-02T19:24:18.487Z] Go version: go1.13.15 [2021-09-02T19:24:18.487Z] Git commit: 370c289 [2021-09-02T19:24:18.487Z] Built: Fri Apr 9 22:46:01 2021 [2021-09-02T19:24:18.487Z] OS/Arch: linux/amd64 [2021-09-02T19:24:18.487Z] Context: default [2021-09-02T19:24:18.487Z] Experimental: true [2021-09-02T19:24:18.487Z] [2021-09-02T19:24:18.487Z] Server: Docker Engine - Community [2021-09-02T19:24:18.487Z] Engine: [2021-09-02T19:24:18.487Z] Version: 20.10.6 [2021-09-02T19:24:18.487Z] API version: 1.41 (minimum version 1.12) [2021-09-02T19:24:18.487Z] Go version: go1.13.15 [2021-09-02T19:24:18.487Z] Git commit: 8728dd2 [2021-09-02T19:24:18.487Z] Built: Fri Apr 9 22:44:13 2021 [2021-09-02T19:24:18.487Z] OS/Arch: linux/amd64 [2021-09-02T19:24:18.487Z] Experimental: true [2021-09-02T19:24:18.487Z] containerd: [2021-09-02T19:24:18.487Z] Version: 1.4.6 [2021-09-02T19:24:18.487Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-02T19:24:18.487Z] runc: [2021-09-02T19:24:18.487Z] Version: 1.0.0-rc95 [2021-09-02T19:24:18.487Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-02T19:24:18.487Z] docker-init: [2021-09-02T19:24:18.487Z] Version: 0.19.0 [2021-09-02T19:24:18.487Z] GitCommit: de40ad0 [Pipeline] sh [2021-09-02T19:24:18.807Z] + docker info [2021-09-02T19:24:19.733Z] Client: [2021-09-02T19:24:19.733Z] Context: default [2021-09-02T19:24:19.733Z] Debug Mode: false [2021-09-02T19:24:19.733Z] Plugins: [2021-09-02T19:24:19.733Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-09-02T19:24:19.733Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-09-02T19:24:19.733Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-09-02T19:24:19.733Z] [2021-09-02T19:24:19.733Z] Server: [2021-09-02T19:24:19.733Z] Containers: 0 [2021-09-02T19:24:19.733Z] Running: 0 [2021-09-02T19:24:19.733Z] Paused: 0 [2021-09-02T19:24:19.733Z] Stopped: 0 [2021-09-02T19:24:19.733Z] Images: 3 [2021-09-02T19:24:19.733Z] Server Version: 20.10.6 [2021-09-02T19:24:19.733Z] Storage Driver: overlay2 [2021-09-02T19:24:19.733Z] Backing Filesystem: extfs [2021-09-02T19:24:19.733Z] Supports d_type: true [2021-09-02T19:24:19.733Z] Native Overlay Diff: true [2021-09-02T19:24:19.733Z] userxattr: false [2021-09-02T19:24:19.733Z] Logging Driver: json-file [2021-09-02T19:24:19.733Z] Cgroup Driver: cgroupfs [2021-09-02T19:24:19.733Z] Cgroup Version: 1 [2021-09-02T19:24:19.733Z] Plugins: [2021-09-02T19:24:19.733Z] Volume: local [2021-09-02T19:24:19.733Z] Network: bridge host ipvlan macvlan null overlay [2021-09-02T19:24:19.733Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-09-02T19:24:19.733Z] Swarm: inactive [2021-09-02T19:24:19.733Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-09-02T19:24:19.733Z] Default Runtime: runc [2021-09-02T19:24:19.733Z] Init Binary: docker-init [2021-09-02T19:24:19.733Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-02T19:24:19.733Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-02T19:24:19.733Z] init version: de40ad0 [2021-09-02T19:24:19.733Z] Security Options: [2021-09-02T19:24:19.733Z] apparmor [2021-09-02T19:24:19.733Z] seccomp [2021-09-02T19:24:19.733Z] Profile: default [2021-09-02T19:24:19.733Z] Kernel Version: 5.4.0-1048-aws [2021-09-02T19:24:19.733Z] Operating System: Ubuntu 18.04.5 LTS [2021-09-02T19:24:19.733Z] OSType: linux [2021-09-02T19:24:19.733Z] Architecture: x86_64 [2021-09-02T19:24:19.733Z] CPUs: 2 [2021-09-02T19:24:19.733Z] Total Memory: 7.569GiB [2021-09-02T19:24:19.733Z] Name: ip-10-100-95-187 [2021-09-02T19:24:19.733Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-09-02T19:24:19.733Z] Docker Root Dir: /var/lib/docker [2021-09-02T19:24:19.733Z] Debug Mode: false [2021-09-02T19:24:19.733Z] Registry: https://index.docker.io/v1/ [2021-09-02T19:24:19.733Z] Labels: [2021-09-02T19:24:19.733Z] Experimental: true [2021-09-02T19:24:19.733Z] Insecure Registries: [2021-09-02T19:24:19.733Z] 127.0.0.0/8 [2021-09-02T19:24:19.733Z] Live Restore Enabled: true [2021-09-02T19:24:19.733Z] [2021-09-02T19:24:19.733Z] WARNING: No swap limit support [Pipeline] sh [2021-09-02T19:24:20.052Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-02T19:24:20.052Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-02T19:24:20.052Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42674/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-09-02T19:24:20.052Z] + bash /home/ubuntu/workspace/moby_PR-42674/check-config.sh [2021-09-02T19:24:20.052Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-09-02T19:24:20.052Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-09-02T19:24:20.052Z] [2021-09-02T19:24:20.052Z] Generally Necessary: [2021-09-02T19:24:20.052Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-09-02T19:24:20.052Z] - apparmor: enabled and tools installed [2021-09-02T19:24:20.052Z] - CONFIG_NAMESPACES: enabled [2021-09-02T19:24:20.308Z] - CONFIG_NET_NS: enabled [2021-09-02T19:24:20.308Z] - CONFIG_PID_NS: enabled [2021-09-02T19:24:20.308Z] - CONFIG_IPC_NS: enabled [2021-09-02T19:24:20.308Z] - CONFIG_UTS_NS: enabled [2021-09-02T19:24:20.308Z] - CONFIG_CGROUPS: enabled [2021-09-02T19:24:20.308Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-09-02T19:24:20.308Z] - CONFIG_CGROUP_DEVICE: enabled [2021-09-02T19:24:20.308Z] - CONFIG_CGROUP_FREEZER: enabled [2021-09-02T19:24:20.308Z] - CONFIG_CGROUP_SCHED: enabled [2021-09-02T19:24:20.308Z] - CONFIG_CPUSETS: enabled [2021-09-02T19:24:20.308Z] - CONFIG_MEMCG: enabled [2021-09-02T19:24:20.308Z] - CONFIG_KEYS: enabled [2021-09-02T19:24:20.308Z] - CONFIG_VETH: enabled (as module) [2021-09-02T19:24:20.308Z] - CONFIG_BRIDGE: enabled (as module) [2021-09-02T19:24:20.308Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-09-02T19:24:20.308Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-09-02T19:24:20.308Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-09-02T19:24:20.308Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-09-02T19:24:20.308Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-09-02T19:24:20.308Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-09-02T19:24:20.308Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-09-02T19:24:20.308Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-09-02T19:24:20.308Z] - CONFIG_NF_NAT: enabled (as module) [2021-09-02T19:24:20.308Z] - CONFIG_POSIX_MQUEUE: enabled [2021-09-02T19:24:20.308Z] [2021-09-02T19:24:20.308Z] Optional Features: [2021-09-02T19:24:20.308Z] - CONFIG_USER_NS: enabled [2021-09-02T19:24:20.308Z] - CONFIG_SECCOMP: enabled [2021-09-02T19:24:20.308Z] - CONFIG_SECCOMP_FILTER: enabled [2021-09-02T19:24:20.308Z] - CONFIG_CGROUP_PIDS: enabled [2021-09-02T19:24:20.308Z] - CONFIG_MEMCG_SWAP: enabled [2021-09-02T19:24:20.308Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-09-02T19:24:20.308Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-09-02T19:24:20.308Z] - CONFIG_BLK_CGROUP: enabled [2021-09-02T19:24:20.308Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-09-02T19:24:20.308Z] - CONFIG_CGROUP_PERF: enabled [2021-09-02T19:24:20.308Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-09-02T19:24:20.308Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-09-02T19:24:20.308Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-09-02T19:24:20.308Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-09-02T19:24:20.308Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-09-02T19:24:20.308Z] - CONFIG_RT_GROUP_SCHED: missing [2021-09-02T19:24:20.308Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-09-02T19:24:20.308Z] - CONFIG_IP_VS: enabled (as module) [2021-09-02T19:24:20.308Z] - CONFIG_IP_VS_NFCT: enabled [2021-09-02T19:24:20.308Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-09-02T19:24:20.308Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-09-02T19:24:20.308Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-09-02T19:24:20.308Z] - CONFIG_SECURITY_SELINUX: enabled [2021-09-02T19:24:20.308Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-09-02T19:24:20.308Z] - CONFIG_EXT4_FS: enabled [2021-09-02T19:24:20.308Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-09-02T19:24:20.564Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-09-02T19:24:20.564Z] - Network Drivers: [2021-09-02T19:24:20.564Z] - "overlay": [2021-09-02T19:24:20.564Z] - CONFIG_VXLAN: enabled (as module) [2021-09-02T19:24:20.564Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-09-02T19:24:20.564Z] Optional (for encrypted networks): [2021-09-02T19:24:20.564Z] - CONFIG_CRYPTO: enabled [2021-09-02T19:24:20.564Z] - CONFIG_CRYPTO_AEAD: enabled [2021-09-02T19:24:20.564Z] - CONFIG_CRYPTO_GCM: enabled [2021-09-02T19:24:20.564Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-09-02T19:24:20.564Z] - CONFIG_CRYPTO_GHASH: enabled [2021-09-02T19:24:20.564Z] - CONFIG_XFRM: enabled [2021-09-02T19:24:20.564Z] - CONFIG_XFRM_USER: enabled (as module) [2021-09-02T19:24:20.564Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-09-02T19:24:20.564Z] - CONFIG_INET_ESP: enabled (as module) [2021-09-02T19:24:20.564Z] - "ipvlan": [2021-09-02T19:24:20.564Z] - CONFIG_IPVLAN: enabled (as module) [2021-09-02T19:24:20.564Z] - "macvlan": [2021-09-02T19:24:20.564Z] - CONFIG_MACVLAN: enabled (as module) [2021-09-02T19:24:20.564Z] - CONFIG_DUMMY: enabled (as module) [2021-09-02T19:24:20.564Z] - "ftp,tftp client in container": [2021-09-02T19:24:20.564Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-09-02T19:24:20.564Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-09-02T19:24:20.564Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-09-02T19:24:20.564Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-09-02T19:24:20.564Z] - Storage Drivers: [2021-09-02T19:24:20.564Z] - "aufs": [2021-09-02T19:24:20.564Z] - CONFIG_AUFS_FS: enabled (as module) [2021-09-02T19:24:20.564Z] - "btrfs": [2021-09-02T19:24:20.564Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-09-02T19:24:20.564Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-09-02T19:24:20.564Z] - "devicemapper": [2021-09-02T19:24:20.564Z] - CONFIG_BLK_DEV_DM: enabled [2021-09-02T19:24:20.564Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-09-02T19:24:20.564Z] - "overlay": [2021-09-02T19:24:20.564Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-09-02T19:24:20.564Z] - "zfs": [2021-09-02T19:24:20.564Z] - /dev/zfs: present [2021-09-02T19:24:20.564Z] - zfs command: missing [2021-09-02T19:24:20.564Z] - zpool command: missing [2021-09-02T19:24:20.564Z] [2021-09-02T19:24:20.564Z] Limits: [2021-09-02T19:24:20.564Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-09-02T19:24:20.564Z] [2021-09-02T19:24:20.564Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-09-02T19:24:20.895Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:1b8db067856387b4cc80bd5813993475382993b6 . [2021-09-02T19:24:20.895Z] #1 [internal] load build definition from Dockerfile [2021-09-02T19:24:20.895Z] #1 sha256:2709e0bfc94af1c771f487c304c3c26b2f82f612b43d68e45704d6234d876b9d [2021-09-02T19:24:20.895Z] #1 transferring dockerfile: 16.34kB done [2021-09-02T19:24:20.895Z] #1 DONE 0.0s [2021-09-02T19:24:20.895Z] [2021-09-02T19:24:20.895Z] #2 [internal] load .dockerignore [2021-09-02T19:24:20.895Z] #2 sha256:98fb7c2a3801a39c38262bc42662a3e5afb028eb040e19e7f44762a9fd22d8cc [2021-09-02T19:24:20.895Z] #2 transferring context: 87B done [2021-09-02T19:24:20.895Z] #2 DONE 0.0s [2021-09-02T19:24:20.895Z] [2021-09-02T19:24:20.895Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-09-02T19:24:20.895Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-09-02T19:24:21.150Z] #3 DONE 0.2s [2021-09-02T19:24:21.150Z] [2021-09-02T19:24:21.150Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-09-02T19:24:21.150Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-09-02T19:24:21.150Z] #4 CACHED [2021-09-02T19:24:21.406Z] [2021-09-02T19:24:21.406Z] #5 [internal] load .dockerignore [2021-09-02T19:24:21.406Z] #5 sha256:cd8aed220d7d5f0079b608791e8cdfe774b51bd391189e22787de69256343f51 [2021-09-02T19:24:21.406Z] #5 DONE 0.0s [2021-09-02T19:24:21.406Z] [2021-09-02T19:24:21.406Z] #6 [internal] load build definition from Dockerfile [2021-09-02T19:24:21.406Z] #6 sha256:3258387703896ddbbe33d2401bb7d732430daac65c27bc549d4bc6c433841b5f [2021-09-02T19:24:21.406Z] #6 DONE 0.0s [2021-09-02T19:24:21.406Z] [2021-09-02T19:24:21.406Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2021-09-02T19:24:21.406Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-09-02T19:24:21.406Z] #7 DONE 0.1s [2021-09-02T19:24:21.406Z] [2021-09-02T19:24:21.406Z] #8 [internal] load metadata for docker.io/library/golang:1.17.0-bullseye [2021-09-02T19:24:21.406Z] #8 sha256:0f294db75f3b6137b7b8d7f37315ee02a5d7cb71e1fcd1541f331a1a98b3ee60 [2021-09-02T19:24:21.406Z] #8 DONE 0.1s [2021-09-02T19:24:21.406Z] [2021-09-02T19:24:21.406Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-02T19:24:21.406Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-09-02T19:24:21.406Z] #9 DONE 0.1s [2021-09-02T19:24:21.406Z] [2021-09-02T19:24:21.406Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-02T19:24:21.406Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-02T19:24:21.406Z] #10 DONE 0.1s [2021-09-02T19:24:21.662Z] [2021-09-02T19:24:21.662Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:24:21.662Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:24:21.662Z] #11 DONE 0.0s [2021-09-02T19:24:21.662Z] [2021-09-02T19:24:21.663Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:24:21.663Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-02T19:24:21.663Z] #73 DONE 0.0s [2021-09-02T19:24:21.663Z] [2021-09-02T19:24:21.663Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:24:21.663Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-02T19:24:21.663Z] #71 DONE 0.0s [2021-09-02T19:24:21.663Z] [2021-09-02T19:24:21.663Z] #34 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-09-02T19:24:21.663Z] #34 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-09-02T19:24:21.663Z] #34 DONE 0.0s [2021-09-02T19:24:21.663Z] [2021-09-02T19:24:21.663Z] #31 [internal] load build context [2021-09-02T19:24:21.663Z] #31 sha256:312d6090b58827a735c350a6fa892affec82fd6e9b0241259495259939197f84 [2021-09-02T19:24:22.241Z] #31 ... [2021-09-02T19:24:22.241Z] [2021-09-02T19:24:22.241Z] #50 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-02T19:24:22.241Z] #50 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-02T19:24:22.241Z] #50 DONE 0.5s [2021-09-02T19:24:22.241Z] [2021-09-02T19:24:22.241Z] #31 [internal] load build context [2021-09-02T19:24:22.241Z] #31 sha256:312d6090b58827a735c350a6fa892affec82fd6e9b0241259495259939197f84 [2021-09-02T19:24:23.174Z] #31 transferring context: 55.48MB 1.3s done [2021-09-02T19:24:23.174Z] #31 DONE 1.4s [2021-09-02T19:24:23.174Z] [2021-09-02T19:24:23.174Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2021-09-02T19:24:23.174Z] #14 sha256:148a11f450d1205fbdcd68356c58f66ee6e8ed39fd149634c47f2b406717eb58 [2021-09-02T19:24:23.174Z] #14 CACHED [2021-09-02T19:24:23.174Z] [2021-09-02T19:24:23.174Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2021-09-02T19:24:23.174Z] #17 sha256:2cfa88d21461444e15e504467d84eedab044830d273df6c499a47206c8915595 [2021-09-02T19:24:23.174Z] #17 CACHED [2021-09-02T19:24:23.174Z] [2021-09-02T19:24:23.174Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-09-02T19:24:23.174Z] #12 sha256:3e5a887aace4623b000f1c96090222b5f9fd2f0d8f6b9deb271c2f1c6a5c33d1 [2021-09-02T19:24:23.174Z] #12 CACHED [2021-09-02T19:24:23.174Z] [2021-09-02T19:24:23.174Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2021-09-02T19:24:23.174Z] #15 sha256:f8764ae7eded29b3c28c4bdcc76e1b2e0b0e4a86fc2952b5eb33aa142c0a640a [2021-09-02T19:24:23.174Z] #15 CACHED [2021-09-02T19:24:23.174Z] [2021-09-02T19:24:23.174Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2021-09-02T19:24:23.174Z] #18 sha256:f7efcff945608cc363250df2f6a8580cb24afbed77538c5f85b83e6705f9682e [2021-09-02T19:24:23.174Z] #18 CACHED [2021-09-02T19:24:23.174Z] [2021-09-02T19:24:23.174Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2021-09-02T19:24:23.174Z] #16 sha256:52921e36ba1dd8b7fefdba8ab32a1102d123e2e41d620db39aa01e280ace2ad6 [2021-09-02T19:24:23.174Z] #16 CACHED [2021-09-02T19:24:23.174Z] [2021-09-02T19:24:23.174Z] #64 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:24:23.174Z] #64 sha256:8caf2449580f7cddeec66e425b9c053a5ac4e4c21ffd4ac457129b0e216c33e2 [2021-09-02T19:24:23.174Z] #64 CACHED [2021-09-02T19:24:23.174Z] [2021-09-02T19:24:23.174Z] #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-09-02T19:24:23.174Z] #20 sha256:28948884e12a907259e728be10c80352ce2ab80f1a91ef30889d527069bc17b3 [2021-09-02T19:24:23.174Z] #20 CACHED [2021-09-02T19:24:23.174Z] [2021-09-02T19:24:23.174Z] #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-09-02T19:24:23.174Z] #21 sha256:ceaa7dd301e1851a9f32de5960dc40e3acc61b80a45dd2bcdcfb90a4df6ef030 [2021-09-02T19:24:23.174Z] #21 CACHED [2021-09-02T19:24:23.174Z] [2021-09-02T19:24:23.174Z] #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-09-02T19:24:23.174Z] #19 sha256:d3cab489113fc51b4dd19299eff4e685713aebfaeba37459e64f5a7e7942cb14 [2021-09-02T19:24:23.174Z] #19 CACHED [2021-09-02T19:24:23.174Z] [2021-09-02T19:24:23.174Z] #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-09-02T19:24:23.174Z] #13 sha256:6db9713d574f49f8d1029b45eb9edccac994bc2f117724bb655af8fb34dac8b7 [2021-09-02T19:24:23.174Z] #13 CACHED [2021-09-02T19:24:23.174Z] [2021-09-02T19:24:23.174Z] #44 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:24:23.174Z] #44 sha256:1b957e5af8d6f6bdd317ff90cbad158c4cbef521f9fc57fdac0bab396769cad6 [2021-09-02T19:24:23.174Z] #44 CACHED [2021-09-02T19:24:23.174Z] [2021-09-02T19:24:23.174Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:24:23.174Z] #56 sha256:efbe5b1c249a743c6c322dd8771ce77939a29e27cf36a7514f8eafbd6bb01056 [2021-09-02T19:24:27.361Z] #56 3.580 + RM_GOPATH=0 [2021-09-02T19:24:27.361Z] #56 3.581 + TMP_GOPATH= [2021-09-02T19:24:27.361Z] #56 3.581 + : /build [2021-09-02T19:24:27.361Z] #56 3.581 + '[' -z '' ']' [2021-09-02T19:24:27.361Z] #56 3.582 ++ mktemp -d [2021-09-02T19:24:27.361Z] #56 3.583 + export GOPATH=/tmp/tmp.PwNcgmLvDl [2021-09-02T19:24:27.361Z] #56 3.583 + GOPATH=/tmp/tmp.PwNcgmLvDl [2021-09-02T19:24:27.361Z] #56 3.583 + RM_GOPATH=1 [2021-09-02T19:24:27.361Z] #56 3.583 + case "$(go env GOARCH)" in [2021-09-02T19:24:27.361Z] #56 3.583 ++ go env GOARCH [2021-09-02T19:24:27.361Z] #56 3.594 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:27.361Z] #56 3.594 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:27.361Z] #56 3.597 ++ dirname /tmp/install/install.sh [2021-09-02T19:24:27.361Z] #56 3.598 + dir=/tmp/install [2021-09-02T19:24:27.361Z] #56 3.598 + bin=gotestsum [2021-09-02T19:24:27.361Z] #56 3.599 + shift [2021-09-02T19:24:27.361Z] #56 3.599 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-09-02T19:24:27.361Z] #56 3.599 + . /tmp/install/gotestsum.installer [2021-09-02T19:24:27.361Z] #56 3.599 ++ : v1.7.0 [2021-09-02T19:24:27.361Z] #56 3.608 + install_gotestsum [2021-09-02T19:24:27.361Z] #56 3.608 + set -e [2021-09-02T19:24:27.361Z] #56 3.608 + echo 'Install gotestsum version v1.7.0' [2021-09-02T19:24:27.361Z] #56 3.608 + GOBIN=/build [2021-09-02T19:24:27.361Z] #56 3.608 + GO111MODULE=on [2021-09-02T19:24:27.361Z] #56 3.608 + go install gotest.tools/gotestsum@v1.7.0 [2021-09-02T19:24:27.361Z] #56 3.608 Install gotestsum version v1.7.0 [2021-09-02T19:24:27.361Z] #56 4.104 go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-02T19:24:28.292Z] #56 5.242 go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-02T19:24:28.292Z] #56 5.251 go: downloading github.com/fatih/color v1.10.0 [2021-09-02T19:24:28.292Z] #56 5.266 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-02T19:24:28.292Z] #56 5.313 go: downloading github.com/pkg/errors v0.9.1 [2021-09-02T19:24:28.548Z] #56 5.560 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-02T19:24:28.548Z] #56 5.564 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-02T19:24:28.548Z] #56 5.610 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-02T19:24:28.548Z] #56 5.637 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-02T19:24:28.806Z] #56 5.807 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-02T19:24:28.806Z] #56 5.852 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-02T19:24:29.064Z] #56 5.926 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-02T19:24:29.321Z] #56 6.311 go: downloading golang.org/x/tools v0.1.0 [2021-09-02T19:24:29.578Z] #56 ... [2021-09-02T19:24:29.578Z] [2021-09-02T19:24:29.578Z] #42 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-09-02T19:24:29.578Z] #42 sha256:7cdca5eb29f1159c1bccf33afccf9dc20dc30dc74a79a00c287a9b97143c591d [2021-09-02T19:24:29.578Z] #42 3.343 Install go-toml version v1.8.1 [2021-09-02T19:24:29.578Z] #42 DONE 6.4s [2021-09-02T19:24:29.578Z] [2021-09-02T19:24:29.578Z] #45 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-09-02T19:24:29.578Z] #45 sha256:6b9ab60b0224428b78327396002d22e40820329f16ace20da0b8810acbeb9e0e [2021-09-02T19:24:29.578Z] #45 3.430 + RM_GOPATH=0 [2021-09-02T19:24:29.578Z] #45 3.430 + TMP_GOPATH= [2021-09-02T19:24:29.578Z] #45 3.430 + : /build [2021-09-02T19:24:29.578Z] #45 3.430 + '[' -z '' ']' [2021-09-02T19:24:29.578Z] #45 3.431 ++ mktemp -d [2021-09-02T19:24:29.578Z] #45 3.435 + export GOPATH=/tmp/tmp.apr8r3v1IT [2021-09-02T19:24:29.578Z] #45 3.435 + GOPATH=/tmp/tmp.apr8r3v1IT [2021-09-02T19:24:29.578Z] #45 3.435 + RM_GOPATH=1 [2021-09-02T19:24:29.578Z] #45 3.435 + case "$(go env GOARCH)" in [2021-09-02T19:24:29.578Z] #45 3.435 ++ go env GOARCH [2021-09-02T19:24:29.578Z] #45 3.440 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:29.578Z] #45 3.440 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:29.578Z] #45 3.440 ++ dirname /tmp/install/install.sh [2021-09-02T19:24:29.578Z] #45 3.441 + dir=/tmp/install [2021-09-02T19:24:29.578Z] #45 3.441 + bin=tini [2021-09-02T19:24:29.578Z] #45 3.441 + shift [2021-09-02T19:24:29.578Z] #45 3.441 + '[' '!' -f /tmp/install/tini.installer ']' [2021-09-02T19:24:29.578Z] #45 3.441 + . /tmp/install/tini.installer [2021-09-02T19:24:29.578Z] #45 3.441 ++ : v0.19.0 [2021-09-02T19:24:29.578Z] #45 3.441 + install_tini [2021-09-02T19:24:29.578Z] #45 3.441 + echo 'Install tini version v0.19.0' [2021-09-02T19:24:29.578Z] #45 3.441 + git clone https://github.com/krallin/tini.git /tmp/tmp.apr8r3v1IT/tini [2021-09-02T19:24:29.578Z] #45 3.441 Install tini version v0.19.0 [2021-09-02T19:24:29.578Z] #45 3.460 Cloning into '/tmp/tmp.apr8r3v1IT/tini'... [2021-09-02T19:24:29.578Z] #45 4.195 + cd /tmp/tmp.apr8r3v1IT/tini [2021-09-02T19:24:29.578Z] #45 4.195 + git checkout -q v0.19.0 [2021-09-02T19:24:29.578Z] #45 4.202 + cmake . [2021-09-02T19:24:29.578Z] #45 4.679 -- The C compiler identification is GNU 10.2.1 [2021-09-02T19:24:29.578Z] #45 4.764 -- Detecting C compiler ABI info [2021-09-02T19:24:29.578Z] #45 5.275 -- Detecting C compiler ABI info - done [2021-09-02T19:24:29.578Z] #45 5.384 -- Check for working C compiler: /usr/bin/cc - skipped [2021-09-02T19:24:29.578Z] #45 5.397 -- Detecting C compile features [2021-09-02T19:24:29.578Z] #45 5.399 -- Detecting C compile features - done [2021-09-02T19:24:29.578Z] #45 5.435 -- Performing Test HAS_BUILTIN_FORTIFY [2021-09-02T19:24:29.578Z] #45 5.652 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-09-02T19:24:29.578Z] #45 5.742 -- Configuring done [2021-09-02T19:24:29.578Z] #45 5.761 -- Generating done [2021-09-02T19:24:29.578Z] #45 5.781 -- Build files have been written to: /tmp/tmp.apr8r3v1IT/tini [2021-09-02T19:24:29.578Z] #45 5.792 + make tini-static [2021-09-02T19:24:29.578Z] #45 6.151 Scanning dependencies of target tini-static [2021-09-02T19:24:29.578Z] #45 6.222 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-09-02T19:24:31.474Z] #45 8.351 [100%] Linking C executable tini-static [2021-09-02T19:24:31.474Z] #45 ... [2021-09-02T19:24:31.474Z] [2021-09-02T19:24:31.474Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:24:31.474Z] #58 sha256:220410e8c6bc2e8843cb4e52d839f87b1310432b16f4a66ec57d351244f5712e [2021-09-02T19:24:31.474Z] #58 3.586 + RM_GOPATH=0 [2021-09-02T19:24:31.474Z] #58 3.586 + TMP_GOPATH= [2021-09-02T19:24:31.474Z] #58 3.586 + : /build [2021-09-02T19:24:31.474Z] #58 3.586 + '[' -z '' ']' [2021-09-02T19:24:31.474Z] #58 3.586 ++ mktemp -d [2021-09-02T19:24:31.474Z] #58 3.587 + export GOPATH=/tmp/tmp.rR2e0V8yBO [2021-09-02T19:24:31.474Z] #58 3.588 + GOPATH=/tmp/tmp.rR2e0V8yBO [2021-09-02T19:24:31.474Z] #58 3.588 + RM_GOPATH=1 [2021-09-02T19:24:31.474Z] #58 3.588 + case "$(go env GOARCH)" in [2021-09-02T19:24:31.474Z] #58 3.589 ++ go env GOARCH [2021-09-02T19:24:31.474Z] #58 3.599 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:31.474Z] #58 3.599 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:31.474Z] #58 3.600 ++ dirname /tmp/install/install.sh [2021-09-02T19:24:31.474Z] #58 3.602 + dir=/tmp/install [2021-09-02T19:24:31.474Z] #58 3.602 + bin=golangci_lint [2021-09-02T19:24:31.474Z] #58 3.602 + shift [2021-09-02T19:24:31.474Z] #58 3.603 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-09-02T19:24:31.474Z] #58 3.603 + . /tmp/install/golangci_lint.installer [2021-09-02T19:24:31.474Z] #58 3.603 ++ : v1.23.8 [2021-09-02T19:24:31.474Z] #58 3.604 + install_golangci_lint [2021-09-02T19:24:31.474Z] #58 3.635 + set -e [2021-09-02T19:24:31.474Z] #58 3.635 + echo 'Install golangci-lint version v1.23.8' [2021-09-02T19:24:31.474Z] #58 3.635 Install golangci-lint version v1.23.8 [2021-09-02T19:24:31.474Z] #58 3.638 + GOBIN=/build [2021-09-02T19:24:31.474Z] #58 3.643 + GO111MODULE=on [2021-09-02T19:24:31.474Z] #58 3.643 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-09-02T19:24:31.474Z] #58 4.155 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-09-02T19:24:31.474Z] #58 8.487 go: downloading github.com/fatih/color v1.7.0 [2021-09-02T19:24:31.474Z] #58 8.493 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-09-02T19:24:31.474Z] #58 8.561 go: downloading github.com/pkg/errors v0.8.1 [2021-09-02T19:24:31.474Z] #58 8.570 go: downloading github.com/spf13/cobra v0.0.5 [2021-09-02T19:24:31.731Z] #58 8.624 go: downloading github.com/spf13/pflag v1.0.5 [2021-09-02T19:24:31.731Z] #58 8.862 go: downloading github.com/spf13/viper v1.6.1 [2021-09-02T19:24:31.853Z] Still waiting to schedule task [2021-09-02T19:24:31.853Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-09-02T19:24:31.854Z] Still waiting to schedule task [2021-09-02T19:24:31.854Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-09-02T19:24:31.855Z] Still waiting to schedule task [2021-09-02T19:24:31.855Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-03655a43ad3227e0e)’ [2021-09-02T19:24:31.859Z] Still waiting to schedule task [2021-09-02T19:24:31.859Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0aaa2bf95d2b04a95)’ [2021-09-02T19:24:31.861Z] Still waiting to schedule task [2021-09-02T19:24:31.861Z] Waiting for next available executor on ‘windows-2019’ [2021-09-02T19:24:31.862Z] Still waiting to schedule task [2021-09-02T19:24:31.862Z] Waiting for next available executor on ‘windows-2022’ [2021-09-02T19:24:31.863Z] Still waiting to schedule task [2021-09-02T19:24:31.863Z] Waiting for next available executor on ‘windows-2022’ [2021-09-02T19:24:31.989Z] #58 8.885 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-09-02T19:24:31.989Z] #58 8.924 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-09-02T19:24:31.989Z] #58 8.990 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-09-02T19:24:31.989Z] #58 ... [2021-09-02T19:24:31.989Z] [2021-09-02T19:24:31.989Z] #45 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-09-02T19:24:31.989Z] #45 sha256:6b9ab60b0224428b78327396002d22e40820329f16ace20da0b8810acbeb9e0e [2021-09-02T19:24:31.989Z] #45 8.899 [100%] Built target tini-static [2021-09-02T19:24:31.989Z] #45 8.952 + mkdir -p /build [2021-09-02T19:24:31.989Z] #45 8.954 + cp tini-static /build/docker-init [2021-09-02T19:24:31.989Z] #45 DONE 9.0s [2021-09-02T19:24:31.989Z] [2021-09-02T19:24:31.989Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:24:31.989Z] #58 sha256:220410e8c6bc2e8843cb4e52d839f87b1310432b16f4a66ec57d351244f5712e [2021-09-02T19:24:31.989Z] #58 9.006 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-09-02T19:24:32.923Z] #58 10.00 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-09-02T19:24:32.923Z] #58 ... [2021-09-02T19:24:32.923Z] [2021-09-02T19:24:32.923Z] #62 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:24:32.923Z] #62 sha256:32324d8e5db1e71173aaa2b5fc2284055df8d83b7b8677b40cf97b98ef38a01f [2021-09-02T19:24:32.923Z] #62 2.936 + RM_GOPATH=0 [2021-09-02T19:24:32.923Z] #62 2.936 + TMP_GOPATH= [2021-09-02T19:24:32.923Z] #62 2.936 + : /build [2021-09-02T19:24:32.923Z] #62 2.936 + '[' -z '' ']' [2021-09-02T19:24:32.923Z] #62 2.936 ++ mktemp -d [2021-09-02T19:24:32.923Z] #62 2.936 + export GOPATH=/tmp/tmp.jNthgkC9Y3 [2021-09-02T19:24:32.923Z] #62 2.936 + GOPATH=/tmp/tmp.jNthgkC9Y3 [2021-09-02T19:24:32.923Z] #62 2.936 + RM_GOPATH=1 [2021-09-02T19:24:32.923Z] #62 2.936 + case "$(go env GOARCH)" in [2021-09-02T19:24:32.923Z] #62 2.936 ++ go env GOARCH [2021-09-02T19:24:32.923Z] #62 2.943 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:32.923Z] #62 2.943 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:32.923Z] #62 2.943 ++ dirname /tmp/install/install.sh [2021-09-02T19:24:32.923Z] #62 2.951 Install runc version v1.0.2 (build tags: seccomp) [2021-09-02T19:24:32.923Z] #62 2.958 + dir=/tmp/install [2021-09-02T19:24:32.923Z] #62 2.958 + bin=runc [2021-09-02T19:24:32.923Z] #62 2.958 + shift [2021-09-02T19:24:32.923Z] #62 2.958 + '[' '!' -f /tmp/install/runc.installer ']' [2021-09-02T19:24:32.923Z] #62 2.958 + . /tmp/install/runc.installer [2021-09-02T19:24:32.923Z] #62 2.958 ++ set -e [2021-09-02T19:24:32.923Z] #62 2.958 ++ : v1.0.2 [2021-09-02T19:24:32.923Z] #62 2.958 + install_runc [2021-09-02T19:24:32.923Z] #62 2.958 + RUNC_BUILDTAGS=seccomp [2021-09-02T19:24:32.923Z] #62 2.958 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-09-02T19:24:32.923Z] #62 2.958 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.jNthgkC9Y3/src/github.com/opencontainers/runc [2021-09-02T19:24:32.923Z] #62 2.958 Cloning into '/tmp/tmp.jNthgkC9Y3/src/github.com/opencontainers/runc'... [2021-09-02T19:24:33.180Z] #62 ... [2021-09-02T19:24:33.180Z] [2021-09-02T19:24:33.180Z] #32 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-09-02T19:24:33.180Z] #32 sha256:bc557b2a31fe6d533dc40b0130d1da240675bc00aa72bd28173153b9bdc8e3d6 [2021-09-02T19:24:33.180Z] #32 3.043 + RM_GOPATH=0 [2021-09-02T19:24:33.180Z] #32 3.043 + TMP_GOPATH= [2021-09-02T19:24:33.180Z] #32 3.043 + : /build [2021-09-02T19:24:33.180Z] #32 3.043 + '[' -z '' ']' [2021-09-02T19:24:33.180Z] #32 3.048 ++ mktemp -d [2021-09-02T19:24:33.180Z] #32 3.048 + export GOPATH=/tmp/tmp.7cdkvfXLoB [2021-09-02T19:24:33.180Z] #32 3.048 + GOPATH=/tmp/tmp.7cdkvfXLoB [2021-09-02T19:24:33.180Z] #32 3.048 + RM_GOPATH=1 [2021-09-02T19:24:33.180Z] #32 3.048 + case "$(go env GOARCH)" in [2021-09-02T19:24:33.180Z] #32 3.062 ++ go env GOARCH [2021-09-02T19:24:33.180Z] #32 3.100 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:33.180Z] #32 3.100 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:33.180Z] #32 3.100 ++ dirname /tmp/install/install.sh [2021-09-02T19:24:33.180Z] #32 3.100 + dir=/tmp/install [2021-09-02T19:24:33.180Z] #32 3.100 + bin=dockercli [2021-09-02T19:24:33.180Z] #32 3.100 + shift [2021-09-02T19:24:33.180Z] #32 3.100 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-09-02T19:24:33.180Z] #32 3.100 + . /tmp/install/dockercli.installer [2021-09-02T19:24:33.180Z] #32 3.100 ++ : stable [2021-09-02T19:24:33.180Z] #32 3.100 ++ : 17.06.2-ce [2021-09-02T19:24:33.180Z] #32 3.100 + install_dockercli [2021-09-02T19:24:33.180Z] #32 3.100 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-09-02T19:24:33.180Z] #32 3.100 ++ uname -m [2021-09-02T19:24:33.180Z] #32 3.103 Install docker/cli version 17.06.2-ce from stable [2021-09-02T19:24:33.180Z] #32 3.111 + arch=x86_64 [2021-09-02T19:24:33.180Z] #32 3.111 + '[' x86_64 '!=' x86_64 ']' [2021-09-02T19:24:33.180Z] #32 3.111 + url=https://download.docker.com/linux/static [2021-09-02T19:24:33.180Z] #32 3.111 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-09-02T19:24:33.180Z] #32 3.111 + tar -xz docker/docker [2021-09-02T19:24:33.180Z] #32 10.01 + mkdir -p /build [2021-09-02T19:24:33.180Z] #32 10.01 + mv docker/docker /build/ [2021-09-02T19:24:33.180Z] #32 10.02 + rmdir docker [2021-09-02T19:24:33.180Z] #32 DONE 10.2s [2021-09-02T19:24:33.180Z] [2021-09-02T19:24:33.180Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-09-02T19:24:33.180Z] #60 sha256:431cc120fe5dfac3c745fdb2a47646617e8cee0aeb5762552466361a0cee83c9 [2021-09-02T19:24:33.180Z] #60 3.380 + RM_GOPATH=0 [2021-09-02T19:24:33.180Z] #60 3.380 + TMP_GOPATH= [2021-09-02T19:24:33.180Z] #60 3.380 + : /build [2021-09-02T19:24:33.180Z] #60 3.380 + '[' -z '' ']' [2021-09-02T19:24:33.180Z] #60 3.381 ++ mktemp -d [2021-09-02T19:24:33.180Z] #60 3.382 + export GOPATH=/tmp/tmp.bEuCzlOeDU [2021-09-02T19:24:33.180Z] #60 3.382 + GOPATH=/tmp/tmp.bEuCzlOeDU [2021-09-02T19:24:33.180Z] #60 3.382 + RM_GOPATH=1 [2021-09-02T19:24:33.180Z] #60 3.382 + case "$(go env GOARCH)" in [2021-09-02T19:24:33.180Z] #60 3.383 ++ go env GOARCH [2021-09-02T19:24:33.180Z] #60 3.391 Install shfmt version v3.0.2 [2021-09-02T19:24:33.180Z] #60 3.391 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:33.180Z] #60 3.391 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:33.180Z] #60 3.391 ++ dirname /tmp/install/install.sh [2021-09-02T19:24:33.180Z] #60 3.391 + dir=/tmp/install [2021-09-02T19:24:33.180Z] #60 3.391 + bin=shfmt [2021-09-02T19:24:33.180Z] #60 3.391 + shift [2021-09-02T19:24:33.180Z] #60 3.391 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-09-02T19:24:33.180Z] #60 3.391 + . /tmp/install/shfmt.installer [2021-09-02T19:24:33.180Z] #60 3.391 ++ : v3.0.2 [2021-09-02T19:24:33.180Z] #60 3.391 + install_shfmt [2021-09-02T19:24:33.180Z] #60 3.391 + echo 'Install shfmt version v3.0.2' [2021-09-02T19:24:33.180Z] #60 3.391 + GOBIN=/build [2021-09-02T19:24:33.180Z] #60 3.391 + GO111MODULE=on [2021-09-02T19:24:33.180Z] #60 3.391 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2021-09-02T19:24:33.180Z] #60 3.909 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-09-02T19:24:33.180Z] #60 6.057 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-09-02T19:24:33.180Z] #60 6.057 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-09-02T19:24:33.180Z] #60 6.115 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-09-02T19:24:33.180Z] #60 8.272 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-09-02T19:24:33.436Z] #60 ... [2021-09-02T19:24:33.436Z] [2021-09-02T19:24:33.436Z] #67 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:24:33.436Z] #67 sha256:32deb3347f9a05365f0b71a6ca99687fd980b34abfba330a3e72342d08cac9c3 [2021-09-02T19:24:33.436Z] #67 2.751 + RM_GOPATH=0 [2021-09-02T19:24:33.436Z] #67 2.751 + TMP_GOPATH= [2021-09-02T19:24:33.436Z] #67 2.751 + : /build [2021-09-02T19:24:33.436Z] #67 2.751 + '[' -z '' ']' [2021-09-02T19:24:33.436Z] #67 2.751 ++ mktemp -d [2021-09-02T19:24:33.436Z] #67 2.751 + export GOPATH=/tmp/tmp.u3bQf5NhW6 [2021-09-02T19:24:33.436Z] #67 2.751 + GOPATH=/tmp/tmp.u3bQf5NhW6 [2021-09-02T19:24:33.436Z] #67 2.751 + RM_GOPATH=1 [2021-09-02T19:24:33.436Z] #67 2.751 + case "$(go env GOARCH)" in [2021-09-02T19:24:33.436Z] #67 2.751 ++ go env GOARCH [2021-09-02T19:24:33.436Z] #67 2.753 Install rootlesskit version v0.14.4 [2021-09-02T19:24:33.436Z] #67 2.753 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:33.436Z] #67 2.753 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:33.436Z] #67 2.753 ++ dirname /tmp/install/install.sh [2021-09-02T19:24:33.436Z] #67 2.753 + dir=/tmp/install [2021-09-02T19:24:33.436Z] #67 2.753 + bin=rootlesskit [2021-09-02T19:24:33.436Z] #67 2.753 + shift [2021-09-02T19:24:33.436Z] #67 2.753 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-09-02T19:24:33.436Z] #67 2.753 + . /tmp/install/rootlesskit.installer [2021-09-02T19:24:33.436Z] #67 2.753 ++ : v0.14.4 [2021-09-02T19:24:33.436Z] #67 2.753 + install_rootlesskit [2021-09-02T19:24:33.436Z] #67 2.753 + case "$1" in [2021-09-02T19:24:33.436Z] #67 2.753 + export CGO_ENABLED=0 [2021-09-02T19:24:33.436Z] #67 2.753 + CGO_ENABLED=0 [2021-09-02T19:24:33.436Z] #67 2.753 + _install_rootlesskit [2021-09-02T19:24:33.436Z] #67 2.753 + echo 'Install rootlesskit version v0.14.4' [2021-09-02T19:24:33.436Z] #67 2.753 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-02T19:24:33.436Z] #67 2.753 + GOBIN=/build [2021-09-02T19:24:33.436Z] #67 2.753 + GO111MODULE=on [2021-09-02T19:24:33.436Z] #67 2.753 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2021-09-02T19:24:33.436Z] #67 3.174 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2021-09-02T19:24:33.436Z] #67 8.522 go: downloading github.com/pkg/errors v0.9.1 [2021-09-02T19:24:33.436Z] #67 8.523 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-09-02T19:24:33.436Z] #67 8.598 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-09-02T19:24:33.436Z] #67 8.950 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-09-02T19:24:33.692Z] #67 ... [2021-09-02T19:24:33.692Z] [2021-09-02T19:24:33.692Z] #65 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:24:33.692Z] #65 sha256:e1e63e1a22bbb4be8c082a26924d736cec15637c928f484ef2cbe78d59601309 [2021-09-02T19:24:33.692Z] #65 3.011 + RM_GOPATH=0 [2021-09-02T19:24:33.692Z] #65 3.011 + TMP_GOPATH= [2021-09-02T19:24:33.692Z] #65 3.011 + : /build [2021-09-02T19:24:33.692Z] #65 3.011 + '[' -z '' ']' [2021-09-02T19:24:33.692Z] #65 3.011 ++ mktemp -d [2021-09-02T19:24:33.692Z] #65 3.018 + export GOPATH=/tmp/tmp.s6ULzlvP3u [2021-09-02T19:24:33.692Z] #65 3.018 + GOPATH=/tmp/tmp.s6ULzlvP3u [2021-09-02T19:24:33.692Z] #65 3.018 + RM_GOPATH=1 [2021-09-02T19:24:33.692Z] #65 3.018 + case "$(go env GOARCH)" in [2021-09-02T19:24:33.692Z] #65 3.018 ++ go env GOARCH [2021-09-02T19:24:33.692Z] #65 3.027 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:33.692Z] #65 3.027 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:33.692Z] #65 3.027 ++ dirname /tmp/install/install.sh [2021-09-02T19:24:33.692Z] #65 3.035 Install containerd version v1.5.5 [2021-09-02T19:24:33.692Z] #65 3.036 + dir=/tmp/install [2021-09-02T19:24:33.692Z] #65 3.036 + bin=containerd [2021-09-02T19:24:33.692Z] #65 3.036 + shift [2021-09-02T19:24:33.692Z] #65 3.036 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-09-02T19:24:33.692Z] #65 3.036 + . /tmp/install/containerd.installer [2021-09-02T19:24:33.692Z] #65 3.036 ++ set -e [2021-09-02T19:24:33.692Z] #65 3.036 ++ : v1.5.5 [2021-09-02T19:24:33.692Z] #65 3.036 + install_containerd [2021-09-02T19:24:33.692Z] #65 3.036 + echo 'Install containerd version v1.5.5' [2021-09-02T19:24:33.692Z] #65 3.036 + git clone https://github.com/containerd/containerd.git /tmp/tmp.s6ULzlvP3u/src/github.com/containerd/containerd [2021-09-02T19:24:33.692Z] #65 3.042 Cloning into '/tmp/tmp.s6ULzlvP3u/src/github.com/containerd/containerd'... [2021-09-02T19:24:33.692Z] #65 ... [2021-09-02T19:24:33.692Z] [2021-09-02T19:24:33.692Z] #54 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-09-02T19:24:33.692Z] #54 sha256:0bc8d737f24ca68d75198f83ca5fde8a81f370db62e978f70fb26930cc69f9e5 [2021-09-02T19:24:33.692Z] #54 3.285 Install vndr version v0.1.2 [2021-09-02T19:24:33.692Z] #54 3.289 + RM_GOPATH=0 [2021-09-02T19:24:33.692Z] #54 3.289 + TMP_GOPATH= [2021-09-02T19:24:33.692Z] #54 3.289 + : /build [2021-09-02T19:24:33.692Z] #54 3.289 + '[' -z '' ']' [2021-09-02T19:24:33.692Z] #54 3.289 ++ mktemp -d [2021-09-02T19:24:33.692Z] #54 3.289 + export GOPATH=/tmp/tmp.IEyqaFwFnm [2021-09-02T19:24:33.692Z] #54 3.289 + GOPATH=/tmp/tmp.IEyqaFwFnm [2021-09-02T19:24:33.692Z] #54 3.289 + RM_GOPATH=1 [2021-09-02T19:24:33.692Z] #54 3.289 + case "$(go env GOARCH)" in [2021-09-02T19:24:33.692Z] #54 3.289 ++ go env GOARCH [2021-09-02T19:24:33.692Z] #54 3.289 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:33.692Z] #54 3.289 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:24:33.692Z] #54 3.289 ++ dirname /tmp/install/install.sh [2021-09-02T19:24:33.692Z] #54 3.289 + dir=/tmp/install [2021-09-02T19:24:33.692Z] #54 3.289 + bin=vndr [2021-09-02T19:24:33.692Z] #54 3.289 + shift [2021-09-02T19:24:33.692Z] #54 3.289 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-09-02T19:24:33.692Z] #54 3.289 + . /tmp/install/vndr.installer [2021-09-02T19:24:33.692Z] #54 3.289 ++ : v0.1.2 [2021-09-02T19:24:33.692Z] #54 3.289 + install_vndr [2021-09-02T19:24:33.692Z] #54 3.289 + echo 'Install vndr version v0.1.2' [2021-09-02T19:24:33.692Z] #54 3.289 + GOBIN=/build [2021-09-02T19:24:33.692Z] #54 3.289 + GO111MODULE=on [2021-09-02T19:24:33.692Z] #54 3.289 + go install github.com/LK4D4/vndr@v0.1.2 [2021-09-02T19:24:33.692Z] #54 3.713 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-09-02T19:24:33.948Z] #54 ... [2021-09-02T19:24:33.948Z] [2021-09-02T19:24:33.948Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:24:33.948Z] #58 sha256:220410e8c6bc2e8843cb4e52d839f87b1310432b16f4a66ec57d351244f5712e [2021-09-02T19:24:33.948Z] #58 10.23 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-02T19:24:35.840Z] #58 12.80 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-09-02T19:24:35.840Z] #58 12.84 go: downloading github.com/stretchr/testify v1.4.0 [2021-09-02T19:24:36.096Z] #58 12.97 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-09-02T19:24:36.096Z] #58 13.00 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-09-02T19:24:36.096Z] #58 13.03 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-09-02T19:24:36.096Z] #58 13.10 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-09-02T19:24:36.352Z] #58 13.34 go: downloading github.com/magiconair/properties v1.8.1 [2021-09-02T19:24:36.352Z] #58 13.37 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-02T19:24:36.608Z] #58 13.44 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-09-02T19:24:36.608Z] #58 13.53 go: downloading github.com/spf13/afero v1.1.2 [2021-09-02T19:24:36.608Z] #58 13.60 go: downloading github.com/spf13/cast v1.3.0 [2021-09-02T19:24:36.608Z] #58 13.64 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-09-02T19:24:36.864Z] #58 13.65 go: downloading github.com/subosito/gotenv v1.2.0 [2021-09-02T19:24:36.864Z] #58 13.79 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-09-02T19:24:36.864Z] #58 13.87 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-09-02T19:24:37.120Z] #58 13.95 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-09-02T19:24:37.120Z] #58 13.98 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-09-02T19:24:37.120Z] #58 14.01 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-09-02T19:24:37.120Z] #58 14.09 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-09-02T19:24:37.120Z] #58 14.11 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-09-02T19:24:37.120Z] #58 14.12 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-09-02T19:24:37.120Z] #58 14.15 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-09-02T19:24:37.377Z] #58 14.25 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-09-02T19:24:37.377Z] #58 14.29 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-09-02T19:24:37.377Z] #58 14.32 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-09-02T19:24:37.377Z] #58 14.36 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-09-02T19:24:37.377Z] #58 14.44 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-09-02T19:24:37.634Z] #58 14.49 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-09-02T19:24:37.891Z] #58 14.80 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-09-02T19:24:37.891Z] #58 14.81 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-09-02T19:24:37.891Z] #58 14.84 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-09-02T19:24:37.891Z] #58 15.02 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-09-02T19:24:38.147Z] #58 ... [2021-09-02T19:24:38.147Z] [2021-09-02T19:24:38.147Z] #54 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-09-02T19:24:38.147Z] #54 sha256:0bc8d737f24ca68d75198f83ca5fde8a81f370db62e978f70fb26930cc69f9e5 [2021-09-02T19:24:38.147Z] #54 DONE 15.1s [2021-09-02T19:24:38.147Z] [2021-09-02T19:24:38.147Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:24:38.147Z] #58 sha256:220410e8c6bc2e8843cb4e52d839f87b1310432b16f4a66ec57d351244f5712e [2021-09-02T19:24:38.147Z] #58 15.05 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-09-02T19:24:38.147Z] #58 15.17 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-09-02T19:24:38.404Z] #58 15.22 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-09-02T19:24:38.663Z] #58 15.61 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-09-02T19:24:38.663Z] #58 15.64 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-09-02T19:24:38.663Z] #58 15.66 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-09-02T19:24:38.663Z] #58 15.72 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-09-02T19:24:38.920Z] #58 15.75 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-09-02T19:24:38.920Z] #58 15.83 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-09-02T19:24:39.177Z] #58 16.02 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-09-02T19:24:39.177Z] #58 16.02 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-09-02T19:24:39.177Z] #58 16.04 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-09-02T19:24:39.177Z] #58 16.11 go: downloading github.com/ultraware/funlen v0.0.2 [2021-09-02T19:24:39.177Z] #58 16.16 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-09-02T19:24:39.177Z] #58 16.24 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-09-02T19:24:39.435Z] #58 16.37 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-09-02T19:24:39.694Z] #58 ... [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #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-09-02T19:24:39.694Z] #29 sha256:7b9f80fe68ae4042eb12e0bcc6a2ae17d419ad1abb3ca8403483598ef50c9771 [2021-09-02T19:24:39.694Z] #29 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #43 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-09-02T19:24:39.694Z] #43 sha256:d9e35a0301b9dd4a877fa3a7e8bb9478cb0739c0b92c284bf86ab74ca1292e6e [2021-09-02T19:24:39.694Z] #43 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #51 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-09-02T19:24:39.694Z] #51 sha256:08f766cff26f444e596c5515e2546cebe8f9dc260e07bb755f352a0871b32fba [2021-09-02T19:24:39.694Z] #51 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #24 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-09-02T19:24:39.694Z] #24 sha256:864abac52487b2f9771e4c8af0d60972d629c572b70d5855b4f2732cffda5c93 [2021-09-02T19:24:39.694Z] #24 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #40 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:24:39.694Z] #40 sha256:d3fe95d9a99fdc7a69ded3544488248d7415e5fc5291637b208f7821e3121759 [2021-09-02T19:24:39.694Z] #40 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #30 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-02T19:24:39.694Z] #30 sha256:85067f73143af934414bf5c13567263f699278d28a09f1bf98ebd3b9e5f6eeee [2021-09-02T19:24:39.694Z] #30 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #22 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-09-02T19:24:39.694Z] #22 sha256:1ce2af6d4aaf6e69bc8a0575d13280c248cd6d901e32e6ccb22c307f9dbdf578 [2021-09-02T19:24:39.694Z] #22 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #48 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:24:39.694Z] #48 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:24:39.694Z] #48 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #33 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-09-02T19:24:39.694Z] #33 sha256:2375308de95fe4e31d4b7282ac8fb3ae760dd4a6d88c7414a7c0a124a3004a0d [2021-09-02T19:24:39.694Z] #33 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #47 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-09-02T19:24:39.694Z] #47 sha256:32c65ab5818c2d279f5bc1568e1dbb2cbdb0e33acdbd77109c83704a1f0a3fc3 [2021-09-02T19:24:39.694Z] #47 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #39 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-09-02T19:24:39.694Z] #39 sha256:db5fe762f58948ec6eb56e2fe79240f6b484e397007708335bf350f69d2f020f [2021-09-02T19:24:39.694Z] #39 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #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-09-02T19:24:39.694Z] #23 sha256:49e00cba97c4def39a0af9356c54cf286245980f3b5aab6cf862b063a2fd5c31 [2021-09-02T19:24:39.694Z] #23 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #27 [dev-systemd-false 6/25] RUN ldconfig [2021-09-02T19:24:39.694Z] #27 sha256:664506e14797f51c18951f4bdefe1333b4fbdb904746051c073a14106252d6b1 [2021-09-02T19:24:39.694Z] #27 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #46 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-09-02T19:24:39.694Z] #46 sha256:ee33fded26f15b12cdafecf6b4747fb3e129a94d66869a0008aea318893a82ff [2021-09-02T19:24:39.694Z] #46 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #28 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-09-02T19:24:39.694Z] #28 sha256:99de3fc1eda9965c7fcce91f8f31ea54c9edf0a21e916bd87cf523ccf0f47bc9 [2021-09-02T19:24:39.694Z] #28 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #38 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-09-02T19:24:39.694Z] #38 sha256:81aea8ac4dd1721039d31a447cee90665ccac44f3ee4042f206f2ed2aca29c11 [2021-09-02T19:24:39.694Z] #38 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #37 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-02T19:24:39.694Z] #37 sha256:2933ab8c7a5825a497614e5d85feafb75a48ff74782308890200cb3271cac19f [2021-09-02T19:24:39.694Z] #37 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #41 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-09-02T19:24:39.694Z] #41 sha256:31f6cc91ab6ba96f6e1e4bb087db6a472293f4a2c2220fac5573f95fcac92620 [2021-09-02T19:24:39.694Z] #41 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #26 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-09-02T19:24:39.694Z] #26 sha256:080af709847e7ecca386e7edd6c1c7298e4d89380f35ed3a207b34d97da554db [2021-09-02T19:24:39.694Z] #26 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #49 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-09-02T19:24:39.694Z] #49 sha256:5bc4432bdb6a4fd5fa28684e5d758e709f435ae195e96462ee331b6d48aa662f [2021-09-02T19:24:39.694Z] #49 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #25 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-09-02T19:24:39.694Z] #25 sha256:63feaecfe00d6a2fd5d59fae7badcaf5e4bb9f94f3ae09264f1ecd4165cce487 [2021-09-02T19:24:39.694Z] #25 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #52 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:24:39.694Z] #52 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:24:39.694Z] #52 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #36 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-09-02T19:24:39.694Z] #36 sha256:0b3aeb18b8120dc3fd264e5f2a8532691d9389209f52efca8eede3cb013e6d2f [2021-09-02T19:24:39.694Z] #36 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #35 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-09-02T19:24:39.694Z] #35 sha256:1d5cc3e56b024573af64675ac74d6b75305aa9689ae86a636da1c34833667a14 [2021-09-02T19:24:39.694Z] #35 CACHED [2021-09-02T19:24:39.694Z] [2021-09-02T19:24:39.694Z] #53 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-09-02T19:24:39.694Z] #53 sha256:2b9339e41b55e9b475a21b39bfbd3fb61d95465ebee73de5b39a1ba14a13698d [2021-09-02T19:24:39.695Z] #53 CACHED [2021-09-02T19:24:39.695Z] [2021-09-02T19:24:39.695Z] #55 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-09-02T19:24:39.695Z] #55 sha256:8c89213faafe65858f00d8994291b0b3ce57873b40797256816da4eaf5e1bd58 [2021-09-02T19:24:39.695Z] #55 DONE 0.1s [2021-09-02T19:24:39.952Z] [2021-09-02T19:24:39.952Z] #67 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:24:39.952Z] #67 sha256:32deb3347f9a05365f0b71a6ca99687fd980b34abfba330a3e72342d08cac9c3 [2021-09-02T19:24:39.952Z] #67 11.95 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-09-02T19:24:39.952Z] #67 12.26 go: downloading github.com/google/uuid v1.3.0 [2021-09-02T19:24:39.952Z] #67 12.28 go: downloading github.com/moby/vpnkit v0.5.0 [2021-09-02T19:24:39.952Z] #67 12.31 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-09-02T19:24:39.952Z] #67 12.41 go: downloading github.com/gofrs/flock v0.8.1 [2021-09-02T19:24:39.952Z] #67 12.44 go: downloading github.com/gorilla/mux v1.8.0 [2021-09-02T19:24:39.952Z] #67 12.53 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-09-02T19:24:39.952Z] #67 12.73 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-09-02T19:24:39.952Z] #67 12.82 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-09-02T19:24:39.952Z] #67 13.71 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-09-02T19:24:39.952Z] #67 16.94 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-09-02T19:24:39.952Z] #67 ... [2021-09-02T19:24:39.952Z] [2021-09-02T19:24:39.952Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:24:39.952Z] #58 sha256:220410e8c6bc2e8843cb4e52d839f87b1310432b16f4a66ec57d351244f5712e [2021-09-02T19:24:39.952Z] #58 17.05 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-09-02T19:24:40.212Z] #58 17.07 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-09-02T19:24:40.212Z] #58 17.12 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-02T19:24:40.212Z] #58 17.14 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-02T19:24:40.212Z] #58 17.15 go: downloading github.com/stretchr/objx v0.2.0 [2021-09-02T19:24:40.212Z] #58 17.25 go: downloading golang.org/x/text v0.3.2 [2021-09-02T19:24:42.737Z] #58 19.74 go: downloading github.com/gobwas/glob v0.2.3 [2021-09-02T19:24:42.737Z] #58 19.80 go: downloading github.com/kisielk/gotool v1.0.0 [2021-09-02T19:24:42.737Z] #58 19.80 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-09-02T19:24:42.737Z] #58 19.82 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-09-02T19:24:42.993Z] #58 19.83 go: downloading github.com/gogo/protobuf v1.2.1 [2021-09-02T19:24:43.250Z] #58 20.40 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-09-02T19:24:43.507Z] #58 20.48 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-09-02T19:24:43.507Z] #58 20.52 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-09-02T19:24:45.401Z] #58 ... [2021-09-02T19:24:45.402Z] [2021-09-02T19:24:45.402Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:24:45.402Z] #56 sha256:efbe5b1c249a743c6c322dd8771ce77939a29e27cf36a7514f8eafbd6bb01056 [2021-09-02T19:24:45.402Z] #56 12.11 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-02T19:24:45.402Z] #56 12.12 go: downloading golang.org/x/mod v0.3.0 [2021-09-02T19:24:45.402Z] #56 ... [2021-09-02T19:24:45.402Z] [2021-09-02T19:24:45.402Z] #62 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:24:45.402Z] #62 sha256:32324d8e5db1e71173aaa2b5fc2284055df8d83b7b8677b40cf97b98ef38a01f [2021-09-02T19:24:45.402Z] #62 13.75 + cd /tmp/tmp.jNthgkC9Y3/src/github.com/opencontainers/runc [2021-09-02T19:24:45.402Z] #62 13.75 + git checkout -q v1.0.2 [2021-09-02T19:24:45.402Z] #62 14.25 + '[' -z '' ']' [2021-09-02T19:24:45.402Z] #62 14.25 + target=static [2021-09-02T19:24:45.402Z] #62 14.25 + make BUILDTAGS=seccomp static [2021-09-02T19:24:45.402Z] #62 14.47 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-09-02T19:24:47.307Z] #62 ... [2021-09-02T19:24:47.307Z] [2021-09-02T19:24:47.307Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-09-02T19:24:47.307Z] #60 sha256:431cc120fe5dfac3c745fdb2a47646617e8cee0aeb5762552466361a0cee83c9 [2021-09-02T19:24:47.307Z] #60 DONE 24.1s [2021-09-02T19:24:47.307Z] [2021-09-02T19:24:47.307Z] #65 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:24:47.307Z] #65 sha256:e1e63e1a22bbb4be8c082a26924d736cec15637c928f484ef2cbe78d59601309 [2021-09-02T19:24:47.871Z] #65 ... [2021-09-02T19:24:47.871Z] [2021-09-02T19:24:47.871Z] #62 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:24:47.871Z] #62 sha256:32324d8e5db1e71173aaa2b5fc2284055df8d83b7b8677b40cf97b98ef38a01f [2021-09-02T19:24:47.871Z] #62 24.87 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-09-02T19:24:50.393Z] #62 26.89 + mkdir -p /build [2021-09-02T19:24:50.393Z] #62 26.89 + cp runc /build/runc [2021-09-02T19:24:50.393Z] #62 DONE 27.0s [2021-09-02T19:24:50.393Z] [2021-09-02T19:24:50.393Z] #65 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:24:50.393Z] #65 sha256:e1e63e1a22bbb4be8c082a26924d736cec15637c928f484ef2cbe78d59601309 [2021-09-02T19:24:55.647Z] #65 32.09 + cd /tmp/tmp.s6ULzlvP3u/src/github.com/containerd/containerd [2021-09-02T19:24:55.647Z] #65 32.09 + git checkout -q v1.5.5 [2021-09-02T19:24:56.576Z] #65 33.48 + export 'BUILDTAGS=netgo osusergo static_build' [2021-09-02T19:24:56.576Z] #65 33.48 + BUILDTAGS='netgo osusergo static_build' [2021-09-02T19:24:56.576Z] #65 33.48 + export EXTRA_FLAGS=-buildmode=pie [2021-09-02T19:24:56.576Z] #65 33.48 + EXTRA_FLAGS=-buildmode=pie [2021-09-02T19:24:56.576Z] #65 33.48 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-09-02T19:24:56.576Z] #65 33.48 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-09-02T19:24:56.576Z] #65 33.48 + '[' '' = dynamic ']' [2021-09-02T19:24:56.576Z] #65 33.48 + make [2021-09-02T19:24:56.832Z] #65 ... [2021-09-02T19:24:56.832Z] [2021-09-02T19:24:56.832Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:24:56.832Z] #56 sha256:efbe5b1c249a743c6c322dd8771ce77939a29e27cf36a7514f8eafbd6bb01056 [2021-09-02T19:24:56.832Z] #56 DONE 33.8s [2021-09-02T19:24:57.089Z] [2021-09-02T19:24:57.089Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:24:57.089Z] #58 sha256:220410e8c6bc2e8843cb4e52d839f87b1310432b16f4a66ec57d351244f5712e [2021-09-02T19:24:58.044Z] #58 ... [2021-09-02T19:24:58.045Z] [2021-09-02T19:24:58.045Z] #57 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-09-02T19:24:58.045Z] #57 sha256:54edc21506ee2f3ba82f0e9ab73dbefc6279ac175e350a5fc1111409f6153f47 [2021-09-02T19:24:58.045Z] #57 DONE 0.1s [2021-09-02T19:24:58.045Z] [2021-09-02T19:24:58.045Z] #65 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:24:58.045Z] #65 sha256:e1e63e1a22bbb4be8c082a26924d736cec15637c928f484ef2cbe78d59601309 [2021-09-02T19:24:58.045Z] #65 35.20 + bin/ctr [2021-09-02T19:25:04.589Z] #65 ... [2021-09-02T19:25:04.589Z] [2021-09-02T19:25:04.589Z] #67 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:25:04.589Z] #67 sha256:32deb3347f9a05365f0b71a6ca99687fd980b34abfba330a3e72342d08cac9c3 [2021-09-02T19:25:04.589Z] #67 38.52 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-02T19:25:04.589Z] #67 38.52 + GOBIN=/build [2021-09-02T19:25:04.589Z] #67 38.52 + GO111MODULE=on [2021-09-02T19:25:04.589Z] #67 38.52 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2021-09-02T19:25:05.962Z] #67 DONE 43.0s [2021-09-02T19:25:05.962Z] [2021-09-02T19:25:05.962Z] #68 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-09-02T19:25:05.962Z] #68 sha256:6dc23fc0609c6a356ccfd085ed2be9414e3dc0f15f176d48eb8201f526fa40c0 [2021-09-02T19:25:06.220Z] #68 DONE 0.1s [2021-09-02T19:25:06.220Z] [2021-09-02T19:25:06.220Z] #69 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-09-02T19:25:06.220Z] #69 sha256:2d8d33d9f5f6d63956f46eb40436bb778bb541f1836bd4cf8c1caf75d4579773 [2021-09-02T19:25:06.220Z] #69 DONE 0.1s [2021-09-02T19:25:06.220Z] [2021-09-02T19:25:06.220Z] #65 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:25:06.220Z] #65 sha256:e1e63e1a22bbb4be8c082a26924d736cec15637c928f484ef2cbe78d59601309 [2021-09-02T19:25:08.742Z] #65 ... [2021-09-02T19:25:08.742Z] [2021-09-02T19:25:08.742Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-09-02T19:25:08.742Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-09-02T19:25:08.742Z] #72 CACHED [2021-09-02T19:25:08.742Z] [2021-09-02T19:25:08.742Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-09-02T19:25:08.742Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-09-02T19:25:08.742Z] #74 CACHED [2021-09-02T19:25:08.742Z] [2021-09-02T19:25:08.742Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:25:08.742Z] #58 sha256:220410e8c6bc2e8843cb4e52d839f87b1310432b16f4a66ec57d351244f5712e [2021-09-02T19:25:22.840Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-076180837845f82ce) in /home/ubuntu/workspace/moby_PR-42674 [Pipeline] { [Pipeline] checkout [2021-09-02T19:25:22.963Z] The recommended git tool is: git [2021-09-02T19:25:26.257Z] using credential docker-jenkins-github-credentials [2021-09-02T19:25:26.269Z] Cloning the remote Git repository [2021-09-02T19:25:26.269Z] Cloning with configured refspecs honoured and without tags [2021-09-02T19:25:26.304Z] Cloning repository https://github.com/moby/moby.git [2021-09-02T19:25:26.369Z] > git init /home/ubuntu/workspace/moby_PR-42674 # timeout=10 [2021-09-02T19:25:26.695Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:25:26.695Z] > git --version # timeout=10 [2021-09-02T19:25:26.721Z] > git --version # 'git version 2.17.1' [2021-09-02T19:25:26.722Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:25:26.723Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:25:35.837Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00ff90907afdfb4c8) in /home/ubuntu/workspace/moby_PR-42674 [Pipeline] { [Pipeline] checkout [2021-09-02T19:25:36.016Z] The recommended git tool is: git [2021-09-02T19:25:39.774Z] using credential docker-jenkins-github-credentials [2021-09-02T19:25:39.782Z] Cloning the remote Git repository [2021-09-02T19:25:39.782Z] Cloning with configured refspecs honoured and without tags [2021-09-02T19:25:39.801Z] Cloning repository https://github.com/moby/moby.git [2021-09-02T19:25:39.855Z] > git init /home/ubuntu/workspace/moby_PR-42674 # timeout=10 [2021-09-02T19:25:40.210Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:25:40.210Z] > git --version # timeout=10 [2021-09-02T19:25:40.224Z] > git --version # 'git version 2.17.1' [2021-09-02T19:25:40.225Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:25:40.246Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:25:44.107Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0b0adc90a4c5e297c) in /home/ubuntu/workspace/moby_PR-42674 [Pipeline] { [Pipeline] checkout [2021-09-02T19:25:44.200Z] The recommended git tool is: git [2021-09-02T19:25:46.331Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0e49e52a50945b39f) in /home/ubuntu/workspace/moby_PR-42674 [Pipeline] { [Pipeline] checkout [2021-09-02T19:25:46.523Z] The recommended git tool is: git [2021-09-02T19:25:47.241Z] using credential docker-jenkins-github-credentials [2021-09-02T19:25:47.257Z] Cloning the remote Git repository [2021-09-02T19:25:47.257Z] Cloning with configured refspecs honoured and without tags [2021-09-02T19:25:47.418Z] #58 79.08 + /build/golangci-lint --version [2021-09-02T19:25:47.418Z] #58 79.25 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-09-02T19:25:47.418Z] #58 DONE 79.7s [2021-09-02T19:25:47.418Z] [2021-09-02T19:25:47.418Z] #65 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:25:47.418Z] #65 sha256:e1e63e1a22bbb4be8c082a26924d736cec15637c928f484ef2cbe78d59601309 [2021-09-02T19:25:47.418Z] #65 ... [2021-09-02T19:25:47.418Z] [2021-09-02T19:25:47.418Z] #59 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-09-02T19:25:47.418Z] #59 sha256:02bfdbeb2f89d63985d2c3687a91bf02dcbaf1573401c5f351b22d8e785915ed [2021-09-02T19:25:47.418Z] #59 DONE 0.1s [2021-09-02T19:25:47.418Z] [2021-09-02T19:25:47.418Z] #65 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:25:47.418Z] #65 sha256:e1e63e1a22bbb4be8c082a26924d736cec15637c928f484ef2cbe78d59601309 [2021-09-02T19:25:47.418Z] #65 ... [2021-09-02T19:25:47.418Z] [2021-09-02T19:25:47.418Z] #61 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-09-02T19:25:47.418Z] #61 sha256:ca06193092e10146c504962079755751c7740d5de8de85780f137d7ec2231afb [2021-09-02T19:25:47.418Z] #61 DONE 0.1s [2021-09-02T19:25:47.418Z] [2021-09-02T19:25:47.418Z] #63 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-09-02T19:25:47.418Z] #63 sha256:984a1ef6ee516952ede20f769d67b6f17fdade66e218e8cf94b634757690d00f [2021-09-02T19:25:47.418Z] #63 DONE 0.1s [2021-09-02T19:25:47.418Z] [2021-09-02T19:25:47.418Z] #65 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:25:47.418Z] #65 sha256:e1e63e1a22bbb4be8c082a26924d736cec15637c928f484ef2cbe78d59601309 [2021-09-02T19:25:47.418Z] #65 84.58 + bin/containerd [2021-09-02T19:25:47.275Z] Cloning repository https://github.com/moby/moby.git [2021-09-02T19:25:47.360Z] > git init /home/ubuntu/workspace/moby_PR-42674 # timeout=10 [2021-09-02T19:25:47.711Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:25:47.712Z] > git --version # timeout=10 [2021-09-02T19:25:47.753Z] > git --version # 'git version 2.25.1' [2021-09-02T19:25:47.754Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:25:47.756Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:25:49.410Z] Fetching without tags [2021-09-02T19:25:49.906Z] Merging remotes/origin/master commit 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d into PR head commit 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:25:51.126Z] Merge succeeded, producing 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:25:51.126Z] Checking out Revision 1b8db067856387b4cc80bd5813993475382993b6 (PR-42674) [2021-09-02T19:25:49.304Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:25:49.335Z] > git config --add remote.origin.fetch +refs/pull/42674/head:refs/remotes/origin/PR-42674 # timeout=10 [2021-09-02T19:25:49.362Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:25:49.385Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:25:49.438Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:25:49.438Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:25:49.439Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:25:49.914Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:25:49.953Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:25:51.025Z] > git remote # timeout=10 [2021-09-02T19:25:51.047Z] > git config --get remote.origin.url # timeout=10 [2021-09-02T19:25:51.081Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:25:51.082Z] > git merge 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d # timeout=10 [2021-09-02T19:25:51.105Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-02T19:25:51.134Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:25:51.157Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:25:51.572Z] using credential docker-jenkins-github-credentials [2021-09-02T19:25:51.581Z] Cloning the remote Git repository [2021-09-02T19:25:51.581Z] Cloning with configured refspecs honoured and without tags [2021-09-02T19:25:51.644Z] Cloning repository https://github.com/moby/moby.git [2021-09-02T19:25:51.710Z] > git init /home/ubuntu/workspace/moby_PR-42674 # timeout=10 [2021-09-02T19:25:52.170Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:25:52.171Z] > git --version # timeout=10 [2021-09-02T19:25:52.184Z] > git --version # 'git version 2.25.1' [2021-09-02T19:25:52.184Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:25:52.261Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:25:56.028Z] Commit message: "Dockerfile: update gotestsum to v1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-02T19:25:57.246Z] + docker version [2021-09-02T19:26:05.398Z] Client: Docker Engine - Community [2021-09-02T19:26:05.398Z] Version: 20.10.6 [2021-09-02T19:26:05.398Z] API version: 1.41 [2021-09-02T19:26:05.398Z] Go version: go1.13.15 [2021-09-02T19:26:05.398Z] Git commit: 370c289 [2021-09-02T19:26:05.398Z] Built: Fri Apr 9 22:46:01 2021 [2021-09-02T19:26:05.398Z] OS/Arch: linux/amd64 [2021-09-02T19:26:05.398Z] Context: default [2021-09-02T19:26:05.398Z] Experimental: true [2021-09-02T19:26:05.398Z] [2021-09-02T19:26:05.398Z] Server: Docker Engine - Community [2021-09-02T19:26:05.398Z] Engine: [2021-09-02T19:26:05.398Z] Version: 20.10.6 [2021-09-02T19:26:05.398Z] API version: 1.41 (minimum version 1.12) [2021-09-02T19:26:05.398Z] Go version: go1.13.15 [2021-09-02T19:26:05.398Z] Git commit: 8728dd2 [2021-09-02T19:26:05.398Z] Built: Fri Apr 9 22:44:13 2021 [2021-09-02T19:26:05.398Z] OS/Arch: linux/amd64 [2021-09-02T19:26:05.398Z] Experimental: true [2021-09-02T19:26:05.398Z] containerd: [2021-09-02T19:26:05.398Z] Version: 1.4.6 [2021-09-02T19:26:05.398Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-02T19:26:05.398Z] runc: [2021-09-02T19:26:05.398Z] Version: 1.0.0-rc95 [2021-09-02T19:26:05.398Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-02T19:26:05.398Z] docker-init: [2021-09-02T19:26:05.398Z] Version: 0.19.0 [2021-09-02T19:26:05.398Z] GitCommit: de40ad0 [Pipeline] sh [2021-09-02T19:26:05.721Z] + docker info [2021-09-02T19:26:06.302Z] Fetching without tags [2021-09-02T19:26:06.678Z] Merging remotes/origin/master commit 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d into PR head commit 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:26:06.199Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:26:06.218Z] > git config --add remote.origin.fetch +refs/pull/42674/head:refs/remotes/origin/PR-42674 # timeout=10 [2021-09-02T19:26:06.256Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:26:06.280Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:26:06.308Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:26:06.308Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:26:06.309Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:26:06.685Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:26:06.702Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:26:07.574Z] Merge succeeded, producing 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:26:07.574Z] Checking out Revision 1b8db067856387b4cc80bd5813993475382993b6 (PR-42674) [2021-09-02T19:26:09.633Z] Fetching without tags [2021-09-02T19:26:07.474Z] > git remote # timeout=10 [2021-09-02T19:26:07.497Z] > git config --get remote.origin.url # timeout=10 [2021-09-02T19:26:07.517Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:26:07.518Z] > git merge 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d # timeout=10 [2021-09-02T19:26:07.546Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-02T19:26:07.577Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:26:07.612Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:26:09.872Z] Merging remotes/origin/master commit 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d into PR head commit 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:26:09.560Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:26:09.573Z] > git config --add remote.origin.fetch +refs/pull/42674/head:refs/remotes/origin/PR-42674 # timeout=10 [2021-09-02T19:26:09.584Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:26:09.614Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:26:09.637Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:26:09.637Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:26:09.638Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:26:09.879Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:26:09.900Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:26:10.718Z] Merge succeeded, producing 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:26:10.718Z] Checking out Revision 1b8db067856387b4cc80bd5813993475382993b6 (PR-42674) [2021-09-02T19:26:12.062Z] Commit message: "Dockerfile: update gotestsum to v1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-02T19:26:10.641Z] > git remote # timeout=10 [2021-09-02T19:26:10.665Z] > git config --get remote.origin.url # timeout=10 [2021-09-02T19:26:10.681Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:26:10.682Z] > git merge 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d # timeout=10 [2021-09-02T19:26:10.701Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-02T19:26:10.720Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:26:10.737Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:26:12.684Z] Fetching without tags [2021-09-02T19:26:12.602Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:26:12.628Z] > git config --add remote.origin.fetch +refs/pull/42674/head:refs/remotes/origin/PR-42674 # timeout=10 [2021-09-02T19:26:12.636Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:26:12.653Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:26:12.690Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:26:12.691Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:26:12.695Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:26:13.100Z] Merging remotes/origin/master commit 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d into PR head commit 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:26:13.203Z] + docker version [2021-09-02T19:26:14.962Z] Commit message: "Dockerfile: update gotestsum to v1.7.0" [2021-09-02T19:26:13.110Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:26:13.116Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:26:15.432Z] Merge succeeded, producing 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:26:15.432Z] Checking out Revision 1b8db067856387b4cc80bd5813993475382993b6 (PR-42674) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-02T19:26:16.686Z] + docker version [2021-09-02T19:26:15.353Z] > git remote # timeout=10 [2021-09-02T19:26:15.371Z] > git config --get remote.origin.url # timeout=10 [2021-09-02T19:26:15.384Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:26:15.386Z] > git merge 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d # timeout=10 [2021-09-02T19:26:15.416Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-02T19:26:15.436Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:26:15.448Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:26:18.533Z] Client: Docker Engine - Community [2021-09-02T19:26:18.533Z] Version: 20.10.6 [2021-09-02T19:26:18.533Z] API version: 1.41 [2021-09-02T19:26:18.533Z] Go version: go1.13.15 [2021-09-02T19:26:18.533Z] Git commit: 370c289 [2021-09-02T19:26:18.533Z] Built: Fri Apr 9 22:46:01 2021 [2021-09-02T19:26:18.533Z] OS/Arch: linux/amd64 [2021-09-02T19:26:18.533Z] Context: default [2021-09-02T19:26:18.533Z] Experimental: true [2021-09-02T19:26:18.533Z] [2021-09-02T19:26:18.533Z] Server: Docker Engine - Community [2021-09-02T19:26:18.533Z] Engine: [2021-09-02T19:26:18.533Z] Version: 20.10.6 [2021-09-02T19:26:18.533Z] API version: 1.41 (minimum version 1.12) [2021-09-02T19:26:18.533Z] Go version: go1.13.15 [2021-09-02T19:26:18.533Z] Git commit: 8728dd2 [2021-09-02T19:26:18.533Z] Built: Fri Apr 9 22:44:13 2021 [2021-09-02T19:26:18.533Z] OS/Arch: linux/amd64 [2021-09-02T19:26:18.533Z] Experimental: true [2021-09-02T19:26:18.533Z] containerd: [2021-09-02T19:26:18.533Z] Version: 1.4.6 [2021-09-02T19:26:18.533Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-02T19:26:18.533Z] runc: [2021-09-02T19:26:18.533Z] Version: 1.0.0-rc95 [2021-09-02T19:26:18.533Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-02T19:26:18.533Z] docker-init: [2021-09-02T19:26:18.533Z] Version: 0.19.0 [2021-09-02T19:26:18.533Z] GitCommit: de40ad0 [Pipeline] sh [2021-09-02T19:26:18.865Z] + docker info [2021-09-02T19:26:19.463Z] #65 115.1 # github.com/containerd/containerd/cmd/containerd [2021-09-02T19:26:19.463Z] #65 115.1 /usr/bin/ld: /tmp/go-link-992710999/000019.o: in function `New': [2021-09-02T19:26:19.463Z] #65 115.1 /tmp/tmp.s6ULzlvP3u/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-09-02T19:26:19.463Z] #65 115.2 + bin/containerd-stress [2021-09-02T19:26:19.463Z] #65 116.2 + bin/containerd-shim [2021-09-02T19:26:19.593Z] Commit message: "Dockerfile: update gotestsum to v1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-02T19:26:20.638Z] Client: [2021-09-02T19:26:20.638Z] Context: default [2021-09-02T19:26:20.638Z] Debug Mode: false [2021-09-02T19:26:20.638Z] Plugins: [2021-09-02T19:26:20.638Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-09-02T19:26:20.638Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-09-02T19:26:20.638Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-09-02T19:26:20.638Z] [2021-09-02T19:26:20.638Z] Server: [2021-09-02T19:26:20.638Z] Containers: 0 [2021-09-02T19:26:20.638Z] Running: 0 [2021-09-02T19:26:20.638Z] Paused: 0 [2021-09-02T19:26:20.638Z] Stopped: 0 [2021-09-02T19:26:20.638Z] Images: 0 [2021-09-02T19:26:20.639Z] Server Version: 20.10.6 [2021-09-02T19:26:20.639Z] Storage Driver: overlay2 [2021-09-02T19:26:20.639Z] Backing Filesystem: extfs [2021-09-02T19:26:20.639Z] Supports d_type: true [2021-09-02T19:26:20.639Z] Native Overlay Diff: true [2021-09-02T19:26:20.639Z] userxattr: false [2021-09-02T19:26:20.639Z] Logging Driver: json-file [2021-09-02T19:26:20.639Z] Cgroup Driver: cgroupfs [2021-09-02T19:26:20.639Z] Cgroup Version: 1 [2021-09-02T19:26:20.639Z] Plugins: [2021-09-02T19:26:20.639Z] Volume: local [2021-09-02T19:26:20.639Z] Network: bridge host ipvlan macvlan null overlay [2021-09-02T19:26:20.639Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-09-02T19:26:20.639Z] Swarm: inactive [2021-09-02T19:26:20.639Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-09-02T19:26:20.639Z] Default Runtime: runc [2021-09-02T19:26:20.639Z] Init Binary: docker-init [2021-09-02T19:26:20.639Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-02T19:26:20.639Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-02T19:26:20.639Z] init version: de40ad0 [2021-09-02T19:26:20.639Z] Security Options: [2021-09-02T19:26:20.639Z] apparmor [2021-09-02T19:26:20.639Z] seccomp [2021-09-02T19:26:20.639Z] Profile: default [2021-09-02T19:26:20.639Z] Kernel Version: 5.4.0-1048-aws [2021-09-02T19:26:20.639Z] Operating System: Ubuntu 18.04.5 LTS [2021-09-02T19:26:20.639Z] OSType: linux [2021-09-02T19:26:20.639Z] Architecture: x86_64 [2021-09-02T19:26:20.639Z] CPUs: 2 [2021-09-02T19:26:20.639Z] Total Memory: 7.487GiB [2021-09-02T19:26:20.639Z] Name: ip-10-100-108-213 [2021-09-02T19:26:20.639Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-09-02T19:26:20.639Z] Docker Root Dir: /var/lib/docker [2021-09-02T19:26:20.639Z] Debug Mode: false [2021-09-02T19:26:20.639Z] Registry: https://index.docker.io/v1/ [2021-09-02T19:26:20.639Z] Labels: [2021-09-02T19:26:20.639Z] Experimental: true [2021-09-02T19:26:20.639Z] Insecure Registries: [2021-09-02T19:26:20.639Z] 127.0.0.0/8 [2021-09-02T19:26:20.639Z] Live Restore Enabled: true [2021-09-02T19:26:20.639Z] [2021-09-02T19:26:20.639Z] WARNING: No swap limit support [Pipeline] sh [2021-09-02T19:26:20.663Z] + docker version [2021-09-02T19:26:20.947Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-02T19:26:20.947Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-02T19:26:20.947Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42674/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-09-02T19:26:20.947Z] + bash /home/ubuntu/workspace/moby_PR-42674/check-config.sh [2021-09-02T19:26:20.947Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-09-02T19:26:20.947Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-09-02T19:26:20.947Z] [2021-09-02T19:26:20.947Z] Generally Necessary: [2021-09-02T19:26:20.947Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-09-02T19:26:20.947Z] - apparmor: enabled and tools installed [2021-09-02T19:26:20.947Z] - CONFIG_NAMESPACES: enabled [2021-09-02T19:26:20.947Z] - CONFIG_NET_NS: enabled [2021-09-02T19:26:20.947Z] - CONFIG_PID_NS: enabled [2021-09-02T19:26:20.947Z] - CONFIG_IPC_NS: enabled [2021-09-02T19:26:20.947Z] - CONFIG_UTS_NS: enabled [2021-09-02T19:26:20.947Z] - CONFIG_CGROUPS: enabled [2021-09-02T19:26:20.947Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-09-02T19:26:20.947Z] - CONFIG_CGROUP_DEVICE: enabled [2021-09-02T19:26:21.220Z] - CONFIG_CGROUP_FREEZER: enabled [2021-09-02T19:26:21.220Z] - CONFIG_CGROUP_SCHED: enabled [2021-09-02T19:26:21.220Z] - CONFIG_CPUSETS: enabled [2021-09-02T19:26:21.220Z] - CONFIG_MEMCG: enabled [2021-09-02T19:26:21.220Z] - CONFIG_KEYS: enabled [2021-09-02T19:26:21.220Z] - CONFIG_VETH: enabled (as module) [2021-09-02T19:26:21.220Z] - CONFIG_BRIDGE: enabled (as module) [2021-09-02T19:26:21.220Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-09-02T19:26:21.220Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-09-02T19:26:21.220Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-09-02T19:26:21.220Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-09-02T19:26:21.220Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-09-02T19:26:21.220Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-09-02T19:26:21.220Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-09-02T19:26:21.220Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-09-02T19:26:21.220Z] - CONFIG_NF_NAT: enabled (as module) [2021-09-02T19:26:21.220Z] - CONFIG_POSIX_MQUEUE: enabled [2021-09-02T19:26:21.220Z] [2021-09-02T19:26:21.220Z] Optional Features: [2021-09-02T19:26:21.220Z] - CONFIG_USER_NS: enabled [2021-09-02T19:26:21.220Z] - CONFIG_SECCOMP: enabled [2021-09-02T19:26:21.220Z] - CONFIG_SECCOMP_FILTER: enabled [2021-09-02T19:26:21.220Z] - CONFIG_CGROUP_PIDS: enabled [2021-09-02T19:26:21.220Z] - CONFIG_MEMCG_SWAP: enabled [2021-09-02T19:26:21.220Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-09-02T19:26:21.220Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-09-02T19:26:21.220Z] - CONFIG_BLK_CGROUP: enabled [2021-09-02T19:26:21.220Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-09-02T19:26:21.220Z] - CONFIG_CGROUP_PERF: enabled [2021-09-02T19:26:21.220Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-09-02T19:26:21.220Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-09-02T19:26:21.220Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-09-02T19:26:21.220Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-09-02T19:26:21.220Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-09-02T19:26:21.489Z] - CONFIG_RT_GROUP_SCHED: missing [2021-09-02T19:26:21.489Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-09-02T19:26:21.489Z] - CONFIG_IP_VS: enabled (as module) [2021-09-02T19:26:21.489Z] - CONFIG_IP_VS_NFCT: enabled [2021-09-02T19:26:21.489Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-09-02T19:26:21.489Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-09-02T19:26:21.489Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-09-02T19:26:21.489Z] - CONFIG_SECURITY_SELINUX: enabled [2021-09-02T19:26:21.489Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-09-02T19:26:21.489Z] - CONFIG_EXT4_FS: enabled [2021-09-02T19:26:21.489Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-09-02T19:26:21.489Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-09-02T19:26:21.489Z] - Network Drivers: [2021-09-02T19:26:21.489Z] - "overlay": [2021-09-02T19:26:21.489Z] - CONFIG_VXLAN: enabled (as module) [2021-09-02T19:26:21.489Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-09-02T19:26:21.489Z] Optional (for encrypted networks): [2021-09-02T19:26:21.489Z] - CONFIG_CRYPTO: enabled [2021-09-02T19:26:21.489Z] - CONFIG_CRYPTO_AEAD: enabled [2021-09-02T19:26:21.489Z] - CONFIG_CRYPTO_GCM: enabled [2021-09-02T19:26:21.489Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-09-02T19:26:21.489Z] - CONFIG_CRYPTO_GHASH: enabled [2021-09-02T19:26:21.489Z] - CONFIG_XFRM: enabled [2021-09-02T19:26:21.489Z] - CONFIG_XFRM_USER: enabled (as module) [2021-09-02T19:26:21.489Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-09-02T19:26:21.489Z] - CONFIG_INET_ESP: enabled (as module) [2021-09-02T19:26:21.489Z] - "ipvlan": [2021-09-02T19:26:21.489Z] - CONFIG_IPVLAN: enabled (as module) [2021-09-02T19:26:21.489Z] - "macvlan": [2021-09-02T19:26:21.489Z] - CONFIG_MACVLAN: enabled (as module) [2021-09-02T19:26:21.489Z] - CONFIG_DUMMY: enabled (as module) [2021-09-02T19:26:21.489Z] - "ftp,tftp client in container": [2021-09-02T19:26:21.489Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-09-02T19:26:21.489Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-09-02T19:26:21.489Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-09-02T19:26:21.489Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-09-02T19:26:21.489Z] - Storage Drivers: [2021-09-02T19:26:21.489Z] - "aufs": [2021-09-02T19:26:21.489Z] - CONFIG_AUFS_FS: enabled (as module) [2021-09-02T19:26:21.489Z] - "btrfs": [2021-09-02T19:26:21.489Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-09-02T19:26:21.489Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-09-02T19:26:21.750Z] - "devicemapper": [2021-09-02T19:26:21.750Z] - CONFIG_BLK_DEV_DM: enabled [2021-09-02T19:26:21.750Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-09-02T19:26:21.750Z] - "overlay": [2021-09-02T19:26:21.750Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-09-02T19:26:21.750Z] - "zfs": [2021-09-02T19:26:21.750Z] - /dev/zfs: present [2021-09-02T19:26:21.750Z] - zfs command: missing [2021-09-02T19:26:21.750Z] - zpool command: missing [2021-09-02T19:26:21.750Z] [2021-09-02T19:26:21.750Z] Limits: [2021-09-02T19:26:21.750Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-09-02T19:26:21.750Z] [2021-09-02T19:26:21.750Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-09-02T19:26:22.116Z] + sudo modprobe ip_vs [2021-09-02T19:26:22.116Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1b8db067856387b4cc80bd5813993475382993b6 . [2021-09-02T19:26:22.377Z] #2 [internal] load .dockerignore [2021-09-02T19:26:22.377Z] #2 sha256:3f61e81831a576155682451d38f0e2b2bbf81b84888315ccc564d8e47375f031 [2021-09-02T19:26:22.948Z] #2 ... [2021-09-02T19:26:22.948Z] [2021-09-02T19:26:22.948Z] #1 [internal] load build definition from Dockerfile [2021-09-02T19:26:22.948Z] #1 sha256:d9b7b8fdaed3a08ddd268c654b068b14e3476e2151922f3899c7d742498e3754 [2021-09-02T19:26:22.948Z] #1 transferring dockerfile: 16.34kB done [2021-09-02T19:26:22.948Z] #1 DONE 0.8s [2021-09-02T19:26:22.948Z] [2021-09-02T19:26:22.948Z] #2 [internal] load .dockerignore [2021-09-02T19:26:22.948Z] #2 sha256:3f61e81831a576155682451d38f0e2b2bbf81b84888315ccc564d8e47375f031 [2021-09-02T19:26:22.948Z] #2 transferring context: 87B done [2021-09-02T19:26:23.207Z] #2 DONE 0.7s [2021-09-02T19:26:23.207Z] [2021-09-02T19:26:23.207Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-09-02T19:26:23.207Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-09-02T19:26:23.783Z] #3 DONE 0.6s [2021-09-02T19:26:23.783Z] [2021-09-02T19:26:23.783Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-09-02T19:26:23.783Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-09-02T19:26:23.783Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 done [2021-09-02T19:26:23.783Z] #4 sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 2.00kB / 2.00kB done [2021-09-02T19:26:23.783Z] #4 sha256:cb8d6fa06268f199b41ccc0c2718caca915f74c640f3cd044af8e205e8d616cf 528B / 528B done [2021-09-02T19:26:23.783Z] #4 sha256:b1e2fdbfa8cb359e5e566c70344df94749db2e6419e06ac542ed14a348c3ce81 1.21kB / 1.21kB done [2021-09-02T19:26:24.044Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0B / 9.67MB 0.2s [2021-09-02T19:26:24.044Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 6.29MB / 9.67MB 0.3s [2021-09-02T19:26:24.303Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.4s [2021-09-02T19:26:24.303Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 [2021-09-02T19:26:24.303Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.4s done [2021-09-02T19:26:24.893Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.4s done [2021-09-02T19:26:24.893Z] #4 DONE 1.0s [2021-09-02T19:26:25.158Z] [2021-09-02T19:26:25.158Z] #5 [internal] load .dockerignore [2021-09-02T19:26:25.158Z] #5 sha256:1805938e420f1e2a187b2b869bfdbdb1a4867a5ba95bfb4e69ae8e64d8799de1 [2021-09-02T19:26:25.158Z] #5 DONE 0.0s [2021-09-02T19:26:25.158Z] [2021-09-02T19:26:25.158Z] #6 [internal] load build definition from Dockerfile [2021-09-02T19:26:25.158Z] #6 sha256:58256e8a78c23a27ad2ecd79ae5e9661449e844b1e5b34d7e925ff7cbd1f52f4 [2021-09-02T19:26:25.158Z] #6 DONE 0.0s [2021-09-02T19:26:25.158Z] [2021-09-02T19:26:25.158Z] #10 [internal] load metadata for docker.io/library/golang:1.17.0-bullseye [2021-09-02T19:26:25.158Z] #10 sha256:0f294db75f3b6137b7b8d7f37315ee02a5d7cb71e1fcd1541f331a1a98b3ee60 [2021-09-02T19:26:26.096Z] #10 DONE 1.0s [2021-09-02T19:26:26.096Z] [2021-09-02T19:26:26.096Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-02T19:26:26.096Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-09-02T19:26:26.096Z] #9 DONE 1.0s [2021-09-02T19:26:26.096Z] [2021-09-02T19:26:26.096Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2021-09-02T19:26:26.096Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-09-02T19:26:26.096Z] #7 DONE 1.0s [2021-09-02T19:26:26.096Z] [2021-09-02T19:26:26.096Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-02T19:26:26.096Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-02T19:26:26.096Z] #8 DONE 1.1s [2021-09-02T19:26:26.665Z] Client: Docker Engine - Community [2021-09-02T19:26:26.665Z] Version: 20.10.6 [2021-09-02T19:26:26.665Z] API version: 1.41 [2021-09-02T19:26:26.665Z] Go version: go1.13.15 [2021-09-02T19:26:26.665Z] Git commit: 370c289 [2021-09-02T19:26:26.665Z] Built: Fri Apr 9 22:47:17 2021 [2021-09-02T19:26:26.665Z] OS/Arch: linux/amd64 [2021-09-02T19:26:26.665Z] Context: default [2021-09-02T19:26:26.665Z] Experimental: true [2021-09-02T19:26:26.665Z] [2021-09-02T19:26:26.665Z] Server: Docker Engine - Community [2021-09-02T19:26:26.665Z] Engine: [2021-09-02T19:26:26.665Z] Version: 20.10.6 [2021-09-02T19:26:26.665Z] API version: 1.41 (minimum version 1.12) [2021-09-02T19:26:26.665Z] Go version: go1.13.15 [2021-09-02T19:26:26.665Z] Git commit: 8728dd2 [2021-09-02T19:26:26.665Z] Built: Fri Apr 9 22:45:28 2021 [2021-09-02T19:26:26.665Z] OS/Arch: linux/amd64 [2021-09-02T19:26:26.665Z] Experimental: true [2021-09-02T19:26:26.665Z] containerd: [2021-09-02T19:26:26.665Z] Version: 1.4.6 [2021-09-02T19:26:26.665Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-02T19:26:26.665Z] runc: [2021-09-02T19:26:26.665Z] Version: 1.0.0-rc95 [2021-09-02T19:26:26.665Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-02T19:26:26.665Z] docker-init: [2021-09-02T19:26:26.665Z] Version: 0.19.0 [2021-09-02T19:26:26.665Z] GitCommit: de40ad0 [2021-09-02T19:26:26.674Z] [2021-09-02T19:26:26.674Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:26:26.674Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-02T19:26:26.674Z] #66 DONE 0.0s [2021-09-02T19:26:26.674Z] [2021-09-02T19:26:26.674Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:26:26.674Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-02T19:26:26.674Z] #64 DONE 0.0s [2021-09-02T19:26:26.674Z] [2021-09-02T19:26:26.674Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:26.674Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:26.674Z] #11 DONE 0.0s [2021-09-02T19:26:26.674Z] [2021-09-02T19:26:26.674Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-09-02T19:26:26.674Z] #27 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-09-02T19:26:26.674Z] #27 DONE 0.0s [2021-09-02T19:26:26.674Z] [2021-09-02T19:26:26.674Z] #24 [internal] load build context [2021-09-02T19:26:26.674Z] #24 sha256:b68cb3b2708107a9584a956ebed2ea564cc0c4731f05a708276fd97f3bc5a788 [Pipeline] sh [2021-09-02T19:26:26.935Z] #24 ... [2021-09-02T19:26:26.935Z] [2021-09-02T19:26:26.935Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:26.935Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:26.935Z] #11 resolve docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f 0.2s done [2021-09-02T19:26:26.935Z] #11 DONE 0.2s [2021-09-02T19:26:26.982Z] + docker info [2021-09-02T19:26:27.194Z] [2021-09-02T19:26:27.194Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:27.194Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:27.194Z] #11 sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f 1.86kB / 1.86kB done [2021-09-02T19:26:27.194Z] #11 sha256:8ec3996ca00d0b42bd0af0aa5d8df280593a62c6df5fd2758cb93162c0fe5d65 1.80kB / 1.80kB done [2021-09-02T19:26:27.194Z] #11 sha256:21ec38e019696db7d0e4044eb6eb94c642abfa2d344672e10f29f076827d6a18 6.93kB / 6.93kB done [2021-09-02T19:26:27.453Z] #11 ... [2021-09-02T19:26:27.453Z] [2021-09-02T19:26:27.453Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-02T19:26:27.453Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-02T19:26:27.453Z] #43 DONE 0.6s [2021-09-02T19:26:27.453Z] [2021-09-02T19:26:27.453Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:27.453Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:27.453Z] #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 11.01MB / 54.92MB 0.2s [2021-09-02T19:26:27.453Z] #11 sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 0B / 10.87MB 0.2s [2021-09-02T19:26:27.453Z] #11 sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 0B / 5.15MB 0.2s [2021-09-02T19:26:27.453Z] #11 ... [2021-09-02T19:26:27.453Z] [2021-09-02T19:26:27.453Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-02T19:26:27.453Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-02T19:26:27.453Z] #43 DONE 0.0s [2021-09-02T19:26:27.453Z] [2021-09-02T19:26:27.453Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:27.453Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:27.453Z] #11 sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 2.10MB / 10.87MB 0.4s [2021-09-02T19:26:27.453Z] #11 sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 5.15MB / 5.15MB 0.4s [2021-09-02T19:26:27.557Z] #65 123.4 + bin/containerd-shim-runc-v1 [2021-09-02T19:26:27.716Z] #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 16.78MB / 54.92MB 0.5s [2021-09-02T19:26:27.716Z] #11 sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 5.24MB / 10.87MB 0.5s [2021-09-02T19:26:27.716Z] #11 sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 5.15MB / 5.15MB 0.4s done [2021-09-02T19:26:27.716Z] #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 0B / 54.57MB 0.5s [2021-09-02T19:26:27.716Z] #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 19.92MB / 54.92MB 0.6s [2021-09-02T19:26:27.716Z] #11 sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 7.34MB / 10.87MB 0.6s [2021-09-02T19:26:27.716Z] #11 sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 9.44MB / 10.87MB 0.7s [2021-09-02T19:26:27.716Z] #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 3.01MB / 54.57MB 0.7s [2021-09-02T19:26:28.018Z] #11 sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 10.87MB / 10.87MB 0.8s [2021-09-02T19:26:28.278Z] #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 26.21MB / 54.92MB 0.9s [2021-09-02T19:26:28.278Z] #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 7.34MB / 54.57MB 0.9s [2021-09-02T19:26:28.278Z] #11 sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 10.87MB / 10.87MB 1.0s done [2021-09-02T19:26:28.278Z] #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 30.41MB / 54.92MB 1.2s [2021-09-02T19:26:28.278Z] #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 11.53MB / 54.57MB 1.2s [2021-09-02T19:26:28.278Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 1.14MB / 85.72MB 1.2s [2021-09-02T19:26:28.540Z] #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 37.75MB / 54.92MB 1.4s [2021-09-02T19:26:28.540Z] #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 16.78MB / 54.57MB 1.4s [2021-09-02T19:26:28.800Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 7.34MB / 85.72MB 1.5s [2021-09-02T19:26:28.800Z] #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 44.04MB / 54.92MB 1.7s [2021-09-02T19:26:28.800Z] #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 24.12MB / 54.57MB 1.7s [2021-09-02T19:26:28.887Z] Client: [2021-09-02T19:26:28.887Z] Context: default [2021-09-02T19:26:28.887Z] Debug Mode: false [2021-09-02T19:26:28.887Z] Plugins: [2021-09-02T19:26:28.887Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-09-02T19:26:28.887Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-09-02T19:26:28.887Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-09-02T19:26:28.887Z] [2021-09-02T19:26:28.887Z] Server: [2021-09-02T19:26:28.887Z] Containers: 0 [2021-09-02T19:26:28.887Z] Running: 0 [2021-09-02T19:26:28.887Z] Paused: 0 [2021-09-02T19:26:28.887Z] Stopped: 0 [2021-09-02T19:26:28.887Z] Images: 0 [2021-09-02T19:26:28.887Z] Server Version: 20.10.6 [2021-09-02T19:26:28.887Z] Storage Driver: overlay2 [2021-09-02T19:26:28.887Z] Backing Filesystem: extfs [2021-09-02T19:26:28.887Z] Supports d_type: true [2021-09-02T19:26:28.887Z] Native Overlay Diff: true [2021-09-02T19:26:28.887Z] userxattr: false [2021-09-02T19:26:28.887Z] Logging Driver: json-file [2021-09-02T19:26:28.887Z] Cgroup Driver: cgroupfs [2021-09-02T19:26:28.887Z] Cgroup Version: 1 [2021-09-02T19:26:28.887Z] Plugins: [2021-09-02T19:26:28.887Z] Volume: local [2021-09-02T19:26:28.887Z] Network: bridge host ipvlan macvlan null overlay [2021-09-02T19:26:28.887Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-09-02T19:26:28.887Z] Swarm: inactive [2021-09-02T19:26:28.887Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2021-09-02T19:26:28.887Z] Default Runtime: runc [2021-09-02T19:26:28.887Z] Init Binary: docker-init [2021-09-02T19:26:28.887Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-02T19:26:28.887Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-02T19:26:28.887Z] init version: de40ad0 [2021-09-02T19:26:28.887Z] Security Options: [2021-09-02T19:26:28.887Z] apparmor [2021-09-02T19:26:28.887Z] seccomp [2021-09-02T19:26:28.887Z] Profile: default [2021-09-02T19:26:28.887Z] Kernel Version: 5.4.0-1048-aws [2021-09-02T19:26:28.887Z] Operating System: Ubuntu 18.04.5 LTS [2021-09-02T19:26:28.887Z] OSType: linux [2021-09-02T19:26:28.887Z] Architecture: x86_64 [2021-09-02T19:26:28.887Z] CPUs: 2 [2021-09-02T19:26:28.887Z] Total Memory: 7.569GiB [2021-09-02T19:26:28.887Z] Name: ip-10-100-44-150 [2021-09-02T19:26:28.887Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-09-02T19:26:28.887Z] Docker Root Dir: /var/lib/docker [2021-09-02T19:26:28.887Z] Debug Mode: false [2021-09-02T19:26:28.887Z] Registry: https://index.docker.io/v1/ [2021-09-02T19:26:28.887Z] Labels: [2021-09-02T19:26:28.887Z] Experimental: true [2021-09-02T19:26:28.887Z] Insecure Registries: [2021-09-02T19:26:28.887Z] 127.0.0.0/8 [2021-09-02T19:26:28.887Z] Live Restore Enabled: true [2021-09-02T19:26:28.887Z] [2021-09-02T19:26:28.887Z] WARNING: No swap limit support [Pipeline] sh [2021-09-02T19:26:29.059Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 14.50MB / 85.72MB 1.8s [2021-09-02T19:26:29.059Z] #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 48.23MB / 54.92MB 1.9s [2021-09-02T19:26:29.059Z] #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 27.26MB / 54.57MB 1.9s [2021-09-02T19:26:29.183Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-02T19:26:29.183Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-02T19:26:29.183Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42674/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-09-02T19:26:29.183Z] + bash /home/ubuntu/workspace/moby_PR-42674/check-config.sh [2021-09-02T19:26:29.183Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-09-02T19:26:29.183Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-09-02T19:26:29.183Z] [2021-09-02T19:26:29.183Z] Generally Necessary: [2021-09-02T19:26:29.183Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-09-02T19:26:29.183Z] - apparmor: enabled and tools installed [2021-09-02T19:26:29.183Z] - CONFIG_NAMESPACES: enabled [2021-09-02T19:26:29.183Z] - CONFIG_NET_NS: enabled [2021-09-02T19:26:29.183Z] - CONFIG_PID_NS: enabled [2021-09-02T19:26:29.183Z] - CONFIG_IPC_NS: enabled [2021-09-02T19:26:29.183Z] - CONFIG_UTS_NS: enabled [2021-09-02T19:26:29.183Z] - CONFIG_CGROUPS: enabled [2021-09-02T19:26:29.183Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-09-02T19:26:29.183Z] - CONFIG_CGROUP_DEVICE: enabled [2021-09-02T19:26:29.183Z] - CONFIG_CGROUP_FREEZER: enabled [2021-09-02T19:26:29.183Z] - CONFIG_CGROUP_SCHED: enabled [2021-09-02T19:26:29.183Z] - CONFIG_CPUSETS: enabled [2021-09-02T19:26:29.183Z] - CONFIG_MEMCG: enabled [2021-09-02T19:26:29.183Z] - CONFIG_KEYS: enabled [2021-09-02T19:26:29.183Z] - CONFIG_VETH: enabled (as module) [2021-09-02T19:26:29.183Z] - CONFIG_BRIDGE: enabled (as module) [2021-09-02T19:26:29.183Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-09-02T19:26:29.183Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-09-02T19:26:29.183Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-09-02T19:26:29.183Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-09-02T19:26:29.183Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-09-02T19:26:29.183Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-09-02T19:26:29.183Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-09-02T19:26:29.183Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-09-02T19:26:29.183Z] - CONFIG_NF_NAT: enabled (as module) [2021-09-02T19:26:29.183Z] - CONFIG_POSIX_MQUEUE: enabled [2021-09-02T19:26:29.183Z] [2021-09-02T19:26:29.183Z] Optional Features: [2021-09-02T19:26:29.183Z] - CONFIG_USER_NS: enabled [2021-09-02T19:26:29.183Z] - CONFIG_SECCOMP: enabled [2021-09-02T19:26:29.183Z] - CONFIG_SECCOMP_FILTER: enabled [2021-09-02T19:26:29.183Z] - CONFIG_CGROUP_PIDS: enabled [2021-09-02T19:26:29.183Z] - CONFIG_MEMCG_SWAP: enabled [2021-09-02T19:26:29.183Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-09-02T19:26:29.183Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-09-02T19:26:29.183Z] - CONFIG_BLK_CGROUP: enabled [2021-09-02T19:26:29.183Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-09-02T19:26:29.183Z] - CONFIG_CGROUP_PERF: enabled [2021-09-02T19:26:29.183Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-09-02T19:26:29.318Z] #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 54.53MB / 54.92MB 2.1s [2021-09-02T19:26:29.318Z] #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 32.51MB / 54.57MB 2.1s [2021-09-02T19:26:29.318Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 18.87MB / 85.72MB 2.1s [2021-09-02T19:26:29.318Z] #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 47.19MB / 54.57MB 2.3s [2021-09-02T19:26:29.318Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 29.43MB / 85.72MB 2.3s [2021-09-02T19:26:29.444Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-09-02T19:26:29.444Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-09-02T19:26:29.444Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-09-02T19:26:29.444Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-09-02T19:26:29.444Z] - CONFIG_RT_GROUP_SCHED: missing [2021-09-02T19:26:29.444Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-09-02T19:26:29.444Z] - CONFIG_IP_VS: enabled (as module) [2021-09-02T19:26:29.444Z] - CONFIG_IP_VS_NFCT: enabled [2021-09-02T19:26:29.444Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-09-02T19:26:29.444Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-09-02T19:26:29.444Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-09-02T19:26:29.444Z] - CONFIG_SECURITY_SELINUX: enabled [2021-09-02T19:26:29.444Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-09-02T19:26:29.444Z] - CONFIG_EXT4_FS: enabled [2021-09-02T19:26:29.444Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-09-02T19:26:29.444Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-09-02T19:26:29.444Z] - Network Drivers: [2021-09-02T19:26:29.444Z] - "overlay": [2021-09-02T19:26:29.444Z] - CONFIG_VXLAN: enabled (as module) [2021-09-02T19:26:29.444Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-09-02T19:26:29.444Z] Optional (for encrypted networks): [2021-09-02T19:26:29.444Z] - CONFIG_CRYPTO: enabled [2021-09-02T19:26:29.444Z] - CONFIG_CRYPTO_AEAD: enabled [2021-09-02T19:26:29.444Z] - CONFIG_CRYPTO_GCM: enabled [2021-09-02T19:26:29.445Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-09-02T19:26:29.445Z] - CONFIG_CRYPTO_GHASH: enabled [2021-09-02T19:26:29.445Z] - CONFIG_XFRM: enabled [2021-09-02T19:26:29.445Z] - CONFIG_XFRM_USER: enabled (as module) [2021-09-02T19:26:29.445Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-09-02T19:26:29.445Z] - CONFIG_INET_ESP: enabled (as module) [2021-09-02T19:26:29.445Z] - "ipvlan": [2021-09-02T19:26:29.445Z] - CONFIG_IPVLAN: enabled (as module) [2021-09-02T19:26:29.445Z] - "macvlan": [2021-09-02T19:26:29.445Z] - CONFIG_MACVLAN: enabled (as module) [2021-09-02T19:26:29.445Z] - CONFIG_DUMMY: enabled (as module) [2021-09-02T19:26:29.445Z] - "ftp,tftp client in container": [2021-09-02T19:26:29.586Z] #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 51.38MB / 54.57MB 2.5s [2021-09-02T19:26:29.586Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 35.03MB / 85.72MB 2.5s [2021-09-02T19:26:29.706Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-09-02T19:26:29.706Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-09-02T19:26:29.706Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-09-02T19:26:29.706Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-09-02T19:26:29.706Z] - Storage Drivers: [2021-09-02T19:26:29.706Z] - "aufs": [2021-09-02T19:26:29.706Z] - CONFIG_AUFS_FS: enabled (as module) [2021-09-02T19:26:29.706Z] - "btrfs": [2021-09-02T19:26:29.706Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-09-02T19:26:29.706Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-09-02T19:26:29.706Z] - "devicemapper": [2021-09-02T19:26:29.706Z] - CONFIG_BLK_DEV_DM: enabled [2021-09-02T19:26:29.706Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-09-02T19:26:29.706Z] - "overlay": [2021-09-02T19:26:29.706Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-09-02T19:26:29.706Z] - "zfs": [2021-09-02T19:26:29.706Z] - /dev/zfs: present [2021-09-02T19:26:29.707Z] - zfs command: missing [2021-09-02T19:26:29.707Z] - zpool command: missing [2021-09-02T19:26:29.707Z] [2021-09-02T19:26:29.707Z] Limits: [2021-09-02T19:26:29.707Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-09-02T19:26:29.707Z] [2021-09-02T19:26:29.707Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-09-02T19:26:29.847Z] #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 54.57MB / 54.57MB 2.6s [2021-09-02T19:26:29.847Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 42.99MB / 85.72MB 2.8s [2021-09-02T19:26:30.049Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1b8db067856387b4cc80bd5813993475382993b6 . [2021-09-02T19:26:30.107Z] #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 54.92MB / 54.92MB 2.8s done [2021-09-02T19:26:30.107Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 49.28MB / 85.72MB 3.0s [2021-09-02T19:26:30.622Z] #1 [internal] load build definition from Dockerfile [2021-09-02T19:26:30.622Z] #1 sha256:d0104b5797e4b89f6fca4af477887722887b04d36297be3c3c3645cfdbdbbeb3 [2021-09-02T19:26:30.622Z] #1 transferring dockerfile: [2021-09-02T19:26:30.622Z] #1 transferring dockerfile: 16.34kB done [2021-09-02T19:26:30.622Z] #1 DONE 0.2s [2021-09-02T19:26:30.622Z] [2021-09-02T19:26:30.622Z] #2 [internal] load .dockerignore [2021-09-02T19:26:30.622Z] #2 sha256:7486e19cbc0174ccaa73c1bf7f199e377c3be477dbdec0ebe1032f6d0ac5fbfe [2021-09-02T19:26:30.622Z] #2 transferring context: 87B done [2021-09-02T19:26:30.622Z] #2 DONE 0.1s [2021-09-02T19:26:30.622Z] [2021-09-02T19:26:30.622Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-09-02T19:26:30.622Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-09-02T19:26:30.675Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 54.53MB / 85.72MB 3.3s [2021-09-02T19:26:30.675Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 64.00MB / 85.72MB 3.5s [2021-09-02T19:26:30.675Z] #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 54.57MB / 54.57MB 3.5s done [2021-09-02T19:26:30.675Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 71.31MB / 85.72MB 3.7s [2021-09-02T19:26:30.675Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 0B / 134.79MB 3.7s [2021-09-02T19:26:30.675Z] #11 sha256:a777b06e31ba5f17a2a1b4c7d9059fd54a8f00e60c179f869e1b42a80b27fb9a 0B / 156B 3.7s [2021-09-02T19:26:30.696Z] Client: Docker Engine - Community [2021-09-02T19:26:30.696Z] Version: 20.10.6 [2021-09-02T19:26:30.696Z] API version: 1.41 [2021-09-02T19:26:30.696Z] Go version: go1.13.15 [2021-09-02T19:26:30.696Z] Git commit: 370c289 [2021-09-02T19:26:30.696Z] Built: Fri Apr 9 22:45:59 2021 [2021-09-02T19:26:30.696Z] OS/Arch: linux/arm64 [2021-09-02T19:26:30.696Z] Context: default [2021-09-02T19:26:30.696Z] Experimental: true [2021-09-02T19:26:30.696Z] [2021-09-02T19:26:30.696Z] Server: Docker Engine - Community [2021-09-02T19:26:30.696Z] Engine: [2021-09-02T19:26:30.696Z] Version: 20.10.6 [2021-09-02T19:26:30.696Z] API version: 1.41 (minimum version 1.12) [2021-09-02T19:26:30.696Z] Go version: go1.13.15 [2021-09-02T19:26:30.696Z] Git commit: 8728dd2 [2021-09-02T19:26:30.696Z] Built: Fri Apr 9 22:44:09 2021 [2021-09-02T19:26:30.696Z] OS/Arch: linux/arm64 [2021-09-02T19:26:30.696Z] Experimental: true [2021-09-02T19:26:30.696Z] containerd: [2021-09-02T19:26:30.696Z] Version: 1.4.6 [2021-09-02T19:26:30.696Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-02T19:26:30.696Z] runc: [2021-09-02T19:26:30.696Z] Version: 1.0.0-rc95 [2021-09-02T19:26:30.696Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-02T19:26:30.696Z] docker-init: [2021-09-02T19:26:30.696Z] Version: 0.19.0 [2021-09-02T19:26:30.696Z] GitCommit: de40ad0 [Pipeline] sh [2021-09-02T19:26:30.935Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 77.59MB / 85.72MB 3.8s [2021-09-02T19:26:30.935Z] #11 sha256:a777b06e31ba5f17a2a1b4c7d9059fd54a8f00e60c179f869e1b42a80b27fb9a 156B / 156B 3.7s done [2021-09-02T19:26:31.031Z] + docker info [2021-09-02T19:26:31.193Z] #3 DONE 0.6s [2021-09-02T19:26:31.193Z] [2021-09-02T19:26:31.193Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-09-02T19:26:31.193Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-09-02T19:26:31.193Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 done [2021-09-02T19:26:31.193Z] #4 sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 2.00kB / 2.00kB done [2021-09-02T19:26:31.193Z] #4 sha256:cb8d6fa06268f199b41ccc0c2718caca915f74c640f3cd044af8e205e8d616cf 528B / 528B done [2021-09-02T19:26:31.193Z] #4 sha256:b1e2fdbfa8cb359e5e566c70344df94749db2e6419e06ac542ed14a348c3ce81 1.21kB / 1.21kB done [2021-09-02T19:26:31.193Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0B / 9.67MB 0.1s [2021-09-02T19:26:31.197Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 82.84MB / 85.72MB 4.0s [2021-09-02T19:26:31.197Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 8.39MB / 134.79MB 4.1s [2021-09-02T19:26:31.455Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 6.65MB / 9.67MB 0.2s [2021-09-02T19:26:31.455Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.3s [2021-09-02T19:26:31.455Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 [2021-09-02T19:26:31.457Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 15.73MB / 134.79MB 4.4s [2021-09-02T19:26:31.719Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.3s done [2021-09-02T19:26:31.727Z] #65 128.5 + bin/containerd-shim-runc-v2 [2021-09-02T19:26:31.733Z] #11 extracting sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 1.1s [2021-09-02T19:26:31.980Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.5s done [2021-09-02T19:26:31.984Z] #65 129.1 + binaries [2021-09-02T19:26:31.984Z] #65 129.1 + install -D bin/containerd /build/containerd [2021-09-02T19:26:31.984Z] #65 129.2 + install -D bin/containerd-shim /build/containerd-shim [2021-09-02T19:26:31.984Z] #65 129.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-09-02T19:26:31.994Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 24.12MB / 134.79MB 4.9s [2021-09-02T19:26:32.241Z] #4 DONE 1.0s [2021-09-02T19:26:32.243Z] #65 129.2 + install -D bin/ctr /build/ctr [2021-09-02T19:26:32.499Z] #65 DONE 129.5s [2021-09-02T19:26:32.503Z] [2021-09-02T19:26:32.503Z] #6 [internal] load .dockerignore [2021-09-02T19:26:32.503Z] #6 sha256:700b4a648e989fd45a113b689335b722e5e97e69af4e01682789ef759aaf7dbc [2021-09-02T19:26:32.503Z] #6 DONE 0.0s [2021-09-02T19:26:32.503Z] [2021-09-02T19:26:32.503Z] #5 [internal] load build definition from Dockerfile [2021-09-02T19:26:32.503Z] #5 sha256:c953ff4cfd0d9939d3352127d383646c7fc4fa7c53956f6362a6dc3910854bb9 [2021-09-02T19:26:32.503Z] #5 DONE 0.0s [2021-09-02T19:26:32.503Z] [2021-09-02T19:26:32.503Z] #10 [internal] load metadata for docker.io/library/golang:1.17.0-bullseye [2021-09-02T19:26:32.503Z] #10 sha256:0f294db75f3b6137b7b8d7f37315ee02a5d7cb71e1fcd1541f331a1a98b3ee60 [2021-09-02T19:26:32.565Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 85.72MB / 85.72MB 5.2s done [2021-09-02T19:26:32.565Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 40.89MB / 134.79MB 5.3s [2021-09-02T19:26:32.825Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 50.33MB / 134.79MB 5.7s [2021-09-02T19:26:32.825Z] #11 ... [2021-09-02T19:26:32.825Z] [2021-09-02T19:26:32.825Z] #24 [internal] load build context [2021-09-02T19:26:32.825Z] #24 sha256:b68cb3b2708107a9584a956ebed2ea564cc0c4731f05a708276fd97f3bc5a788 [2021-09-02T19:26:32.825Z] #24 transferring context: 55.48MB 5.9s done [2021-09-02T19:26:32.825Z] #24 DONE 6.1s [2021-09-02T19:26:32.825Z] [2021-09-02T19:26:32.825Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:32.825Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:32.825Z] #11 ... [2021-09-02T19:26:32.825Z] [2021-09-02T19:26:32.825Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-09-02T19:26:32.825Z] #27 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-09-02T19:26:32.825Z] #27 resolve docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea 0.1s done [2021-09-02T19:26:32.825Z] #27 sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea 1.85kB / 1.85kB done [2021-09-02T19:26:32.825Z] #27 sha256:c6e865b5373b09942bc49e4b02a7b361fcfa405479ece627f5d4306554120673 529B / 529B done [2021-09-02T19:26:32.825Z] #27 sha256:fe3c5de03486f6e68639071e35675bc204558725a728e4eb835a23b62db6d7b5 1.46kB / 1.46kB done [2021-09-02T19:26:32.825Z] #27 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 54.92MB / 54.92MB 3.0s done [2021-09-02T19:26:33.084Z] #27 ... [2021-09-02T19:26:33.084Z] [2021-09-02T19:26:33.084Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:33.084Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:33.084Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 59.77MB / 134.79MB 5.9s [2021-09-02T19:26:33.343Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 69.21MB / 134.79MB 6.3s [2021-09-02T19:26:33.429Z] [2021-09-02T19:26:33.429Z] #66 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-09-02T19:26:33.429Z] #66 sha256:5fc6fdb388ec2046fcb22ef04b068b4328eea4b91b811f2809f5402a590982ca [2021-09-02T19:26:33.444Z] #10 DONE 0.9s [2021-09-02T19:26:33.445Z] [2021-09-02T19:26:33.445Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2021-09-02T19:26:33.445Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-09-02T19:26:33.445Z] #7 DONE 0.9s [2021-09-02T19:26:33.445Z] [2021-09-02T19:26:33.445Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-02T19:26:33.445Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-02T19:26:33.445Z] #8 DONE 0.9s [2021-09-02T19:26:33.445Z] [2021-09-02T19:26:33.445Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-02T19:26:33.445Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-09-02T19:26:33.445Z] #9 DONE 0.9s [2021-09-02T19:26:33.686Z] #66 DONE 0.2s [2021-09-02T19:26:33.686Z] [2021-09-02T19:26:33.686Z] #70 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-09-02T19:26:33.686Z] #70 sha256:51f48c8ef9f4563475136290369dab0423a402eeb36f5d576a6b34516151942e [2021-09-02T19:26:33.686Z] #70 DONE 0.1s [2021-09-02T19:26:33.686Z] [2021-09-02T19:26:33.686Z] #75 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-09-02T19:26:33.686Z] #75 sha256:59d3febce850f50d1f6bef78f788933d1b52e5db0cb1b49782c9c38e3532dd7d [2021-09-02T19:26:33.917Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 76.21MB / 134.79MB 6.6s [2021-09-02T19:26:34.029Z] [2021-09-02T19:26:34.029Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:26:34.029Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-02T19:26:34.029Z] #66 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-09-02T19:26:34.180Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 83.89MB / 134.79MB 7.0s [2021-09-02T19:26:34.249Z] #75 DONE 0.5s [2021-09-02T19:26:34.249Z] [2021-09-02T19:26:34.249Z] #76 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-09-02T19:26:34.249Z] #76 sha256:32fb594871678beff631cbc164423f8431e83e981a5d3a7580bc93b3fb3b0652 [2021-09-02T19:26:34.249Z] #76 DONE 0.0s [2021-09-02T19:26:34.249Z] [2021-09-02T19:26:34.249Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-09-02T19:26:34.249Z] #77 sha256:ee068eee141b18fee363f3a86151f531e8f91f70afbb7fe6bf98a43d2c8c6496 [2021-09-02T19:26:34.295Z] #66 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-02T19:26:34.295Z] #66 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-09-02T19:26:34.295Z] #66 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-09-02T19:26:34.295Z] #66 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0B / 12.42MB 0.1s [2021-09-02T19:26:34.440Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 93.95MB / 134.79MB 7.4s [2021-09-02T19:26:34.569Z] #66 ... [2021-09-02T19:26:34.569Z] [2021-09-02T19:26:34.569Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-02T19:26:34.569Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-02T19:26:34.569Z] #43 DONE 0.0s [2021-09-02T19:26:34.569Z] [2021-09-02T19:26:34.569Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:26:34.569Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-02T19:26:34.569Z] #66 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.10MB / 12.42MB 0.3s [2021-09-02T19:26:34.838Z] #66 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 7.34MB / 12.42MB 0.5s [2021-09-02T19:26:34.838Z] #66 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s [2021-09-02T19:26:35.010Z] #11 ... [2021-09-02T19:26:35.010Z] [2021-09-02T19:26:35.010Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:26:35.010Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-02T19:26:35.010Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2021-09-02T19:26:35.010Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-02T19:26:35.010Z] #64 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-09-02T19:26:35.010Z] #64 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-09-02T19:26:35.010Z] #64 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.3s done [2021-09-02T19:26:35.010Z] #64 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.2s done [2021-09-02T19:26:35.010Z] #64 DONE 7.9s [2021-09-02T19:26:35.010Z] [2021-09-02T19:26:35.010Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:35.010Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:35.010Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 105.91MB / 134.79MB 7.8s [2021-09-02T19:26:35.101Z] #66 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done [2021-09-02T19:26:35.101Z] #66 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 [2021-09-02T19:26:35.178Z] #77 DONE 0.8s [2021-09-02T19:26:35.178Z] [2021-09-02T19:26:35.178Z] #78 exporting to image [2021-09-02T19:26:35.178Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-09-02T19:26:35.178Z] #78 exporting layers [2021-09-02T19:26:35.268Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 119.54MB / 134.79MB 8.2s [2021-09-02T19:26:35.527Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 126.88MB / 134.79MB 8.3s [2021-09-02T19:26:35.786Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 134.79MB / 134.79MB 8.7s [2021-09-02T19:26:36.725Z] #11 extracting sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 6.2s [2021-09-02T19:26:36.725Z] #11 ... [2021-09-02T19:26:36.725Z] [2021-09-02T19:26:36.725Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:26:36.725Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-02T19:26:36.725Z] #66 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-09-02T19:26:36.725Z] #66 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-02T19:26:36.725Z] #66 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-09-02T19:26:36.725Z] #66 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.9s done [2021-09-02T19:26:36.725Z] #66 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.8s done [2021-09-02T19:26:37.016Z] #66 ... [2021-09-02T19:26:37.016Z] [2021-09-02T19:26:37.016Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:37.016Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:37.067Z] #78 exporting layers 1.8s done [2021-09-02T19:26:37.067Z] #78 writing image sha256:49c1914f680b2c3ee0171cf8671cd19293aa661994bc26f836c234a2e6df05b4 done [2021-09-02T19:26:37.067Z] #78 naming to docker.io/library/docker:1b8db067856387b4cc80bd5813993475382993b6 done [2021-09-02T19:26:37.067Z] #78 DONE 1.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-09-02T19:26:37.400Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42674/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42674/.git:/go/src/github.com/docker/docker/.git --name docker-pr18 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1b8db067856387b4cc80bd5813993475382993b6 hack/validate/default [2021-09-02T19:26:37.961Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-09-02T19:26:37.961Z] No api/types/ or api/swagger.yaml changes in diff. [2021-09-02T19:26:37.961Z] Congratulations! All TOML source files changed here have valid syntax. [2021-09-02T19:26:37.961Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-09-02T19:26:37.961Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-09-02T19:26:37.961Z] Congratulations! No new tests were added to integration-cli. [2021-09-02T19:26:37.961Z] [2021-09-02T19:26:37.961Z] INFO Start validation with golang-ci-lint [2021-09-02T19:26:38.217Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-09-02T19:26:38.217Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-09-02T19:26:38.217Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-09-02T19:26:38.396Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 134.79MB / 134.79MB 11.0s done [2021-09-02T19:26:38.396Z] #11 ... [2021-09-02T19:26:38.396Z] [2021-09-02T19:26:38.396Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:26:38.396Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-02T19:26:38.396Z] #66 DONE 11.4s [2021-09-02T19:26:38.396Z] [2021-09-02T19:26:38.396Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-09-02T19:26:38.396Z] #27 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-09-02T19:26:38.967Z] #27 extracting sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 8.3s done [2021-09-02T19:26:39.923Z] #27 ... [2021-09-02T19:26:39.923Z] [2021-09-02T19:26:39.923Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:39.923Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:39.923Z] #11 extracting sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 [2021-09-02T19:26:39.923Z] #11 ... [2021-09-02T19:26:39.923Z] [2021-09-02T19:26:39.923Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-09-02T19:26:39.923Z] #27 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-09-02T19:26:39.923Z] #27 DONE 12.9s [2021-09-02T19:26:39.923Z] [2021-09-02T19:26:39.923Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:39.923Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:40.430Z] #66 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.0s [2021-09-02T19:26:40.430Z] #66 ... [2021-09-02T19:26:40.430Z] [2021-09-02T19:26:40.430Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:40.430Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:40.430Z] #11 resolve docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f 0.1s done [2021-09-02T19:26:40.430Z] #11 sha256:8ec3996ca00d0b42bd0af0aa5d8df280593a62c6df5fd2758cb93162c0fe5d65 1.80kB / 1.80kB done [2021-09-02T19:26:40.430Z] #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 54.92MB / 54.92MB 2.8s done [2021-09-02T19:26:40.430Z] #11 sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f 1.86kB / 1.86kB done [2021-09-02T19:26:40.430Z] #11 sha256:21ec38e019696db7d0e4044eb6eb94c642abfa2d344672e10f29f076827d6a18 6.93kB / 6.93kB done [2021-09-02T19:26:40.430Z] #11 sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 5.15MB / 5.15MB 1.5s done [2021-09-02T19:26:40.430Z] #11 sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 10.87MB / 10.87MB 2.0s done [2021-09-02T19:26:40.430Z] #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 54.57MB / 54.57MB 4.7s done [2021-09-02T19:26:40.430Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 70.25MB / 85.72MB 6.1s [2021-09-02T19:26:40.430Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 71.30MB / 134.79MB 6.1s [2021-09-02T19:26:40.430Z] #11 extracting sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 2.2s [2021-09-02T19:26:40.430Z] #11 sha256:a777b06e31ba5f17a2a1b4c7d9059fd54a8f00e60c179f869e1b42a80b27fb9a 156B / 156B 4.9s done [2021-09-02T19:26:40.496Z] #11 extracting sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 0.8s done [2021-09-02T19:26:40.691Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 77.59MB / 85.72MB 6.4s [2021-09-02T19:26:40.692Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 80.54MB / 134.79MB 6.4s [2021-09-02T19:26:40.953Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 82.84MB / 85.72MB 6.7s [2021-09-02T19:26:41.062Z] #11 ... [2021-09-02T19:26:41.062Z] [2021-09-02T19:26:41.062Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-09-02T19:26:41.062Z] #65 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-09-02T19:26:41.062Z] #65 DONE 1.2s [2021-09-02T19:26:41.062Z] [2021-09-02T19:26:41.062Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:41.062Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:41.062Z] #11 extracting sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 0.1s [2021-09-02T19:26:41.214Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 88.08MB / 134.79MB 7.1s [2021-09-02T19:26:41.793Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 95.58MB / 134.79MB 7.4s [2021-09-02T19:26:41.998Z] #11 extracting sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 0.9s done [2021-09-02T19:26:42.054Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 85.72MB / 85.72MB 7.8s done [2021-09-02T19:26:42.054Z] #11 ... [2021-09-02T19:26:42.054Z] [2021-09-02T19:26:42.054Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:26:42.054Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-02T19:26:42.054Z] #66 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.6s done [2021-09-02T19:26:42.054Z] #66 DONE 8.0s [2021-09-02T19:26:42.054Z] [2021-09-02T19:26:42.054Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:42.054Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:42.054Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 103.96MB / 134.79MB 7.9s [2021-09-02T19:26:42.054Z] #11 ... [2021-09-02T19:26:42.054Z] [2021-09-02T19:26:42.054Z] #24 [internal] load build context [2021-09-02T19:26:42.054Z] #24 sha256:4be829d5c5a7fbe07b8be04e1ab1d1ecad046252758a912d51b94a39852f7eec [2021-09-02T19:26:42.054Z] #24 transferring context: 49.18MB 8.1s [2021-09-02T19:26:42.321Z] #24 ... [2021-09-02T19:26:42.321Z] [2021-09-02T19:26:42.321Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:26:42.321Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-02T19:26:42.321Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-09-02T19:26:42.321Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-02T19:26:42.321Z] #64 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-09-02T19:26:42.321Z] #64 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-09-02T19:26:42.321Z] #64 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.0s done [2021-09-02T19:26:42.321Z] #64 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 6.0s done [2021-09-02T19:26:42.321Z] #64 DONE 8.0s [2021-09-02T19:26:42.321Z] [2021-09-02T19:26:42.321Z] #24 [internal] load build context [2021-09-02T19:26:42.321Z] #24 sha256:4be829d5c5a7fbe07b8be04e1ab1d1ecad046252758a912d51b94a39852f7eec [2021-09-02T19:26:42.321Z] #24 ... [2021-09-02T19:26:42.321Z] [2021-09-02T19:26:42.321Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:42.321Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:42.321Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 112.34MB / 134.79MB 8.2s [2021-09-02T19:26:42.568Z] #11 ... [2021-09-02T19:26:42.568Z] [2021-09-02T19:26:42.568Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-09-02T19:26:42.568Z] #67 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-09-02T19:26:42.568Z] #67 DONE 1.4s [2021-09-02T19:26:42.568Z] [2021-09-02T19:26:42.568Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-09-02T19:26:42.568Z] #28 sha256:1d5cc3e56b024573af64675ac74d6b75305aa9689ae86a636da1c34833667a14 [2021-09-02T19:26:42.568Z] #28 1.468 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:26:42.568Z] #28 1.488 Get:2 http://deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:26:42.568Z] #28 1.488 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:26:42.568Z] #28 1.636 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:26:42.568Z] #28 1.855 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:26:42.893Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 122.68MB / 134.79MB 8.8s [2021-09-02T19:26:43.154Z] #11 ... [2021-09-02T19:26:43.154Z] [2021-09-02T19:26:43.154Z] #24 [internal] load build context [2021-09-02T19:26:43.154Z] #24 sha256:4be829d5c5a7fbe07b8be04e1ab1d1ecad046252758a912d51b94a39852f7eec [2021-09-02T19:26:43.154Z] #24 transferring context: 55.48MB 8.9s done [2021-09-02T19:26:43.154Z] #24 DONE 9.1s [2021-09-02T19:26:43.154Z] [2021-09-02T19:26:43.154Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:43.154Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:43.415Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 133.17MB / 134.79MB 9.2s [2021-09-02T19:26:44.008Z] #28 3.856 Fetched 8401 kB in 3s (3171 kB/s) [2021-09-02T19:26:44.356Z] #11 ... [2021-09-02T19:26:44.356Z] [2021-09-02T19:26:44.356Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-09-02T19:26:44.356Z] #27 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-09-02T19:26:44.356Z] #27 resolve docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea 0.1s done [2021-09-02T19:26:44.356Z] #27 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 54.92MB / 54.92MB 2.8s done [2021-09-02T19:26:44.356Z] #27 sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea 1.85kB / 1.85kB done [2021-09-02T19:26:44.356Z] #27 sha256:c6e865b5373b09942bc49e4b02a7b361fcfa405479ece627f5d4306554120673 529B / 529B done [2021-09-02T19:26:44.356Z] #27 sha256:fe3c5de03486f6e68639071e35675bc204558725a728e4eb835a23b62db6d7b5 1.46kB / 1.46kB done [2021-09-02T19:26:44.356Z] #27 ... [2021-09-02T19:26:44.356Z] [2021-09-02T19:26:44.356Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:44.356Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:44.734Z] #28 3.856 Reading package lists... [2021-09-02T19:26:45.064Z] Client: [2021-09-02T19:26:45.064Z] Context: default [2021-09-02T19:26:45.064Z] Debug Mode: false [2021-09-02T19:26:45.064Z] Plugins: [2021-09-02T19:26:45.064Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-09-02T19:26:45.064Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-09-02T19:26:45.064Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-09-02T19:26:45.064Z] [2021-09-02T19:26:45.064Z] Server: [2021-09-02T19:26:45.064Z] Containers: 0 [2021-09-02T19:26:45.064Z] Running: 0 [2021-09-02T19:26:45.064Z] Paused: 0 [2021-09-02T19:26:45.064Z] Stopped: 0 [2021-09-02T19:26:45.064Z] Images: 0 [2021-09-02T19:26:45.064Z] Server Version: 20.10.6 [2021-09-02T19:26:45.064Z] Storage Driver: overlay2 [2021-09-02T19:26:45.064Z] Backing Filesystem: extfs [2021-09-02T19:26:45.064Z] Supports d_type: true [2021-09-02T19:26:45.064Z] Native Overlay Diff: true [2021-09-02T19:26:45.064Z] userxattr: false [2021-09-02T19:26:45.064Z] Logging Driver: json-file [2021-09-02T19:26:45.064Z] Cgroup Driver: systemd [2021-09-02T19:26:45.064Z] Cgroup Version: 2 [2021-09-02T19:26:45.064Z] Plugins: [2021-09-02T19:26:45.064Z] Volume: local [2021-09-02T19:26:45.064Z] Network: bridge host ipvlan macvlan null overlay [2021-09-02T19:26:45.064Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-09-02T19:26:45.064Z] Swarm: inactive [2021-09-02T19:26:45.064Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-09-02T19:26:45.064Z] Default Runtime: runc [2021-09-02T19:26:45.064Z] Init Binary: docker-init [2021-09-02T19:26:45.064Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-02T19:26:45.064Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-02T19:26:45.064Z] init version: de40ad0 [2021-09-02T19:26:45.064Z] Security Options: [2021-09-02T19:26:45.064Z] apparmor [2021-09-02T19:26:45.064Z] seccomp [2021-09-02T19:26:45.064Z] Profile: default [2021-09-02T19:26:45.064Z] cgroupns [2021-09-02T19:26:45.064Z] Kernel Version: 5.4.0-1048-aws [2021-09-02T19:26:45.064Z] Operating System: Ubuntu 20.04.2 LTS [2021-09-02T19:26:45.064Z] OSType: linux [2021-09-02T19:26:45.064Z] Architecture: x86_64 [2021-09-02T19:26:45.064Z] CPUs: 2 [2021-09-02T19:26:45.064Z] Total Memory: 7.487GiB [2021-09-02T19:26:45.064Z] Name: ip-10-100-106-223 [2021-09-02T19:26:45.064Z] ID: BPI2:DJ3J:2BX4:S6D2:XUGC:3EVF:YTII:HJPT:TJU6:HPWF:P5M7:CUDP [2021-09-02T19:26:45.064Z] Docker Root Dir: /var/lib/docker [2021-09-02T19:26:45.064Z] Debug Mode: false [2021-09-02T19:26:45.064Z] Registry: https://index.docker.io/v1/ [2021-09-02T19:26:45.064Z] Labels: [2021-09-02T19:26:45.064Z] Experimental: true [2021-09-02T19:26:45.064Z] Insecure Registries: [2021-09-02T19:26:45.064Z] 127.0.0.0/8 [2021-09-02T19:26:45.064Z] Live Restore Enabled: true [2021-09-02T19:26:45.064Z] [2021-09-02T19:26:45.064Z] WARNING: No kernel memory limit support [2021-09-02T19:26:45.064Z] WARNING: No oom kill disable support [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-09-02T19:26:45.298Z] #11 extracting sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 7.6s [2021-09-02T19:26:45.450Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:1b8db067856387b4cc80bd5813993475382993b6 . [2021-09-02T19:26:45.450Z] #2 [internal] load .dockerignore [2021-09-02T19:26:45.450Z] #2 sha256:e6f84c9407f008cb70dac10c36080af091af5ba78f11221a8b6cab96b4422437 [2021-09-02T19:26:45.710Z] #2 transferring context: 87B done [2021-09-02T19:26:45.710Z] #2 DONE 0.1s [2021-09-02T19:26:45.710Z] [2021-09-02T19:26:45.710Z] #1 [internal] load build definition from Dockerfile [2021-09-02T19:26:45.710Z] #1 sha256:da1fbfae6e440825d6463fcbbe7d0e081965649f77dcf26fd99fa9be67a93fcb [2021-09-02T19:26:45.710Z] #1 transferring dockerfile: 16.34kB 0.1s done [2021-09-02T19:26:45.710Z] #1 DONE 0.2s [2021-09-02T19:26:45.710Z] [2021-09-02T19:26:45.710Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-09-02T19:26:45.710Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-09-02T19:26:45.729Z] #28 4.909 Reading package lists... [2021-09-02T19:26:45.729Z] #28 5.825 Building dependency tree... [2021-09-02T19:26:45.869Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 134.79MB / 134.79MB 11.7s done [2021-09-02T19:26:45.969Z] #3 DONE 0.4s [2021-09-02T19:26:45.971Z] Client: [2021-09-02T19:26:45.971Z] Context: default [2021-09-02T19:26:45.971Z] Debug Mode: false [2021-09-02T19:26:45.971Z] Plugins: [2021-09-02T19:26:45.971Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-09-02T19:26:45.971Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-09-02T19:26:45.971Z] [2021-09-02T19:26:45.971Z] Server: [2021-09-02T19:26:45.971Z] Containers: 0 [2021-09-02T19:26:45.971Z] Running: 0 [2021-09-02T19:26:45.971Z] Paused: 0 [2021-09-02T19:26:45.971Z] Stopped: 0 [2021-09-02T19:26:45.971Z] Images: 0 [2021-09-02T19:26:45.971Z] Server Version: 20.10.6 [2021-09-02T19:26:45.971Z] Storage Driver: overlay2 [2021-09-02T19:26:45.971Z] Backing Filesystem: extfs [2021-09-02T19:26:45.971Z] Supports d_type: true [2021-09-02T19:26:45.971Z] Native Overlay Diff: true [2021-09-02T19:26:45.971Z] userxattr: false [2021-09-02T19:26:45.971Z] Logging Driver: json-file [2021-09-02T19:26:45.971Z] Cgroup Driver: cgroupfs [2021-09-02T19:26:45.971Z] Cgroup Version: 1 [2021-09-02T19:26:45.971Z] Plugins: [2021-09-02T19:26:45.971Z] Volume: local [2021-09-02T19:26:45.971Z] Network: bridge host ipvlan macvlan null overlay [2021-09-02T19:26:45.971Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-09-02T19:26:45.971Z] Swarm: inactive [2021-09-02T19:26:45.971Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-09-02T19:26:45.971Z] Default Runtime: runc [2021-09-02T19:26:45.971Z] Init Binary: docker-init [2021-09-02T19:26:45.971Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-02T19:26:45.971Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-02T19:26:45.971Z] init version: de40ad0 [2021-09-02T19:26:45.971Z] Security Options: [2021-09-02T19:26:45.971Z] apparmor [2021-09-02T19:26:45.971Z] seccomp [2021-09-02T19:26:45.971Z] Profile: default [2021-09-02T19:26:45.971Z] Kernel Version: 5.4.0-1048-aws [2021-09-02T19:26:45.971Z] Operating System: Ubuntu 20.04.2 LTS [2021-09-02T19:26:45.971Z] OSType: linux [2021-09-02T19:26:45.971Z] Architecture: aarch64 [2021-09-02T19:26:45.971Z] CPUs: 4 [2021-09-02T19:26:45.971Z] Total Memory: 7.493GiB [2021-09-02T19:26:45.971Z] Name: ip-10-100-59-223 [2021-09-02T19:26:45.971Z] ID: MGZL:OOTV:SN5F:X6EL:EAFI:KBFD:Y3ES:GQ7F:YIFA:P3HD:KTGV:V6GG [2021-09-02T19:26:45.971Z] Docker Root Dir: /var/lib/docker [2021-09-02T19:26:45.971Z] Debug Mode: false [2021-09-02T19:26:45.971Z] Registry: https://index.docker.io/v1/ [2021-09-02T19:26:45.971Z] Labels: [2021-09-02T19:26:45.971Z] Experimental: true [2021-09-02T19:26:45.971Z] Insecure Registries: [2021-09-02T19:26:45.971Z] 127.0.0.0/8 [2021-09-02T19:26:45.971Z] Live Restore Enabled: true [2021-09-02T19:26:45.971Z] [2021-09-02T19:26:45.971Z] WARNING: No swap limit support [Pipeline] sh [2021-09-02T19:26:45.988Z] #28 6.193 The following additional packages will be installed: [2021-09-02T19:26:45.988Z] #28 6.194 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-09-02T19:26:45.988Z] #28 6.194 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-09-02T19:26:45.988Z] #28 6.202 Recommended packages: [2021-09-02T19:26:45.988Z] #28 6.202 libldap-common publicsuffix libsasl2-modules [2021-09-02T19:26:46.229Z] [2021-09-02T19:26:46.229Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-09-02T19:26:46.229Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-09-02T19:26:46.229Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 done [2021-09-02T19:26:46.229Z] #4 sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 2.00kB / 2.00kB done [2021-09-02T19:26:46.229Z] #4 sha256:cb8d6fa06268f199b41ccc0c2718caca915f74c640f3cd044af8e205e8d616cf 528B / 528B done [2021-09-02T19:26:46.229Z] #4 sha256:b1e2fdbfa8cb359e5e566c70344df94749db2e6419e06ac542ed14a348c3ce81 1.21kB / 1.21kB done [2021-09-02T19:26:46.229Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 6.29MB / 9.67MB 0.1s [2021-09-02T19:26:46.229Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.2s [2021-09-02T19:26:46.246Z] #28 6.349 The following NEW packages will be installed: [2021-09-02T19:26:46.246Z] #28 6.349 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-09-02T19:26:46.246Z] #28 6.349 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-09-02T19:26:46.246Z] #28 6.349 libssh2-1 openssl [2021-09-02T19:26:46.269Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-02T19:26:46.269Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-02T19:26:46.269Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42674/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-09-02T19:26:46.269Z] + bash /home/ubuntu/workspace/moby_PR-42674/check-config.sh [2021-09-02T19:26:46.269Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-09-02T19:26:46.269Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-09-02T19:26:46.269Z] [2021-09-02T19:26:46.269Z] Generally Necessary: [2021-09-02T19:26:46.269Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-09-02T19:26:46.269Z] - apparmor: enabled and tools installed [2021-09-02T19:26:46.269Z] - CONFIG_NAMESPACES: enabled [2021-09-02T19:26:46.269Z] - CONFIG_NET_NS: enabled [2021-09-02T19:26:46.269Z] - CONFIG_PID_NS: enabled [2021-09-02T19:26:46.269Z] - CONFIG_IPC_NS: enabled [2021-09-02T19:26:46.269Z] - CONFIG_UTS_NS: enabled [2021-09-02T19:26:46.269Z] - CONFIG_CGROUPS: enabled [2021-09-02T19:26:46.269Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-09-02T19:26:46.269Z] - CONFIG_CGROUP_DEVICE: enabled [2021-09-02T19:26:46.269Z] - CONFIG_CGROUP_FREEZER: enabled [2021-09-02T19:26:46.269Z] - CONFIG_CGROUP_SCHED: enabled [2021-09-02T19:26:46.269Z] - CONFIG_CPUSETS: enabled [2021-09-02T19:26:46.269Z] - CONFIG_MEMCG: enabled [2021-09-02T19:26:46.269Z] - CONFIG_KEYS: enabled [2021-09-02T19:26:46.269Z] - CONFIG_VETH: enabled (as module) [2021-09-02T19:26:46.269Z] - CONFIG_BRIDGE: enabled (as module) [2021-09-02T19:26:46.269Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-09-02T19:26:46.269Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-09-02T19:26:46.491Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.2s done [2021-09-02T19:26:46.491Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 [2021-09-02T19:26:46.505Z] #28 6.633 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2021-09-02T19:26:46.505Z] #28 6.633 Need to get 3038 kB of archives. [2021-09-02T19:26:46.505Z] #28 6.633 After this operation, 6652 kB of additional disk space will be used. [2021-09-02T19:26:46.505Z] #28 6.633 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2021-09-02T19:26:46.505Z] #28 6.634 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2021-09-02T19:26:46.505Z] #28 6.641 Get:3 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2021-09-02T19:26:46.505Z] #28 6.641 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2021-09-02T19:26:46.505Z] #28 6.657 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2021-09-02T19:26:46.505Z] #28 6.657 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2021-09-02T19:26:46.505Z] #28 6.663 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2021-09-02T19:26:46.505Z] #28 6.663 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2021-09-02T19:26:46.505Z] #28 6.663 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2021-09-02T19:26:46.505Z] #28 6.665 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2021-09-02T19:26:46.505Z] #28 6.669 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB] [2021-09-02T19:26:46.505Z] #28 6.677 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB] [2021-09-02T19:26:46.505Z] #28 6.677 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-02T19:26:46.505Z] #28 6.683 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-02T19:26:46.505Z] #28 6.683 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-02T19:26:46.533Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-09-02T19:26:46.533Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-09-02T19:26:46.533Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-09-02T19:26:46.533Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-09-02T19:26:46.533Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-09-02T19:26:46.533Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-09-02T19:26:46.533Z] - CONFIG_NF_NAT: enabled (as module) [2021-09-02T19:26:46.533Z] - CONFIG_POSIX_MQUEUE: enabled [2021-09-02T19:26:46.533Z] [2021-09-02T19:26:46.533Z] Optional Features: [2021-09-02T19:26:46.533Z] - CONFIG_USER_NS: enabled [2021-09-02T19:26:46.533Z] - CONFIG_SECCOMP: enabled [2021-09-02T19:26:46.533Z] - CONFIG_SECCOMP_FILTER: enabled [2021-09-02T19:26:46.533Z] - CONFIG_CGROUP_PIDS: enabled [2021-09-02T19:26:46.533Z] - CONFIG_MEMCG_SWAP: enabled [2021-09-02T19:26:46.533Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-09-02T19:26:46.533Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-09-02T19:26:46.533Z] - CONFIG_BLK_CGROUP: enabled [2021-09-02T19:26:46.533Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-09-02T19:26:46.533Z] - CONFIG_CGROUP_PERF: enabled [2021-09-02T19:26:46.533Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-09-02T19:26:46.533Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-09-02T19:26:46.533Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-09-02T19:26:46.750Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.2s done [2021-09-02T19:26:46.750Z] #4 DONE 0.7s [2021-09-02T19:26:46.767Z] #28 6.903 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:26:46.767Z] #28 6.966 Fetched 3038 kB in 0s (9223 kB/s) [2021-09-02T19:26:46.767Z] #28 7.001 Selecting previously unselected package openssl. [2021-09-02T19:26:46.797Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-09-02T19:26:46.797Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-09-02T19:26:46.797Z] - CONFIG_RT_GROUP_SCHED: missing [2021-09-02T19:26:46.797Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-09-02T19:26:46.797Z] - CONFIG_IP_VS: enabled (as module) [2021-09-02T19:26:46.797Z] - CONFIG_IP_VS_NFCT: enabled [2021-09-02T19:26:46.797Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-09-02T19:26:46.797Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-09-02T19:26:46.797Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-09-02T19:26:46.797Z] - CONFIG_SECURITY_SELINUX: enabled [2021-09-02T19:26:46.797Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-09-02T19:26:46.797Z] - CONFIG_EXT4_FS: enabled [2021-09-02T19:26:46.797Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-09-02T19:26:46.797Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-09-02T19:26:46.797Z] - Network Drivers: [2021-09-02T19:26:46.797Z] - "overlay": [2021-09-02T19:26:46.797Z] - CONFIG_VXLAN: enabled (as module) [2021-09-02T19:26:46.797Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-09-02T19:26:46.797Z] Optional (for encrypted networks): [2021-09-02T19:26:47.008Z] [2021-09-02T19:26:47.008Z] #6 [internal] load build definition from Dockerfile [2021-09-02T19:26:47.008Z] #6 sha256:c605353dc93eb4b5c7a1c936ae50f6ea56edfb922f02f109b4eaab8405952b82 [2021-09-02T19:26:47.008Z] #6 DONE 0.0s [2021-09-02T19:26:47.008Z] [2021-09-02T19:26:47.008Z] #5 [internal] load .dockerignore [2021-09-02T19:26:47.008Z] #5 sha256:8e25ba0fe1e8d04ed0d9a80313a5ab7cf6fceab1e77f9a6fd59fca734792e548 [2021-09-02T19:26:47.008Z] #5 DONE 0.0s [2021-09-02T19:26:47.008Z] [2021-09-02T19:26:47.008Z] #10 [internal] load metadata for docker.io/library/golang:1.17.0-bullseye [2021-09-02T19:26:47.008Z] #10 sha256:0f294db75f3b6137b7b8d7f37315ee02a5d7cb71e1fcd1541f331a1a98b3ee60 [2021-09-02T19:26:47.026Z] #28 7.001 (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-09-02T19:26:47.026Z] #28 7.005 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2021-09-02T19:26:47.026Z] #28 7.012 Unpacking openssl (1.1.1k-1+deb11u1) ... [2021-09-02T19:26:47.026Z] #28 7.208 Selecting previously unselected package ca-certificates. [2021-09-02T19:26:47.026Z] #28 7.208 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-09-02T19:26:47.026Z] #28 7.215 Unpacking ca-certificates (20210119) ... [2021-09-02T19:26:47.060Z] - CONFIG_CRYPTO: enabled [2021-09-02T19:26:47.060Z] - CONFIG_CRYPTO_AEAD: enabled [2021-09-02T19:26:47.060Z] - CONFIG_CRYPTO_GCM: enabled [2021-09-02T19:26:47.060Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-09-02T19:26:47.060Z] - CONFIG_CRYPTO_GHASH: enabled [2021-09-02T19:26:47.060Z] - CONFIG_XFRM: enabled [2021-09-02T19:26:47.060Z] - CONFIG_XFRM_USER: enabled (as module) [2021-09-02T19:26:47.060Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-09-02T19:26:47.060Z] - CONFIG_INET_ESP: enabled (as module) [2021-09-02T19:26:47.060Z] - "ipvlan": [2021-09-02T19:26:47.060Z] - CONFIG_IPVLAN: enabled (as module) [2021-09-02T19:26:47.060Z] - "macvlan": [2021-09-02T19:26:47.060Z] - CONFIG_MACVLAN: enabled (as module) [2021-09-02T19:26:47.060Z] - CONFIG_DUMMY: enabled (as module) [2021-09-02T19:26:47.060Z] - "ftp,tftp client in container": [2021-09-02T19:26:47.060Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-09-02T19:26:47.060Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-09-02T19:26:47.060Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-09-02T19:26:47.060Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-09-02T19:26:47.060Z] - Storage Drivers: [2021-09-02T19:26:47.060Z] - "aufs": [2021-09-02T19:26:47.060Z] - CONFIG_AUFS_FS: enabled (as module) [2021-09-02T19:26:47.060Z] - "btrfs": [2021-09-02T19:26:47.060Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-09-02T19:26:47.060Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-09-02T19:26:47.060Z] - "devicemapper": [2021-09-02T19:26:47.060Z] - CONFIG_BLK_DEV_DM: enabled [2021-09-02T19:26:47.060Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-09-02T19:26:47.060Z] - "overlay": [2021-09-02T19:26:47.060Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-09-02T19:26:47.060Z] - "zfs": [2021-09-02T19:26:47.060Z] - /dev/zfs: present [2021-09-02T19:26:47.060Z] - zfs command: missing [2021-09-02T19:26:47.060Z] - zpool command: missing [2021-09-02T19:26:47.060Z] [2021-09-02T19:26:47.060Z] Limits: [2021-09-02T19:26:47.060Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-09-02T19:26:47.060Z] [2021-09-02T19:26:47.060Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-09-02T19:26:47.259Z] #11 ... [2021-09-02T19:26:47.259Z] [2021-09-02T19:26:47.259Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-09-02T19:26:47.259Z] #65 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-09-02T19:26:47.259Z] #65 DONE 0.7s [2021-09-02T19:26:47.259Z] [2021-09-02T19:26:47.259Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-09-02T19:26:47.259Z] #27 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-09-02T19:26:47.259Z] #27 extracting sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 8.7s done [2021-09-02T19:26:47.259Z] #27 DONE 12.9s [2021-09-02T19:26:47.259Z] [2021-09-02T19:26:47.259Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-09-02T19:26:47.259Z] #28 sha256:1d5cc3e56b024573af64675ac74d6b75305aa9689ae86a636da1c34833667a14 [2021-09-02T19:26:47.285Z] #28 7.321 Selecting previously unselected package libbrotli1:amd64. [2021-09-02T19:26:47.285Z] #28 7.321 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2021-09-02T19:26:47.285Z] #28 7.341 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-02T19:26:47.285Z] #28 7.440 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-09-02T19:26:47.285Z] #28 7.440 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-02T19:26:47.285Z] #28 7.446 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:26:47.285Z] #28 7.530 Selecting previously unselected package libsasl2-2:amd64. [2021-09-02T19:26:47.285Z] #28 7.530 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-02T19:26:47.285Z] #28 7.536 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:26:47.415Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1b8db067856387b4cc80bd5813993475382993b6 . [2021-09-02T19:26:47.544Z] #28 7.606 Selecting previously unselected package libldap-2.4-2:amd64. [2021-09-02T19:26:47.544Z] #28 7.606 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2021-09-02T19:26:47.544Z] #28 7.616 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-02T19:26:47.544Z] #28 7.732 Selecting previously unselected package libnghttp2-14:amd64. [2021-09-02T19:26:47.544Z] #28 7.732 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2021-09-02T19:26:47.544Z] #28 7.745 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-02T19:26:47.544Z] #28 7.808 Selecting previously unselected package libpsl5:amd64. [2021-09-02T19:26:47.544Z] #28 7.808 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2021-09-02T19:26:47.575Z] #10 DONE 0.6s [2021-09-02T19:26:47.575Z] [2021-09-02T19:26:47.575Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2021-09-02T19:26:47.575Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-09-02T19:26:47.575Z] #8 DONE 0.7s [2021-09-02T19:26:47.575Z] [2021-09-02T19:26:47.575Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-02T19:26:47.575Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-02T19:26:47.804Z] #28 7.820 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2021-09-02T19:26:47.804Z] #28 7.917 Selecting previously unselected package librtmp1:amd64. [2021-09-02T19:26:47.804Z] #28 7.917 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2021-09-02T19:26:47.804Z] #28 7.928 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-02T19:26:47.804Z] #28 7.986 Selecting previously unselected package libssh2-1:amd64. [2021-09-02T19:26:47.804Z] #28 7.986 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2021-09-02T19:26:47.804Z] #28 7.997 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2021-09-02T19:26:47.834Z] #9 DONE 0.7s [2021-09-02T19:26:47.834Z] [2021-09-02T19:26:47.834Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-02T19:26:47.834Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-09-02T19:26:47.834Z] #7 DONE 0.7s [2021-09-02T19:26:47.992Z] #2 [internal] load .dockerignore [2021-09-02T19:26:47.992Z] #2 sha256:e65f3241e643aa3c5c1af4a3409843d5e9bdc7f3187cdf18dc0f423450312fb8 [2021-09-02T19:26:48.063Z] #28 8.074 Selecting previously unselected package libcurl4:amd64. [2021-09-02T19:26:48.063Z] #28 8.074 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ... [2021-09-02T19:26:48.063Z] #28 8.080 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-02T19:26:48.063Z] #28 8.176 Selecting previously unselected package curl. [2021-09-02T19:26:48.063Z] #28 8.176 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ... [2021-09-02T19:26:48.063Z] #28 8.186 Unpacking curl (7.74.0-1.3+b1) ... [2021-09-02T19:26:48.063Z] #28 8.298 Selecting previously unselected package libonig5:amd64. [2021-09-02T19:26:48.063Z] #28 8.298 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-02T19:26:48.063Z] #28 8.309 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-02T19:26:48.063Z] #28 8.405 Selecting previously unselected package libjq1:amd64. [2021-09-02T19:26:48.063Z] #28 8.405 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2021-09-02T19:26:48.093Z] [2021-09-02T19:26:48.093Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:26:48.093Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-02T19:26:48.093Z] #66 DONE 0.0s [2021-09-02T19:26:48.093Z] [2021-09-02T19:26:48.093Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-09-02T19:26:48.093Z] #27 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-09-02T19:26:48.093Z] #27 resolve docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea 0.1s done [2021-09-02T19:26:48.093Z] #27 sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea 1.85kB / 1.85kB done [2021-09-02T19:26:48.093Z] #27 sha256:c6e865b5373b09942bc49e4b02a7b361fcfa405479ece627f5d4306554120673 529B / 529B done [2021-09-02T19:26:48.093Z] #27 sha256:fe3c5de03486f6e68639071e35675bc204558725a728e4eb835a23b62db6d7b5 1.46kB / 1.46kB done [2021-09-02T19:26:48.202Z] #28 ... [2021-09-02T19:26:48.202Z] [2021-09-02T19:26:48.202Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-09-02T19:26:48.202Z] #67 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-09-02T19:26:48.202Z] #67 DONE 1.1s [2021-09-02T19:26:48.323Z] #28 8.414 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-02T19:26:48.323Z] #28 8.483 Selecting previously unselected package jq. [2021-09-02T19:26:48.323Z] #28 8.483 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2021-09-02T19:26:48.323Z] #28 8.492 Unpacking jq (1.6-2.1) ... [2021-09-02T19:26:48.323Z] #28 8.539 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2021-09-02T19:26:48.323Z] #28 8.558 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-02T19:26:48.323Z] #28 8.576 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-02T19:26:48.323Z] #28 8.592 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:26:48.323Z] #28 8.607 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-02T19:26:48.323Z] #28 8.622 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:26:48.323Z] #28 8.638 Setting up libssh2-1:amd64 (1.9.0-2) ... [2021-09-02T19:26:48.323Z] #28 8.652 Setting up openssl (1.1.1k-1+deb11u1) ... [2021-09-02T19:26:48.351Z] #27 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 0B / 54.92MB 0.1s [2021-09-02T19:26:48.351Z] #27 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 4.19MB / 54.92MB 0.2s [2021-09-02T19:26:48.461Z] [2021-09-02T19:26:48.462Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:48.462Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:48.462Z] #11 extracting sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 0.6s done [2021-09-02T19:26:48.462Z] #11 extracting sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac [2021-09-02T19:26:48.567Z] #2 transferring context: 87B done [2021-09-02T19:26:48.583Z] #28 8.670 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-02T19:26:48.583Z] #28 8.687 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-02T19:26:48.583Z] #28 8.700 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-02T19:26:48.583Z] #28 8.713 Setting up ca-certificates (20210119) ... [2021-09-02T19:26:48.610Z] #27 ... [2021-09-02T19:26:48.610Z] [2021-09-02T19:26:48.610Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-02T19:26:48.610Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-02T19:26:48.610Z] #43 DONE 0.7s [2021-09-02T19:26:48.610Z] [2021-09-02T19:26:48.610Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-09-02T19:26:48.610Z] #27 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-09-02T19:26:48.610Z] #27 ... [2021-09-02T19:26:48.610Z] [2021-09-02T19:26:48.610Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-02T19:26:48.610Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-02T19:26:48.610Z] #43 DONE 0.0s [2021-09-02T19:26:48.610Z] [2021-09-02T19:26:48.610Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-09-02T19:26:48.610Z] #27 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-09-02T19:26:48.610Z] #27 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 17.83MB / 54.92MB 0.5s [2021-09-02T19:26:48.830Z] #2 DONE 0.9s [2021-09-02T19:26:48.830Z] [2021-09-02T19:26:48.830Z] #1 [internal] load build definition from Dockerfile [2021-09-02T19:26:48.830Z] #1 sha256:df2ed8cb498a77e240ccc87f0d225b4041c803fad331eea279ace69f46c7ef36 [2021-09-02T19:26:48.830Z] #1 transferring dockerfile: 16.34kB done [2021-09-02T19:26:48.830Z] #1 DONE 1.0s [2021-09-02T19:26:48.870Z] #27 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 25.17MB / 54.92MB 0.7s [2021-09-02T19:26:49.098Z] [2021-09-02T19:26:49.098Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-09-02T19:26:49.098Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2021-09-02T19:26:49.143Z] #27 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 31.41MB / 54.92MB 0.8s [2021-09-02T19:26:49.143Z] #27 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 40.89MB / 54.92MB 0.9s [2021-09-02T19:26:49.403Z] #27 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 50.33MB / 54.92MB 1.1s [2021-09-02T19:26:49.412Z] #11 extracting sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 1.2s done [2021-09-02T19:26:49.528Z] #28 9.500 Updating certificates in /etc/ssl/certs... [2021-09-02T19:26:49.663Z] #27 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 54.92MB / 54.92MB 1.2s [2021-09-02T19:26:49.673Z] #11 extracting sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 [2021-09-02T19:26:49.674Z] #3 DONE 0.6s [2021-09-02T19:26:49.674Z] [2021-09-02T19:26:49.674Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-09-02T19:26:49.674Z] #4 sha256:5f5d24529406726ec414dd62cdc89c393aac693a7a2b47b0b4d107994528dca3 [2021-09-02T19:26:49.674Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 done [2021-09-02T19:26:49.674Z] #4 sha256:e3ddb4b6aaf8c965cb8d1a2bb895c494f020bdc1cbccb0fbd4c644ab8a05627d 528B / 528B done [2021-09-02T19:26:49.674Z] #4 sha256:e06327c53328c0deb48a4bdd28de634f8f2c86c5fdba69b0691b4e5e51cb1286 1.21kB / 1.21kB done [2021-09-02T19:26:49.674Z] #4 sha256:52ca1ad6773b066ccd72c6a66eab22b868ca277405973ae6e4c4d00b1420e628 0B / 9.06MB 0.1s [2021-09-02T19:26:49.674Z] #4 sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 2.00kB / 2.00kB done [2021-09-02T19:26:49.674Z] #4 sha256:52ca1ad6773b066ccd72c6a66eab22b868ca277405973ae6e4c4d00b1420e628 2.10MB / 9.06MB 0.2s [2021-09-02T19:26:49.923Z] #27 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 54.92MB / 54.92MB 1.8s done [2021-09-02T19:26:49.937Z] #4 sha256:52ca1ad6773b066ccd72c6a66eab22b868ca277405973ae6e4c4d00b1420e628 4.19MB / 9.06MB 0.3s [2021-09-02T19:26:49.937Z] #4 sha256:52ca1ad6773b066ccd72c6a66eab22b868ca277405973ae6e4c4d00b1420e628 9.06MB / 9.06MB 0.5s [2021-09-02T19:26:50.099Z] #28 ... [2021-09-02T19:26:50.099Z] [2021-09-02T19:26:50.099Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:50.099Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:50.099Z] #11 extracting sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 7.3s [2021-09-02T19:26:50.201Z] #4 sha256:52ca1ad6773b066ccd72c6a66eab22b868ca277405973ae6e4c4d00b1420e628 9.06MB / 9.06MB 0.6s done [2021-09-02T19:26:50.201Z] #4 extracting sha256:52ca1ad6773b066ccd72c6a66eab22b868ca277405973ae6e4c4d00b1420e628 [2021-09-02T19:26:50.359Z] #11 extracting sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 7.6s done [2021-09-02T19:26:50.465Z] #4 extracting sha256:52ca1ad6773b066ccd72c6a66eab22b868ca277405973ae6e4c4d00b1420e628 0.2s done [2021-09-02T19:26:50.465Z] #4 DONE 1.0s [2021-09-02T19:26:50.499Z] #27 extracting sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 0.1s [2021-09-02T19:26:50.620Z] #11 ... [2021-09-02T19:26:50.620Z] [2021-09-02T19:26:50.620Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-09-02T19:26:50.620Z] #28 sha256:1d5cc3e56b024573af64675ac74d6b75305aa9689ae86a636da1c34833667a14 [2021-09-02T19:26:50.620Z] #28 10.84 129 added, 0 removed; done. [2021-09-02T19:26:50.620Z] #28 10.88 Setting up jq (1.6-2.1) ... [2021-09-02T19:26:50.620Z] #28 10.90 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-02T19:26:50.620Z] #28 10.91 Setting up curl (7.74.0-1.3+b1) ... [2021-09-02T19:26:50.620Z] #28 10.92 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:26:50.620Z] #28 10.95 Processing triggers for ca-certificates (20210119) ... [2021-09-02T19:26:50.803Z] [2021-09-02T19:26:50.803Z] #5 [internal] load .dockerignore [2021-09-02T19:26:50.803Z] #5 sha256:c70dd070f69dd3964c8d9b48a255e75e952f5a8326b88e91f79a601752d3e21f [2021-09-02T19:26:50.803Z] #5 DONE 0.0s [2021-09-02T19:26:50.803Z] [2021-09-02T19:26:50.803Z] #6 [internal] load build definition from Dockerfile [2021-09-02T19:26:50.803Z] #6 sha256:fad1c5175ea24c0a7b0ca19828e5e387bced0e7113f76523b10ce77eee9a0cab [2021-09-02T19:26:50.803Z] #6 DONE 0.0s [2021-09-02T19:26:50.803Z] [2021-09-02T19:26:50.803Z] #10 [internal] load metadata for docker.io/library/golang:1.17.0-bullseye [2021-09-02T19:26:50.803Z] #10 sha256:e77631fd6670f305755dba83efe0d94b6f3f09516454307c2461e1a8a5951b21 [2021-09-02T19:26:50.881Z] #28 10.97 Updating certificates in /etc/ssl/certs... [2021-09-02T19:26:51.751Z] #10 ... [2021-09-02T19:26:51.752Z] [2021-09-02T19:26:51.752Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-02T19:26:51.752Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-09-02T19:26:51.752Z] #7 DONE 0.9s [2021-09-02T19:26:51.752Z] [2021-09-02T19:26:51.752Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-02T19:26:51.752Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-02T19:26:51.752Z] #9 DONE 0.9s [2021-09-02T19:26:51.752Z] [2021-09-02T19:26:51.752Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2021-09-02T19:26:51.752Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2021-09-02T19:26:51.752Z] #8 DONE 1.0s [2021-09-02T19:26:51.752Z] [2021-09-02T19:26:51.752Z] #10 [internal] load metadata for docker.io/library/golang:1.17.0-bullseye [2021-09-02T19:26:51.752Z] #10 sha256:e77631fd6670f305755dba83efe0d94b6f3f09516454307c2461e1a8a5951b21 [2021-09-02T19:26:51.752Z] #10 DONE 1.0s [2021-09-02T19:26:51.824Z] #28 12.01 0 added, 0 removed; done. [2021-09-02T19:26:51.824Z] #28 12.01 Running hooks in /etc/ca-certificates/update.d... [2021-09-02T19:26:51.824Z] #28 12.01 done. [2021-09-02T19:26:51.881Z] #27 ... [2021-09-02T19:26:51.881Z] [2021-09-02T19:26:51.881Z] #24 [internal] load build context [2021-09-02T19:26:51.881Z] #24 sha256:8e5bc8249598dee739d7041843fd1a7286a4db6c781ed4f110ea0c3bd55dc4ae [2021-09-02T19:26:51.881Z] #24 transferring context: 55.47MB 3.5s done [2021-09-02T19:26:51.881Z] #24 DONE 3.8s [2021-09-02T19:26:51.881Z] [2021-09-02T19:26:51.881Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-09-02T19:26:51.881Z] #27 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-09-02T19:26:52.328Z] [2021-09-02T19:26:52.328Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-09-02T19:26:52.328Z] #27 sha256:06c71e2fe983fc2fc1b5a6191447796ec10315113217668f7d5aa936c933a707 [2021-09-02T19:26:52.328Z] #27 resolve docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea 0.0s done [2021-09-02T19:26:52.591Z] #27 sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea 1.85kB / 1.85kB done [2021-09-02T19:26:52.865Z] #27 sha256:ce9968e25305b047efd18a239629c58edf0d791439a3e5d595612763f07acf90 529B / 529B done [2021-09-02T19:26:52.865Z] #27 sha256:37fe96a532d30f99df9d33b2e5568f7340eb412679250731e1446cf429a6eb9e 1.48kB / 1.48kB done [2021-09-02T19:26:52.865Z] #27 sha256:5a5d73d4b7323ffb58a7d3baa48bf81bba71d259b96fbc5b838424f52d325a8a 0B / 53.60MB 0.1s [2021-09-02T19:26:53.131Z] #27 ... [2021-09-02T19:26:53.131Z] [2021-09-02T19:26:53.131Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-02T19:26:53.131Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-02T19:26:53.131Z] #43 DONE 0.0s [2021-09-02T19:26:53.131Z] [2021-09-02T19:26:53.131Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-09-02T19:26:53.131Z] #27 sha256:06c71e2fe983fc2fc1b5a6191447796ec10315113217668f7d5aa936c933a707 [2021-09-02T19:26:53.131Z] #27 sha256:5a5d73d4b7323ffb58a7d3baa48bf81bba71d259b96fbc5b838424f52d325a8a 12.58MB / 53.60MB 0.3s [2021-09-02T19:26:53.131Z] #27 sha256:5a5d73d4b7323ffb58a7d3baa48bf81bba71d259b96fbc5b838424f52d325a8a 16.78MB / 53.60MB 0.4s [2021-09-02T19:26:53.217Z] #28 DONE 13.1s [2021-09-02T19:26:53.217Z] [2021-09-02T19:26:53.217Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-09-02T19:26:53.217Z] #29 sha256:388b9c00d73145cf9adf62acbe58841b9e5cd2830c0d8290514704d5df8a9147 [2021-09-02T19:26:53.217Z] #29 DONE 0.2s [2021-09-02T19:26:53.217Z] [2021-09-02T19:26:53.217Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:53.217Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:53.217Z] #11 extracting sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 2.3s [2021-09-02T19:26:53.398Z] #27 sha256:5a5d73d4b7323ffb58a7d3baa48bf81bba71d259b96fbc5b838424f52d325a8a 23.07MB / 53.60MB 0.6s [2021-09-02T19:26:53.398Z] #27 sha256:5a5d73d4b7323ffb58a7d3baa48bf81bba71d259b96fbc5b838424f52d325a8a 26.21MB / 53.60MB 0.7s [2021-09-02T19:26:53.667Z] #27 sha256:5a5d73d4b7323ffb58a7d3baa48bf81bba71d259b96fbc5b838424f52d325a8a 32.51MB / 53.60MB 0.8s [2021-09-02T19:26:53.941Z] #27 sha256:5a5d73d4b7323ffb58a7d3baa48bf81bba71d259b96fbc5b838424f52d325a8a 51.38MB / 53.60MB 1.2s [2021-09-02T19:26:54.526Z] #27 sha256:5a5d73d4b7323ffb58a7d3baa48bf81bba71d259b96fbc5b838424f52d325a8a 53.60MB / 53.60MB 1.9s done [2021-09-02T19:26:54.963Z] #11 extracting sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 5.1s [2021-09-02T19:26:55.113Z] #27 extracting sha256:5a5d73d4b7323ffb58a7d3baa48bf81bba71d259b96fbc5b838424f52d325a8a 0.3s [2021-09-02T19:26:55.113Z] #27 ... [2021-09-02T19:26:55.113Z] [2021-09-02T19:26:55.113Z] #24 [internal] load build context [2021-09-02T19:26:55.113Z] #24 sha256:5988deecf95d4ad2c980e7615b6e79fade150c265de22ffed74e884c64fd0f89 [2021-09-02T19:26:55.113Z] #24 transferring context: 55.48MB 2.7s done [2021-09-02T19:26:55.113Z] #24 DONE 2.8s [2021-09-02T19:26:55.186Z] #27 ... [2021-09-02T19:26:55.186Z] [2021-09-02T19:26:55.186Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:26:55.186Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-02T19:26:55.186Z] #66 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-02T19:26:55.186Z] #66 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-09-02T19:26:55.186Z] #66 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-09-02T19:26:55.186Z] #66 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.5s done [2021-09-02T19:26:55.186Z] #66 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.7s done [2021-09-02T19:26:55.186Z] #66 DONE 7.0s [2021-09-02T19:26:55.186Z] [2021-09-02T19:26:55.186Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:26:55.186Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-02T19:26:55.186Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-09-02T19:26:55.186Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-02T19:26:55.186Z] #64 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-09-02T19:26:55.186Z] #64 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-09-02T19:26:55.186Z] #64 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.7s done [2021-09-02T19:26:55.186Z] #64 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.5s done [2021-09-02T19:26:55.186Z] #64 DONE 7.1s [2021-09-02T19:26:55.186Z] [2021-09-02T19:26:55.186Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:55.186Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:55.186Z] #11 resolve docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f 0.0s done [2021-09-02T19:26:55.186Z] #11 sha256:21ec38e019696db7d0e4044eb6eb94c642abfa2d344672e10f29f076827d6a18 6.93kB / 6.93kB done [2021-09-02T19:26:55.186Z] #11 sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f 1.86kB / 1.86kB done [2021-09-02T19:26:55.186Z] #11 sha256:8ec3996ca00d0b42bd0af0aa5d8df280593a62c6df5fd2758cb93162c0fe5d65 1.80kB / 1.80kB done [2021-09-02T19:26:55.186Z] #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 54.92MB / 54.92MB 1.9s done [2021-09-02T19:26:55.186Z] #11 sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 5.15MB / 5.15MB 0.8s done [2021-09-02T19:26:55.186Z] #11 sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 10.87MB / 10.87MB 1.1s done [2021-09-02T19:26:55.186Z] #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 54.57MB / 54.57MB 2.6s done [2021-09-02T19:26:55.186Z] #11 sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 85.72MB / 85.72MB 3.7s done [2021-09-02T19:26:55.186Z] #11 sha256:a777b06e31ba5f17a2a1b4c7d9059fd54a8f00e60c179f869e1b42a80b27fb9a 156B / 156B 3.7s done [2021-09-02T19:26:55.186Z] #11 sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 134.79MB / 134.79MB 7.0s done [2021-09-02T19:26:55.378Z] [2021-09-02T19:26:55.378Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:55.378Z] #11 sha256:f285bf14b0ef6ed01eb63ec83f2c4581c0f17a968dcfaa8317d24474f2f77906 [2021-09-02T19:26:55.378Z] #11 resolve docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f 0.0s done [2021-09-02T19:26:55.378Z] #11 sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f 1.86kB / 1.86kB done [2021-09-02T19:26:55.378Z] #11 sha256:935de0fe406ecc2bc08b27c6948a8fd773dbef5e78189fdf6ea1513dd64fa077 1.80kB / 1.80kB done [2021-09-02T19:26:55.378Z] #11 sha256:0dd528ec10fd263e2685f134df04e34af64e8a632fe44098eac41cb905c2828b 6.95kB / 6.95kB done [2021-09-02T19:26:55.378Z] #11 sha256:5a5d73d4b7323ffb58a7d3baa48bf81bba71d259b96fbc5b838424f52d325a8a 53.60MB / 53.60MB 1.9s done [2021-09-02T19:26:55.378Z] #11 sha256:6495d06e79f81fe42766bacea59684f27db9d24960b6dd7efeea81f48820d0f6 5.14MB / 5.14MB 0.5s done [2021-09-02T19:26:55.378Z] #11 sha256:7dd18a2d3ce3a400515ed7a845aeb9d8cd17b023f1efe77ff81292bd63addcc0 10.87MB / 10.87MB 0.7s done [2021-09-02T19:26:55.378Z] #11 sha256:92bfd3a44e1c9b9d3df6b60162d29469b5fe3aaddecba7bf2b122ced08e2a848 54.67MB / 54.67MB 2.4s done [2021-09-02T19:26:55.378Z] #11 sha256:3a579bb53baf670af47a846027d49dad210590f130c4ebed06f379cea79cb441 66.06MB / 81.16MB 2.6s [2021-09-02T19:26:55.378Z] #11 sha256:ea3bfb3124a69650e7d740f91af144f3e0d254f3b60830c1674e4c1bc9fcf32d 32.51MB / 102.59MB 2.6s [2021-09-02T19:26:55.378Z] #11 sha256:75cc6df6f8e0337b02f182a60d9a08f2feda1a85e64c573e3fdaaa59901a67db 155B / 155B 2.5s done [2021-09-02T19:26:55.644Z] #11 sha256:3a579bb53baf670af47a846027d49dad210590f130c4ebed06f379cea79cb441 75.50MB / 81.16MB 2.8s [2021-09-02T19:26:55.755Z] #11 extracting sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 5.2s done [2021-09-02T19:26:55.755Z] #11 ... [2021-09-02T19:26:55.755Z] [2021-09-02T19:26:55.755Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-09-02T19:26:55.755Z] #27 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-09-02T19:26:55.755Z] #27 DONE 7.7s [2021-09-02T19:26:55.755Z] [2021-09-02T19:26:55.755Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:55.755Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:55.755Z] #11 extracting sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 [2021-09-02T19:26:55.916Z] #11 ... [2021-09-02T19:26:55.916Z] [2021-09-02T19:26:55.916Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-09-02T19:26:55.916Z] #28 sha256:1d5cc3e56b024573af64675ac74d6b75305aa9689ae86a636da1c34833667a14 [2021-09-02T19:26:55.916Z] #28 2.684 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:26:55.916Z] #28 2.684 Get:2 http://deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:26:55.916Z] #28 2.684 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:26:55.916Z] #28 2.903 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:26:55.916Z] #28 3.079 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:26:55.916Z] #28 4.837 Fetched 8401 kB in 2s (3444 kB/s) [2021-09-02T19:26:55.916Z] #28 4.837 Reading package lists... [2021-09-02T19:26:55.916Z] #28 5.748 Reading package lists... [2021-09-02T19:26:55.916Z] #28 6.563 Building dependency tree... [2021-09-02T19:26:55.916Z] #28 6.907 The following additional packages will be installed: [2021-09-02T19:26:55.916Z] #28 6.907 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-09-02T19:26:55.916Z] #28 6.907 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-09-02T19:26:55.916Z] #28 6.907 Recommended packages: [2021-09-02T19:26:55.916Z] #28 6.907 libldap-common publicsuffix libsasl2-modules [2021-09-02T19:26:55.916Z] #28 7.067 The following NEW packages will be installed: [2021-09-02T19:26:55.916Z] #28 7.067 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-09-02T19:26:55.916Z] #28 7.067 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-09-02T19:26:55.916Z] #28 7.067 libssh2-1 openssl [2021-09-02T19:26:55.916Z] #28 7.345 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2021-09-02T19:26:55.916Z] #28 7.345 Need to get 3038 kB of archives. [2021-09-02T19:26:55.916Z] #28 7.345 After this operation, 6652 kB of additional disk space will be used. [2021-09-02T19:26:55.916Z] #28 7.345 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2021-09-02T19:26:55.916Z] #28 7.345 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2021-09-02T19:26:55.916Z] #28 7.357 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2021-09-02T19:26:55.916Z] #28 7.361 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2021-09-02T19:26:55.916Z] #28 7.362 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2021-09-02T19:26:55.916Z] #28 7.364 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2021-09-02T19:26:55.916Z] #28 7.372 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2021-09-02T19:26:55.916Z] #28 7.372 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2021-09-02T19:26:55.916Z] #28 7.373 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2021-09-02T19:26:55.916Z] #28 7.374 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2021-09-02T19:26:55.916Z] #28 7.376 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB] [2021-09-02T19:26:55.916Z] #28 7.384 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB] [2021-09-02T19:26:55.916Z] #28 7.387 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-02T19:26:55.916Z] #28 7.389 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-02T19:26:55.916Z] #28 7.397 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-02T19:26:55.916Z] #28 7.662 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:26:55.916Z] #28 7.714 Fetched 3038 kB in 0s (9301 kB/s) [2021-09-02T19:26:55.916Z] #28 7.746 Selecting previously unselected package openssl. [2021-09-02T19:26:55.916Z] #28 7.746 (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-09-02T19:26:55.916Z] #28 7.749 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2021-09-02T19:26:55.916Z] #28 7.753 Unpacking openssl (1.1.1k-1+deb11u1) ... [2021-09-02T19:26:55.916Z] #28 7.920 Selecting previously unselected package ca-certificates. [2021-09-02T19:26:55.916Z] #28 7.920 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-09-02T19:26:55.916Z] #28 7.925 Unpacking ca-certificates (20210119) ... [2021-09-02T19:26:55.916Z] #28 8.011 Selecting previously unselected package libbrotli1:amd64. [2021-09-02T19:26:55.916Z] #28 8.011 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2021-09-02T19:26:55.916Z] #28 8.020 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-02T19:26:55.916Z] #28 8.128 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-09-02T19:26:55.916Z] #28 8.128 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-02T19:26:55.916Z] #28 8.130 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:26:55.916Z] #28 8.179 Selecting previously unselected package libsasl2-2:amd64. [2021-09-02T19:26:55.916Z] #28 8.179 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-02T19:26:55.916Z] #28 8.183 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:26:55.916Z] #28 8.244 Selecting previously unselected package libldap-2.4-2:amd64. [2021-09-02T19:26:55.916Z] #28 8.244 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2021-09-02T19:26:55.916Z] #28 8.247 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-02T19:26:55.916Z] #28 8.352 Selecting previously unselected package libnghttp2-14:amd64. [2021-09-02T19:26:55.916Z] #28 8.352 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2021-09-02T19:26:55.916Z] #28 8.355 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-02T19:26:55.916Z] #28 8.405 Selecting previously unselected package libpsl5:amd64. [2021-09-02T19:26:55.916Z] #28 8.405 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2021-09-02T19:26:55.916Z] #28 8.409 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2021-09-02T19:26:55.916Z] #28 8.460 Selecting previously unselected package librtmp1:amd64. [2021-09-02T19:26:55.916Z] #28 8.460 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2021-09-02T19:26:55.916Z] #28 8.462 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-02T19:26:55.916Z] #28 8.517 Selecting previously unselected package libssh2-1:amd64. [2021-09-02T19:26:55.916Z] #28 8.517 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2021-09-02T19:26:55.916Z] #28 8.520 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2021-09-02T19:26:55.916Z] #28 8.592 Selecting previously unselected package libcurl4:amd64. [2021-09-02T19:26:55.916Z] #28 8.592 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ... [2021-09-02T19:26:55.916Z] #28 8.595 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-02T19:26:55.916Z] #28 8.701 Selecting previously unselected package curl. [2021-09-02T19:26:55.916Z] #28 8.701 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ... [2021-09-02T19:26:55.916Z] #28 8.707 Unpacking curl (7.74.0-1.3+b1) ... [2021-09-02T19:26:55.916Z] #28 8.810 Selecting previously unselected package libonig5:amd64. [2021-09-02T19:26:55.916Z] #28 8.810 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-02T19:26:55.916Z] #28 8.814 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-02T19:26:55.916Z] #28 8.914 Selecting previously unselected package libjq1:amd64. [2021-09-02T19:26:55.916Z] #28 8.914 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2021-09-02T19:26:55.919Z] #11 sha256:3a579bb53baf670af47a846027d49dad210590f130c4ebed06f379cea79cb441 81.16MB / 81.16MB 3.1s [2021-09-02T19:26:55.919Z] #11 sha256:ea3bfb3124a69650e7d740f91af144f3e0d254f3b60830c1674e4c1bc9fcf32d 38.80MB / 102.59MB 3.1s [2021-09-02T19:26:56.013Z] #11 extracting sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 0.2s done [2021-09-02T19:26:56.178Z] #28 8.920 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-02T19:26:56.178Z] #28 8.982 Selecting previously unselected package jq. [2021-09-02T19:26:56.178Z] #28 8.982 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2021-09-02T19:26:56.178Z] #28 8.986 Unpacking jq (1.6-2.1) ... [2021-09-02T19:26:56.178Z] #28 9.062 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2021-09-02T19:26:56.178Z] #28 9.074 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-02T19:26:56.178Z] #28 9.088 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-02T19:26:56.178Z] #28 9.099 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:26:56.178Z] #28 9.110 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-02T19:26:56.178Z] #28 9.122 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:26:56.178Z] #28 9.132 Setting up libssh2-1:amd64 (1.9.0-2) ... [2021-09-02T19:26:56.178Z] #28 9.140 Setting up openssl (1.1.1k-1+deb11u1) ... [2021-09-02T19:26:56.178Z] #28 9.158 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-02T19:26:56.178Z] #28 9.171 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-02T19:26:56.186Z] #11 sha256:ea3bfb3124a69650e7d740f91af144f3e0d254f3b60830c1674e4c1bc9fcf32d 44.04MB / 102.59MB 3.4s [2021-09-02T19:26:56.186Z] #11 sha256:ea3bfb3124a69650e7d740f91af144f3e0d254f3b60830c1674e4c1bc9fcf32d 52.43MB / 102.59MB 3.5s [2021-09-02T19:26:56.440Z] #28 9.181 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-02T19:26:56.440Z] #28 9.192 Setting up ca-certificates (20210119) ... [2021-09-02T19:26:56.451Z] #11 sha256:ea3bfb3124a69650e7d740f91af144f3e0d254f3b60830c1674e4c1bc9fcf32d 59.77MB / 102.59MB 3.8s [2021-09-02T19:26:56.715Z] #11 sha256:3a579bb53baf670af47a846027d49dad210590f130c4ebed06f379cea79cb441 81.16MB / 81.16MB 4.1s done [2021-09-02T19:26:56.715Z] #11 sha256:ea3bfb3124a69650e7d740f91af144f3e0d254f3b60830c1674e4c1bc9fcf32d 66.06MB / 102.59MB 4.1s [2021-09-02T19:26:56.948Z] #11 extracting sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac [2021-09-02T19:26:56.979Z] #11 ... [2021-09-02T19:26:56.979Z] [2021-09-02T19:26:56.979Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:26:56.979Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-02T19:26:56.979Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-09-02T19:26:56.979Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-02T19:26:56.979Z] #64 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-09-02T19:26:56.979Z] #64 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-09-02T19:26:56.979Z] #64 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 2.8s done [2021-09-02T19:26:56.979Z] #64 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done [2021-09-02T19:26:56.979Z] #64 DONE 4.4s [2021-09-02T19:26:56.979Z] [2021-09-02T19:26:56.979Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-02T19:26:56.979Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-02T19:26:56.979Z] #66 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-02T19:26:56.979Z] #66 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-09-02T19:26:56.979Z] #66 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-09-02T19:26:56.979Z] #66 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.9s done [2021-09-02T19:26:56.979Z] #66 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.9s done [2021-09-02T19:26:56.979Z] #66 DONE 4.4s [2021-09-02T19:26:56.979Z] [2021-09-02T19:26:56.979Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:56.979Z] #11 sha256:f285bf14b0ef6ed01eb63ec83f2c4581c0f17a968dcfaa8317d24474f2f77906 [2021-09-02T19:26:56.979Z] #11 sha256:ea3bfb3124a69650e7d740f91af144f3e0d254f3b60830c1674e4c1bc9fcf32d 71.30MB / 102.59MB 4.2s [2021-09-02T19:26:56.979Z] #11 sha256:ea3bfb3124a69650e7d740f91af144f3e0d254f3b60830c1674e4c1bc9fcf32d 83.89MB / 102.59MB 4.3s [2021-09-02T19:26:57.013Z] #28 9.956 Updating certificates in /etc/ssl/certs... [2021-09-02T19:26:57.242Z] #11 sha256:ea3bfb3124a69650e7d740f91af144f3e0d254f3b60830c1674e4c1bc9fcf32d 90.18MB / 102.59MB 4.5s [2021-09-02T19:26:57.506Z] #11 sha256:ea3bfb3124a69650e7d740f91af144f3e0d254f3b60830c1674e4c1bc9fcf32d 102.59MB / 102.59MB 4.7s [2021-09-02T19:26:57.517Z] #11 extracting sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 0.5s done [2021-09-02T19:26:57.780Z] #11 ... [2021-09-02T19:26:57.780Z] [2021-09-02T19:26:57.780Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-09-02T19:26:57.780Z] #65 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-09-02T19:26:57.780Z] #65 DONE 0.6s [2021-09-02T19:26:57.780Z] [2021-09-02T19:26:57.780Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:57.781Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:57.781Z] #11 extracting sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 [2021-09-02T19:26:57.957Z] #28 11.02 129 added, 0 removed; done. [2021-09-02T19:26:58.218Z] #28 11.06 Setting up jq (1.6-2.1) ... [2021-09-02T19:26:58.218Z] #28 11.07 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-02T19:26:58.218Z] #28 11.08 Setting up curl (7.74.0-1.3+b1) ... [2021-09-02T19:26:58.218Z] #28 11.09 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:26:58.218Z] #28 11.11 Processing triggers for ca-certificates (20210119) ... [2021-09-02T19:26:58.218Z] #28 11.12 Updating certificates in /etc/ssl/certs... [2021-09-02T19:26:58.349Z] #11 ... [2021-09-02T19:26:58.349Z] [2021-09-02T19:26:58.349Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-09-02T19:26:58.349Z] #67 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-09-02T19:26:58.349Z] #67 DONE 0.9s [2021-09-02T19:26:58.349Z] [2021-09-02T19:26:58.349Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:58.349Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:26:58.501Z] #11 extracting sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 7.5s [2021-09-02T19:26:58.760Z] #11 extracting sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 7.9s done [2021-09-02T19:26:59.019Z] #11 extracting sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 [2021-09-02T19:26:59.161Z] #28 12.12 0 added, 0 removed; done. [2021-09-02T19:26:59.161Z] #28 12.12 Running hooks in /etc/ca-certificates/update.d... [2021-09-02T19:26:59.161Z] #28 12.12 done. [2021-09-02T19:26:59.432Z] #11 sha256:ea3bfb3124a69650e7d740f91af144f3e0d254f3b60830c1674e4c1bc9fcf32d 102.59MB / 102.59MB 6.4s done [2021-09-02T19:26:59.432Z] #11 extracting sha256:6495d06e79f81fe42766bacea59684f27db9d24960b6dd7efeea81f48820d0f6 [2021-09-02T19:26:59.432Z] #11 ... [2021-09-02T19:26:59.432Z] [2021-09-02T19:26:59.432Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-09-02T19:26:59.432Z] #27 sha256:06c71e2fe983fc2fc1b5a6191447796ec10315113217668f7d5aa936c933a707 [2021-09-02T19:26:59.432Z] #27 extracting sha256:5a5d73d4b7323ffb58a7d3baa48bf81bba71d259b96fbc5b838424f52d325a8a 3.0s done [2021-09-02T19:26:59.432Z] #27 DONE 6.9s [2021-09-02T19:26:59.432Z] [2021-09-02T19:26:59.432Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:26:59.432Z] #11 sha256:f285bf14b0ef6ed01eb63ec83f2c4581c0f17a968dcfaa8317d24474f2f77906 [2021-09-02T19:26:59.432Z] #11 extracting sha256:6495d06e79f81fe42766bacea59684f27db9d24960b6dd7efeea81f48820d0f6 0.3s done [2021-09-02T19:27:00.010Z] #11 extracting sha256:7dd18a2d3ce3a400515ed7a845aeb9d8cd17b023f1efe77ff81292bd63addcc0 [2021-09-02T19:27:00.273Z] #11 extracting sha256:7dd18a2d3ce3a400515ed7a845aeb9d8cd17b023f1efe77ff81292bd63addcc0 0.3s done [2021-09-02T19:27:01.075Z] #28 ... [2021-09-02T19:27:01.075Z] [2021-09-02T19:27:01.075Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:27:01.075Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:27:01.075Z] #11 extracting sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 7.6s done [2021-09-02T19:27:01.075Z] #11 extracting sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 3.5s [2021-09-02T19:27:01.336Z] #11 ... [2021-09-02T19:27:01.336Z] [2021-09-02T19:27:01.336Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-09-02T19:27:01.336Z] #28 sha256:1d5cc3e56b024573af64675ac74d6b75305aa9689ae86a636da1c34833667a14 [2021-09-02T19:27:01.336Z] #28 DONE 14.2s [2021-09-02T19:27:01.336Z] [2021-09-02T19:27:01.336Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:27:01.336Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:27:01.336Z] #11 ... [2021-09-02T19:27:01.336Z] [2021-09-02T19:27:01.336Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-09-02T19:27:01.336Z] #29 sha256:071080608e5ba9f1ac7599dd332b1180c16cafbbad072e68bb5787689ce550f4 [2021-09-02T19:27:01.599Z] #29 DONE 0.4s [2021-09-02T19:27:01.599Z] [2021-09-02T19:27:01.599Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-02T19:27:01.599Z] #30 sha256:cd6b10a48fd5d7b4bf437c202c14d69ed7c2af183726f413371b2c5d8a413c78 [2021-09-02T19:27:01.667Z] #11 extracting sha256:92bfd3a44e1c9b9d3df6b60162d29469b5fe3aaddecba7bf2b122ced08e2a848 0.1s [2021-09-02T19:27:02.544Z] #11 extracting sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 4.5s done [2021-09-02T19:27:02.544Z] #11 extracting sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d [2021-09-02T19:27:03.213Z] #11 ... [2021-09-02T19:27:03.213Z] [2021-09-02T19:27:03.213Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-02T19:27:03.213Z] #30 sha256:ad78e31307282fa5abc600c5876d19b59d7a645ac2b172ac068ef643b590e659 [2021-09-02T19:27:03.214Z] #30 2.194 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-09-02T19:27:03.214Z] #30 2.498 [2021-09-02T19:27:03.214Z] #30 2.609 ######################################################################## 100.0% [2021-09-02T19:27:03.214Z] #30 2.914 [2021-09-02T19:27:03.214Z] #30 3.731 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-09-02T19:27:03.214Z] #30 4.069 [2021-09-02T19:27:03.214Z] #30 4.204 0.1% ######################################################################## 100.0% [2021-09-02T19:27:03.214Z] #30 4.451 [2021-09-02T19:27:03.214Z] #30 5.333 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-09-02T19:27:03.214Z] #30 5.668 [2021-09-02T19:27:03.214Z] #30 5.793 ####### 10.1% ######################### 35.1% #################################################### 72.8% ######################################################################## 100.0% [2021-09-02T19:27:03.214Z] #30 6.286 [2021-09-02T19:27:03.214Z] #30 7.160 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-09-02T19:27:03.214Z] #30 7.456 [2021-09-02T19:27:03.214Z] #30 7.529 ######################################################################## 100.0% [2021-09-02T19:27:03.214Z] #30 7.742 [2021-09-02T19:27:03.214Z] #30 8.309 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-09-02T19:27:03.214Z] #30 8.614 [2021-09-02T19:27:03.214Z] #30 8.716 ######################################################################## 100.0% [2021-09-02T19:27:03.214Z] #30 8.983 [2021-09-02T19:27:03.214Z] #30 9.064 Download of images into '/build' complete. [2021-09-02T19:27:03.214Z] #30 9.064 Use something like the following to load the result into a Docker daemon: [2021-09-02T19:27:03.214Z] #30 9.064 tar -cC '/build' . | docker load [2021-09-02T19:27:03.214Z] #30 ... [2021-09-02T19:27:03.214Z] [2021-09-02T19:27:03.214Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:27:03.214Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:27:03.535Z] #30 1.891 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-09-02T19:27:03.601Z] #11 ... [2021-09-02T19:27:03.601Z] [2021-09-02T19:27:03.601Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-09-02T19:27:03.601Z] #65 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-09-02T19:27:03.601Z] #65 DONE 1.0s [2021-09-02T19:27:03.601Z] [2021-09-02T19:27:03.601Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:27:03.601Z] #11 sha256:f285bf14b0ef6ed01eb63ec83f2c4581c0f17a968dcfaa8317d24474f2f77906 [2021-09-02T19:27:04.108Z] #30 2.278 [2021-09-02T19:27:04.108Z] #30 2.390 ######################################################################## 100.0% [2021-09-02T19:27:04.150Z] #11 extracting sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 5.1s [2021-09-02T19:27:04.176Z] #11 extracting sha256:92bfd3a44e1c9b9d3df6b60162d29469b5fe3aaddecba7bf2b122ced08e2a848 2.3s done [2021-09-02T19:27:04.369Z] #30 2.681 [2021-09-02T19:27:04.508Z] Running on azwin-2-7d9360 in d:\jenkins\workspace\moby_PR-42674 [Pipeline] { [Pipeline] ws [2021-09-02T19:27:04.527Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-09-02T19:27:05.087Z] #11 ... [2021-09-02T19:27:05.087Z] [2021-09-02T19:27:05.087Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-02T19:27:05.087Z] #30 sha256:ad78e31307282fa5abc600c5876d19b59d7a645ac2b172ac068ef643b590e659 [2021-09-02T19:27:05.087Z] #30 DONE 11.6s [2021-09-02T19:27:05.087Z] [2021-09-02T19:27:05.087Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:27:05.087Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:27:05.127Z] #11 ... [2021-09-02T19:27:05.127Z] [2021-09-02T19:27:05.127Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-09-02T19:27:05.127Z] #67 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-09-02T19:27:05.127Z] #67 DONE 1.7s [2021-09-02T19:27:05.127Z] [2021-09-02T19:27:05.127Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:27:05.127Z] #11 sha256:f285bf14b0ef6ed01eb63ec83f2c4581c0f17a968dcfaa8317d24474f2f77906 [2021-09-02T19:27:05.127Z] #11 extracting sha256:3a579bb53baf670af47a846027d49dad210590f130c4ebed06f379cea79cb441 [2021-09-02T19:27:05.235Z] The recommended git tool is: git [2021-09-02T19:27:05.312Z] #30 3.432 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-09-02T19:27:05.573Z] #30 3.757 [2021-09-02T19:27:05.573Z] #30 3.880 ######################################################################## 100.0% [2021-09-02T19:27:05.833Z] #11 ... [2021-09-02T19:27:05.833Z] [2021-09-02T19:27:05.833Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-09-02T19:27:05.833Z] #28 sha256:1d5cc3e56b024573af64675ac74d6b75305aa9689ae86a636da1c34833667a14 [2021-09-02T19:27:05.833Z] #28 2.019 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:05.833Z] #28 2.020 Get:2 http://deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:05.833Z] #28 2.039 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:05.833Z] #28 2.155 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:27:05.833Z] #28 2.301 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:27:05.833Z] #28 4.013 Fetched 8401 kB in 2s (3728 kB/s) [2021-09-02T19:27:05.833Z] #28 4.013 Reading package lists... [2021-09-02T19:27:05.833Z] #28 4.804 Reading package lists... [2021-09-02T19:27:05.833Z] #28 5.606 Building dependency tree... [2021-09-02T19:27:05.833Z] #28 6.059 The following additional packages will be installed: [2021-09-02T19:27:05.833Z] #28 6.063 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-09-02T19:27:05.833Z] #28 6.063 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-09-02T19:27:05.833Z] #28 6.063 Recommended packages: [2021-09-02T19:27:05.833Z] #28 6.063 libldap-common publicsuffix libsasl2-modules [2021-09-02T19:27:05.833Z] #28 6.227 The following NEW packages will be installed: [2021-09-02T19:27:05.833Z] #28 6.227 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-09-02T19:27:05.833Z] #28 6.227 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-09-02T19:27:05.833Z] #28 6.227 libssh2-1 openssl [2021-09-02T19:27:05.833Z] #28 6.505 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2021-09-02T19:27:05.833Z] #28 6.505 Need to get 3038 kB of archives. [2021-09-02T19:27:05.833Z] #28 6.505 After this operation, 6652 kB of additional disk space will be used. [2021-09-02T19:27:05.833Z] #28 6.505 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2021-09-02T19:27:05.833Z] #28 6.505 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2021-09-02T19:27:05.833Z] #28 6.519 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2021-09-02T19:27:05.833Z] #28 6.519 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2021-09-02T19:27:05.833Z] #28 6.519 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2021-09-02T19:27:05.833Z] #28 6.520 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2021-09-02T19:27:05.833Z] #28 6.522 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2021-09-02T19:27:05.833Z] #28 6.522 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2021-09-02T19:27:05.833Z] #28 6.538 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2021-09-02T19:27:05.833Z] #28 6.539 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2021-09-02T19:27:05.834Z] #28 6.540 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB] [2021-09-02T19:27:05.834Z] #28 6.556 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB] [2021-09-02T19:27:05.834Z] #28 6.563 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-02T19:27:05.834Z] #28 6.564 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-02T19:27:05.834Z] #28 6.580 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-02T19:27:05.834Z] #28 6.757 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:27:05.834Z] #28 6.789 Fetched 3038 kB in 0s (8745 kB/s) [2021-09-02T19:27:05.834Z] #28 6.811 Selecting previously unselected package openssl. [2021-09-02T19:27:05.834Z] #28 6.811 (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-09-02T19:27:05.834Z] #28 6.816 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2021-09-02T19:27:05.834Z] #28 6.820 Unpacking openssl (1.1.1k-1+deb11u1) ... [2021-09-02T19:27:05.834Z] #28 7.032 Selecting previously unselected package ca-certificates. [2021-09-02T19:27:05.834Z] #28 7.032 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-09-02T19:27:05.834Z] #28 7.036 Unpacking ca-certificates (20210119) ... [2021-09-02T19:27:05.834Z] #28 7.113 Selecting previously unselected package libbrotli1:amd64. [2021-09-02T19:27:05.834Z] #28 7.113 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2021-09-02T19:27:05.834Z] #28 7.121 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-02T19:27:05.834Z] #28 7.184 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-09-02T19:27:05.834Z] #28 7.184 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-02T19:27:05.834Z] #28 7.188 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:27:05.834Z] #28 7.226 Selecting previously unselected package libsasl2-2:amd64. [2021-09-02T19:27:05.834Z] #28 7.226 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-02T19:27:05.834Z] #28 7.231 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:27:05.834Z] #28 7.305 Selecting previously unselected package libldap-2.4-2:amd64. [2021-09-02T19:27:05.834Z] #28 7.305 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2021-09-02T19:27:05.834Z] #28 7.310 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-02T19:27:05.834Z] #28 7.373 Selecting previously unselected package libnghttp2-14:amd64. [2021-09-02T19:27:05.834Z] #28 7.374 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2021-09-02T19:27:05.834Z] #28 7.378 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-02T19:27:05.834Z] #28 7.421 Selecting previously unselected package libpsl5:amd64. [2021-09-02T19:27:05.834Z] #28 7.421 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2021-09-02T19:27:05.834Z] #28 7.426 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2021-09-02T19:27:05.834Z] #28 7.467 Selecting previously unselected package librtmp1:amd64. [2021-09-02T19:27:05.834Z] #28 7.468 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2021-09-02T19:27:05.834Z] #28 7.473 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-02T19:27:05.834Z] #28 7.512 Selecting previously unselected package libssh2-1:amd64. [2021-09-02T19:27:05.834Z] #28 7.512 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2021-09-02T19:27:05.834Z] #28 7.520 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2021-09-02T19:27:05.834Z] #28 7.572 Selecting previously unselected package libcurl4:amd64. [2021-09-02T19:27:05.834Z] #28 7.572 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ... [2021-09-02T19:27:05.834Z] #28 7.575 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-02T19:27:05.834Z] #28 7.653 Selecting previously unselected package curl. [2021-09-02T19:27:05.834Z] #28 7.653 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ... [2021-09-02T19:27:05.834Z] #28 7.660 Unpacking curl (7.74.0-1.3+b1) ... [2021-09-02T19:27:05.834Z] #28 7.720 Selecting previously unselected package libonig5:amd64. [2021-09-02T19:27:05.834Z] #28 7.720 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-02T19:27:05.834Z] #28 7.724 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-02T19:27:05.834Z] #28 7.787 Selecting previously unselected package libjq1:amd64. [2021-09-02T19:27:05.834Z] #28 7.787 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2021-09-02T19:27:05.834Z] #28 7.793 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-02T19:27:05.834Z] #28 7.837 Selecting previously unselected package jq. [2021-09-02T19:27:05.834Z] #28 7.838 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2021-09-02T19:27:05.834Z] #28 7.841 Unpacking jq (1.6-2.1) ... [2021-09-02T19:27:05.834Z] #28 7.894 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2021-09-02T19:27:05.834Z] #28 7.905 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-02T19:27:05.834Z] #28 7.915 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-02T19:27:05.834Z] #28 7.929 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:27:05.834Z] #28 7.941 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-02T19:27:05.834Z] #28 7.951 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:27:05.834Z] #28 7.960 Setting up libssh2-1:amd64 (1.9.0-2) ... [2021-09-02T19:27:05.834Z] #28 7.972 Setting up openssl (1.1.1k-1+deb11u1) ... [2021-09-02T19:27:05.834Z] #28 7.989 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-02T19:27:05.834Z] #28 8.000 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-02T19:27:05.834Z] #28 8.011 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-02T19:27:05.834Z] #28 8.022 Setting up ca-certificates (20210119) ... [2021-09-02T19:27:05.834Z] #28 8.557 Updating certificates in /etc/ssl/certs... [2021-09-02T19:27:05.834Z] #28 9.229 129 added, 0 removed; done. [2021-09-02T19:27:05.834Z] #28 9.259 Setting up jq (1.6-2.1) ... [2021-09-02T19:27:05.834Z] #28 9.269 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-02T19:27:05.834Z] #28 9.279 Setting up curl (7.74.0-1.3+b1) ... [2021-09-02T19:27:05.834Z] #28 9.289 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:27:05.834Z] #28 9.305 Processing triggers for ca-certificates (20210119) ... [2021-09-02T19:27:05.834Z] #28 9.314 Updating certificates in /etc/ssl/certs... [2021-09-02T19:27:05.834Z] #28 9.838 0 added, 0 removed; done. [2021-09-02T19:27:05.834Z] #28 9.838 Running hooks in /etc/ca-certificates/update.d... [2021-09-02T19:27:05.834Z] #28 9.839 done. [2021-09-02T19:27:05.834Z] #28 ... [2021-09-02T19:27:05.834Z] [2021-09-02T19:27:05.834Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:27:05.834Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:27:05.842Z] #30 4.149 [2021-09-02T19:27:06.782Z] #30 4.979 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-09-02T19:27:06.816Z] #11 extracting sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 4.0s done [2021-09-02T19:27:07.044Z] #30 5.352 [2021-09-02T19:27:07.057Z] #11 extracting sha256:3a579bb53baf670af47a846027d49dad210590f130c4ebed06f379cea79cb441 2.1s done [2021-09-02T19:27:07.321Z] #11 extracting sha256:ea3bfb3124a69650e7d740f91af144f3e0d254f3b60830c1674e4c1bc9fcf32d [2021-09-02T19:27:07.383Z] #11 ... [2021-09-02T19:27:07.383Z] [2021-09-02T19:27:07.383Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-09-02T19:27:07.383Z] #28 sha256:1d5cc3e56b024573af64675ac74d6b75305aa9689ae86a636da1c34833667a14 [2021-09-02T19:27:07.383Z] #28 DONE 11.7s [2021-09-02T19:27:07.383Z] [2021-09-02T19:27:07.383Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:27:07.383Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:27:07.383Z] #11 extracting sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 [2021-09-02T19:27:07.569Z] #30 5.493 0.0% ######################## 34.3% ####################################################### 77.2% ######################################################################## 100.0% [2021-09-02T19:27:07.569Z] #30 5.976 [2021-09-02T19:27:07.644Z] #11 ... [2021-09-02T19:27:07.644Z] [2021-09-02T19:27:07.644Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-09-02T19:27:07.644Z] #29 sha256:307864a5760f459809fb406016737785e5bd23882c9b256da31ba7d5c01ecf05 [2021-09-02T19:27:07.644Z] #29 DONE 0.1s [2021-09-02T19:27:07.644Z] [2021-09-02T19:27:07.644Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:27:07.644Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:27:08.522Z] #30 6.781 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-09-02T19:27:08.522Z] #30 ... [2021-09-02T19:27:08.522Z] [2021-09-02T19:27:08.522Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:27:08.522Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:27:08.522Z] #11 extracting sha256:fcb5bda771c711b3f665477f16cf36b5d133fac6bfdadc1d1a7bb73b7ec2a45d 6.9s done [2021-09-02T19:27:08.522Z] #11 extracting sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 3.4s [2021-09-02T19:27:09.281Z] #11 extracting sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 10.2s [2021-09-02T19:27:09.890Z] #11 ... [2021-09-02T19:27:09.890Z] [2021-09-02T19:27:09.890Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-09-02T19:27:09.890Z] #28 sha256:e75916afffafae59a866da91f9b75c8da5bc2aa9507ca28dbb4bca3863ef3a8f [2021-09-02T19:27:09.890Z] #28 3.744 Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:09.890Z] #28 3.756 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:09.890Z] #28 3.796 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:09.890Z] #28 4.015 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-02T19:27:09.890Z] #28 4.447 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [29.4 kB] [2021-09-02T19:27:09.890Z] #28 5.994 Fetched 8289 kB in 3s (3226 kB/s) [2021-09-02T19:27:09.890Z] #28 5.994 Reading package lists... [2021-09-02T19:27:09.890Z] #28 7.092 Reading package lists... [2021-09-02T19:27:09.890Z] #28 8.156 Building dependency tree... [2021-09-02T19:27:09.890Z] #28 8.888 The following additional packages will be installed: [2021-09-02T19:27:09.890Z] #28 8.888 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-09-02T19:27:09.890Z] #28 8.888 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-09-02T19:27:09.890Z] #28 8.890 Recommended packages: [2021-09-02T19:27:09.890Z] #28 8.890 libldap-common publicsuffix libsasl2-modules [2021-09-02T19:27:09.890Z] #28 9.112 The following NEW packages will be installed: [2021-09-02T19:27:09.890Z] #28 9.112 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-09-02T19:27:09.890Z] #28 9.112 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-09-02T19:27:09.890Z] #28 9.112 libssh2-1 openssl [2021-09-02T19:27:09.890Z] #28 9.415 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2021-09-02T19:27:09.890Z] #28 9.415 Need to get 2934 kB of archives. [2021-09-02T19:27:09.890Z] #28 9.415 After this operation, 6485 kB of additional disk space will be used. [2021-09-02T19:27:09.891Z] #28 9.415 Get:1 http://security.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1k-1+deb11u1 [829 kB] [2021-09-02T19:27:09.891Z] #28 9.417 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2021-09-02T19:27:09.891Z] #28 9.423 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2021-09-02T19:27:09.891Z] #28 9.432 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1 [69.3 kB] [2021-09-02T19:27:09.891Z] #28 9.432 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1 [105 kB] [2021-09-02T19:27:09.891Z] #28 9.432 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2021-09-02T19:27:09.891Z] #28 9.432 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2021-09-02T19:27:09.891Z] #28 9.433 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2021-09-02T19:27:09.891Z] #28 9.443 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2021-09-02T19:27:09.891Z] #28 9.443 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2021-09-02T19:27:09.891Z] #28 9.443 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+b1 [321 kB] [2021-09-02T19:27:09.891Z] #28 9.443 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+b1 [261 kB] [2021-09-02T19:27:09.891Z] #28 9.485 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2021-09-02T19:27:09.891Z] #28 9.504 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2021-09-02T19:27:09.891Z] #28 9.506 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2021-09-02T19:27:09.891Z] #28 9.815 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:27:09.891Z] #28 9.940 Fetched 2934 kB in 0s (7863 kB/s) [2021-09-02T19:27:09.891Z] #28 9.983 Selecting previously unselected package openssl. [2021-09-02T19:27:09.891Z] #28 9.983 (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-09-02T19:27:09.891Z] #28 9.983 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_arm64.deb ... [2021-09-02T19:27:09.891Z] #28 9.989 Unpacking openssl (1.1.1k-1+deb11u1) ... [2021-09-02T19:27:09.891Z] #28 10.16 Selecting previously unselected package ca-certificates. [2021-09-02T19:27:09.891Z] #28 10.16 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-09-02T19:27:09.891Z] #28 10.16 Unpacking ca-certificates (20210119) ... [2021-09-02T19:27:09.891Z] #28 ... [2021-09-02T19:27:09.891Z] [2021-09-02T19:27:09.891Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:27:09.891Z] #11 sha256:f285bf14b0ef6ed01eb63ec83f2c4581c0f17a968dcfaa8317d24474f2f77906 [2021-09-02T19:27:10.659Z] #11 extracting sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 11.5s done [2021-09-02T19:27:10.659Z] #11 extracting sha256:a777b06e31ba5f17a2a1b4c7d9059fd54a8f00e60c179f869e1b42a80b27fb9a [2021-09-02T19:27:10.722Z] Running on azwin-2-584c50 in d:\jenkins\workspace\moby_PR-42674 [Pipeline] { [Pipeline] ws [2021-09-02T19:27:10.739Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-09-02T19:27:10.919Z] #11 extracting sha256:a777b06e31ba5f17a2a1b4c7d9059fd54a8f00e60c179f869e1b42a80b27fb9a done [2021-09-02T19:27:11.178Z] #11 DONE 44.2s [2021-09-02T19:27:11.178Z] [2021-09-02T19:27:11.178Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-09-02T19:27:11.178Z] #12 sha256:3e5a887aace4623b000f1c96090222b5f9fd2f0d8f6b9deb271c2f1c6a5c33d1 [2021-09-02T19:27:11.833Z] #11 extracting sha256:ea3bfb3124a69650e7d740f91af144f3e0d254f3b60830c1674e4c1bc9fcf32d 4.4s done [2021-09-02T19:27:12.097Z] #11 extracting sha256:75cc6df6f8e0337b02f182a60d9a08f2feda1a85e64c573e3fdaaa59901a67db done [2021-09-02T19:27:12.126Z] The recommended git tool is: git [2021-09-02T19:27:12.362Z] #11 DONE 19.9s [2021-09-02T19:27:12.362Z] [2021-09-02T19:27:12.362Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-09-02T19:27:12.362Z] #28 sha256:e75916afffafae59a866da91f9b75c8da5bc2aa9507ca28dbb4bca3863ef3a8f [2021-09-02T19:27:12.362Z] #28 10.26 Selecting previously unselected package libbrotli1:arm64. [2021-09-02T19:27:12.362Z] #28 10.26 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2021-09-02T19:27:12.362Z] #28 10.27 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2021-09-02T19:27:12.362Z] #28 10.34 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-09-02T19:27:12.362Z] #28 10.34 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_arm64.deb ... [2021-09-02T19:27:12.362Z] #28 10.34 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:27:12.362Z] #28 10.40 Selecting previously unselected package libsasl2-2:arm64. [2021-09-02T19:27:12.362Z] #28 10.40 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_arm64.deb ... [2021-09-02T19:27:12.362Z] #28 10.40 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:27:12.362Z] #28 10.46 Selecting previously unselected package libldap-2.4-2:arm64. [2021-09-02T19:27:12.362Z] #28 10.46 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2021-09-02T19:27:12.362Z] #28 10.46 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2021-09-02T19:27:12.362Z] #28 10.53 Selecting previously unselected package libnghttp2-14:arm64. [2021-09-02T19:27:12.362Z] #28 10.53 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2021-09-02T19:27:12.362Z] #28 10.53 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2021-09-02T19:27:12.362Z] #28 10.63 Selecting previously unselected package libpsl5:arm64. [2021-09-02T19:27:12.362Z] #28 10.64 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2021-09-02T19:27:12.362Z] #28 10.64 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2021-09-02T19:27:12.362Z] #28 10.69 Selecting previously unselected package librtmp1:arm64. [2021-09-02T19:27:12.362Z] #28 10.69 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2021-09-02T19:27:12.362Z] #28 10.69 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-02T19:27:12.362Z] #28 10.74 Selecting previously unselected package libssh2-1:arm64. [2021-09-02T19:27:12.362Z] #28 10.74 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2021-09-02T19:27:12.362Z] #28 10.74 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2021-09-02T19:27:12.362Z] #28 10.95 Selecting previously unselected package libcurl4:arm64. [2021-09-02T19:27:12.362Z] #28 10.95 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_arm64.deb ... [2021-09-02T19:27:12.362Z] #28 10.95 Unpacking libcurl4:arm64 (7.74.0-1.3+b1) ... [2021-09-02T19:27:12.362Z] #28 11.02 Selecting previously unselected package curl. [2021-09-02T19:27:12.362Z] #28 11.02 Preparing to unpack .../11-curl_7.74.0-1.3+b1_arm64.deb ... [2021-09-02T19:27:12.362Z] #28 11.02 Unpacking curl (7.74.0-1.3+b1) ... [2021-09-02T19:27:12.362Z] #28 11.12 Selecting previously unselected package libonig5:arm64. [2021-09-02T19:27:12.362Z] #28 11.13 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2021-09-02T19:27:12.362Z] #28 11.13 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2021-09-02T19:27:12.362Z] #28 11.20 Selecting previously unselected package libjq1:arm64. [2021-09-02T19:27:12.362Z] #28 11.20 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2021-09-02T19:27:12.362Z] #28 11.20 Unpacking libjq1:arm64 (1.6-2.1) ... [2021-09-02T19:27:12.362Z] #28 11.25 Selecting previously unselected package jq. [2021-09-02T19:27:12.362Z] #28 11.25 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2021-09-02T19:27:12.362Z] #28 11.26 Unpacking jq (1.6-2.1) ... [2021-09-02T19:27:12.362Z] #28 11.31 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2021-09-02T19:27:12.362Z] #28 11.32 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2021-09-02T19:27:12.362Z] #28 11.33 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2021-09-02T19:27:12.362Z] #28 11.34 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:27:12.362Z] #28 11.36 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-02T19:27:12.362Z] #28 11.38 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1) ... [2021-09-02T19:27:12.362Z] #28 11.39 Setting up libssh2-1:arm64 (1.9.0-2) ... [2021-09-02T19:27:12.362Z] #28 11.40 Setting up openssl (1.1.1k-1+deb11u1) ... [2021-09-02T19:27:12.362Z] #28 11.42 Setting up libonig5:arm64 (6.9.6-1.1) ... [2021-09-02T19:27:12.362Z] #28 11.43 Setting up libjq1:arm64 (1.6-2.1) ... [2021-09-02T19:27:12.362Z] #28 11.44 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2021-09-02T19:27:12.362Z] #28 11.45 Setting up ca-certificates (20210119) ... [2021-09-02T19:27:12.362Z] #28 12.48 Updating certificates in /etc/ssl/certs... [2021-09-02T19:27:12.555Z] #12 DONE 1.2s [2021-09-02T19:27:12.555Z] [2021-09-02T19:27:12.555Z] #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-09-02T19:27:12.555Z] #13 sha256:6db9713d574f49f8d1029b45eb9edccac994bc2f117724bb655af8fb34dac8b7 [2021-09-02T19:27:12.733Z] #11 ... [2021-09-02T19:27:12.733Z] [2021-09-02T19:27:12.733Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-02T19:27:12.733Z] #30 sha256:cd6b10a48fd5d7b4bf437c202c14d69ed7c2af183726f413371b2c5d8a413c78 [2021-09-02T19:27:12.733Z] #30 7.101 [2021-09-02T19:27:12.733Z] #30 7.234 ######################################################################## 100.0% [2021-09-02T19:27:12.733Z] #30 7.496 [2021-09-02T19:27:12.733Z] #30 8.068 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-09-02T19:27:12.733Z] #30 8.465 [2021-09-02T19:27:12.733Z] #30 8.552 ######################################################################## 100.0% [2021-09-02T19:27:12.733Z] #30 8.743 [2021-09-02T19:27:12.733Z] #30 8.860 Download of images into '/build' complete. [2021-09-02T19:27:12.733Z] #30 8.860 Use something like the following to load the result into a Docker daemon: [2021-09-02T19:27:12.733Z] #30 8.860 tar -cC '/build' . | docker load [2021-09-02T19:27:12.733Z] #30 DONE 10.9s [2021-09-02T19:27:12.733Z] [2021-09-02T19:27:12.733Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:27:12.733Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:27:12.939Z] #28 13.55 129 added, 0 removed; done. [2021-09-02T19:27:12.939Z] #28 13.59 Setting up jq (1.6-2.1) ... [2021-09-02T19:27:13.037Z] #11 extracting sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 5.1s [2021-09-02T19:27:13.121Z] #13 DONE 0.8s [2021-09-02T19:27:13.303Z] #11 extracting sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 8.4s [2021-09-02T19:27:13.380Z] [2021-09-02T19:27:13.380Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-09-02T19:27:13.380Z] #25 sha256:aba7ccd0b0ff8a98651e672f2b7a51488b35dd8d3362682ee4276c87f2f76076 [2021-09-02T19:27:13.380Z] #25 ... [2021-09-02T19:27:13.380Z] [2021-09-02T19:27:13.380Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-09-02T19:27:13.380Z] #40 sha256:32c65ab5818c2d279f5bc1568e1dbb2cbdb0e33acdbd77109c83704a1f0a3fc3 [2021-09-02T19:27:13.380Z] #40 DONE 0.2s [2021-09-02T19:27:13.380Z] [2021-09-02T19:27:13.380Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-09-02T19:27:13.380Z] #32 sha256:db5fe762f58948ec6eb56e2fe79240f6b484e397007708335bf350f69d2f020f [2021-09-02T19:27:13.380Z] #32 DONE 0.2s [2021-09-02T19:27:13.380Z] [2021-09-02T19:27:13.380Z] #44 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-09-02T19:27:13.380Z] #44 sha256:08f766cff26f444e596c5515e2546cebe8f9dc260e07bb755f352a0871b32fba [2021-09-02T19:27:13.380Z] #44 DONE 0.3s [2021-09-02T19:27:13.515Z] #28 14.22 Setting up libcurl4:arm64 (7.74.0-1.3+b1) ... [2021-09-02T19:27:13.644Z] [2021-09-02T19:27:13.644Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:13.644Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:27:13.778Z] #28 14.24 Setting up curl (7.74.0-1.3+b1) ... [2021-09-02T19:27:13.778Z] #28 14.26 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:27:14.367Z] #28 14.88 Processing triggers for ca-certificates (20210119) ... [2021-09-02T19:27:14.954Z] #28 15.27 Updating certificates in /etc/ssl/certs... [2021-09-02T19:27:15.530Z] #28 16.00 0 added, 0 removed; done. [2021-09-02T19:27:15.530Z] #28 16.00 Running hooks in /etc/ca-certificates/update.d... [2021-09-02T19:27:15.530Z] #28 16.00 done. [2021-09-02T19:27:16.391Z] #11 extracting sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 8.4s done [2021-09-02T19:27:16.391Z] #11 ... [2021-09-02T19:27:16.391Z] [2021-09-02T19:27:16.391Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-02T19:27:16.391Z] #30 sha256:56eeb27dc4e5e17d0ee89fb61a246bb12ff789a0dfd426a8d8db2e1b58abc152 [2021-09-02T19:27:16.391Z] #30 1.427 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-09-02T19:27:16.391Z] #30 1.695 [2021-09-02T19:27:16.391Z] #30 1.757 ######################################################################## 100.0% [2021-09-02T19:27:16.391Z] #30 1.947 [2021-09-02T19:27:16.391Z] #30 2.636 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-09-02T19:27:16.391Z] #30 2.898 [2021-09-02T19:27:16.391Z] #30 2.959 ######################################################################## 100.0% [2021-09-02T19:27:16.391Z] #30 3.156 [2021-09-02T19:27:16.391Z] #30 3.818 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-09-02T19:27:16.391Z] #30 4.077 [2021-09-02T19:27:16.391Z] #30 4.193 ################### 27.3% ########################################## 59.0% ################################################################# 91.0% ######################################################################## 100.0% [2021-09-02T19:27:16.391Z] #30 4.723 [2021-09-02T19:27:16.391Z] #30 5.342 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-09-02T19:27:16.391Z] #30 5.620 [2021-09-02T19:27:16.391Z] #30 5.682 ######################################################################## 100.0% [2021-09-02T19:27:16.391Z] #30 5.976 [2021-09-02T19:27:16.391Z] #30 6.442 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-09-02T19:27:16.391Z] #30 6.725 [2021-09-02T19:27:16.391Z] #30 6.832 ######################################################################## 100.0% [2021-09-02T19:27:16.391Z] #30 7.026 [2021-09-02T19:27:16.391Z] #30 7.080 Download of images into '/build' complete. [2021-09-02T19:27:16.391Z] #30 7.080 Use something like the following to load the result into a Docker daemon: [2021-09-02T19:27:16.391Z] #30 7.080 tar -cC '/build' . | docker load [2021-09-02T19:27:16.391Z] #30 DONE 8.6s [2021-09-02T19:27:16.391Z] [2021-09-02T19:27:16.391Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:de4c645f3c3e9f48db2ed55b38171d353b8b901d747156091354c50154021f1f [2021-09-02T19:27:16.391Z] #11 sha256:54cc625cee76d95274db131dd0361311a19f772a07185d7d3715eec2563d7427 [2021-09-02T19:27:16.391Z] #11 extracting sha256:a777b06e31ba5f17a2a1b4c7d9059fd54a8f00e60c179f869e1b42a80b27fb9a 0.0s done [2021-09-02T19:27:16.652Z] #11 DONE 28.5s [2021-09-02T19:27:16.652Z] [2021-09-02T19:27:16.652Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-09-02T19:27:16.652Z] #12 sha256:3e5a887aace4623b000f1c96090222b5f9fd2f0d8f6b9deb271c2f1c6a5c33d1 [2021-09-02T19:27:17.004Z] #12 DONE 0.5s [2021-09-02T19:27:17.005Z] [2021-09-02T19:27:17.005Z] #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-09-02T19:27:17.005Z] #13 sha256:6db9713d574f49f8d1029b45eb9edccac994bc2f117724bb655af8fb34dac8b7 [2021-09-02T19:27:17.538Z] #28 ... [2021-09-02T19:27:17.538Z] [2021-09-02T19:27:17.538Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-09-02T19:27:17.538Z] #12 sha256:47481d8999e84b67ac4255691f38563aaf33868583eaf5fcbf5b7b43d9709609 [2021-09-02T19:27:17.538Z] #12 DONE 5.0s [2021-09-02T19:27:17.538Z] [2021-09-02T19:27:17.538Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-09-02T19:27:17.538Z] #28 sha256:e75916afffafae59a866da91f9b75c8da5bc2aa9507ca28dbb4bca3863ef3a8f [2021-09-02T19:27:17.538Z] #28 DONE 17.9s [2021-09-02T19:27:17.538Z] [2021-09-02T19:27:17.538Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-09-02T19:27:17.538Z] #29 sha256:249f854b023f2c460057f10c42b3bf6eae767d6da6782a1617e590ef459cec75 [2021-09-02T19:27:17.538Z] #29 DONE 0.1s [2021-09-02T19:27:17.538Z] [2021-09-02T19:27:17.538Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-02T19:27:17.538Z] #30 sha256:bf21c889896b5c92c9c8c2c0ea5526ce88c41b5cd7503f085a1ecc4513248b56 [2021-09-02T19:27:17.573Z] #13 DONE 0.6s [2021-09-02T19:27:17.573Z] [2021-09-02T19:27:17.573Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:17.573Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:27:17.573Z] #37 ... [2021-09-02T19:27:17.573Z] [2021-09-02T19:27:17.573Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-09-02T19:27:17.573Z] #32 sha256:db5fe762f58948ec6eb56e2fe79240f6b484e397007708335bf350f69d2f020f [2021-09-02T19:27:17.573Z] #32 DONE 0.1s [2021-09-02T19:27:17.573Z] [2021-09-02T19:27:17.573Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-09-02T19:27:17.573Z] #40 sha256:32c65ab5818c2d279f5bc1568e1dbb2cbdb0e33acdbd77109c83704a1f0a3fc3 [2021-09-02T19:27:17.573Z] #40 DONE 0.2s [2021-09-02T19:27:17.573Z] [2021-09-02T19:27:17.573Z] #44 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-09-02T19:27:17.573Z] #44 sha256:08f766cff26f444e596c5515e2546cebe8f9dc260e07bb755f352a0871b32fba [2021-09-02T19:27:17.573Z] #44 DONE 0.2s [2021-09-02T19:27:17.834Z] [2021-09-02T19:27:17.834Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:17.834Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:27:18.496Z] #30 ... [2021-09-02T19:27:18.496Z] [2021-09-02T19:27:18.496Z] #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-09-02T19:27:18.496Z] #13 sha256:b276ab82e493279be807fd5bf8dbb07ff9a95a1ca7638ac68f1100c2c3373cdc [2021-09-02T19:27:18.496Z] #13 DONE 0.9s [2021-09-02T19:27:18.496Z] [2021-09-02T19:27:18.496Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-09-02T19:27:18.496Z] #32 sha256:335cc92cdaf1def633d1efd6ee71fba52ada9f12d990ba4ab146dd69ac5cd72e [2021-09-02T19:27:18.496Z] #32 DONE 0.1s [2021-09-02T19:27:18.496Z] [2021-09-02T19:27:18.496Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-09-02T19:27:18.496Z] #40 sha256:289b85fab04659824f291dd98405a0dbfdc6c5d90a9db5ff5289a5651b7dc4b0 [2021-09-02T19:27:18.496Z] #40 DONE 0.2s [2021-09-02T19:27:18.496Z] [2021-09-02T19:27:18.496Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:27:18.496Z] #41 sha256:901bdcae8bd99e55f92d90f2ff911bd06564312c30aaeb5eee4b8beac008d08b [2021-09-02T19:27:18.599Z] #11 extracting sha256:7b6a93dab1a5a04a808d066dec615d86c6fbca1b0054f272a90088e3f10d0585 12.7s done [2021-09-02T19:27:18.599Z] #11 extracting sha256:a777b06e31ba5f17a2a1b4c7d9059fd54a8f00e60c179f869e1b42a80b27fb9a done [2021-09-02T19:27:18.599Z] #11 DONE 44.2s [2021-09-02T19:27:18.599Z] [2021-09-02T19:27:18.599Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-09-02T19:27:18.599Z] #12 sha256:3e5a887aace4623b000f1c96090222b5f9fd2f0d8f6b9deb271c2f1c6a5c33d1 [2021-09-02T19:27:18.761Z] #41 ... [2021-09-02T19:27:18.761Z] [2021-09-02T19:27:18.761Z] #44 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-09-02T19:27:18.761Z] #44 sha256:28f0d12ea5414f05752c78c682f138de71d44d39ad1128e50eda2ef5678a0c11 [2021-09-02T19:27:18.761Z] #44 DONE 0.2s [2021-09-02T19:27:18.761Z] [2021-09-02T19:27:18.761Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:18.761Z] #45 sha256:ab9d7387f91523bb2428e4105d5c9060c727e898a1cfb7ceee060e4f7396c3d0 [2021-09-02T19:27:19.173Z] #12 DONE 0.9s [2021-09-02T19:27:19.173Z] [2021-09-02T19:27:19.173Z] #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-09-02T19:27:19.173Z] #13 sha256:6db9713d574f49f8d1029b45eb9edccac994bc2f117724bb655af8fb34dac8b7 [2021-09-02T19:27:20.116Z] #13 DONE 0.8s [2021-09-02T19:27:20.116Z] [2021-09-02T19:27:20.116Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-09-02T19:27:20.116Z] #32 sha256:db5fe762f58948ec6eb56e2fe79240f6b484e397007708335bf350f69d2f020f [2021-09-02T19:27:20.116Z] #32 DONE 0.1s [2021-09-02T19:27:20.116Z] [2021-09-02T19:27:20.116Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:27:20.116Z] #33 sha256:d3fe95d9a99fdc7a69ded3544488248d7415e5fc5291637b208f7821e3121759 [2021-09-02T19:27:20.116Z] #33 ... [2021-09-02T19:27:20.116Z] [2021-09-02T19:27:20.116Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-09-02T19:27:20.116Z] #40 sha256:32c65ab5818c2d279f5bc1568e1dbb2cbdb0e33acdbd77109c83704a1f0a3fc3 [2021-09-02T19:27:20.116Z] #40 DONE 0.2s [2021-09-02T19:27:20.116Z] [2021-09-02T19:27:20.116Z] #44 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-09-02T19:27:20.116Z] #44 sha256:08f766cff26f444e596c5515e2546cebe8f9dc260e07bb755f352a0871b32fba [2021-09-02T19:27:20.116Z] #44 DONE 0.2s [2021-09-02T19:27:20.278Z] #45 ... [2021-09-02T19:27:20.278Z] [2021-09-02T19:27:20.279Z] #57 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:27:20.279Z] #57 sha256:b0fe7a1fac19ad37f5acf133e085479467ceff9ca7df5325534a688e978abb8f [2021-09-02T19:27:20.279Z] #57 5.915 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:20.279Z] #57 6.024 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:20.279Z] #57 6.191 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:20.279Z] #57 6.191 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:27:20.279Z] #57 6.543 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:27:20.377Z] [2021-09-02T19:27:20.377Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:20.377Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:27:20.853Z] #57 ... [2021-09-02T19:27:20.853Z] [2021-09-02T19:27:20.853Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:20.853Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:27:20.853Z] #37 6.258 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:20.853Z] #37 6.289 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:20.853Z] #37 6.289 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:20.853Z] #37 6.680 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:27:20.853Z] #37 7.400 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:27:21.422Z] #37 ... [2021-09-02T19:27:21.422Z] [2021-09-02T19:27:21.422Z] #47 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-09-02T19:27:21.422Z] #47 sha256:e9dcfcd927f9e025f80e10bf316112be49c33d4329daa5cdbb00c7f811a422a5 [2021-09-02T19:27:21.422Z] #47 7.959 + RM_GOPATH=0 [2021-09-02T19:27:21.422Z] #47 7.959 + TMP_GOPATH= [2021-09-02T19:27:21.422Z] #47 7.959 + : /build [2021-09-02T19:27:21.422Z] #47 7.959 + '[' -z '' ']' [2021-09-02T19:27:21.422Z] #47 7.959 ++ mktemp -d [2021-09-02T19:27:21.422Z] #47 7.959 + export GOPATH=/tmp/tmp.7jZxy6o5vd [2021-09-02T19:27:21.422Z] #47 7.959 + GOPATH=/tmp/tmp.7jZxy6o5vd [2021-09-02T19:27:21.422Z] #47 7.959 + RM_GOPATH=1 [2021-09-02T19:27:21.422Z] #47 7.959 + case "$(go env GOARCH)" in [2021-09-02T19:27:21.422Z] #47 7.959 ++ go env GOARCH [2021-09-02T19:27:21.422Z] #47 7.961 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:21.422Z] #47 7.963 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:21.422Z] #47 7.963 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:21.422Z] #47 7.966 + dir=/tmp/install [2021-09-02T19:27:21.422Z] #47 7.966 + bin=vndr [2021-09-02T19:27:21.422Z] #47 7.966 + shift [2021-09-02T19:27:21.422Z] #47 7.966 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-09-02T19:27:21.422Z] #47 7.966 + . /tmp/install/vndr.installer [2021-09-02T19:27:21.422Z] #47 7.966 ++ : v0.1.2 [2021-09-02T19:27:21.422Z] #47 7.966 + install_vndr [2021-09-02T19:27:21.422Z] #47 7.966 + echo 'Install vndr version v0.1.2' [2021-09-02T19:27:21.422Z] #47 7.966 + GOBIN=/build [2021-09-02T19:27:21.422Z] #47 7.966 + GO111MODULE=on [2021-09-02T19:27:21.422Z] #47 7.966 + go install github.com/LK4D4/vndr@v0.1.2 [2021-09-02T19:27:21.422Z] #47 7.966 Install vndr version v0.1.2 [2021-09-02T19:27:21.682Z] #47 ... [2021-09-02T19:27:21.682Z] [2021-09-02T19:27:21.683Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-09-02T19:27:21.683Z] #25 sha256:aba7ccd0b0ff8a98651e672f2b7a51488b35dd8d3362682ee4276c87f2f76076 [2021-09-02T19:27:21.683Z] #25 8.443 + RM_GOPATH=0 [2021-09-02T19:27:21.683Z] #25 8.443 + TMP_GOPATH= [2021-09-02T19:27:21.683Z] #25 8.443 + : /build [2021-09-02T19:27:21.683Z] #25 8.443 + '[' -z '' ']' [2021-09-02T19:27:21.683Z] #25 8.443 ++ mktemp -d [2021-09-02T19:27:21.683Z] #25 8.450 + export GOPATH=/tmp/tmp.LslCaFnTzR [2021-09-02T19:27:21.683Z] #25 8.450 + GOPATH=/tmp/tmp.LslCaFnTzR [2021-09-02T19:27:21.683Z] #25 8.450 + RM_GOPATH=1 [2021-09-02T19:27:21.683Z] #25 8.450 + case "$(go env GOARCH)" in [2021-09-02T19:27:21.683Z] #25 8.450 ++ go env GOARCH [2021-09-02T19:27:21.683Z] #25 8.502 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:21.683Z] #25 8.502 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:21.683Z] #25 8.502 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:21.683Z] #25 8.507 Install docker/cli version 17.06.2-ce from stable [2021-09-02T19:27:21.683Z] #25 8.508 + dir=/tmp/install [2021-09-02T19:27:21.683Z] #25 8.508 + bin=dockercli [2021-09-02T19:27:21.683Z] #25 8.508 + shift [2021-09-02T19:27:21.683Z] #25 8.508 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-09-02T19:27:21.683Z] #25 8.508 + . /tmp/install/dockercli.installer [2021-09-02T19:27:21.683Z] #25 8.508 ++ : stable [2021-09-02T19:27:21.683Z] #25 8.508 ++ : 17.06.2-ce [2021-09-02T19:27:21.683Z] #25 8.508 + install_dockercli [2021-09-02T19:27:21.683Z] #25 8.508 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-09-02T19:27:21.683Z] #25 8.508 ++ uname -m [2021-09-02T19:27:21.683Z] #25 8.516 + arch=x86_64 [2021-09-02T19:27:21.683Z] #25 8.516 + '[' x86_64 '!=' x86_64 ']' [2021-09-02T19:27:21.683Z] #25 8.516 + url=https://download.docker.com/linux/static [2021-09-02T19:27:21.683Z] #25 8.516 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-09-02T19:27:21.683Z] #25 8.516 + tar -xz docker/docker [2021-09-02T19:27:23.112Z] #45 ... [2021-09-02T19:27:23.112Z] [2021-09-02T19:27:23.112Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-09-02T19:27:23.112Z] #53 sha256:0b3e96d99f105891a72b466656e4c7331fb921056127458f18baf6272f00812c [2021-09-02T19:27:23.112Z] #53 3.409 + RM_GOPATH=0 [2021-09-02T19:27:23.112Z] #53 3.409 + TMP_GOPATH= [2021-09-02T19:27:23.112Z] #53 3.409 + : /build [2021-09-02T19:27:23.112Z] #53 3.409 + '[' -z '' ']' [2021-09-02T19:27:23.112Z] #53 3.409 ++ mktemp -d [2021-09-02T19:27:23.112Z] #53 3.410 + export GOPATH=/tmp/tmp.WfSwa6Qr6T [2021-09-02T19:27:23.112Z] #53 3.410 + GOPATH=/tmp/tmp.WfSwa6Qr6T [2021-09-02T19:27:23.112Z] #53 3.410 + RM_GOPATH=1 [2021-09-02T19:27:23.112Z] #53 3.410 + case "$(go env GOARCH)" in [2021-09-02T19:27:23.112Z] #53 3.412 ++ go env GOARCH [2021-09-02T19:27:23.112Z] #53 3.416 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:23.112Z] #53 3.416 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:23.112Z] #53 3.417 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:23.112Z] #53 3.419 + dir=/tmp/install [2021-09-02T19:27:23.112Z] #53 3.419 + bin=shfmt [2021-09-02T19:27:23.112Z] #53 3.419 + shift [2021-09-02T19:27:23.112Z] #53 3.419 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-09-02T19:27:23.112Z] #53 3.419 + . /tmp/install/shfmt.installer [2021-09-02T19:27:23.112Z] #53 3.419 ++ : v3.0.2 [2021-09-02T19:27:23.112Z] #53 3.419 + install_shfmt [2021-09-02T19:27:23.112Z] #53 3.419 + echo 'Install shfmt version v3.0.2' [2021-09-02T19:27:23.112Z] #53 3.419 + GOBIN=/build [2021-09-02T19:27:23.112Z] #53 3.419 + GO111MODULE=on [2021-09-02T19:27:23.112Z] #53 3.419 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2021-09-02T19:27:23.112Z] #53 3.419 Install shfmt version v3.0.2 [2021-09-02T19:27:23.112Z] #53 3.788 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-09-02T19:27:23.112Z] #53 4.491 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-09-02T19:27:23.112Z] #53 4.494 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-09-02T19:27:23.112Z] #53 4.506 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-09-02T19:27:23.112Z] #53 5.278 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-09-02T19:27:23.112Z] #53 ... [2021-09-02T19:27:23.112Z] [2021-09-02T19:27:23.112Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:23.112Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:27:23.112Z] #37 5.507 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:23.112Z] #37 5.543 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:23.112Z] #37 5.546 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:23.592Z] #25 ... [2021-09-02T19:27:23.592Z] [2021-09-02T19:27:23.592Z] #35 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-09-02T19:27:23.592Z] #35 sha256:884c003f7ab7e1aa1dd9ec7794201dc300547a7e3c628b0e63d7986efadf8300 [2021-09-02T19:27:23.592Z] #35 7.977 Install go-toml version v1.8.1 [2021-09-02T19:27:23.592Z] #35 8.564 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-09-02T19:27:23.592Z] #35 ... [2021-09-02T19:27:23.592Z] [2021-09-02T19:27:23.592Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:23.592Z] #51 sha256:4043fdf24f142026307314e18c5917b11654f08cf9041964f3eb50a2c59ebc78 [2021-09-02T19:27:23.592Z] #51 8.299 + RM_GOPATH=0 [2021-09-02T19:27:23.592Z] #51 8.299 + TMP_GOPATH= [2021-09-02T19:27:23.592Z] #51 8.299 + : /build [2021-09-02T19:27:23.592Z] #51 8.299 + '[' -z '' ']' [2021-09-02T19:27:23.592Z] #51 8.299 ++ mktemp -d [2021-09-02T19:27:23.592Z] #51 8.299 + export GOPATH=/tmp/tmp.TvHQqDwMcQ [2021-09-02T19:27:23.592Z] #51 8.299 + GOPATH=/tmp/tmp.TvHQqDwMcQ [2021-09-02T19:27:23.592Z] #51 8.299 + RM_GOPATH=1 [2021-09-02T19:27:23.592Z] #51 8.299 + case "$(go env GOARCH)" in [2021-09-02T19:27:23.592Z] #51 8.299 ++ go env GOARCH [2021-09-02T19:27:23.592Z] #51 8.362 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:23.592Z] #51 8.362 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:23.592Z] #51 8.362 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:23.592Z] #51 8.373 Install golangci-lint version v1.23.8 [2021-09-02T19:27:23.592Z] #51 8.373 + dir=/tmp/install [2021-09-02T19:27:23.592Z] #51 8.373 + bin=golangci_lint [2021-09-02T19:27:23.592Z] #51 8.373 + shift [2021-09-02T19:27:23.592Z] #51 8.373 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-09-02T19:27:23.592Z] #51 8.373 + . /tmp/install/golangci_lint.installer [2021-09-02T19:27:23.592Z] #51 8.373 ++ : v1.23.8 [2021-09-02T19:27:23.592Z] #51 8.373 + install_golangci_lint [2021-09-02T19:27:23.592Z] #51 8.373 + set -e [2021-09-02T19:27:23.592Z] #51 8.373 + echo 'Install golangci-lint version v1.23.8' [2021-09-02T19:27:23.593Z] #51 8.373 + GOBIN=/build [2021-09-02T19:27:23.593Z] #51 8.373 + GO111MODULE=on [2021-09-02T19:27:23.593Z] #51 8.373 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-09-02T19:27:23.593Z] #51 9.131 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-09-02T19:27:23.593Z] #51 ... [2021-09-02T19:27:23.593Z] [2021-09-02T19:27:23.593Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:27:23.593Z] #49 sha256:8f52651aa3210b957bc31b45519d585be51dab45630b169bb94654ad5f9f1de4 [2021-09-02T19:27:23.593Z] #49 8.592 + RM_GOPATH=0 [2021-09-02T19:27:23.593Z] #49 8.592 + TMP_GOPATH= [2021-09-02T19:27:23.593Z] #49 8.592 + : /build [2021-09-02T19:27:23.593Z] #49 8.592 + '[' -z '' ']' [2021-09-02T19:27:23.593Z] #49 8.592 ++ mktemp -d [2021-09-02T19:27:23.593Z] #49 8.592 + export GOPATH=/tmp/tmp.oMDdAvLGA6 [2021-09-02T19:27:23.593Z] #49 8.592 + GOPATH=/tmp/tmp.oMDdAvLGA6 [2021-09-02T19:27:23.593Z] #49 8.592 + RM_GOPATH=1 [2021-09-02T19:27:23.593Z] #49 8.592 + case "$(go env GOARCH)" in [2021-09-02T19:27:23.593Z] #49 8.592 ++ go env GOARCH [2021-09-02T19:27:23.593Z] #49 8.651 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:23.593Z] #49 8.651 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:23.593Z] #49 8.651 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:23.593Z] #49 8.657 + dir=/tmp/install [2021-09-02T19:27:23.593Z] #49 8.657 + bin=gotestsum [2021-09-02T19:27:23.593Z] #49 8.657 + shift [2021-09-02T19:27:23.593Z] #49 8.657 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-09-02T19:27:23.593Z] #49 8.657 + . /tmp/install/gotestsum.installer [2021-09-02T19:27:23.593Z] #49 8.657 ++ : v1.7.0 [2021-09-02T19:27:23.593Z] #49 8.657 + install_gotestsum [2021-09-02T19:27:23.593Z] #49 8.657 + set -e [2021-09-02T19:27:23.593Z] #49 8.657 + echo 'Install gotestsum version v1.7.0' [2021-09-02T19:27:23.593Z] #49 8.657 + GOBIN=/build [2021-09-02T19:27:23.593Z] #49 8.657 + GO111MODULE=on [2021-09-02T19:27:23.593Z] #49 8.657 + go install gotest.tools/gotestsum@v1.7.0 [2021-09-02T19:27:23.593Z] #49 8.657 Install gotestsum version v1.7.0 [2021-09-02T19:27:23.593Z] #49 9.521 go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-02T19:27:23.593Z] #49 ... [2021-09-02T19:27:23.593Z] [2021-09-02T19:27:23.593Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:27:23.593Z] #60 sha256:453652623ab8fdb713e0a76f039ba35ed2dedf252ad7fe38222a34c717dbcd86 [2021-09-02T19:27:23.593Z] #60 8.749 + RM_GOPATH=0 [2021-09-02T19:27:23.593Z] #60 8.749 + TMP_GOPATH= [2021-09-02T19:27:23.593Z] #60 8.749 + : /build [2021-09-02T19:27:23.593Z] #60 8.749 + '[' -z '' ']' [2021-09-02T19:27:23.593Z] #60 8.749 ++ mktemp -d [2021-09-02T19:27:23.593Z] #60 8.749 + export GOPATH=/tmp/tmp.KsQPVHhROS [2021-09-02T19:27:23.593Z] #60 8.749 + GOPATH=/tmp/tmp.KsQPVHhROS [2021-09-02T19:27:23.593Z] #60 8.749 + RM_GOPATH=1 [2021-09-02T19:27:23.593Z] #60 8.749 + case "$(go env GOARCH)" in [2021-09-02T19:27:23.593Z] #60 8.749 ++ go env GOARCH [2021-09-02T19:27:23.593Z] #60 8.800 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:23.593Z] #60 8.800 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:23.593Z] #60 8.800 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:23.593Z] #60 8.802 + dir=/tmp/install [2021-09-02T19:27:23.593Z] #60 8.806 + bin=rootlesskit [2021-09-02T19:27:23.593Z] #60 8.806 + shift [2021-09-02T19:27:23.593Z] #60 8.806 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-09-02T19:27:23.593Z] #60 8.806 + . /tmp/install/rootlesskit.installer [2021-09-02T19:27:23.593Z] #60 8.806 ++ : v0.14.4 [2021-09-02T19:27:23.593Z] #60 8.806 + install_rootlesskit [2021-09-02T19:27:23.593Z] #60 8.806 + case "$1" in [2021-09-02T19:27:23.593Z] #60 8.806 + export CGO_ENABLED=0 [2021-09-02T19:27:23.593Z] #60 8.806 + CGO_ENABLED=0 [2021-09-02T19:27:23.593Z] #60 8.806 + _install_rootlesskit [2021-09-02T19:27:23.593Z] #60 8.812 + echo 'Install rootlesskit version v0.14.4' [2021-09-02T19:27:23.593Z] #60 8.812 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-02T19:27:23.593Z] #60 8.812 + GOBIN=/build [2021-09-02T19:27:23.593Z] #60 8.812 + GO111MODULE=on [2021-09-02T19:27:23.593Z] #60 8.812 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2021-09-02T19:27:23.593Z] #60 8.812 Install rootlesskit version v0.14.4 [2021-09-02T19:27:23.593Z] #60 9.346 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2021-09-02T19:27:23.852Z] #60 ... [2021-09-02T19:27:23.852Z] [2021-09-02T19:27:23.852Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-09-02T19:27:23.852Z] #53 sha256:f9c69c6e529e0a1d596fa603c7d08f16deb80d1203464494819da11c3688e742 [2021-09-02T19:27:23.852Z] #53 7.202 + RM_GOPATH=0 [2021-09-02T19:27:23.852Z] #53 7.202 + TMP_GOPATH= [2021-09-02T19:27:23.852Z] #53 7.202 + : /build [2021-09-02T19:27:23.852Z] #53 7.202 + '[' -z '' ']' [2021-09-02T19:27:23.852Z] #53 7.202 ++ mktemp -d [2021-09-02T19:27:23.852Z] #53 7.202 + export GOPATH=/tmp/tmp.7cOv7m8GHA [2021-09-02T19:27:23.852Z] #53 7.202 + GOPATH=/tmp/tmp.7cOv7m8GHA [2021-09-02T19:27:23.852Z] #53 7.202 + RM_GOPATH=1 [2021-09-02T19:27:23.852Z] #53 7.202 + case "$(go env GOARCH)" in [2021-09-02T19:27:23.852Z] #53 7.202 ++ go env GOARCH [2021-09-02T19:27:23.852Z] #53 7.230 Install shfmt version v3.0.2 [2021-09-02T19:27:23.852Z] #53 7.230 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:23.852Z] #53 7.230 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:23.852Z] #53 7.230 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:23.852Z] #53 7.230 + dir=/tmp/install [2021-09-02T19:27:23.852Z] #53 7.230 + bin=shfmt [2021-09-02T19:27:23.852Z] #53 7.230 + shift [2021-09-02T19:27:23.852Z] #53 7.230 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-09-02T19:27:23.852Z] #53 7.230 + . /tmp/install/shfmt.installer [2021-09-02T19:27:23.852Z] #53 7.230 ++ : v3.0.2 [2021-09-02T19:27:23.852Z] #53 7.230 + install_shfmt [2021-09-02T19:27:23.852Z] #53 7.230 + echo 'Install shfmt version v3.0.2' [2021-09-02T19:27:23.852Z] #53 7.230 + GOBIN=/build [2021-09-02T19:27:23.852Z] #53 7.230 + GO111MODULE=on [2021-09-02T19:27:23.852Z] #53 7.230 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2021-09-02T19:27:23.852Z] #53 7.755 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-09-02T19:27:23.852Z] #53 8.995 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-09-02T19:27:23.852Z] #53 9.003 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-09-02T19:27:23.852Z] #53 9.041 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-09-02T19:27:24.048Z] #37 6.302 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:27:24.112Z] #53 ... [2021-09-02T19:27:24.112Z] [2021-09-02T19:27:24.112Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:27:24.112Z] #33 sha256:d3fe95d9a99fdc7a69ded3544488248d7415e5fc5291637b208f7821e3121759 [2021-09-02T19:27:24.112Z] #33 8.381 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-09-02T19:27:24.112Z] #33 8.389 Cloning into '.'... [2021-09-02T19:27:24.112Z] #33 ... [2021-09-02T19:27:24.112Z] [2021-09-02T19:27:24.112Z] #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-09-02T19:27:24.112Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:27:24.112Z] #14 7.241 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:24.112Z] #14 7.281 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:24.112Z] #14 7.281 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:24.112Z] #14 8.005 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:27:24.112Z] #14 10.55 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:27:24.234Z] #45 4.919 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:24.234Z] #45 4.991 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:24.234Z] #45 4.992 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:24.234Z] #45 ... [2021-09-02T19:27:24.234Z] [2021-09-02T19:27:24.234Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:27:24.234Z] #41 sha256:901bdcae8bd99e55f92d90f2ff911bd06564312c30aaeb5eee4b8beac008d08b [2021-09-02T19:27:24.234Z] #41 4.498 + git clone https://github.com/docker/distribution.git . [2021-09-02T19:27:24.234Z] #41 4.502 Cloning into '.'... [2021-09-02T19:27:24.371Z] #14 ... [2021-09-02T19:27:24.371Z] [2021-09-02T19:27:24.371Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:27:24.371Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:27:24.371Z] #41 7.107 + git clone https://github.com/docker/distribution.git . [2021-09-02T19:27:24.371Z] #41 7.107 Cloning into '.'... [2021-09-02T19:27:24.371Z] #41 ... [2021-09-02T19:27:24.371Z] [2021-09-02T19:27:24.371Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:24.371Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:27:24.371Z] #45 9.005 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:24.371Z] #45 9.126 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:24.372Z] #45 9.126 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:24.372Z] #45 9.739 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-09-02T19:27:24.941Z] #45 11.41 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:27:25.426Z] #37 7.735 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:27:26.330Z] #45 12.89 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:27:26.974Z] #45 ... [2021-09-02T19:27:26.974Z] [2021-09-02T19:27:26.974Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-09-02T19:27:26.974Z] #53 sha256:0db463a0b45876955ae3d6c7ce002817bae19e732274f8b558a9a0257c984937 [2021-09-02T19:27:26.974Z] #53 5.885 + RM_GOPATH=0 [2021-09-02T19:27:26.974Z] #53 5.885 + TMP_GOPATH= [2021-09-02T19:27:26.974Z] #53 5.885 + : /build [2021-09-02T19:27:26.974Z] #53 5.885 + '[' -z '' ']' [2021-09-02T19:27:26.974Z] #53 5.885 ++ mktemp -d [2021-09-02T19:27:26.974Z] #53 5.885 + export GOPATH=/tmp/tmp.DbiFc0xLKp [2021-09-02T19:27:26.974Z] #53 5.885 + GOPATH=/tmp/tmp.DbiFc0xLKp [2021-09-02T19:27:26.974Z] #53 5.885 + RM_GOPATH=1 [2021-09-02T19:27:26.974Z] #53 5.885 + case "$(go env GOARCH)" in [2021-09-02T19:27:26.974Z] #53 5.885 ++ go env GOARCH [2021-09-02T19:27:26.974Z] #53 5.890 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:26.974Z] #53 5.890 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:26.974Z] #53 5.893 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:26.974Z] #53 5.900 + dir=/tmp/install [2021-09-02T19:27:26.974Z] #53 5.900 + bin=shfmt [2021-09-02T19:27:26.974Z] #53 5.900 + shift [2021-09-02T19:27:26.975Z] #53 5.900 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-09-02T19:27:26.975Z] #53 5.900 + . /tmp/install/shfmt.installer [2021-09-02T19:27:26.975Z] #53 5.900 ++ : v3.0.2 [2021-09-02T19:27:26.975Z] #53 5.900 + install_shfmt [2021-09-02T19:27:26.975Z] #53 5.900 + echo 'Install shfmt version v3.0.2' [2021-09-02T19:27:26.975Z] #53 5.900 + GOBIN=/build [2021-09-02T19:27:26.975Z] #53 5.900 + GO111MODULE=on [2021-09-02T19:27:26.975Z] #53 5.900 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2021-09-02T19:27:26.975Z] #53 5.900 Install shfmt version v3.0.2 [2021-09-02T19:27:26.975Z] #53 5.956 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-09-02T19:27:26.975Z] #53 6.576 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-09-02T19:27:26.975Z] #53 6.577 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-09-02T19:27:26.975Z] #53 6.600 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-09-02T19:27:27.547Z] #53 7.462 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-09-02T19:27:27.959Z] #37 ... [2021-09-02T19:27:27.960Z] [2021-09-02T19:27:27.960Z] #47 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-09-02T19:27:27.960Z] #47 sha256:489f82de75849ee4f967329d8dcb3be3fddb8695987af7800e7fb7f49e3efd2f [2021-09-02T19:27:27.960Z] #47 4.337 + RM_GOPATH=0 [2021-09-02T19:27:27.960Z] #47 4.337 + TMP_GOPATH= [2021-09-02T19:27:27.960Z] #47 4.337 + : /build [2021-09-02T19:27:27.960Z] #47 4.337 + '[' -z '' ']' [2021-09-02T19:27:27.960Z] #47 4.338 ++ mktemp -d [2021-09-02T19:27:27.960Z] #47 4.343 + export GOPATH=/tmp/tmp.B4irwILMmO [2021-09-02T19:27:27.960Z] #47 4.343 + GOPATH=/tmp/tmp.B4irwILMmO [2021-09-02T19:27:27.960Z] #47 4.343 + RM_GOPATH=1 [2021-09-02T19:27:27.960Z] #47 4.343 + case "$(go env GOARCH)" in [2021-09-02T19:27:27.960Z] #47 4.343 ++ go env GOARCH [2021-09-02T19:27:27.960Z] #47 4.348 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:27.960Z] #47 4.348 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:27.960Z] #47 4.349 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:27.960Z] #47 4.350 + dir=/tmp/install [2021-09-02T19:27:27.960Z] #47 4.350 + bin=vndr [2021-09-02T19:27:27.960Z] #47 4.350 + shift [2021-09-02T19:27:27.960Z] #47 4.350 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-09-02T19:27:27.960Z] #47 4.350 + . /tmp/install/vndr.installer [2021-09-02T19:27:27.960Z] #47 4.350 ++ : v0.1.2 [2021-09-02T19:27:27.960Z] #47 4.350 + install_vndr [2021-09-02T19:27:27.960Z] #47 4.350 + echo 'Install vndr version v0.1.2' [2021-09-02T19:27:27.960Z] #47 4.350 Install vndr version v0.1.2 [2021-09-02T19:27:27.960Z] #47 4.361 + GOBIN=/build [2021-09-02T19:27:27.960Z] #47 4.361 + GO111MODULE=on [2021-09-02T19:27:27.960Z] #47 4.361 + go install github.com/LK4D4/vndr@v0.1.2 [2021-09-02T19:27:27.960Z] #47 4.731 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-09-02T19:27:27.960Z] #47 ... [2021-09-02T19:27:27.960Z] [2021-09-02T19:27:27.960Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:27:27.960Z] #49 sha256:c72e56c32396ecc5b46ef82c3967f963629e7e64a29ffe248cb7f6b8159dca59 [2021-09-02T19:27:27.960Z] #49 4.992 Install gotestsum version v1.7.0 [2021-09-02T19:27:27.960Z] #49 5.004 + RM_GOPATH=0 [2021-09-02T19:27:27.960Z] #49 5.004 + TMP_GOPATH= [2021-09-02T19:27:27.960Z] #49 5.004 + : /build [2021-09-02T19:27:27.960Z] #49 5.004 + '[' -z '' ']' [2021-09-02T19:27:27.960Z] #49 5.004 ++ mktemp -d [2021-09-02T19:27:27.960Z] #49 5.004 + export GOPATH=/tmp/tmp.995auvZSHF [2021-09-02T19:27:27.960Z] #49 5.004 + GOPATH=/tmp/tmp.995auvZSHF [2021-09-02T19:27:27.960Z] #49 5.004 + RM_GOPATH=1 [2021-09-02T19:27:27.960Z] #49 5.004 + case "$(go env GOARCH)" in [2021-09-02T19:27:27.960Z] #49 5.004 ++ go env GOARCH [2021-09-02T19:27:27.960Z] #49 5.004 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:27.960Z] #49 5.004 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:27.960Z] #49 5.004 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:27.960Z] #49 5.004 + dir=/tmp/install [2021-09-02T19:27:27.960Z] #49 5.004 + bin=gotestsum [2021-09-02T19:27:27.960Z] #49 5.004 + shift [2021-09-02T19:27:27.960Z] #49 5.004 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-09-02T19:27:27.960Z] #49 5.004 + . /tmp/install/gotestsum.installer [2021-09-02T19:27:27.960Z] #49 5.004 ++ : v1.7.0 [2021-09-02T19:27:27.960Z] #49 5.004 + install_gotestsum [2021-09-02T19:27:27.960Z] #49 5.004 + set -e [2021-09-02T19:27:27.960Z] #49 5.004 + echo 'Install gotestsum version v1.7.0' [2021-09-02T19:27:27.960Z] #49 5.004 + GOBIN=/build [2021-09-02T19:27:27.960Z] #49 5.004 + GO111MODULE=on [2021-09-02T19:27:27.960Z] #49 5.004 + go install gotest.tools/gotestsum@v1.7.0 [2021-09-02T19:27:27.960Z] #49 5.413 go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-02T19:27:27.960Z] #49 7.061 go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-02T19:27:27.960Z] #49 7.132 go: downloading github.com/fatih/color v1.10.0 [2021-09-02T19:27:27.960Z] #49 7.349 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-02T19:27:27.960Z] #49 7.400 go: downloading github.com/pkg/errors v0.9.1 [2021-09-02T19:27:27.960Z] #49 7.875 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-02T19:27:27.960Z] #49 7.897 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-02T19:27:27.960Z] #49 8.012 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-02T19:27:27.960Z] #49 8.039 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-02T19:27:27.960Z] #49 8.243 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-02T19:27:27.960Z] #49 8.322 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-02T19:27:27.960Z] #49 8.447 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-02T19:27:27.960Z] #49 8.698 go: downloading golang.org/x/tools v0.1.0 [2021-09-02T19:27:27.960Z] #49 ... [2021-09-02T19:27:27.960Z] [2021-09-02T19:27:27.960Z] #35 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-09-02T19:27:27.960Z] #35 sha256:5a435dcb32f9257d05fe9cf380f6363463aeff1224a6481fae79e8eeec87bdf3 [2021-09-02T19:27:27.960Z] #35 3.984 Install go-toml version v1.8.1 [2021-09-02T19:27:27.960Z] #35 4.395 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-09-02T19:27:28.120Z] #53 ... [2021-09-02T19:27:28.120Z] [2021-09-02T19:27:28.120Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:27:28.120Z] #33 sha256:d3fe95d9a99fdc7a69ded3544488248d7415e5fc5291637b208f7821e3121759 [2021-09-02T19:27:28.120Z] #33 7.838 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-09-02T19:27:28.120Z] #33 7.841 Cloning into '.'... [2021-09-02T19:27:28.219Z] #35 ... [2021-09-02T19:27:28.219Z] [2021-09-02T19:27:28.219Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:27:28.219Z] #33 sha256:d3fe95d9a99fdc7a69ded3544488248d7415e5fc5291637b208f7821e3121759 [2021-09-02T19:27:28.219Z] #33 4.798 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-09-02T19:27:28.219Z] #33 4.853 Cloning into '.'... [2021-09-02T19:27:28.219Z] #33 ... [2021-09-02T19:27:28.219Z] [2021-09-02T19:27:28.219Z] #57 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:27:28.219Z] #57 sha256:b0fe7a1fac19ad37f5acf133e085479467ceff9ca7df5325534a688e978abb8f [2021-09-02T19:27:28.219Z] #57 3.445 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:28.219Z] #57 3.534 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:28.219Z] #57 3.703 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:28.219Z] #57 3.716 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:27:28.219Z] #57 4.017 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:27:28.237Z] #45 ... [2021-09-02T19:27:28.237Z] [2021-09-02T19:27:28.237Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:27:28.237Z] #49 sha256:8f52651aa3210b957bc31b45519d585be51dab45630b169bb94654ad5f9f1de4 [2021-09-02T19:27:28.237Z] #49 11.80 go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-02T19:27:28.237Z] #49 11.81 go: downloading github.com/fatih/color v1.10.0 [2021-09-02T19:27:28.237Z] #49 11.89 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-02T19:27:28.237Z] #49 11.92 go: downloading github.com/pkg/errors v0.9.1 [2021-09-02T19:27:28.237Z] #49 12.23 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-02T19:27:28.237Z] #49 12.32 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-02T19:27:28.237Z] #49 12.32 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-02T19:27:28.237Z] #49 12.38 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-02T19:27:28.237Z] #49 12.46 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-02T19:27:28.237Z] #49 12.59 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-02T19:27:28.237Z] #49 12.69 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-02T19:27:28.237Z] #49 12.97 go: downloading golang.org/x/tools v0.1.0 [2021-09-02T19:27:28.474Z] #41 ... [2021-09-02T19:27:28.474Z] [2021-09-02T19:27:28.474Z] #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-09-02T19:27:28.474Z] #14 sha256:d6d7c91ff60c3574e6270fff3dfeff8b5222f0f9ce009befe782f496ac1c62cc [2021-09-02T19:27:28.474Z] #14 4.295 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:28.474Z] #14 4.334 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:28.474Z] #14 4.334 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:28.474Z] #14 5.008 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-02T19:27:28.474Z] #14 6.142 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [29.4 kB] [2021-09-02T19:27:28.474Z] #14 ... [2021-09-02T19:27:28.474Z] [2021-09-02T19:27:28.474Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-09-02T19:27:28.474Z] #25 sha256:34e5826b63b0a1e9e48bb7f5e245ca032c1e15bf0499973ffcb81e57a791bb64 [2021-09-02T19:27:28.474Z] #25 4.202 + RM_GOPATH=0 [2021-09-02T19:27:28.474Z] #25 4.202 + TMP_GOPATH= [2021-09-02T19:27:28.474Z] #25 4.202 + : /build [2021-09-02T19:27:28.474Z] #25 4.202 + '[' -z '' ']' [2021-09-02T19:27:28.474Z] #25 4.202 ++ mktemp -d [2021-09-02T19:27:28.474Z] #25 4.204 + export GOPATH=/tmp/tmp.Id5U5sz4OM [2021-09-02T19:27:28.474Z] #25 4.204 + GOPATH=/tmp/tmp.Id5U5sz4OM [2021-09-02T19:27:28.474Z] #25 4.204 + RM_GOPATH=1 [2021-09-02T19:27:28.475Z] #25 4.204 + case "$(go env GOARCH)" in [2021-09-02T19:27:28.475Z] #25 4.213 ++ go env GOARCH [2021-09-02T19:27:28.475Z] #25 4.224 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:28.475Z] #25 4.224 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:28.475Z] #25 4.231 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:28.475Z] #25 4.240 Install docker/cli version 17.06.2-ce from stable [2021-09-02T19:27:28.475Z] #25 4.241 + dir=/tmp/install [2021-09-02T19:27:28.475Z] #25 4.241 + bin=dockercli [2021-09-02T19:27:28.475Z] #25 4.241 + shift [2021-09-02T19:27:28.475Z] #25 4.241 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-09-02T19:27:28.475Z] #25 4.241 + . /tmp/install/dockercli.installer [2021-09-02T19:27:28.475Z] #25 4.241 ++ : stable [2021-09-02T19:27:28.475Z] #25 4.241 ++ : 17.06.2-ce [2021-09-02T19:27:28.475Z] #25 4.241 + install_dockercli [2021-09-02T19:27:28.475Z] #25 4.241 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-09-02T19:27:28.475Z] #25 4.241 ++ uname -m [2021-09-02T19:27:28.475Z] #25 4.241 + arch=aarch64 [2021-09-02T19:27:28.475Z] #25 4.241 + '[' aarch64 '!=' x86_64 ']' [2021-09-02T19:27:28.475Z] #25 4.241 + '[' aarch64 '!=' s390x ']' [2021-09-02T19:27:28.475Z] #25 4.241 + '[' aarch64 '!=' armhf ']' [2021-09-02T19:27:28.475Z] #25 4.241 + build_dockercli [2021-09-02T19:27:28.475Z] #25 4.241 + git clone https://github.com/docker/docker-ce /tmp/tmp.Id5U5sz4OM/tmp/docker-ce [2021-09-02T19:27:28.475Z] #25 4.241 Cloning into '/tmp/tmp.Id5U5sz4OM/tmp/docker-ce'... [2021-09-02T19:27:28.481Z] #57 ... [2021-09-02T19:27:28.481Z] [2021-09-02T19:27:28.481Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:27:28.481Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:27:28.481Z] #41 5.287 + git clone https://github.com/docker/distribution.git . [2021-09-02T19:27:28.481Z] #41 5.290 Cloning into '.'... [2021-09-02T19:27:28.481Z] #41 ... [2021-09-02T19:27:28.481Z] [2021-09-02T19:27:28.481Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:27:28.481Z] #60 sha256:3d6900ddbcf1bc3a73dce90e7c205620b0356678e7085f5fad11fdca990f344b [2021-09-02T19:27:28.481Z] #60 4.029 + RM_GOPATH=0 [2021-09-02T19:27:28.481Z] #60 4.029 + TMP_GOPATH= [2021-09-02T19:27:28.481Z] #60 4.029 + : /build [2021-09-02T19:27:28.481Z] #60 4.029 + '[' -z '' ']' [2021-09-02T19:27:28.481Z] #60 4.029 ++ mktemp -d [2021-09-02T19:27:28.481Z] #60 4.029 + export GOPATH=/tmp/tmp.P8vh4lsazL [2021-09-02T19:27:28.481Z] #60 4.029 + GOPATH=/tmp/tmp.P8vh4lsazL [2021-09-02T19:27:28.481Z] #60 4.029 + RM_GOPATH=1 [2021-09-02T19:27:28.481Z] #60 4.029 + case "$(go env GOARCH)" in [2021-09-02T19:27:28.481Z] #60 4.029 ++ go env GOARCH [2021-09-02T19:27:28.481Z] #60 4.046 Install rootlesskit version v0.14.4 [2021-09-02T19:27:28.481Z] #60 4.046 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:28.481Z] #60 4.046 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:28.481Z] #60 4.046 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:28.481Z] #60 4.046 + dir=/tmp/install [2021-09-02T19:27:28.481Z] #60 4.046 + bin=rootlesskit [2021-09-02T19:27:28.481Z] #60 4.046 + shift [2021-09-02T19:27:28.481Z] #60 4.046 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-09-02T19:27:28.481Z] #60 4.046 + . /tmp/install/rootlesskit.installer [2021-09-02T19:27:28.481Z] #60 4.046 ++ : v0.14.4 [2021-09-02T19:27:28.481Z] #60 4.046 + install_rootlesskit [2021-09-02T19:27:28.481Z] #60 4.046 + case "$1" in [2021-09-02T19:27:28.481Z] #60 4.046 + export CGO_ENABLED=0 [2021-09-02T19:27:28.481Z] #60 4.046 + CGO_ENABLED=0 [2021-09-02T19:27:28.481Z] #60 4.046 + _install_rootlesskit [2021-09-02T19:27:28.481Z] #60 4.046 + echo 'Install rootlesskit version v0.14.4' [2021-09-02T19:27:28.481Z] #60 4.046 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-02T19:27:28.481Z] #60 4.046 + GOBIN=/build [2021-09-02T19:27:28.481Z] #60 4.046 + GO111MODULE=on [2021-09-02T19:27:28.481Z] #60 4.046 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2021-09-02T19:27:28.481Z] #60 4.416 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2021-09-02T19:27:28.481Z] #60 6.550 go: downloading github.com/pkg/errors v0.9.1 [2021-09-02T19:27:28.481Z] #60 6.552 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-09-02T19:27:28.481Z] #60 6.602 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-09-02T19:27:28.481Z] #60 7.212 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-09-02T19:27:28.481Z] #60 10.21 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-09-02T19:27:28.481Z] #60 10.83 go: downloading github.com/google/uuid v1.3.0 [2021-09-02T19:27:28.481Z] #60 10.89 go: downloading github.com/moby/vpnkit v0.5.0 [2021-09-02T19:27:28.481Z] #60 10.89 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-09-02T19:27:28.741Z] #60 11.10 go: downloading github.com/gofrs/flock v0.8.1 [2021-09-02T19:27:28.741Z] #60 11.17 go: downloading github.com/gorilla/mux v1.8.0 [2021-09-02T19:27:28.741Z] #60 ... [2021-09-02T19:27:28.741Z] [2021-09-02T19:27:28.741Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-02T19:27:28.741Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:27:28.741Z] #14 5.592 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:28.741Z] #14 5.628 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:28.741Z] #14 5.629 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:28.741Z] #14 6.531 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:27:28.741Z] #14 8.761 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:27:28.741Z] #14 ... [2021-09-02T19:27:28.741Z] [2021-09-02T19:27:28.741Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:28.741Z] #51 sha256:558936e4127d7ce261e9fede41f1e4cd9d5435cd137a34f32cd608b1c34a1736 [2021-09-02T19:27:28.741Z] #51 5.099 + RM_GOPATH=0 [2021-09-02T19:27:28.741Z] #51 5.099 + TMP_GOPATH= [2021-09-02T19:27:28.741Z] #51 5.099 + : /build [2021-09-02T19:27:28.741Z] #51 5.099 + '[' -z '' ']' [2021-09-02T19:27:28.741Z] #51 5.099 ++ mktemp -d [2021-09-02T19:27:28.741Z] #51 5.111 + export GOPATH=/tmp/tmp.Yc7zqq5q2C [2021-09-02T19:27:28.741Z] #51 5.111 + GOPATH=/tmp/tmp.Yc7zqq5q2C [2021-09-02T19:27:28.741Z] #51 5.111 + RM_GOPATH=1 [2021-09-02T19:27:28.741Z] #51 5.111 + case "$(go env GOARCH)" in [2021-09-02T19:27:28.741Z] #51 5.111 ++ go env GOARCH [2021-09-02T19:27:28.741Z] #51 5.137 Install golangci-lint version v1.23.8 [2021-09-02T19:27:28.741Z] #51 5.137 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:28.741Z] #51 5.137 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:28.741Z] #51 5.137 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:28.741Z] #51 5.137 + dir=/tmp/install [2021-09-02T19:27:28.741Z] #51 5.137 + bin=golangci_lint [2021-09-02T19:27:28.741Z] #51 5.137 + shift [2021-09-02T19:27:28.741Z] #51 5.137 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-09-02T19:27:28.741Z] #51 5.137 + . /tmp/install/golangci_lint.installer [2021-09-02T19:27:28.741Z] #51 5.137 ++ : v1.23.8 [2021-09-02T19:27:28.741Z] #51 5.137 + install_golangci_lint [2021-09-02T19:27:28.741Z] #51 5.137 + set -e [2021-09-02T19:27:28.741Z] #51 5.137 + echo 'Install golangci-lint version v1.23.8' [2021-09-02T19:27:28.741Z] #51 5.137 + GOBIN=/build [2021-09-02T19:27:28.741Z] #51 5.137 + GO111MODULE=on [2021-09-02T19:27:28.741Z] #51 5.137 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-09-02T19:27:28.741Z] #51 5.680 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-09-02T19:27:28.741Z] #25 ... [2021-09-02T19:27:28.741Z] [2021-09-02T19:27:28.741Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:27:28.741Z] #60 sha256:4f106a6f85bfcafcf16609868d892486a5c7ca98f11c52fc5359de8e16c0ae01 [2021-09-02T19:27:28.741Z] #60 4.386 + RM_GOPATH=0 [2021-09-02T19:27:28.741Z] #60 4.386 + TMP_GOPATH= [2021-09-02T19:27:28.741Z] #60 4.386 + : /build [2021-09-02T19:27:28.741Z] #60 4.386 + '[' -z '' ']' [2021-09-02T19:27:28.741Z] #60 4.386 ++ mktemp -d [2021-09-02T19:27:28.741Z] #60 4.392 + export GOPATH=/tmp/tmp.iwHNTpkRYT [2021-09-02T19:27:28.741Z] #60 4.392 + GOPATH=/tmp/tmp.iwHNTpkRYT [2021-09-02T19:27:28.741Z] #60 4.392 + RM_GOPATH=1 [2021-09-02T19:27:28.741Z] #60 4.392 + case "$(go env GOARCH)" in [2021-09-02T19:27:28.741Z] #60 4.394 ++ go env GOARCH [2021-09-02T19:27:28.741Z] #60 4.450 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:28.741Z] #60 4.450 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:28.741Z] #60 4.451 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:28.741Z] #60 4.462 + dir=/tmp/install [2021-09-02T19:27:28.741Z] #60 4.462 + bin=rootlesskit [2021-09-02T19:27:28.741Z] #60 4.462 + shift [2021-09-02T19:27:28.741Z] #60 4.462 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-09-02T19:27:28.741Z] #60 4.462 + . /tmp/install/rootlesskit.installer [2021-09-02T19:27:28.741Z] #60 4.462 ++ : v0.14.4 [2021-09-02T19:27:28.741Z] #60 4.462 + install_rootlesskit [2021-09-02T19:27:28.741Z] #60 4.462 + case "$1" in [2021-09-02T19:27:28.741Z] #60 4.462 + export CGO_ENABLED=0 [2021-09-02T19:27:28.741Z] #60 4.462 + CGO_ENABLED=0 [2021-09-02T19:27:28.741Z] #60 4.462 + _install_rootlesskit [2021-09-02T19:27:28.741Z] #60 4.462 + echo 'Install rootlesskit version v0.14.4' [2021-09-02T19:27:28.741Z] #60 4.462 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-02T19:27:28.741Z] #60 4.462 + GOBIN=/build [2021-09-02T19:27:28.741Z] #60 4.462 + GO111MODULE=on [2021-09-02T19:27:28.741Z] #60 4.462 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2021-09-02T19:27:28.741Z] #60 4.462 Install rootlesskit version v0.14.4 [2021-09-02T19:27:28.741Z] #60 4.935 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2021-09-02T19:27:28.741Z] #60 7.433 go: downloading github.com/pkg/errors v0.9.1 [2021-09-02T19:27:28.741Z] #60 7.499 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-09-02T19:27:28.741Z] #60 7.509 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-09-02T19:27:28.741Z] #60 7.672 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-09-02T19:27:28.741Z] #60 8.322 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-09-02T19:27:28.742Z] #60 9.740 go: downloading github.com/google/uuid v1.3.0 [2021-09-02T19:27:28.742Z] #60 9.753 go: downloading github.com/moby/vpnkit v0.5.0 [2021-09-02T19:27:28.742Z] #60 9.997 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-09-02T19:27:28.742Z] #60 10.23 go: downloading github.com/gofrs/flock v0.8.1 [2021-09-02T19:27:28.742Z] #60 10.38 go: downloading github.com/gorilla/mux v1.8.0 [2021-09-02T19:27:28.742Z] #60 ... [2021-09-02T19:27:28.742Z] [2021-09-02T19:27:28.742Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:28.742Z] #51 sha256:84be15340b0a1b6a4d81e736fb9137e09c9543d9feb3d38fcee0d4b679df29b7 [2021-09-02T19:27:28.742Z] #51 3.978 + RM_GOPATH=0 [2021-09-02T19:27:28.742Z] #51 3.978 + TMP_GOPATH= [2021-09-02T19:27:28.742Z] #51 3.978 + : /build [2021-09-02T19:27:28.742Z] #51 3.978 + '[' -z '' ']' [2021-09-02T19:27:28.742Z] #51 3.978 ++ mktemp -d [2021-09-02T19:27:28.742Z] #51 3.978 + export GOPATH=/tmp/tmp.llTsz6TEUB [2021-09-02T19:27:28.742Z] #51 3.978 + GOPATH=/tmp/tmp.llTsz6TEUB [2021-09-02T19:27:28.742Z] #51 3.978 + RM_GOPATH=1 [2021-09-02T19:27:28.742Z] #51 3.985 + case "$(go env GOARCH)" in [2021-09-02T19:27:28.742Z] #51 3.985 ++ go env GOARCH [2021-09-02T19:27:28.742Z] #51 4.018 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:28.742Z] #51 4.018 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:28.742Z] #51 4.020 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:28.742Z] #51 4.026 + dir=/tmp/install [2021-09-02T19:27:28.742Z] #51 4.026 + bin=golangci_lint [2021-09-02T19:27:28.742Z] #51 4.026 + shift [2021-09-02T19:27:28.742Z] #51 4.026 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-09-02T19:27:28.742Z] #51 4.026 + . /tmp/install/golangci_lint.installer [2021-09-02T19:27:28.742Z] #51 4.026 ++ : v1.23.8 [2021-09-02T19:27:28.742Z] #51 4.026 + install_golangci_lint [2021-09-02T19:27:28.742Z] #51 4.026 + set -e [2021-09-02T19:27:28.742Z] #51 4.026 + echo 'Install golangci-lint version v1.23.8' [2021-09-02T19:27:28.742Z] #51 4.027 Install golangci-lint version v1.23.8 [2021-09-02T19:27:28.742Z] #51 4.048 + GOBIN=/build [2021-09-02T19:27:28.742Z] #51 4.048 + GO111MODULE=on [2021-09-02T19:27:28.742Z] #51 4.048 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-09-02T19:27:28.742Z] #51 4.450 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-09-02T19:27:28.742Z] #51 9.660 go: downloading github.com/fatih/color v1.7.0 [2021-09-02T19:27:28.742Z] #51 9.664 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-09-02T19:27:28.742Z] #51 9.716 go: downloading github.com/pkg/errors v0.8.1 [2021-09-02T19:27:28.742Z] #51 9.772 go: downloading github.com/spf13/cobra v0.0.5 [2021-09-02T19:27:28.742Z] #51 9.827 go: downloading github.com/spf13/pflag v1.0.5 [2021-09-02T19:27:28.742Z] #51 9.861 go: downloading github.com/spf13/viper v1.6.1 [2021-09-02T19:27:29.000Z] #51 11.41 go: downloading github.com/fatih/color v1.7.0 [2021-09-02T19:27:29.000Z] #51 ... [2021-09-02T19:27:29.000Z] [2021-09-02T19:27:29.000Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-09-02T19:27:29.000Z] #25 sha256:21bf516b90640c387d8139146126e33c79c4525b68f6a52cfbb56a03a9a6c9eb [2021-09-02T19:27:29.000Z] #25 4.780 + RM_GOPATH=0 [2021-09-02T19:27:29.000Z] #25 4.780 + TMP_GOPATH= [2021-09-02T19:27:29.000Z] #25 4.780 + : /build [2021-09-02T19:27:29.000Z] #25 4.780 + '[' -z '' ']' [2021-09-02T19:27:29.000Z] #25 4.780 ++ mktemp -d [2021-09-02T19:27:29.000Z] #25 4.780 + export GOPATH=/tmp/tmp.IsL53F542v [2021-09-02T19:27:29.000Z] #25 4.780 + GOPATH=/tmp/tmp.IsL53F542v [2021-09-02T19:27:29.000Z] #25 4.780 + RM_GOPATH=1 [2021-09-02T19:27:29.000Z] #25 4.780 + case "$(go env GOARCH)" in [2021-09-02T19:27:29.000Z] #25 4.781 ++ go env GOARCH [2021-09-02T19:27:29.000Z] #25 4.795 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:29.000Z] #25 4.795 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:29.000Z] #25 4.795 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:29.000Z] #25 4.796 + dir=/tmp/install [2021-09-02T19:27:29.000Z] #25 4.796 + bin=dockercli [2021-09-02T19:27:29.000Z] #25 4.796 + shift [2021-09-02T19:27:29.000Z] #25 4.796 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-09-02T19:27:29.000Z] #25 4.796 + . /tmp/install/dockercli.installer [2021-09-02T19:27:29.000Z] #25 4.796 ++ : stable [2021-09-02T19:27:29.000Z] #25 4.796 ++ : 17.06.2-ce [2021-09-02T19:27:29.000Z] #25 4.797 + install_dockercli [2021-09-02T19:27:29.000Z] #25 4.797 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-09-02T19:27:29.000Z] #25 4.807 Install docker/cli version 17.06.2-ce from stable [2021-09-02T19:27:29.000Z] #25 4.807 ++ uname -m [2021-09-02T19:27:29.000Z] #25 4.833 + arch=x86_64 [2021-09-02T19:27:29.000Z] #25 4.833 + '[' x86_64 '!=' x86_64 ']' [2021-09-02T19:27:29.000Z] #25 4.833 + url=https://download.docker.com/linux/static [2021-09-02T19:27:29.000Z] #25 4.833 + tar -xz docker/docker [2021-09-02T19:27:29.000Z] #25 4.833 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-09-02T19:27:29.000Z] #25 ... [2021-09-02T19:27:29.000Z] [2021-09-02T19:27:29.000Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:29.000Z] #51 sha256:558936e4127d7ce261e9fede41f1e4cd9d5435cd137a34f32cd608b1c34a1736 [2021-09-02T19:27:29.000Z] #51 11.48 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-09-02T19:27:29.000Z] #51 11.48 go: downloading github.com/pkg/errors v0.8.1 [2021-09-02T19:27:29.000Z] #51 11.52 go: downloading github.com/spf13/cobra v0.0.5 [2021-09-02T19:27:29.000Z] #51 11.54 go: downloading github.com/spf13/pflag v1.0.5 [2021-09-02T19:27:29.006Z] #51 10.57 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-09-02T19:27:29.006Z] #51 10.59 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-09-02T19:27:29.006Z] #51 10.59 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-09-02T19:27:29.006Z] #51 10.67 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-02T19:27:29.006Z] #51 ... [2021-09-02T19:27:29.006Z] [2021-09-02T19:27:29.006Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:29.006Z] #37 sha256:d199ab1c58dbbf4bd60f187e38190a39977b84cb18eb1b435b11041fb2301d2d [2021-09-02T19:27:29.006Z] #37 5.139 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:29.006Z] #37 5.179 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:29.006Z] #37 5.182 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:29.006Z] #37 5.946 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-02T19:27:29.006Z] #37 7.196 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [29.4 kB] [2021-09-02T19:27:29.006Z] #37 ... [2021-09-02T19:27:29.006Z] [2021-09-02T19:27:29.006Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:27:29.006Z] #49 sha256:252ac44ec56346ac83b7480909e4fe90a2194e04752e158caa84c8de5056e071 [2021-09-02T19:27:29.006Z] #49 4.565 + RM_GOPATH=0 [2021-09-02T19:27:29.006Z] #49 4.565 + TMP_GOPATH= [2021-09-02T19:27:29.006Z] #49 4.565 + : /build [2021-09-02T19:27:29.006Z] #49 4.565 + '[' -z '' ']' [2021-09-02T19:27:29.006Z] #49 4.565 ++ mktemp -d [2021-09-02T19:27:29.006Z] #49 4.565 + export GOPATH=/tmp/tmp.BhIRR5pZwE [2021-09-02T19:27:29.006Z] #49 4.565 + GOPATH=/tmp/tmp.BhIRR5pZwE [2021-09-02T19:27:29.006Z] #49 4.565 + RM_GOPATH=1 [2021-09-02T19:27:29.006Z] #49 4.565 + case "$(go env GOARCH)" in [2021-09-02T19:27:29.006Z] #49 4.565 ++ go env GOARCH [2021-09-02T19:27:29.006Z] #49 4.572 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:29.006Z] #49 4.572 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:29.006Z] #49 4.574 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:29.006Z] #49 4.577 + dir=/tmp/install [2021-09-02T19:27:29.006Z] #49 4.578 + bin=gotestsum [2021-09-02T19:27:29.006Z] #49 4.578 + shift [2021-09-02T19:27:29.006Z] #49 4.578 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-09-02T19:27:29.006Z] #49 4.582 + . /tmp/install/gotestsum.installer [2021-09-02T19:27:29.006Z] #49 4.582 ++ : v1.7.0 [2021-09-02T19:27:29.006Z] #49 4.582 + install_gotestsum [2021-09-02T19:27:29.006Z] #49 4.582 + set -e [2021-09-02T19:27:29.006Z] #49 4.582 + echo 'Install gotestsum version v1.7.0' [2021-09-02T19:27:29.006Z] #49 4.582 + GOBIN=/build [2021-09-02T19:27:29.006Z] #49 4.582 + GO111MODULE=on [2021-09-02T19:27:29.006Z] #49 4.582 + go install gotest.tools/gotestsum@v1.7.0 [2021-09-02T19:27:29.006Z] #49 4.582 Install gotestsum version v1.7.0 [2021-09-02T19:27:29.006Z] #49 5.004 go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-02T19:27:29.006Z] #49 6.955 go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-02T19:27:29.006Z] #49 7.047 go: downloading golang.org/x/tools v0.1.0 [2021-09-02T19:27:29.006Z] #49 7.172 go: downloading github.com/fatih/color v1.10.0 [2021-09-02T19:27:29.006Z] #49 7.317 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-02T19:27:29.006Z] #49 7.360 go: downloading github.com/pkg/errors v0.9.1 [2021-09-02T19:27:29.006Z] #49 7.476 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-02T19:27:29.006Z] #49 7.527 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-02T19:27:29.006Z] #49 7.607 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-02T19:27:29.006Z] #49 7.689 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-02T19:27:29.006Z] #49 7.727 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-02T19:27:29.006Z] #49 8.068 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-02T19:27:29.006Z] #49 8.178 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-02T19:27:29.271Z] #49 ... [2021-09-02T19:27:29.271Z] [2021-09-02T19:27:29.271Z] #47 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-09-02T19:27:29.271Z] #47 sha256:8d7cbbb4e304a807d5c1c7cf24176d802101055c338ae8806baff1d73a1ba59f [2021-09-02T19:27:29.271Z] #47 4.013 + RM_GOPATH=0 [2021-09-02T19:27:29.271Z] #47 4.013 + TMP_GOPATH= [2021-09-02T19:27:29.271Z] #47 4.013 + : /build [2021-09-02T19:27:29.271Z] #47 4.013 + '[' -z '' ']' [2021-09-02T19:27:29.271Z] #47 4.013 ++ mktemp -d [2021-09-02T19:27:29.271Z] #47 4.023 + export GOPATH=/tmp/tmp.xjsbxHG7qn [2021-09-02T19:27:29.271Z] #47 4.023 + GOPATH=/tmp/tmp.xjsbxHG7qn [2021-09-02T19:27:29.271Z] #47 4.023 + RM_GOPATH=1 [2021-09-02T19:27:29.271Z] #47 4.023 + case "$(go env GOARCH)" in [2021-09-02T19:27:29.271Z] #47 4.023 ++ go env GOARCH [2021-09-02T19:27:29.271Z] #47 4.059 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:29.271Z] #47 4.059 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:29.271Z] #47 4.069 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:29.271Z] #47 4.071 Install vndr version v0.1.2 [2021-09-02T19:27:29.271Z] #47 4.071 + dir=/tmp/install [2021-09-02T19:27:29.271Z] #47 4.071 + bin=vndr [2021-09-02T19:27:29.271Z] #47 4.071 + shift [2021-09-02T19:27:29.271Z] #47 4.071 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-09-02T19:27:29.271Z] #47 4.071 + . /tmp/install/vndr.installer [2021-09-02T19:27:29.271Z] #47 4.071 ++ : v0.1.2 [2021-09-02T19:27:29.271Z] #47 4.071 + install_vndr [2021-09-02T19:27:29.271Z] #47 4.071 + echo 'Install vndr version v0.1.2' [2021-09-02T19:27:29.271Z] #47 4.071 + GOBIN=/build [2021-09-02T19:27:29.271Z] #47 4.071 + GO111MODULE=on [2021-09-02T19:27:29.271Z] #47 4.071 + go install github.com/LK4D4/vndr@v0.1.2 [2021-09-02T19:27:29.271Z] #47 4.666 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-09-02T19:27:29.271Z] #47 ... [2021-09-02T19:27:29.271Z] [2021-09-02T19:27:29.271Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:27:29.271Z] #33 sha256:7054522f6f743bd57b39cfe2cae6ee9466f7cb86a987ec2c4b0e4a76b579f0b2 [2021-09-02T19:27:29.271Z] #33 4.409 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-09-02T19:27:29.271Z] #33 4.409 Cloning into '.'... [2021-09-02T19:27:29.537Z] #33 ... [2021-09-02T19:27:29.537Z] [2021-09-02T19:27:29.538Z] #57 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:27:29.538Z] #57 sha256:811a144dd0c34019f06c1f88d18f862a133217f2eeaa543784cf88af2a7e2313 [2021-09-02T19:27:29.538Z] #57 3.957 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:29.538Z] #57 3.994 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:29.538Z] #57 3.994 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:29.538Z] #57 4.780 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-02T19:27:29.538Z] #57 5.483 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [29.4 kB] [2021-09-02T19:27:29.569Z] #51 11.92 go: downloading github.com/spf13/viper v1.6.1 [2021-09-02T19:27:29.803Z] #57 11.31 Fetched 8289 kB in 8s (1073 kB/s) [2021-09-02T19:27:29.803Z] #57 11.31 Reading package lists... [2021-09-02T19:27:29.803Z] #57 ... [2021-09-02T19:27:29.803Z] [2021-09-02T19:27:29.803Z] #35 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-09-02T19:27:29.803Z] #35 sha256:0aa41b77347520d23c2246ed8660914ab35a2c9393de685b8bba4a253e08fa20 [2021-09-02T19:27:29.803Z] #35 4.625 Install go-toml version v1.8.1 [2021-09-02T19:27:29.803Z] #35 4.999 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-09-02T19:27:29.803Z] #35 ... [2021-09-02T19:27:29.803Z] [2021-09-02T19:27:29.803Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-09-02T19:27:29.803Z] #53 sha256:e017dc3fbabd9c3fbdcac6d340d522b2cdf9eda3b11c08f8e3252fde6e17c16c [2021-09-02T19:27:29.803Z] #53 4.169 + RM_GOPATH=0 [2021-09-02T19:27:29.803Z] #53 4.169 + TMP_GOPATH= [2021-09-02T19:27:29.803Z] #53 4.169 + : /build [2021-09-02T19:27:29.803Z] #53 4.169 + '[' -z '' ']' [2021-09-02T19:27:29.803Z] #53 4.170 ++ mktemp -d [2021-09-02T19:27:29.803Z] #53 4.177 + export GOPATH=/tmp/tmp.sXOwBej13b [2021-09-02T19:27:29.803Z] #53 4.177 + GOPATH=/tmp/tmp.sXOwBej13b [2021-09-02T19:27:29.803Z] #53 4.177 + RM_GOPATH=1 [2021-09-02T19:27:29.803Z] #53 4.177 + case "$(go env GOARCH)" in [2021-09-02T19:27:29.803Z] #53 4.177 ++ go env GOARCH [2021-09-02T19:27:29.803Z] #53 4.207 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:29.803Z] #53 4.207 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:29.803Z] #53 4.207 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:29.803Z] #53 4.212 Install shfmt version v3.0.2 [2021-09-02T19:27:29.803Z] #53 4.217 + dir=/tmp/install [2021-09-02T19:27:29.803Z] #53 4.217 + bin=shfmt [2021-09-02T19:27:29.803Z] #53 4.217 + shift [2021-09-02T19:27:29.803Z] #53 4.217 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-09-02T19:27:29.803Z] #53 4.217 + . /tmp/install/shfmt.installer [2021-09-02T19:27:29.803Z] #53 4.217 ++ : v3.0.2 [2021-09-02T19:27:29.803Z] #53 4.217 + install_shfmt [2021-09-02T19:27:29.803Z] #53 4.217 + echo 'Install shfmt version v3.0.2' [2021-09-02T19:27:29.803Z] #53 4.217 + GOBIN=/build [2021-09-02T19:27:29.803Z] #53 4.217 + GO111MODULE=on [2021-09-02T19:27:29.803Z] #53 4.217 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2021-09-02T19:27:29.803Z] #53 4.760 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-09-02T19:27:29.803Z] #53 5.956 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-09-02T19:27:29.803Z] #53 5.990 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-09-02T19:27:29.803Z] #53 6.018 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-09-02T19:27:29.803Z] #53 8.160 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-09-02T19:27:29.829Z] #51 12.29 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-09-02T19:27:29.829Z] #51 12.34 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-09-02T19:27:29.829Z] #51 12.42 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-09-02T19:27:30.043Z] #33 ... [2021-09-02T19:27:30.043Z] [2021-09-02T19:27:30.043Z] #47 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-09-02T19:27:30.043Z] #47 sha256:18229963eef6eb9d07ad02afaaf2860bce3f98bb79f19e98b8bd9a4a881f364a [2021-09-02T19:27:30.043Z] #47 7.368 + RM_GOPATH=0 [2021-09-02T19:27:30.043Z] #47 7.368 + TMP_GOPATH= [2021-09-02T19:27:30.043Z] #47 7.368 + : /build [2021-09-02T19:27:30.043Z] #47 7.368 + '[' -z '' ']' [2021-09-02T19:27:30.043Z] #47 7.371 ++ mktemp -d [2021-09-02T19:27:30.043Z] #47 7.371 + export GOPATH=/tmp/tmp.2tbaEYUT4f [2021-09-02T19:27:30.043Z] #47 7.371 + GOPATH=/tmp/tmp.2tbaEYUT4f [2021-09-02T19:27:30.043Z] #47 7.371 + RM_GOPATH=1 [2021-09-02T19:27:30.043Z] #47 7.371 + case "$(go env GOARCH)" in [2021-09-02T19:27:30.043Z] #47 7.371 ++ go env GOARCH [2021-09-02T19:27:30.043Z] #47 7.390 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:30.043Z] #47 7.390 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:30.043Z] #47 7.390 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:30.043Z] #47 7.396 + dir=/tmp/install [2021-09-02T19:27:30.043Z] #47 7.398 + bin=vndr [2021-09-02T19:27:30.043Z] #47 7.398 + shift [2021-09-02T19:27:30.043Z] #47 7.398 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-09-02T19:27:30.043Z] #47 7.398 + . /tmp/install/vndr.installer [2021-09-02T19:27:30.043Z] #47 7.398 ++ : v0.1.2 [2021-09-02T19:27:30.043Z] #47 7.398 + install_vndr [2021-09-02T19:27:30.043Z] #47 7.398 + echo 'Install vndr version v0.1.2' [2021-09-02T19:27:30.043Z] #47 7.398 + GOBIN=/build [2021-09-02T19:27:30.043Z] #47 7.398 + GO111MODULE=on [2021-09-02T19:27:30.043Z] #47 7.398 + go install github.com/LK4D4/vndr@v0.1.2 [2021-09-02T19:27:30.043Z] #47 7.398 Install vndr version v0.1.2 [2021-09-02T19:27:30.043Z] #47 8.076 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-09-02T19:27:30.043Z] #47 ... [2021-09-02T19:27:30.043Z] [2021-09-02T19:27:30.043Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:27:30.043Z] #60 sha256:633ecfbff3eecc9ae2e22500074bb46c601b31c461dd90724ab96e06da83d3e1 [2021-09-02T19:27:30.043Z] #60 6.776 + RM_GOPATH=0 [2021-09-02T19:27:30.043Z] #60 6.776 + TMP_GOPATH= [2021-09-02T19:27:30.043Z] #60 6.776 + : /build [2021-09-02T19:27:30.043Z] #60 6.776 + '[' -z '' ']' [2021-09-02T19:27:30.043Z] #60 6.776 ++ mktemp -d [2021-09-02T19:27:30.043Z] #60 6.776 + export GOPATH=/tmp/tmp.5rcrIIqHcg [2021-09-02T19:27:30.043Z] #60 6.776 + GOPATH=/tmp/tmp.5rcrIIqHcg [2021-09-02T19:27:30.043Z] #60 6.776 + RM_GOPATH=1 [2021-09-02T19:27:30.043Z] #60 6.776 + case "$(go env GOARCH)" in [2021-09-02T19:27:30.043Z] #60 6.776 ++ go env GOARCH [2021-09-02T19:27:30.043Z] #60 6.789 Install rootlesskit version v0.14.4 [2021-09-02T19:27:30.043Z] #60 6.789 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:30.043Z] #60 6.789 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:30.043Z] #60 6.789 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:30.043Z] #60 6.789 + dir=/tmp/install [2021-09-02T19:27:30.043Z] #60 6.789 + bin=rootlesskit [2021-09-02T19:27:30.043Z] #60 6.789 + shift [2021-09-02T19:27:30.043Z] #60 6.789 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-09-02T19:27:30.043Z] #60 6.789 + . /tmp/install/rootlesskit.installer [2021-09-02T19:27:30.043Z] #60 6.789 ++ : v0.14.4 [2021-09-02T19:27:30.043Z] #60 6.789 + install_rootlesskit [2021-09-02T19:27:30.043Z] #60 6.789 + case "$1" in [2021-09-02T19:27:30.043Z] #60 6.789 + export CGO_ENABLED=0 [2021-09-02T19:27:30.043Z] #60 6.789 + CGO_ENABLED=0 [2021-09-02T19:27:30.043Z] #60 6.789 + _install_rootlesskit [2021-09-02T19:27:30.043Z] #60 6.789 + echo 'Install rootlesskit version v0.14.4' [2021-09-02T19:27:30.043Z] #60 6.789 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-02T19:27:30.043Z] #60 6.789 + GOBIN=/build [2021-09-02T19:27:30.043Z] #60 6.789 + GO111MODULE=on [2021-09-02T19:27:30.043Z] #60 6.789 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2021-09-02T19:27:30.043Z] #60 7.282 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2021-09-02T19:27:30.043Z] #60 9.863 go: downloading github.com/pkg/errors v0.9.1 [2021-09-02T19:27:30.043Z] #60 9.926 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-09-02T19:27:30.068Z] #53 ... [2021-09-02T19:27:30.068Z] [2021-09-02T19:27:30.068Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:30.068Z] #51 sha256:84be15340b0a1b6a4d81e736fb9137e09c9543d9feb3d38fcee0d4b679df29b7 [2021-09-02T19:27:30.068Z] #51 10.86 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-09-02T19:27:30.068Z] #51 10.91 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-09-02T19:27:30.068Z] #51 10.94 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-09-02T19:27:30.068Z] #51 11.00 go: downloading github.com/stretchr/testify v1.4.0 [2021-09-02T19:27:30.068Z] #51 11.60 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-09-02T19:27:30.068Z] #51 11.75 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-09-02T19:27:30.088Z] #51 12.43 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-09-02T19:27:30.088Z] #51 ... [2021-09-02T19:27:30.088Z] [2021-09-02T19:27:30.088Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-09-02T19:27:30.088Z] #25 sha256:21bf516b90640c387d8139146126e33c79c4525b68f6a52cfbb56a03a9a6c9eb [2021-09-02T19:27:30.088Z] #25 11.80 + mkdir -p /build [2021-09-02T19:27:30.088Z] #25 11.81 + mv docker/docker /build/ [2021-09-02T19:27:30.088Z] #25 11.81 + rmdir docker [2021-09-02T19:27:30.088Z] #25 DONE 12.6s [2021-09-02T19:27:30.304Z] #60 10.17 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-09-02T19:27:30.304Z] #60 ... [2021-09-02T19:27:30.304Z] [2021-09-02T19:27:30.304Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:30.304Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:27:30.304Z] #37 6.088 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:30.304Z] #37 6.088 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:30.304Z] #37 6.088 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:30.304Z] #37 6.371 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:27:30.304Z] #37 7.543 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:27:30.304Z] #37 ... [2021-09-02T19:27:30.304Z] [2021-09-02T19:27:30.304Z] #35 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-09-02T19:27:30.304Z] #35 sha256:b26500cbd015fcd9fe81b44f56f97f8a2e6f3b7b3a10e24054b421d65c2178cb [2021-09-02T19:27:30.304Z] #35 7.768 Install go-toml version v1.8.1 [2021-09-02T19:27:30.304Z] #35 8.597 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-09-02T19:27:30.333Z] #51 11.96 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-09-02T19:27:30.333Z] #51 ... [2021-09-02T19:27:30.333Z] [2021-09-02T19:27:30.333Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-02T19:27:30.333Z] #30 sha256:bf21c889896b5c92c9c8c2c0ea5526ce88c41b5cd7503f085a1ecc4513248b56 [2021-09-02T19:27:30.333Z] #30 2.714 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-09-02T19:27:30.333Z] #30 3.287 [2021-09-02T19:27:30.333Z] #30 3.511 0.2% ######################################################################## 100.0% [2021-09-02T19:27:30.333Z] #30 4.071 [2021-09-02T19:27:30.333Z] #30 6.684 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-09-02T19:27:30.333Z] #30 8.268 #=#=# [2021-09-02T19:27:30.333Z] #30 8.556 0.4% ######################################################################## 100.0% [2021-09-02T19:27:30.333Z] #30 9.978 [2021-09-02T19:27:30.347Z] [2021-09-02T19:27:30.347Z] #57 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:27:30.347Z] #57 sha256:b0fe7a1fac19ad37f5acf133e085479467ceff9ca7df5325534a688e978abb8f [2021-09-02T19:27:30.347Z] #57 12.55 Fetched 8401 kB in 9s (889 kB/s) [2021-09-02T19:27:30.567Z] #35 ... [2021-09-02T19:27:30.567Z] [2021-09-02T19:27:30.567Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-09-02T19:27:30.567Z] #25 sha256:fe9b3d4cdef30e55d2bb15459df58fa72b84b883e4eab34464398d4618269b7e [2021-09-02T19:27:30.567Z] #25 7.239 + RM_GOPATH=0 [2021-09-02T19:27:30.567Z] #25 7.239 + TMP_GOPATH= [2021-09-02T19:27:30.567Z] #25 7.239 + : /build [2021-09-02T19:27:30.567Z] #25 7.239 + '[' -z '' ']' [2021-09-02T19:27:30.567Z] #25 7.239 ++ mktemp -d [2021-09-02T19:27:30.567Z] #25 7.239 + export GOPATH=/tmp/tmp.Aav6P80OBl [2021-09-02T19:27:30.567Z] #25 7.239 + GOPATH=/tmp/tmp.Aav6P80OBl [2021-09-02T19:27:30.567Z] #25 7.239 + RM_GOPATH=1 [2021-09-02T19:27:30.567Z] #25 7.239 + case "$(go env GOARCH)" in [2021-09-02T19:27:30.567Z] #25 7.245 ++ go env GOARCH [2021-09-02T19:27:30.567Z] #25 7.284 Install docker/cli version 17.06.2-ce from stable [2021-09-02T19:27:30.567Z] #25 7.284 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:30.567Z] #25 7.284 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:30.567Z] #25 7.284 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:30.567Z] #25 7.284 + dir=/tmp/install [2021-09-02T19:27:30.567Z] #25 7.284 + bin=dockercli [2021-09-02T19:27:30.567Z] #25 7.284 + shift [2021-09-02T19:27:30.567Z] #25 7.284 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-09-02T19:27:30.567Z] #25 7.284 + . /tmp/install/dockercli.installer [2021-09-02T19:27:30.567Z] #25 7.284 ++ : stable [2021-09-02T19:27:30.567Z] #25 7.284 ++ : 17.06.2-ce [2021-09-02T19:27:30.567Z] #25 7.284 + install_dockercli [2021-09-02T19:27:30.567Z] #25 7.284 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-09-02T19:27:30.567Z] #25 7.300 ++ uname -m [2021-09-02T19:27:30.567Z] #25 7.302 + arch=x86_64 [2021-09-02T19:27:30.567Z] #25 7.302 + '[' x86_64 '!=' x86_64 ']' [2021-09-02T19:27:30.567Z] #25 7.303 + url=https://download.docker.com/linux/static [2021-09-02T19:27:30.567Z] #25 7.321 + tar -xz docker/docker [2021-09-02T19:27:30.567Z] #25 7.321 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-09-02T19:27:30.567Z] #25 ... [2021-09-02T19:27:30.567Z] [2021-09-02T19:27:30.567Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:27:30.567Z] #49 sha256:bc35a97fa6b9070ed41b213231278df89e027c039c5a32389146f5cdaa1a9edd [2021-09-02T19:27:30.567Z] #49 7.604 + RM_GOPATH=0 [2021-09-02T19:27:30.567Z] #49 7.604 + TMP_GOPATH= [2021-09-02T19:27:30.567Z] #49 7.604 + : /build [2021-09-02T19:27:30.567Z] #49 7.604 + '[' -z '' ']' [2021-09-02T19:27:30.567Z] #49 7.606 ++ mktemp -d [2021-09-02T19:27:30.567Z] #49 7.607 + export GOPATH=/tmp/tmp.i2sf8vHIkk [2021-09-02T19:27:30.567Z] #49 7.607 + GOPATH=/tmp/tmp.i2sf8vHIkk [2021-09-02T19:27:30.567Z] #49 7.607 + RM_GOPATH=1 [2021-09-02T19:27:30.567Z] #49 7.607 + case "$(go env GOARCH)" in [2021-09-02T19:27:30.567Z] #49 7.616 ++ go env GOARCH [2021-09-02T19:27:30.567Z] #49 7.648 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:30.567Z] #49 7.648 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:30.567Z] #49 7.648 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:30.567Z] #49 7.648 + dir=/tmp/install [2021-09-02T19:27:30.567Z] #49 7.648 + bin=gotestsum [2021-09-02T19:27:30.567Z] #49 7.648 + shift [2021-09-02T19:27:30.567Z] #49 7.648 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-09-02T19:27:30.567Z] #49 7.648 + . /tmp/install/gotestsum.installer [2021-09-02T19:27:30.567Z] #49 7.648 ++ : v1.7.0 [2021-09-02T19:27:30.567Z] #49 7.648 + install_gotestsum [2021-09-02T19:27:30.567Z] #49 7.672 Install gotestsum version v1.7.0 [2021-09-02T19:27:30.567Z] #49 7.672 + set -e [2021-09-02T19:27:30.567Z] #49 7.672 + echo 'Install gotestsum version v1.7.0' [2021-09-02T19:27:30.567Z] #49 7.672 + GOBIN=/build [2021-09-02T19:27:30.567Z] #49 7.672 + GO111MODULE=on [2021-09-02T19:27:30.567Z] #49 7.672 + go install gotest.tools/gotestsum@v1.7.0 [2021-09-02T19:27:30.567Z] #49 8.319 go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-02T19:27:30.786Z] #49 ... [2021-09-02T19:27:30.786Z] [2021-09-02T19:27:30.786Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:30.786Z] #51 sha256:4043fdf24f142026307314e18c5917b11654f08cf9041964f3eb50a2c59ebc78 [2021-09-02T19:27:30.786Z] #51 17.67 go: downloading github.com/fatih/color v1.7.0 [2021-09-02T19:27:30.786Z] #51 17.67 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-09-02T19:27:30.786Z] #51 17.74 go: downloading github.com/pkg/errors v0.8.1 [2021-09-02T19:27:30.828Z] #49 ... [2021-09-02T19:27:30.828Z] [2021-09-02T19:27:30.828Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:27:30.828Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:27:30.828Z] #41 7.557 + git clone https://github.com/docker/distribution.git . [2021-09-02T19:27:30.828Z] #41 7.563 Cloning into '.'... [2021-09-02T19:27:30.828Z] #41 ... [2021-09-02T19:27:30.828Z] [2021-09-02T19:27:30.828Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:30.828Z] #51 sha256:b1c76d301e35376be11d10436c87401647110ea7cf65ad81579291ca608fa444 [2021-09-02T19:27:30.828Z] #51 7.597 + RM_GOPATH=0 [2021-09-02T19:27:30.828Z] #51 7.597 + TMP_GOPATH= [2021-09-02T19:27:30.828Z] #51 7.597 + : /build [2021-09-02T19:27:30.828Z] #51 7.597 + '[' -z '' ']' [2021-09-02T19:27:30.828Z] #51 7.599 ++ mktemp -d [2021-09-02T19:27:30.828Z] #51 7.617 + export GOPATH=/tmp/tmp.FJg19NtyFi [2021-09-02T19:27:30.828Z] #51 7.617 + GOPATH=/tmp/tmp.FJg19NtyFi [2021-09-02T19:27:30.828Z] #51 7.617 + RM_GOPATH=1 [2021-09-02T19:27:30.828Z] #51 7.617 + case "$(go env GOARCH)" in [2021-09-02T19:27:30.828Z] #51 7.617 ++ go env GOARCH [2021-09-02T19:27:30.828Z] #51 7.645 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:30.828Z] #51 7.645 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:30.828Z] #51 7.645 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:30.828Z] #51 7.672 + dir=/tmp/install [2021-09-02T19:27:30.828Z] #51 7.672 + bin=golangci_lint [2021-09-02T19:27:30.828Z] #51 7.672 + shift [2021-09-02T19:27:30.828Z] #51 7.672 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-09-02T19:27:30.828Z] #51 7.672 + . /tmp/install/golangci_lint.installer [2021-09-02T19:27:30.828Z] #51 7.672 ++ : v1.23.8 [2021-09-02T19:27:30.828Z] #51 7.672 + install_golangci_lint [2021-09-02T19:27:30.828Z] #51 7.672 + set -e [2021-09-02T19:27:30.828Z] #51 7.672 + echo 'Install golangci-lint version v1.23.8' [2021-09-02T19:27:30.828Z] #51 7.672 + GOBIN=/build [2021-09-02T19:27:30.828Z] #51 7.672 + GO111MODULE=on [2021-09-02T19:27:30.828Z] #51 7.672 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-09-02T19:27:30.828Z] #51 7.672 Install golangci-lint version v1.23.8 [2021-09-02T19:27:30.828Z] #51 8.462 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-09-02T19:27:30.911Z] #30 ... [2021-09-02T19:27:30.912Z] [2021-09-02T19:27:30.912Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:30.912Z] #37 sha256:d199ab1c58dbbf4bd60f187e38190a39977b84cb18eb1b435b11041fb2301d2d [2021-09-02T19:27:30.912Z] #37 12.57 Fetched 8289 kB in 8s (1075 kB/s) [2021-09-02T19:27:31.047Z] #51 17.78 go: downloading github.com/spf13/cobra v0.0.5 [2021-09-02T19:27:31.192Z] #51 ... [2021-09-02T19:27:31.192Z] [2021-09-02T19:27:31.192Z] #57 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:27:31.192Z] #57 sha256:b0fe7a1fac19ad37f5acf133e085479467ceff9ca7df5325534a688e978abb8f [2021-09-02T19:27:31.192Z] #57 8.431 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:31.192Z] #57 8.466 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:31.192Z] #57 8.479 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:31.192Z] #57 11.21 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:27:31.192Z] #57 ... [2021-09-02T19:27:31.192Z] [2021-09-02T19:27:31.192Z] #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-09-02T19:27:31.192Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:27:31.192Z] #14 6.480 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:31.192Z] #14 6.525 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:31.192Z] #14 6.525 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:31.192Z] #14 7.099 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:27:31.192Z] #14 10.28 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:27:31.307Z] #51 18.10 go: downloading github.com/spf13/pflag v1.0.5 [2021-09-02T19:27:31.509Z] #14 ... [2021-09-02T19:27:31.509Z] [2021-09-02T19:27:31.509Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:27:31.509Z] #60 sha256:633ecfbff3eecc9ae2e22500074bb46c601b31c461dd90724ab96e06da83d3e1 [2021-09-02T19:27:31.509Z] #60 11.17 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-09-02T19:27:31.593Z] #51 18.41 go: downloading github.com/spf13/viper v1.6.1 [2021-09-02T19:27:31.853Z] #51 18.74 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-09-02T19:27:31.853Z] #51 ... [2021-09-02T19:27:31.853Z] [2021-09-02T19:27:31.853Z] #47 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-09-02T19:27:31.853Z] #47 sha256:e9dcfcd927f9e025f80e10bf316112be49c33d4329daa5cdbb00c7f811a422a5 [2021-09-02T19:27:31.853Z] #47 8.649 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-09-02T19:27:32.113Z] #47 ... [2021-09-02T19:27:32.113Z] [2021-09-02T19:27:32.113Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:32.113Z] #51 sha256:4043fdf24f142026307314e18c5917b11654f08cf9041964f3eb50a2c59ebc78 [2021-09-02T19:27:32.113Z] #51 18.76 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-09-02T19:27:32.539Z] using credential docker-jenkins-github-credentials [2021-09-02T19:27:32.620Z] Cloning the remote Git repository [2021-09-02T19:27:32.620Z] Cloning with configured refspecs honoured and without tags [2021-09-02T19:27:33.052Z] #51 19.85 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-09-02T19:27:33.311Z] #51 20.06 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-02T19:27:33.311Z] #51 20.18 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-09-02T19:27:33.571Z] #51 20.31 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-09-02T19:27:33.637Z] #57 12.55 Reading package lists... [2021-09-02T19:27:33.637Z] #57 ... [2021-09-02T19:27:33.637Z] [2021-09-02T19:27:33.637Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:33.637Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:27:33.637Z] #45 5.843 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:33.637Z] #45 5.878 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:33.637Z] #45 5.884 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:33.637Z] #45 6.502 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-09-02T19:27:33.637Z] #45 7.020 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:27:33.637Z] #45 9.019 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:27:33.637Z] #45 ... [2021-09-02T19:27:33.637Z] [2021-09-02T19:27:33.637Z] #35 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-09-02T19:27:33.637Z] #35 sha256:5a435dcb32f9257d05fe9cf380f6363463aeff1224a6481fae79e8eeec87bdf3 [2021-09-02T19:27:33.637Z] #35 DONE 16.2s [2021-09-02T19:27:33.637Z] [2021-09-02T19:27:33.637Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:27:33.637Z] #49 sha256:c72e56c32396ecc5b46ef82c3967f963629e7e64a29ffe248cb7f6b8159dca59 [2021-09-02T19:27:33.637Z] #49 14.86 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-02T19:27:33.637Z] #49 14.91 go: downloading golang.org/x/mod v0.3.0 [2021-09-02T19:27:34.239Z] #37 12.57 Reading package lists... [2021-09-02T19:27:34.239Z] #37 ... [2021-09-02T19:27:34.239Z] [2021-09-02T19:27:34.240Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:34.240Z] #45 sha256:ab9d7387f91523bb2428e4105d5c9060c727e898a1cfb7ceee060e4f7396c3d0 [2021-09-02T19:27:34.240Z] #45 5.551 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-09-02T19:27:34.240Z] #45 6.025 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-02T19:27:34.240Z] #45 7.265 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [29.4 kB] [2021-09-02T19:27:34.240Z] #45 14.01 Get:7 https://provo-mirror.opensuse.org//repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-09-02T19:27:34.240Z] #45 14.07 Fetched 8293 kB in 9s (880 kB/s) [2021-09-02T19:27:34.240Z] #45 14.07 Reading package lists... [2021-09-02T19:27:34.240Z] #45 ... [2021-09-02T19:27:34.240Z] [2021-09-02T19:27:34.240Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-02T19:27:34.240Z] #30 sha256:bf21c889896b5c92c9c8c2c0ea5526ce88c41b5cd7503f085a1ecc4513248b56 [2021-09-02T19:27:34.240Z] #30 14.27 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-09-02T19:27:34.240Z] #30 16.04 #=#=# [2021-09-02T19:27:34.509Z] #51 ... [2021-09-02T19:27:34.509Z] [2021-09-02T19:27:34.509Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-09-02T19:27:34.509Z] #25 sha256:aba7ccd0b0ff8a98651e672f2b7a51488b35dd8d3362682ee4276c87f2f76076 [2021-09-02T19:27:34.509Z] #25 20.56 + mkdir -p /build [2021-09-02T19:27:34.509Z] #25 20.56 + mv docker/docker /build/ [2021-09-02T19:27:34.509Z] #25 20.58 + rmdir docker [2021-09-02T19:27:34.509Z] #25 DONE 21.3s [2021-09-02T19:27:34.769Z] [2021-09-02T19:27:34.769Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:27:34.769Z] #60 sha256:453652623ab8fdb713e0a76f039ba35ed2dedf252ad7fe38222a34c717dbcd86 [2021-09-02T19:27:34.769Z] #60 12.49 go: downloading github.com/pkg/errors v0.9.1 [2021-09-02T19:27:34.769Z] #60 12.56 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-09-02T19:27:34.769Z] #60 12.62 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-09-02T19:27:34.769Z] #60 13.21 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-09-02T19:27:34.769Z] #60 17.88 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-09-02T19:27:34.769Z] #60 18.97 go: downloading github.com/google/uuid v1.3.0 [2021-09-02T19:27:34.769Z] #60 19.00 go: downloading github.com/moby/vpnkit v0.5.0 [2021-09-02T19:27:34.769Z] #60 19.10 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-09-02T19:27:34.769Z] #60 19.20 go: downloading github.com/gofrs/flock v0.8.1 [2021-09-02T19:27:34.769Z] #60 19.32 go: downloading github.com/gorilla/mux v1.8.0 [2021-09-02T19:27:34.769Z] #60 19.50 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-09-02T19:27:34.769Z] #60 19.94 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-09-02T19:27:34.769Z] #60 20.22 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-09-02T19:27:35.028Z] #60 ... [2021-09-02T19:27:35.028Z] [2021-09-02T19:27:35.028Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-09-02T19:27:35.028Z] #53 sha256:f9c69c6e529e0a1d596fa603c7d08f16deb80d1203464494819da11c3688e742 [2021-09-02T19:27:35.028Z] #53 11.68 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-09-02T19:27:35.028Z] #53 ... [2021-09-02T19:27:35.028Z] [2021-09-02T19:27:35.028Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:35.028Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:27:35.028Z] #37 20.07 Fetched 8401 kB in 14s (598 kB/s) [2021-09-02T19:27:32.817Z] Cloning repository https://github.com/moby/moby.git [2021-09-02T19:27:33.252Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-09-02T19:27:34.088Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:27:34.089Z] > git --version # timeout=10 [2021-09-02T19:27:34.123Z] > git --version # 'git version 2.24.1.windows.2' [2021-09-02T19:27:34.124Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:27:34.126Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:27:35.302Z] #30 16.31 #=#=# 0.0% ##### 7.1% ######## 12.2% ############ 16.7% ################## 25.2% ###################### 31.0% ############################ 39.1% ################################ 45.6% ######################################## 56.4% ################################################ 66.8% ######################################################## 78.1% ############################################################### 87.7% ##################################################################### 97.1% ######################################################################## 100.0% [2021-09-02T19:27:36.716Z] #30 19.14 [2021-09-02T19:27:36.848Z] #60 ... [2021-09-02T19:27:36.848Z] [2021-09-02T19:27:36.848Z] #57 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:27:36.848Z] #57 sha256:b0fe7a1fac19ad37f5acf133e085479467ceff9ca7df5325534a688e978abb8f [2021-09-02T19:27:36.848Z] #57 16.38 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:27:37.454Z] using credential docker-jenkins-github-credentials [2021-09-02T19:27:37.532Z] Cloning the remote Git repository [2021-09-02T19:27:37.532Z] Cloning with configured refspecs honoured and without tags [2021-09-02T19:27:37.668Z] #30 ... [2021-09-02T19:27:37.669Z] [2021-09-02T19:27:37.669Z] #35 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-09-02T19:27:37.669Z] #35 sha256:0aa41b77347520d23c2246ed8660914ab35a2c9393de685b8bba4a253e08fa20 [2021-09-02T19:27:37.669Z] #35 DONE 19.2s [2021-09-02T19:27:37.669Z] [2021-09-02T19:27:37.669Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:37.669Z] #51 sha256:84be15340b0a1b6a4d81e736fb9137e09c9543d9feb3d38fcee0d4b679df29b7 [2021-09-02T19:27:37.669Z] #51 12.78 go: downloading github.com/magiconair/properties v1.8.1 [2021-09-02T19:27:37.669Z] #51 12.78 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-02T19:27:37.669Z] #51 12.90 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-09-02T19:27:37.669Z] #51 12.95 go: downloading github.com/spf13/afero v1.1.2 [2021-09-02T19:27:37.669Z] #51 13.27 go: downloading github.com/spf13/cast v1.3.0 [2021-09-02T19:27:37.669Z] #51 13.30 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-09-02T19:27:37.669Z] #51 13.33 go: downloading github.com/subosito/gotenv v1.2.0 [2021-09-02T19:27:37.669Z] #51 13.39 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-09-02T19:27:37.669Z] #51 13.51 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-09-02T19:27:37.669Z] #51 13.86 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-09-02T19:27:37.669Z] #51 13.88 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-09-02T19:27:37.669Z] #51 14.01 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-02T19:27:37.669Z] #51 14.14 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-02T19:27:37.669Z] #51 14.18 go: downloading github.com/stretchr/objx v0.2.0 [2021-09-02T19:27:37.669Z] #51 14.36 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-09-02T19:27:37.669Z] #51 14.43 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-09-02T19:27:37.669Z] #51 14.60 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-09-02T19:27:37.669Z] #51 14.66 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-09-02T19:27:37.669Z] #51 14.88 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-09-02T19:27:37.669Z] #51 14.93 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-09-02T19:27:37.669Z] #51 15.83 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-09-02T19:27:37.669Z] #51 15.89 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-09-02T19:27:37.669Z] #51 15.95 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-09-02T19:27:37.669Z] #51 16.28 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-09-02T19:27:37.669Z] #51 16.42 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-09-02T19:27:37.669Z] #51 16.72 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-09-02T19:27:37.669Z] #51 16.76 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-09-02T19:27:37.669Z] #51 17.46 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-09-02T19:27:37.669Z] #51 17.52 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-09-02T19:27:37.669Z] #51 17.56 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-09-02T19:27:37.669Z] #51 17.63 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-09-02T19:27:37.669Z] #51 17.65 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-09-02T19:27:37.669Z] #51 17.91 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-09-02T19:27:37.669Z] #51 18.36 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-09-02T19:27:37.669Z] #51 18.75 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-09-02T19:27:37.669Z] #51 18.80 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-09-02T19:27:37.669Z] #51 19.02 go: downloading github.com/ultraware/funlen v0.0.2 [2021-09-02T19:27:37.669Z] #51 19.11 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-09-02T19:27:37.669Z] #51 19.12 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-09-02T19:27:37.669Z] #51 ... [2021-09-02T19:27:37.669Z] [2021-09-02T19:27:37.669Z] #47 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-09-02T19:27:37.669Z] #47 sha256:8d7cbbb4e304a807d5c1c7cf24176d802101055c338ae8806baff1d73a1ba59f [2021-09-02T19:27:37.669Z] #47 DONE 19.2s [2021-09-02T19:27:37.669Z] [2021-09-02T19:27:37.669Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:27:37.669Z] #41 sha256:901bdcae8bd99e55f92d90f2ff911bd06564312c30aaeb5eee4b8beac008d08b [2021-09-02T19:27:37.669Z] #41 16.17 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-09-02T19:27:37.669Z] #41 18.10 + 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-09-02T19:27:37.834Z] #49 ... [2021-09-02T19:27:37.834Z] [2021-09-02T19:27:37.834Z] #47 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-09-02T19:27:37.834Z] #47 sha256:489f82de75849ee4f967329d8dcb3be3fddb8695987af7800e7fb7f49e3efd2f [2021-09-02T19:27:37.834Z] #47 DONE 19.9s [2021-09-02T19:27:37.834Z] [2021-09-02T19:27:37.834Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:37.834Z] #51 sha256:558936e4127d7ce261e9fede41f1e4cd9d5435cd137a34f32cd608b1c34a1736 [2021-09-02T19:27:37.834Z] #51 13.31 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-09-02T19:27:37.834Z] #51 13.59 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-02T19:27:37.834Z] #51 16.85 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-09-02T19:27:37.834Z] #51 16.90 go: downloading github.com/stretchr/testify v1.4.0 [2021-09-02T19:27:37.834Z] #51 17.06 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-09-02T19:27:37.834Z] #51 17.19 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-09-02T19:27:37.834Z] #51 17.31 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-09-02T19:27:37.834Z] #51 17.68 go: downloading github.com/magiconair/properties v1.8.1 [2021-09-02T19:27:37.834Z] #51 17.68 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-02T19:27:37.834Z] #51 17.80 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-09-02T19:27:37.834Z] #51 17.80 go: downloading github.com/spf13/afero v1.1.2 [2021-09-02T19:27:37.834Z] #51 18.08 go: downloading github.com/spf13/cast v1.3.0 [2021-09-02T19:27:37.834Z] #51 18.08 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-09-02T19:27:37.834Z] #51 18.08 go: downloading github.com/subosito/gotenv v1.2.0 [2021-09-02T19:27:37.834Z] #51 18.15 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-09-02T19:27:37.834Z] #51 18.23 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-09-02T19:27:37.834Z] #51 18.30 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-09-02T19:27:37.834Z] #51 18.36 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-09-02T19:27:37.834Z] #51 18.39 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-09-02T19:27:37.834Z] #51 18.39 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-09-02T19:27:37.834Z] #51 18.56 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-09-02T19:27:37.834Z] #51 18.56 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-09-02T19:27:37.834Z] #51 18.56 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-09-02T19:27:37.834Z] #51 18.56 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-09-02T19:27:37.834Z] #51 18.76 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-09-02T19:27:37.834Z] #51 18.76 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-09-02T19:27:37.834Z] #51 18.94 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-09-02T19:27:37.834Z] #51 18.94 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-09-02T19:27:37.834Z] #51 19.07 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-09-02T19:27:37.834Z] #51 19.14 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-09-02T19:27:37.834Z] #51 19.43 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-09-02T19:27:37.834Z] #51 19.49 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-09-02T19:27:37.834Z] #51 19.51 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-09-02T19:27:37.834Z] #51 19.76 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-09-02T19:27:37.834Z] #51 19.79 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-09-02T19:27:37.834Z] #51 19.93 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-09-02T19:27:37.834Z] #51 19.97 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-09-02T19:27:38.093Z] #51 20.34 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-09-02T19:27:38.093Z] #51 20.36 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-09-02T19:27:38.093Z] #51 20.40 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-09-02T19:27:38.093Z] #51 20.59 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-09-02T19:27:37.730Z] Cloning repository https://github.com/moby/moby.git [2021-09-02T19:27:38.352Z] #51 20.64 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-09-02T19:27:38.352Z] #51 20.67 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-09-02T19:27:38.611Z] #51 20.96 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-09-02T19:27:38.769Z] #57 ... [2021-09-02T19:27:38.769Z] [2021-09-02T19:27:38.769Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:38.769Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:27:38.769Z] #45 8.411 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:27:38.770Z] #45 8.461 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:27:38.770Z] #45 8.463 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:27:38.770Z] #45 9.093 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-09-02T19:27:38.770Z] #45 10.72 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:27:38.770Z] #45 16.04 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:27:38.770Z] #45 ... [2021-09-02T19:27:38.770Z] [2021-09-02T19:27:38.770Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:38.770Z] #51 sha256:b1c76d301e35376be11d10436c87401647110ea7cf65ad81579291ca608fa444 [2021-09-02T19:27:38.770Z] #51 18.39 go: downloading github.com/fatih/color v1.7.0 [2021-09-02T19:27:38.770Z] #51 18.46 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-09-02T19:27:38.770Z] #51 18.49 go: downloading github.com/pkg/errors v0.8.1 [2021-09-02T19:27:38.770Z] #51 18.55 go: downloading github.com/spf13/cobra v0.0.5 [2021-09-02T19:27:38.770Z] #51 18.61 go: downloading github.com/spf13/pflag v1.0.5 [2021-09-02T19:27:38.871Z] #51 ... [2021-09-02T19:27:38.871Z] [2021-09-02T19:27:38.871Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:27:38.871Z] #60 sha256:3d6900ddbcf1bc3a73dce90e7c205620b0356678e7085f5fad11fdca990f344b [2021-09-02T19:27:38.871Z] #60 11.34 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-09-02T19:27:38.871Z] #60 11.85 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-09-02T19:27:38.871Z] #60 12.04 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-09-02T19:27:38.871Z] #60 14.82 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-09-02T19:27:38.871Z] #60 18.88 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-09-02T19:27:38.871Z] #60 ... [2021-09-02T19:27:38.871Z] [2021-09-02T19:27:38.871Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:38.871Z] #51 sha256:558936e4127d7ce261e9fede41f1e4cd9d5435cd137a34f32cd608b1c34a1736 [2021-09-02T19:27:38.871Z] #51 21.31 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-09-02T19:27:38.871Z] #51 21.31 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-09-02T19:27:39.034Z] #51 19.09 go: downloading github.com/spf13/viper v1.6.1 [2021-09-02T19:27:39.067Z] #41 ... [2021-09-02T19:27:39.068Z] [2021-09-02T19:27:39.068Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:27:39.068Z] #60 sha256:4f106a6f85bfcafcf16609868d892486a5c7ca98f11c52fc5359de8e16c0ae01 [2021-09-02T19:27:39.068Z] #60 10.71 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-09-02T19:27:39.068Z] #60 12.47 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-09-02T19:27:39.068Z] #60 13.42 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-09-02T19:27:39.068Z] #60 17.70 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-09-02T19:27:39.068Z] #60 18.21 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-09-02T19:27:39.068Z] #60 ... [2021-09-02T19:27:39.068Z] [2021-09-02T19:27:39.068Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:39.068Z] #51 sha256:84be15340b0a1b6a4d81e736fb9137e09c9543d9feb3d38fcee0d4b679df29b7 [2021-09-02T19:27:39.068Z] #51 20.13 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-09-02T19:27:39.130Z] #51 21.54 go: downloading github.com/ultraware/funlen v0.0.2 [2021-09-02T19:27:39.130Z] #51 21.54 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-09-02T19:27:39.130Z] #51 21.54 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-09-02T19:27:39.130Z] #51 21.62 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-09-02T19:27:39.235Z] #37 20.07 Reading package lists... [2021-09-02T19:27:39.235Z] #37 ... [2021-09-02T19:27:39.235Z] [2021-09-02T19:27:39.235Z] #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-09-02T19:27:39.235Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:27:39.235Z] #14 25.24 Fetched 8401 kB in 18s (462 kB/s) [2021-09-02T19:27:39.296Z] #51 19.46 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-09-02T19:27:39.558Z] #51 19.48 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-09-02T19:27:39.649Z] #51 ... [2021-09-02T19:27:39.649Z] [2021-09-02T19:27:39.649Z] #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-09-02T19:27:39.649Z] #14 sha256:d6d7c91ff60c3574e6270fff3dfeff8b5222f0f9ce009befe782f496ac1c62cc [2021-09-02T19:27:39.649Z] #14 11.18 Fetched 8289 kB in 7s (1151 kB/s) [2021-09-02T19:27:39.649Z] #14 11.18 Reading package lists... [2021-09-02T19:27:39.649Z] #14 14.65 Reading package lists... [2021-09-02T19:27:39.649Z] #14 18.68 Building dependency tree... [2021-09-02T19:27:39.649Z] #14 ... [2021-09-02T19:27:39.649Z] [2021-09-02T19:27:39.649Z] #57 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:27:39.649Z] #57 sha256:811a144dd0c34019f06c1f88d18f862a133217f2eeaa543784cf88af2a7e2313 [2021-09-02T19:27:39.649Z] #57 11.31 Reading package lists... [2021-09-02T19:27:39.649Z] #57 15.32 Reading package lists... [2021-09-02T19:27:39.649Z] #57 18.94 Building dependency tree... [2021-09-02T19:27:39.809Z] #14 25.24 Reading package lists... [2021-09-02T19:27:39.809Z] #14 ... [2021-09-02T19:27:39.809Z] [2021-09-02T19:27:39.809Z] #35 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-09-02T19:27:39.809Z] #35 sha256:884c003f7ab7e1aa1dd9ec7794201dc300547a7e3c628b0e63d7986efadf8300 [2021-09-02T19:27:39.809Z] #35 DONE 26.4s [2021-09-02T19:27:39.809Z] [2021-09-02T19:27:39.809Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:39.809Z] #51 sha256:4043fdf24f142026307314e18c5917b11654f08cf9041964f3eb50a2c59ebc78 [2021-09-02T19:27:39.809Z] #51 26.00 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-09-02T19:27:39.809Z] #51 26.14 go: downloading github.com/stretchr/testify v1.4.0 [2021-09-02T19:27:39.809Z] #51 26.36 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-09-02T19:27:39.809Z] #51 26.62 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-09-02T19:27:39.809Z] #51 26.70 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-09-02T19:27:40.233Z] #57 ... [2021-09-02T19:27:40.233Z] [2021-09-02T19:27:40.233Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:40.233Z] #51 sha256:84be15340b0a1b6a4d81e736fb9137e09c9543d9feb3d38fcee0d4b679df29b7 [2021-09-02T19:27:40.233Z] #51 21.89 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-09-02T19:27:40.233Z] #51 21.91 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-09-02T19:27:40.233Z] #51 21.92 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-09-02T19:27:40.233Z] #51 21.92 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-09-02T19:27:40.233Z] #51 21.96 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-09-02T19:27:40.233Z] #51 22.02 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-09-02T19:27:38.135Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-09-02T19:27:39.096Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:27:39.096Z] > git --version # timeout=10 [2021-09-02T19:27:39.135Z] > git --version # 'git version 2.24.1.windows.2' [2021-09-02T19:27:39.136Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:27:39.139Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:27:40.499Z] #51 22.03 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-09-02T19:27:40.499Z] #51 22.05 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-09-02T19:27:40.499Z] #51 22.12 go: downloading golang.org/x/text v0.3.2 [2021-09-02T19:27:40.499Z] #51 22.25 go: downloading github.com/gobwas/glob v0.2.3 [2021-09-02T19:27:40.501Z] #51 20.42 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-09-02T19:27:40.501Z] #51 20.57 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-02T19:27:40.509Z] #51 22.85 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-09-02T19:27:40.509Z] #51 22.85 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-09-02T19:27:40.509Z] #51 22.96 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-02T19:27:40.509Z] #51 23.01 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-02T19:27:40.509Z] #51 23.06 go: downloading github.com/stretchr/objx v0.2.0 [2021-09-02T19:27:40.754Z] #51 27.39 go: downloading github.com/magiconair/properties v1.8.1 [2021-09-02T19:27:40.754Z] #51 27.41 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-02T19:27:40.754Z] #51 27.54 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-09-02T19:27:40.765Z] #51 22.41 go: downloading github.com/kisielk/gotool v1.0.0 [2021-09-02T19:27:40.769Z] #51 23.14 go: downloading golang.org/x/text v0.3.2 [2021-09-02T19:27:41.025Z] #51 27.74 go: downloading github.com/spf13/afero v1.1.2 [2021-09-02T19:27:41.025Z] #51 27.76 go: downloading github.com/spf13/cast v1.3.0 [2021-09-02T19:27:41.025Z] #51 27.99 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-09-02T19:27:41.025Z] #51 27.99 go: downloading github.com/subosito/gotenv v1.2.0 [2021-09-02T19:27:41.030Z] #51 22.62 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-09-02T19:27:41.030Z] #51 22.68 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-09-02T19:27:41.286Z] #51 28.01 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-09-02T19:27:41.286Z] #51 28.08 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-09-02T19:27:41.445Z] #51 ... [2021-09-02T19:27:41.445Z] [2021-09-02T19:27:41.445Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-09-02T19:27:41.445Z] #25 sha256:fe9b3d4cdef30e55d2bb15459df58fa72b84b883e4eab34464398d4618269b7e [2021-09-02T19:27:41.445Z] #25 19.17 + mkdir -p /build [2021-09-02T19:27:41.445Z] #25 19.17 + mv docker/docker /build/ [2021-09-02T19:27:41.445Z] #25 19.18 + rmdir docker [2021-09-02T19:27:41.445Z] #25 DONE 21.5s [2021-09-02T19:27:41.551Z] #51 28.35 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-09-02T19:27:41.551Z] #51 ... [2021-09-02T19:27:41.551Z] [2021-09-02T19:27:41.551Z] #57 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:27:41.551Z] #57 sha256:b0fe7a1fac19ad37f5acf133e085479467ceff9ca7df5325534a688e978abb8f [2021-09-02T19:27:41.551Z] #57 18.35 Fetched 8401 kB in 13s (654 kB/s) [2021-09-02T19:27:41.551Z] #57 18.35 Reading package lists... [2021-09-02T19:27:41.706Z] [2021-09-02T19:27:41.706Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:27:41.706Z] #49 sha256:bc35a97fa6b9070ed41b213231278df89e027c039c5a32389146f5cdaa1a9edd [2021-09-02T19:27:41.706Z] #49 11.57 go: downloading github.com/fatih/color v1.10.0 [2021-09-02T19:27:41.706Z] #49 12.11 go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-02T19:27:41.706Z] #49 12.12 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-02T19:27:41.706Z] #49 12.34 go: downloading github.com/pkg/errors v0.9.1 [2021-09-02T19:27:41.706Z] #49 12.72 go: downloading golang.org/x/tools v0.1.0 [2021-09-02T19:27:41.706Z] #49 12.91 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-02T19:27:41.706Z] #49 13.11 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-02T19:27:41.706Z] #49 13.51 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-02T19:27:41.706Z] #49 13.78 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-02T19:27:41.706Z] #49 19.52 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-02T19:27:41.706Z] #49 19.62 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-02T19:27:41.706Z] #49 19.78 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-02T19:27:41.706Z] #49 ... [2021-09-02T19:27:41.706Z] [2021-09-02T19:27:41.706Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:27:41.706Z] #60 sha256:633ecfbff3eecc9ae2e22500074bb46c601b31c461dd90724ab96e06da83d3e1 [2021-09-02T19:27:41.706Z] #60 16.71 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-09-02T19:27:41.706Z] #60 18.05 go: downloading github.com/google/uuid v1.3.0 [2021-09-02T19:27:41.706Z] #60 18.08 go: downloading github.com/moby/vpnkit v0.5.0 [2021-09-02T19:27:41.706Z] #60 18.21 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-09-02T19:27:41.706Z] #60 18.47 go: downloading github.com/gofrs/flock v0.8.1 [2021-09-02T19:27:41.706Z] #60 18.50 go: downloading github.com/gorilla/mux v1.8.0 [2021-09-02T19:27:41.706Z] #60 18.62 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-09-02T19:27:41.706Z] #60 18.89 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-09-02T19:27:41.706Z] #60 19.02 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-09-02T19:27:41.706Z] #60 21.40 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-09-02T19:27:41.810Z] #57 27.01 Reading package lists... [2021-09-02T19:27:41.811Z] #57 ... [2021-09-02T19:27:41.811Z] [2021-09-02T19:27:41.811Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:41.811Z] #51 sha256:4043fdf24f142026307314e18c5917b11654f08cf9041964f3eb50a2c59ebc78 [2021-09-02T19:27:41.811Z] #51 28.45 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-09-02T19:27:41.811Z] #51 28.45 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-09-02T19:27:41.811Z] #51 28.49 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-09-02T19:27:41.811Z] #51 28.52 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-09-02T19:27:41.811Z] #51 28.55 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-09-02T19:27:41.811Z] #51 28.58 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-09-02T19:27:41.811Z] #51 28.61 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-09-02T19:27:41.811Z] #51 28.67 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-09-02T19:27:41.988Z] #51 23.49 go: downloading github.com/gogo/protobuf v1.2.1 [2021-09-02T19:27:42.070Z] #51 28.87 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-09-02T19:27:42.070Z] #51 28.94 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-09-02T19:27:42.257Z] #51 ... [2021-09-02T19:27:42.258Z] [2021-09-02T19:27:42.258Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:27:42.258Z] #49 sha256:252ac44ec56346ac83b7480909e4fe90a2194e04752e158caa84c8de5056e071 [2021-09-02T19:27:42.258Z] #49 13.89 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-02T19:27:42.258Z] #49 13.93 go: downloading golang.org/x/mod v0.3.0 [2021-09-02T19:27:42.330Z] #51 29.10 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-09-02T19:27:42.330Z] #51 29.18 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-09-02T19:27:42.525Z] #49 ... [2021-09-02T19:27:42.525Z] [2021-09-02T19:27:42.525Z] #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-09-02T19:27:42.525Z] #14 sha256:d6d7c91ff60c3574e6270fff3dfeff8b5222f0f9ce009befe782f496ac1c62cc [2021-09-02T19:27:42.525Z] #14 22.25 The following additional packages will be installed: [2021-09-02T19:27:42.525Z] #14 22.25 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-02T19:27:42.525Z] #14 22.25 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-09-02T19:27:42.525Z] #14 22.25 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-09-02T19:27:42.525Z] #14 22.25 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-09-02T19:27:42.525Z] #14 22.25 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-09-02T19:27:42.525Z] #14 22.25 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-09-02T19:27:42.525Z] #14 22.26 mingw-w64-common mingw-w64-x86-64-dev [2021-09-02T19:27:42.525Z] #14 22.26 Suggested packages: [2021-09-02T19:27:42.525Z] #14 22.26 gcc-10-locales seccomp wine64 [2021-09-02T19:27:42.525Z] #14 23.21 The following NEW packages will be installed: [2021-09-02T19:27:42.525Z] #14 23.21 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-02T19:27:42.525Z] #14 23.21 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-09-02T19:27:42.525Z] #14 23.21 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-09-02T19:27:42.525Z] #14 23.21 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-09-02T19:27:42.525Z] #14 23.21 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-09-02T19:27:42.525Z] #14 23.21 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-09-02T19:27:42.525Z] #14 23.22 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-09-02T19:27:42.525Z] #14 23.22 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-09-02T19:27:42.525Z] #14 23.22 mingw-w64-x86-64-dev [2021-09-02T19:27:42.525Z] #14 23.61 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:27:42.525Z] #14 23.61 Need to get 108 MB of archives. [2021-09-02T19:27:42.525Z] #14 23.61 After this operation, 620 MB of additional disk space will be used. [2021-09-02T19:27:42.525Z] #14 23.61 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-09-02T19:27:42.525Z] #14 23.69 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-09-02T19:27:42.525Z] #14 23.86 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-09-02T19:27:42.525Z] #14 23.87 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-09-02T19:27:42.525Z] #14 23.87 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2021-09-02T19:27:42.525Z] #14 23.87 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-09-02T19:27:42.525Z] #14 24.09 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-09-02T19:27:42.525Z] #14 24.26 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-09-02T19:27:42.670Z] #51 29.39 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-09-02T19:27:42.795Z] #14 24.26 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-09-02T19:27:43.323Z] #51 30.10 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-09-02T19:27:43.380Z] #14 25.12 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-09-02T19:27:43.591Z] #51 30.26 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-09-02T19:27:43.591Z] #51 30.32 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-09-02T19:27:43.591Z] #51 ... [2021-09-02T19:27:43.591Z] [2021-09-02T19:27:43.591Z] #47 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-09-02T19:27:43.591Z] #47 sha256:e9dcfcd927f9e025f80e10bf316112be49c33d4329daa5cdbb00c7f811a422a5 [2021-09-02T19:27:43.591Z] #47 DONE 30.5s [2021-09-02T19:27:43.619Z] #60 ... [2021-09-02T19:27:43.619Z] [2021-09-02T19:27:43.619Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:27:43.619Z] #49 sha256:bc35a97fa6b9070ed41b213231278df89e027c039c5a32389146f5cdaa1a9edd [2021-09-02T19:27:43.619Z] #49 23.20 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-02T19:27:43.619Z] #49 23.30 go: downloading golang.org/x/mod v0.3.0 [2021-09-02T19:27:43.870Z] [2021-09-02T19:27:43.870Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:43.870Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:27:43.870Z] #37 20.07 Reading package lists... [2021-09-02T19:27:44.346Z] #14 25.91 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-09-02T19:27:44.346Z] #14 ... [2021-09-02T19:27:44.346Z] [2021-09-02T19:27:44.346Z] #57 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:27:44.346Z] #57 sha256:811a144dd0c34019f06c1f88d18f862a133217f2eeaa543784cf88af2a7e2313 [2021-09-02T19:27:44.346Z] #57 22.36 The following additional packages will be installed: [2021-09-02T19:27:44.346Z] #57 22.36 libbtrfs0 [2021-09-02T19:27:44.346Z] #57 22.53 The following NEW packages will be installed: [2021-09-02T19:27:44.346Z] #57 22.54 libbtrfs-dev libbtrfs0 [2021-09-02T19:27:44.346Z] #57 22.97 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:27:44.346Z] #57 22.97 Need to get 454 kB of archives. [2021-09-02T19:27:44.346Z] #57 22.97 After this operation, 1275 kB of additional disk space will be used. [2021-09-02T19:27:44.346Z] #57 22.97 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2021-09-02T19:27:44.346Z] #57 22.98 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2021-09-02T19:27:44.346Z] #57 24.12 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:27:44.346Z] #57 24.41 Fetched 454 kB in 0s (1442 kB/s) [2021-09-02T19:27:44.346Z] #57 24.71 Selecting previously unselected package libbtrfs0:arm64. [2021-09-02T19:27:44.346Z] #57 24.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15703 files and directories currently installed.) [2021-09-02T19:27:44.346Z] #57 24.78 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2021-09-02T19:27:44.346Z] #57 24.81 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2021-09-02T19:27:44.346Z] #57 25.03 Selecting previously unselected package libbtrfs-dev:arm64. [2021-09-02T19:27:44.346Z] #57 25.03 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2021-09-02T19:27:44.346Z] #57 25.05 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2021-09-02T19:27:44.346Z] #57 25.31 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2021-09-02T19:27:44.346Z] #57 25.36 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2021-09-02T19:27:44.346Z] #57 25.39 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:27:44.346Z] #57 DONE 26.1s [2021-09-02T19:27:44.613Z] [2021-09-02T19:27:44.613Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:27:44.613Z] #58 sha256:e50d621757160490435684f069f5ef56b5f084a303cdf32dffce0b63ab47a3fa [2021-09-02T19:27:44.978Z] #51 ... [2021-09-02T19:27:44.978Z] [2021-09-02T19:27:44.978Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:44.978Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:27:44.978Z] #45 16.79 Get:7 https://provo-mirror.opensuse.org//repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-09-02T19:27:44.978Z] #45 20.61 Fetched 8404 kB in 15s (557 kB/s) [2021-09-02T19:27:44.978Z] #45 20.61 Reading package lists... [2021-09-02T19:27:44.978Z] #45 25.30 Reading package lists... [2021-09-02T19:27:44.978Z] #45 ... [2021-09-02T19:27:44.978Z] [2021-09-02T19:27:44.978Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:27:44.978Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:27:44.978Z] #41 22.68 Updating files: 93% (1632/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-09-02T19:27:44.978Z] #41 22.69 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-09-02T19:27:44.978Z] #41 24.36 + 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-09-02T19:27:45.203Z] #58 ... [2021-09-02T19:27:45.203Z] [2021-09-02T19:27:45.203Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:45.203Z] #37 sha256:d199ab1c58dbbf4bd60f187e38190a39977b84cb18eb1b435b11041fb2301d2d [2021-09-02T19:27:45.203Z] #37 12.57 Reading package lists... [2021-09-02T19:27:45.203Z] #37 16.93 Reading package lists... [2021-09-02T19:27:45.203Z] #37 22.22 Building dependency tree... [2021-09-02T19:27:45.203Z] #37 25.26 The following additional packages will be installed: [2021-09-02T19:27:45.203Z] #37 25.29 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-09-02T19:27:45.203Z] #37 25.30 Suggested packages: [2021-09-02T19:27:45.203Z] #37 25.31 cmake-doc ninja-build lrzip [2021-09-02T19:27:45.203Z] #37 25.31 Recommended packages: [2021-09-02T19:27:45.203Z] #37 25.31 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-09-02T19:27:45.203Z] #37 26.02 The following NEW packages will be installed: [2021-09-02T19:27:45.203Z] #37 26.06 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-09-02T19:27:45.203Z] #37 26.06 vim-common xxd [2021-09-02T19:27:45.203Z] #37 26.53 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:27:45.203Z] #37 26.53 Need to get 15.6 MB of archives. [2021-09-02T19:27:45.203Z] #37 26.53 After this operation, 67.4 MB of additional disk space will be used. [2021-09-02T19:27:45.203Z] #37 26.53 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3 [192 kB] [2021-09-02T19:27:45.203Z] #37 26.55 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-02T19:27:45.203Z] #37 26.59 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2 [1725 kB] [2021-09-02T19:27:45.203Z] #37 26.69 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2021-09-02T19:27:45.468Z] #37 27.09 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7 [629 kB] [2021-09-02T19:27:45.468Z] #37 ... [2021-09-02T19:27:45.468Z] [2021-09-02T19:27:45.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-09-02T19:27:45.468Z] #14 sha256:d6d7c91ff60c3574e6270fff3dfeff8b5222f0f9ce009befe782f496ac1c62cc [2021-09-02T19:27:45.468Z] #14 26.35 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-09-02T19:27:45.468Z] #14 26.66 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2021-09-02T19:27:45.735Z] #14 27.51 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-09-02T19:27:45.789Z] #37 28.89 Reading package lists... [2021-09-02T19:27:45.789Z] #37 ... [2021-09-02T19:27:45.789Z] [2021-09-02T19:27:45.789Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:27:45.789Z] #49 sha256:8f52651aa3210b957bc31b45519d585be51dab45630b169bb94654ad5f9f1de4 [2021-09-02T19:27:45.789Z] #49 22.42 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-02T19:27:45.789Z] #49 22.55 go: downloading golang.org/x/mod v0.3.0 [2021-09-02T19:27:45.789Z] #49 ... [2021-09-02T19:27:45.789Z] [2021-09-02T19:27:45.789Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:27:45.789Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:27:45.789Z] #41 31.39 Updating files: 71% (1245/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-09-02T19:27:45.789Z] #41 32.07 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-09-02T19:27:45.915Z] #41 ... [2021-09-02T19:27:45.915Z] [2021-09-02T19:27:45.915Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:45.915Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:27:45.915Z] #37 18.36 Fetched 8401 kB in 13s (641 kB/s) [2021-09-02T19:27:45.915Z] #37 18.36 Reading package lists... [2021-09-02T19:27:45.915Z] #37 23.22 Reading package lists... [2021-09-02T19:27:46.002Z] #14 27.72 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-09-02T19:27:46.002Z] #14 27.72 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2021-09-02T19:27:46.002Z] #14 27.72 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2021-09-02T19:27:46.002Z] #14 27.72 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2021-09-02T19:27:46.002Z] #14 27.73 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2021-09-02T19:27:46.002Z] #14 27.74 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-09-02T19:27:46.174Z] #37 27.97 Building dependency tree... [2021-09-02T19:27:46.174Z] #37 ... [2021-09-02T19:27:46.174Z] [2021-09-02T19:27:46.175Z] #57 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:27:46.175Z] #57 sha256:b0fe7a1fac19ad37f5acf133e085479467ceff9ca7df5325534a688e978abb8f [2021-09-02T19:27:46.175Z] #57 12.55 Reading package lists... [2021-09-02T19:27:46.175Z] #57 18.56 Reading package lists... [2021-09-02T19:27:46.175Z] #57 23.41 Building dependency tree... [2021-09-02T19:27:46.175Z] #57 26.57 The following additional packages will be installed: [2021-09-02T19:27:46.175Z] #57 26.57 libbtrfs0 [2021-09-02T19:27:46.175Z] #57 26.74 The following NEW packages will be installed: [2021-09-02T19:27:46.175Z] #57 26.74 libbtrfs-dev libbtrfs0 [2021-09-02T19:27:46.175Z] #57 27.11 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:27:46.175Z] #57 27.11 Need to get 460 kB of archives. [2021-09-02T19:27:46.175Z] #57 27.11 After this operation, 1237 kB of additional disk space will be used. [2021-09-02T19:27:46.175Z] #57 27.11 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-02T19:27:46.175Z] #57 27.11 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-02T19:27:46.175Z] #57 28.05 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:27:46.175Z] #57 28.30 Fetched 460 kB in 0s (1361 kB/s) [2021-09-02T19:27:46.175Z] #57 28.36 Selecting previously unselected package libbtrfs0:amd64. [2021-09-02T19:27:46.175Z] #57 28.36 (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-09-02T19:27:46.175Z] #57 28.41 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-02T19:27:46.175Z] #57 28.50 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-02T19:27:46.175Z] #57 28.64 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-02T19:27:46.175Z] #57 28.66 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-02T19:27:46.175Z] #57 ... [2021-09-02T19:27:46.175Z] [2021-09-02T19:27:46.175Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:46.175Z] #51 sha256:558936e4127d7ce261e9fede41f1e4cd9d5435cd137a34f32cd608b1c34a1736 [2021-09-02T19:27:46.175Z] #51 28.30 go: downloading github.com/gobwas/glob v0.2.3 [2021-09-02T19:27:46.175Z] #51 28.33 go: downloading github.com/kisielk/gotool v1.0.0 [2021-09-02T19:27:46.175Z] #51 28.38 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-09-02T19:27:46.175Z] #51 28.50 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-09-02T19:27:46.175Z] #51 28.50 go: downloading github.com/gogo/protobuf v1.2.1 [2021-09-02T19:27:46.267Z] #14 27.74 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB] [2021-09-02T19:27:46.267Z] #14 27.74 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2021-09-02T19:27:46.267Z] #14 27.75 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2021-09-02T19:27:46.267Z] #14 27.75 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2021-09-02T19:27:46.267Z] #14 27.76 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2021-09-02T19:27:46.267Z] #14 27.76 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2021-09-02T19:27:46.267Z] #14 27.77 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2021-09-02T19:27:46.267Z] #14 27.78 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-09-02T19:27:46.267Z] #14 27.78 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB] [2021-09-02T19:27:46.267Z] #14 27.79 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB] [2021-09-02T19:27:46.447Z] #51 ... [2021-09-02T19:27:46.447Z] [2021-09-02T19:27:46.447Z] #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-09-02T19:27:46.447Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:27:46.447Z] #14 18.71 Fetched 8401 kB in 13s (629 kB/s) [2021-09-02T19:27:46.447Z] #14 18.71 Reading package lists... [2021-09-02T19:27:46.447Z] #14 23.58 Reading package lists... [2021-09-02T19:27:46.447Z] #14 27.91 Building dependency tree... [2021-09-02T19:27:46.447Z] #14 ... [2021-09-02T19:27:46.447Z] [2021-09-02T19:27:46.447Z] #57 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:27:46.447Z] #57 sha256:b0fe7a1fac19ad37f5acf133e085479467ceff9ca7df5325534a688e978abb8f [2021-09-02T19:27:46.447Z] #57 28.68 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-02T19:27:46.447Z] #57 29.05 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-02T19:27:46.447Z] #57 29.07 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-02T19:27:46.563Z] #14 ... [2021-09-02T19:27:46.563Z] [2021-09-02T19:27:46.563Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:46.563Z] #45 sha256:ab9d7387f91523bb2428e4105d5c9060c727e898a1cfb7ceee060e4f7396c3d0 [2021-09-02T19:27:46.563Z] #45 14.07 Reading package lists... [2021-09-02T19:27:46.563Z] #45 18.05 Reading package lists... [2021-09-02T19:27:46.563Z] #45 22.36 Building dependency tree... [2021-09-02T19:27:46.563Z] #45 24.55 The following additional packages will be installed: [2021-09-02T19:27:46.563Z] #45 24.55 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-02T19:27:46.563Z] #45 24.56 python3-protobuf python3-six [2021-09-02T19:27:46.563Z] #45 24.56 Suggested packages: [2021-09-02T19:27:46.563Z] #45 24.57 python3-setuptools [2021-09-02T19:27:46.563Z] #45 24.57 Recommended packages: [2021-09-02T19:27:46.563Z] #45 24.57 iproute2 | iproute [2021-09-02T19:27:46.563Z] #45 25.12 The following NEW packages will be installed: [2021-09-02T19:27:46.563Z] #45 25.12 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-02T19:27:46.563Z] #45 25.13 python3-protobuf python3-six [2021-09-02T19:27:46.563Z] #45 25.75 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:27:46.563Z] #45 25.75 Need to get 2094 kB of archives. [2021-09-02T19:27:46.563Z] #45 25.75 After this operation, 10.5 MB of additional disk space will be used. [2021-09-02T19:27:46.563Z] #45 25.75 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2021-09-02T19:27:46.563Z] #45 25.77 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-02T19:27:46.563Z] #45 25.81 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2021-09-02T19:27:46.563Z] #45 25.81 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2021-09-02T19:27:46.563Z] #45 25.81 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-09-02T19:27:46.563Z] #45 25.82 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-09-02T19:27:46.563Z] #45 25.82 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2021-09-02T19:27:46.563Z] #45 ... [2021-09-02T19:27:46.563Z] [2021-09-02T19:27:46.563Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:27:46.563Z] #58 sha256:e50d621757160490435684f069f5ef56b5f084a303cdf32dffce0b63ab47a3fa [2021-09-02T19:27:46.563Z] #58 1.335 + RM_GOPATH=0 [2021-09-02T19:27:46.563Z] #58 1.335 + TMP_GOPATH= [2021-09-02T19:27:46.563Z] #58 1.335 + : /build [2021-09-02T19:27:46.563Z] #58 1.336 + '[' -z '' ']' [2021-09-02T19:27:46.563Z] #58 1.337 ++ mktemp -d [2021-09-02T19:27:46.563Z] #58 1.339 + export GOPATH=/tmp/tmp.8Zo5YlfEgP [2021-09-02T19:27:46.563Z] #58 1.339 + GOPATH=/tmp/tmp.8Zo5YlfEgP [2021-09-02T19:27:46.563Z] #58 1.339 + RM_GOPATH=1 [2021-09-02T19:27:46.563Z] #58 1.339 + case "$(go env GOARCH)" in [2021-09-02T19:27:46.563Z] #58 1.341 ++ go env GOARCH [2021-09-02T19:27:46.563Z] #58 1.362 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:46.563Z] #58 1.362 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:46.563Z] #58 1.367 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:46.563Z] #58 1.372 + dir=/tmp/install [2021-09-02T19:27:46.563Z] #58 1.372 + bin=containerd [2021-09-02T19:27:46.563Z] #58 1.372 + shift [2021-09-02T19:27:46.563Z] #58 1.372 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-09-02T19:27:46.563Z] #58 1.372 + . /tmp/install/containerd.installer [2021-09-02T19:27:46.563Z] #58 1.372 ++ set -e [2021-09-02T19:27:46.563Z] #58 1.373 ++ : v1.5.5 [2021-09-02T19:27:46.563Z] #58 1.373 + install_containerd [2021-09-02T19:27:46.563Z] #58 1.374 + echo 'Install containerd version v1.5.5' [2021-09-02T19:27:46.563Z] #58 1.374 Install containerd version v1.5.5 [2021-09-02T19:27:46.563Z] #58 1.374 + git clone https://github.com/containerd/containerd.git /tmp/tmp.8Zo5YlfEgP/src/github.com/containerd/containerd [2021-09-02T19:27:46.563Z] #58 1.377 Cloning into '/tmp/tmp.8Zo5YlfEgP/src/github.com/containerd/containerd'... [2021-09-02T19:27:46.706Z] #57 29.10 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:27:46.727Z] #41 ... [2021-09-02T19:27:46.727Z] [2021-09-02T19:27:46.727Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:46.727Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:27:46.727Z] #45 23.19 Get:7 https://provo-mirror.opensuse.org//repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-09-02T19:27:46.727Z] #45 31.33 Fetched 8404 kB in 23s (370 kB/s) [2021-09-02T19:27:46.923Z] #49 ... [2021-09-02T19:27:46.923Z] [2021-09-02T19:27:46.923Z] #35 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-09-02T19:27:46.923Z] #35 sha256:b26500cbd015fcd9fe81b44f56f97f8a2e6f3b7b3a10e24054b421d65c2178cb [2021-09-02T19:27:46.923Z] #35 DONE 26.9s [2021-09-02T19:27:46.986Z] #45 31.33 Reading package lists... [2021-09-02T19:27:46.986Z] #45 ... [2021-09-02T19:27:46.986Z] [2021-09-02T19:27:46.986Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:46.986Z] #51 sha256:4043fdf24f142026307314e18c5917b11654f08cf9041964f3eb50a2c59ebc78 [2021-09-02T19:27:46.986Z] #51 30.73 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-09-02T19:27:46.986Z] #51 30.77 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-09-02T19:27:46.986Z] #51 31.22 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-09-02T19:27:46.986Z] #51 31.28 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-09-02T19:27:46.986Z] #51 32.06 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-09-02T19:27:46.986Z] #51 32.11 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-09-02T19:27:46.986Z] #51 32.23 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-09-02T19:27:46.986Z] #51 32.29 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-09-02T19:27:46.986Z] #51 32.36 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-09-02T19:27:46.986Z] #51 32.44 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-09-02T19:27:46.986Z] #51 32.82 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-09-02T19:27:46.986Z] #51 32.99 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-09-02T19:27:46.986Z] #51 33.19 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-09-02T19:27:46.986Z] #51 33.40 go: downloading github.com/ultraware/funlen v0.0.2 [2021-09-02T19:27:46.986Z] #51 33.42 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-09-02T19:27:46.986Z] #51 33.46 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-09-02T19:27:46.986Z] #51 33.65 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-09-02T19:27:47.184Z] [2021-09-02T19:27:47.184Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:47.184Z] #51 sha256:b1c76d301e35376be11d10436c87401647110ea7cf65ad81579291ca608fa444 [2021-09-02T19:27:47.184Z] #51 26.01 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-09-02T19:27:47.184Z] #51 26.09 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-09-02T19:27:47.184Z] #51 26.17 go: downloading github.com/stretchr/testify v1.4.0 [2021-09-02T19:27:47.184Z] #51 26.50 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-09-02T19:27:47.184Z] #51 26.59 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-09-02T19:27:47.184Z] #51 26.68 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-09-02T19:27:47.184Z] #51 26.86 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-09-02T19:27:47.273Z] #57 DONE 29.6s [2021-09-02T19:27:47.273Z] [2021-09-02T19:27:47.273Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:47.273Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:27:47.273Z] #37 27.97 Building dependency tree... [2021-09-02T19:27:47.445Z] #51 27.44 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-02T19:27:47.445Z] #51 27.44 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-09-02T19:27:47.556Z] #51 ... [2021-09-02T19:27:47.556Z] [2021-09-02T19:27:47.556Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:27:47.556Z] #60 sha256:453652623ab8fdb713e0a76f039ba35ed2dedf252ad7fe38222a34c717dbcd86 [2021-09-02T19:27:47.556Z] #60 24.28 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-09-02T19:27:47.556Z] #60 31.70 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-09-02T19:27:47.556Z] #60 ... [2021-09-02T19:27:47.556Z] [2021-09-02T19:27:47.556Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-02T19:27:47.556Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:27:47.556Z] #14 25.24 Reading package lists... [2021-09-02T19:27:47.706Z] #51 27.59 go: downloading github.com/magiconair/properties v1.8.1 [2021-09-02T19:27:47.967Z] #51 27.95 go: downloading github.com/spf13/afero v1.1.2 [2021-09-02T19:27:47.967Z] #51 27.98 go: downloading github.com/spf13/cast v1.3.0 [2021-09-02T19:27:47.967Z] #51 27.99 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-09-02T19:27:47.967Z] #51 28.11 go: downloading github.com/subosito/gotenv v1.2.0 [2021-09-02T19:27:48.230Z] #51 28.20 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-09-02T19:27:48.230Z] #51 28.33 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-09-02T19:27:48.802Z] #51 28.66 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-09-02T19:27:48.802Z] #51 28.68 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-09-02T19:27:48.802Z] #51 28.70 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-09-02T19:27:48.802Z] #51 28.74 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-09-02T19:27:48.802Z] #51 28.82 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-09-02T19:27:48.802Z] #51 28.86 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-09-02T19:27:49.064Z] #51 28.88 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-09-02T19:27:49.064Z] #51 29.04 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-09-02T19:27:49.064Z] #51 29.07 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-09-02T19:27:49.157Z] #58 ... [2021-09-02T19:27:49.157Z] [2021-09-02T19:27:49.157Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-09-02T19:27:49.157Z] #53 sha256:e017dc3fbabd9c3fbdcac6d340d522b2cdf9eda3b11c08f8e3252fde6e17c16c [2021-09-02T19:27:49.157Z] #53 DONE 30.8s [2021-09-02T19:27:49.175Z] #37 31.35 The following additional packages will be installed: [2021-09-02T19:27:49.175Z] #37 31.35 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-09-02T19:27:49.175Z] #37 31.35 Suggested packages: [2021-09-02T19:27:49.175Z] #37 31.35 cmake-doc ninja-build lrzip [2021-09-02T19:27:49.175Z] #37 31.35 Recommended packages: [2021-09-02T19:27:49.175Z] #37 31.35 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-09-02T19:27:49.175Z] #37 ... [2021-09-02T19:27:49.175Z] [2021-09-02T19:27:49.175Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-09-02T19:27:49.175Z] #53 sha256:0b3e96d99f105891a72b466656e4c7331fb921056127458f18baf6272f00812c [2021-09-02T19:27:49.175Z] #53 DONE 31.6s [2021-09-02T19:27:49.175Z] [2021-09-02T19:27:49.175Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:49.175Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:27:49.175Z] #45 25.30 Reading package lists... [2021-09-02T19:27:49.175Z] #45 30.12 Building dependency tree... [2021-09-02T19:27:49.325Z] #51 29.16 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-09-02T19:27:49.325Z] #51 29.20 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-09-02T19:27:49.325Z] #51 29.21 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-09-02T19:27:49.325Z] #51 29.35 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-09-02T19:27:49.437Z] [2021-09-02T19:27:49.437Z] #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-09-02T19:27:49.437Z] #14 sha256:d6d7c91ff60c3574e6270fff3dfeff8b5222f0f9ce009befe782f496ac1c62cc [2021-09-02T19:27:49.437Z] #14 28.77 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:27:49.437Z] #14 28.95 Fetched 108 MB in 5s (24.1 MB/s) [2021-09-02T19:27:49.437Z] #14 29.01 Selecting previously unselected package binutils-mingw-w64-i686. [2021-09-02T19:27:49.437Z] #14 29.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 ... 15703 files and directories currently installed.) [2021-09-02T19:27:49.437Z] #14 29.12 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2021-09-02T19:27:49.437Z] #14 29.20 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-02T19:27:49.585Z] #51 29.53 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-09-02T19:27:49.702Z] #14 31.23 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-09-02T19:27:49.702Z] #14 31.23 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2021-09-02T19:27:49.702Z] #14 31.30 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-02T19:27:49.829Z] Fetching without tags [2021-09-02T19:27:49.847Z] #51 29.72 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-09-02T19:27:49.847Z] #51 29.79 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-09-02T19:27:50.108Z] #51 30.02 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-09-02T19:27:50.108Z] #51 30.11 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-09-02T19:27:50.108Z] #51 30.12 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-09-02T19:27:50.369Z] #51 30.27 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-09-02T19:27:50.369Z] #51 30.31 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-09-02T19:27:50.369Z] #51 30.35 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-09-02T19:27:50.369Z] #51 30.38 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-09-02T19:27:50.369Z] #51 30.44 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-09-02T19:27:50.369Z] #51 30.48 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-09-02T19:27:50.486Z] Merging remotes/origin/master commit 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d into PR head commit 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:27:49.564Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:27:49.600Z] > git config --add remote.origin.fetch +refs/pull/42674/head:refs/remotes/origin/PR-42674 # timeout=10 [2021-09-02T19:27:49.634Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:27:49.746Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:27:49.868Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:27:49.868Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:27:49.869Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:27:50.630Z] #51 30.56 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-09-02T19:27:50.630Z] #51 ... [2021-09-02T19:27:50.630Z] [2021-09-02T19:27:50.630Z] #47 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-09-02T19:27:50.630Z] #47 sha256:18229963eef6eb9d07ad02afaaf2860bce3f98bb79f19e98b8bd9a4a881f364a [2021-09-02T19:27:50.630Z] #47 DONE 30.7s [2021-09-02T19:27:50.892Z] [2021-09-02T19:27:50.892Z] #57 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:27:50.892Z] #57 sha256:b0fe7a1fac19ad37f5acf133e085479467ceff9ca7df5325534a688e978abb8f [2021-09-02T19:27:50.892Z] #57 29.13 Fetched 8401 kB in 21s (400 kB/s) [2021-09-02T19:27:51.089Z] #45 33.04 The following additional packages will be installed: [2021-09-02T19:27:51.089Z] #45 33.06 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-02T19:27:51.089Z] #45 33.06 python3-protobuf python3-six [2021-09-02T19:27:51.089Z] #45 33.06 Suggested packages: [2021-09-02T19:27:51.089Z] #45 33.06 python3-setuptools [2021-09-02T19:27:51.089Z] #45 33.06 Recommended packages: [2021-09-02T19:27:51.089Z] #45 33.06 iproute2 | iproute [2021-09-02T19:27:51.153Z] #57 29.13 Reading package lists... [2021-09-02T19:27:51.153Z] #57 ... [2021-09-02T19:27:51.153Z] [2021-09-02T19:27:51.153Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:51.153Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:27:51.153Z] #37 21.28 Fetched 8401 kB in 16s (539 kB/s) [2021-09-02T19:27:51.153Z] #37 21.28 Reading package lists... [2021-09-02T19:27:51.414Z] #37 29.95 Reading package lists... [2021-09-02T19:27:51.415Z] #37 ... [2021-09-02T19:27:51.415Z] [2021-09-02T19:27:51.415Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:51.415Z] #51 sha256:b1c76d301e35376be11d10436c87401647110ea7cf65ad81579291ca608fa444 [2021-09-02T19:27:51.415Z] #51 31.09 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-09-02T19:27:51.415Z] #51 31.09 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-09-02T19:27:51.415Z] #51 31.18 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-09-02T19:27:51.415Z] #51 31.45 go: downloading github.com/ultraware/funlen v0.0.2 [2021-09-02T19:27:51.415Z] #51 31.52 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-09-02T19:27:51.415Z] #51 31.52 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-09-02T19:27:51.415Z] #51 31.59 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-09-02T19:27:51.657Z] #45 33.66 The following NEW packages will be installed: [2021-09-02T19:27:51.657Z] #45 33.66 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-02T19:27:51.657Z] #45 33.66 python3-protobuf python3-six [2021-09-02T19:27:51.916Z] #45 34.10 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:27:51.916Z] #45 34.10 Need to get 2267 kB of archives. [2021-09-02T19:27:51.916Z] #45 34.10 After this operation, 10.8 MB of additional disk space will be used. [2021-09-02T19:27:51.916Z] #45 34.10 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2021-09-02T19:27:51.916Z] #45 34.14 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-02T19:27:51.916Z] #45 34.14 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2021-09-02T19:27:51.916Z] #45 34.14 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2021-09-02T19:27:51.916Z] #45 34.17 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-09-02T19:27:51.916Z] #45 34.17 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-09-02T19:27:51.916Z] #45 34.17 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-09-02T19:27:52.291Z] #14 ... [2021-09-02T19:27:52.291Z] [2021-09-02T19:27:52.291Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-02T19:27:52.291Z] #30 sha256:bf21c889896b5c92c9c8c2c0ea5526ce88c41b5cd7503f085a1ecc4513248b56 [2021-09-02T19:27:52.291Z] #30 24.58 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-09-02T19:27:52.291Z] #30 26.60 #=#=# [2021-09-02T19:27:52.291Z] #30 26.97 #=#=# ######################################################################## 100.0% [2021-09-02T19:27:52.291Z] #30 28.49 [2021-09-02T19:27:52.291Z] #30 30.83 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-09-02T19:27:52.291Z] #30 32.64 #=#=# [2021-09-02T19:27:52.291Z] #30 32.98 #=#=# ######################################################################## 100.0% [2021-09-02T19:27:52.291Z] #30 33.80 [2021-09-02T19:27:52.291Z] #30 34.20 Download of images into '/build' complete. [2021-09-02T19:27:52.291Z] #30 34.20 Use something like the following to load the result into a Docker daemon: [2021-09-02T19:27:52.291Z] #30 34.20 tar -cC '/build' . | docker load [2021-09-02T19:27:52.291Z] #30 DONE 34.3s [2021-09-02T19:27:52.291Z] [2021-09-02T19:27:52.291Z] #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-09-02T19:27:52.291Z] #14 sha256:d6d7c91ff60c3574e6270fff3dfeff8b5222f0f9ce009befe782f496ac1c62cc [2021-09-02T19:27:52.291Z] #14 33.58 Selecting previously unselected package binutils-mingw-w64. [2021-09-02T19:27:52.291Z] #14 33.59 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-09-02T19:27:52.291Z] #14 33.61 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-02T19:27:52.291Z] #14 33.78 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-09-02T19:27:52.291Z] #14 33.78 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2021-09-02T19:27:52.291Z] #14 33.80 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2021-09-02T19:27:52.291Z] #14 34.13 Selecting previously unselected package dmsetup. [2021-09-02T19:27:52.556Z] #14 34.14 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2021-09-02T19:27:52.557Z] #14 34.16 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-09-02T19:27:52.825Z] #14 34.32 Selecting previously unselected package mingw-w64-common. [2021-09-02T19:27:52.825Z] #14 34.32 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-09-02T19:27:52.825Z] #14 34.34 Unpacking mingw-w64-common (8.0.0-1) ... [2021-09-02T19:27:52.830Z] #14 34.35 Reading package lists... [2021-09-02T19:27:52.830Z] #14 ... [2021-09-02T19:27:52.830Z] [2021-09-02T19:27:52.830Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:52.830Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:27:52.830Z] #45 31.33 Reading package lists... [2021-09-02T19:27:53.085Z] Merge succeeded, producing 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:27:53.085Z] Checking out Revision 1b8db067856387b4cc80bd5813993475382993b6 (PR-42674) [2021-09-02T19:27:53.328Z] #51 33.11 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-09-02T19:27:53.328Z] #51 33.12 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-09-02T19:27:53.328Z] #51 33.43 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-09-02T19:27:50.599Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:27:50.635Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:27:52.775Z] > git remote # timeout=10 [2021-09-02T19:27:52.845Z] > git config --get remote.origin.url # timeout=10 [2021-09-02T19:27:52.880Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:27:52.882Z] > git merge 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d # timeout=10 [2021-09-02T19:27:52.996Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-09-02T19:27:53.123Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:27:53.157Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:27:53.833Z] #45 ... [2021-09-02T19:27:53.833Z] [2021-09-02T19:27:53.833Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:53.833Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:27:53.833Z] #37 32.14 The following NEW packages will be installed: [2021-09-02T19:27:53.833Z] #37 32.14 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-09-02T19:27:53.833Z] #37 32.14 vim-common xxd [2021-09-02T19:27:53.833Z] #37 32.48 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:27:53.833Z] #37 32.48 Need to get 17.7 MB of archives. [2021-09-02T19:27:53.833Z] #37 32.48 After this operation, 70.7 MB of additional disk space will be used. [2021-09-02T19:27:53.833Z] #37 32.48 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-02T19:27:53.833Z] #37 32.48 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-02T19:27:53.833Z] #37 32.48 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-09-02T19:27:53.833Z] #37 32.56 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-02T19:27:53.833Z] #37 33.04 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-09-02T19:27:53.834Z] #37 33.05 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-09-02T19:27:53.834Z] #37 33.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-09-02T19:27:53.834Z] #37 33.09 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-09-02T19:27:53.834Z] #37 33.11 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-09-02T19:27:53.834Z] #37 33.11 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-09-02T19:27:53.834Z] #37 34.28 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:27:53.834Z] #37 34.46 Fetched 17.7 MB in 1s (15.3 MB/s) [2021-09-02T19:27:53.834Z] #37 34.58 Selecting previously unselected package xxd. [2021-09-02T19:27:53.834Z] #37 34.58 (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-09-02T19:27:53.834Z] #37 34.62 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-02T19:27:53.834Z] #37 34.62 Unpacking xxd (2:8.2.2434-3) ... [2021-09-02T19:27:53.834Z] #37 34.80 Selecting previously unselected package vim-common. [2021-09-02T19:27:53.834Z] #37 34.80 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-02T19:27:53.834Z] #37 34.86 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-02T19:27:53.834Z] #37 35.12 Selecting previously unselected package cmake-data. [2021-09-02T19:27:53.834Z] #37 35.12 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-09-02T19:27:53.834Z] #37 35.15 Unpacking cmake-data (3.18.4-2) ... [2021-09-02T19:27:53.900Z] #51 33.65 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-02T19:27:53.900Z] #51 33.86 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-02T19:27:53.900Z] #51 33.91 go: downloading github.com/stretchr/objx v0.2.0 [2021-09-02T19:27:54.474Z] #51 34.39 go: downloading golang.org/x/text v0.3.2 [2021-09-02T19:27:55.214Z] #37 ... [2021-09-02T19:27:55.214Z] [2021-09-02T19:27:55.214Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:55.214Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:27:55.214Z] #45 37.20 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-09-02T19:27:55.484Z] #14 ... [2021-09-02T19:27:55.484Z] [2021-09-02T19:27:55.484Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:55.484Z] #37 sha256:d199ab1c58dbbf4bd60f187e38190a39977b84cb18eb1b435b11041fb2301d2d [2021-09-02T19:27:55.484Z] #37 27.11 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+b1 [320 kB] [2021-09-02T19:27:55.484Z] #37 27.11 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2021-09-02T19:27:55.484Z] #37 27.11 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2021-09-02T19:27:55.484Z] #37 27.13 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2021-09-02T19:27:55.484Z] #37 27.13 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2 [3673 kB] [2021-09-02T19:27:55.484Z] #37 27.98 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:27:55.484Z] #37 28.19 Fetched 15.6 MB in 1s (13.9 MB/s) [2021-09-02T19:27:55.484Z] #37 28.28 Selecting previously unselected package xxd. [2021-09-02T19:27:55.484Z] #37 28.28 (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-09-02T19:27:55.484Z] #37 28.37 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_arm64.deb ... [2021-09-02T19:27:55.484Z] #37 28.41 Unpacking xxd (2:8.2.2434-3) ... [2021-09-02T19:27:55.484Z] #37 28.67 Selecting previously unselected package vim-common. [2021-09-02T19:27:55.484Z] #37 28.67 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-02T19:27:55.484Z] #37 28.70 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-02T19:27:55.484Z] #37 29.01 Selecting previously unselected package cmake-data. [2021-09-02T19:27:55.484Z] #37 29.03 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-09-02T19:27:55.484Z] #37 29.04 Unpacking cmake-data (3.18.4-2) ... [2021-09-02T19:27:55.484Z] #37 33.41 Selecting previously unselected package libicu67:arm64. [2021-09-02T19:27:55.484Z] #37 33.41 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2021-09-02T19:27:55.484Z] #37 33.47 Unpacking libicu67:arm64 (67.1-7) ... [2021-09-02T19:27:55.756Z] #37 ... [2021-09-02T19:27:55.756Z] [2021-09-02T19:27:55.756Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:55.756Z] #45 sha256:ab9d7387f91523bb2428e4105d5c9060c727e898a1cfb7ceee060e4f7396c3d0 [2021-09-02T19:27:55.756Z] #45 28.82 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [588 kB] [2021-09-02T19:27:55.756Z] #45 30.06 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:27:55.756Z] #45 30.21 Fetched 2094 kB in 4s (541 kB/s) [2021-09-02T19:27:55.756Z] #45 30.35 Selecting previously unselected package libprotobuf23:arm64. [2021-09-02T19:27:55.756Z] #45 30.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15703 files and directories currently installed.) [2021-09-02T19:27:55.756Z] #45 30.51 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2021-09-02T19:27:55.756Z] #45 30.57 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2021-09-02T19:27:55.756Z] #45 31.27 Selecting previously unselected package python3-pkg-resources. [2021-09-02T19:27:55.756Z] #45 31.28 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-02T19:27:55.756Z] #45 31.31 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-02T19:27:55.756Z] #45 31.58 Selecting previously unselected package python3-six. [2021-09-02T19:27:55.756Z] #45 31.58 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2021-09-02T19:27:55.756Z] #45 31.59 Unpacking python3-six (1.16.0-2) ... [2021-09-02T19:27:55.756Z] #45 31.72 Selecting previously unselected package python3-protobuf. [2021-09-02T19:27:55.756Z] #45 31.73 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2021-09-02T19:27:55.756Z] #45 31.73 Unpacking python3-protobuf (3.12.4-1) ... [2021-09-02T19:27:55.756Z] #45 32.01 Selecting previously unselected package libnet1:arm64. [2021-09-02T19:27:55.756Z] #45 32.01 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-09-02T19:27:55.756Z] #45 32.02 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:27:55.756Z] #45 32.21 Selecting previously unselected package libnl-3-200:arm64. [2021-09-02T19:27:55.756Z] #45 32.21 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2021-09-02T19:27:55.756Z] #45 32.23 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-09-02T19:27:55.756Z] #45 32.54 Selecting previously unselected package libprotobuf-c1:arm64. [2021-09-02T19:27:55.756Z] #45 32.59 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2021-09-02T19:27:55.756Z] #45 32.61 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-09-02T19:27:55.756Z] #45 32.75 Selecting previously unselected package criu. [2021-09-02T19:27:55.756Z] #45 32.75 Preparing to unpack .../7-criu_3.15-1_arm64.deb ... [2021-09-02T19:27:55.756Z] #45 32.78 Unpacking criu (3.15-1) ... [2021-09-02T19:27:55.756Z] #45 33.70 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-02T19:27:55.756Z] #45 35.24 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2021-09-02T19:27:55.756Z] #45 35.27 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:27:55.756Z] #45 35.29 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-09-02T19:27:55.756Z] #45 35.31 Setting up python3-six (1.16.0-2) ... [2021-09-02T19:27:55.756Z] #45 36.68 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-09-02T19:27:55.756Z] #45 36.71 Setting up python3-protobuf (3.12.4-1) ... [2021-09-02T19:27:55.862Z] #51 ... [2021-09-02T19:27:55.862Z] [2021-09-02T19:27:55.862Z] #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-09-02T19:27:55.862Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:27:55.862Z] #14 25.79 Fetched 8401 kB in 20s (430 kB/s) [2021-09-02T19:27:55.862Z] #14 25.79 Reading package lists... [2021-09-02T19:27:55.862Z] #14 34.11 Reading package lists... [2021-09-02T19:27:55.862Z] #14 ... [2021-09-02T19:27:55.862Z] [2021-09-02T19:27:55.862Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:55.862Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:27:55.862Z] #45 25.56 Get:7 https://provo-mirror.opensuse.org//repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-09-02T19:27:55.862Z] #45 31.17 Fetched 8404 kB in 23s (364 kB/s) [2021-09-02T19:27:56.024Z] #45 ... [2021-09-02T19:27:56.024Z] [2021-09-02T19:27:56.024Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:56.024Z] #37 sha256:d199ab1c58dbbf4bd60f187e38190a39977b84cb18eb1b435b11041fb2301d2d [2021-09-02T19:27:56.024Z] #37 37.59 Selecting previously unselected package libxml2:arm64. [2021-09-02T19:27:56.024Z] #37 37.60 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_arm64.deb ... [2021-09-02T19:27:56.024Z] #37 37.62 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ... [2021-09-02T19:27:56.126Z] #45 31.17 Reading package lists... [2021-09-02T19:27:56.126Z] #45 ... [2021-09-02T19:27:56.126Z] [2021-09-02T19:27:56.126Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:27:56.126Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:27:56.126Z] #41 32.61 Updating files: 80% (1404/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-09-02T19:27:56.126Z] #41 33.11 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-09-02T19:27:56.126Z] #41 35.14 + 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-09-02T19:27:56.149Z] #45 38.45 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:27:56.293Z] #37 38.04 Selecting previously unselected package libarchive13:arm64. [2021-09-02T19:27:56.293Z] #37 38.04 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_arm64.deb ... [2021-09-02T19:27:56.293Z] #37 38.05 Unpacking libarchive13:arm64 (3.4.3-2+b1) ... [2021-09-02T19:27:56.409Z] #45 38.64 Fetched 2267 kB in 4s (595 kB/s) [2021-09-02T19:27:56.667Z] #45 38.78 Selecting previously unselected package libprotobuf23:amd64. [2021-09-02T19:27:56.667Z] #45 38.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-09-02T19:27:56.667Z] #45 38.85 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2021-09-02T19:27:56.667Z] #45 38.85 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2021-09-02T19:27:56.872Z] #37 38.32 Selecting previously unselected package libjsoncpp24:arm64. [2021-09-02T19:27:56.872Z] #37 38.33 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2021-09-02T19:27:56.872Z] #37 38.37 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2021-09-02T19:27:56.927Z] #45 ... [2021-09-02T19:27:56.927Z] [2021-09-02T19:27:56.927Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-02T19:27:56.927Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:27:56.927Z] #14 27.91 Building dependency tree... [2021-09-02T19:27:56.927Z] #14 31.07 The following additional packages will be installed: [2021-09-02T19:27:56.927Z] #14 31.07 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-02T19:27:56.927Z] #14 31.07 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-09-02T19:27:56.927Z] #14 31.07 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-09-02T19:27:56.927Z] #14 31.07 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-09-02T19:27:56.927Z] #14 31.07 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-09-02T19:27:56.927Z] #14 31.07 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-09-02T19:27:56.927Z] #14 31.07 mingw-w64-common mingw-w64-x86-64-dev [2021-09-02T19:27:56.927Z] #14 31.10 Suggested packages: [2021-09-02T19:27:56.927Z] #14 31.10 gcc-10-locales seccomp wine64 [2021-09-02T19:27:56.927Z] #14 32.27 The following NEW packages will be installed: [2021-09-02T19:27:56.927Z] #14 32.27 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-02T19:27:56.927Z] #14 32.27 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-09-02T19:27:56.927Z] #14 32.27 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-09-02T19:27:56.927Z] #14 32.27 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-09-02T19:27:56.927Z] #14 32.27 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-09-02T19:27:56.927Z] #14 32.27 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-09-02T19:27:56.927Z] #14 32.27 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-09-02T19:27:56.927Z] #14 32.27 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-09-02T19:27:56.927Z] #14 32.29 mingw-w64-x86-64-dev [2021-09-02T19:27:56.927Z] #14 32.65 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:27:56.927Z] #14 32.65 Need to get 115 MB of archives. [2021-09-02T19:27:56.927Z] #14 32.65 After this operation, 645 MB of additional disk space will be used. [2021-09-02T19:27:56.927Z] #14 32.65 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-09-02T19:27:56.927Z] #14 32.75 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-09-02T19:27:56.927Z] #14 32.93 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-09-02T19:27:56.927Z] #14 32.93 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-09-02T19:27:56.927Z] #14 32.96 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2021-09-02T19:27:56.927Z] #14 33.03 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-09-02T19:27:56.927Z] #14 33.22 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-09-02T19:27:56.927Z] #14 33.40 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-09-02T19:27:56.927Z] #14 33.42 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-09-02T19:27:56.927Z] #14 33.98 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-09-02T19:27:56.927Z] #14 35.21 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-09-02T19:27:56.927Z] #14 35.76 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2021-09-02T19:27:56.927Z] #14 36.27 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-09-02T19:27:56.927Z] #14 37.64 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2021-09-02T19:27:56.927Z] #14 38.16 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-09-02T19:27:56.927Z] #14 38.16 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-09-02T19:27:56.927Z] #14 38.16 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-09-02T19:27:56.927Z] #14 38.16 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-02T19:27:56.927Z] #14 38.20 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-02T19:27:56.927Z] #14 38.20 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-09-02T19:27:56.927Z] #14 38.20 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-09-02T19:27:56.927Z] #14 38.20 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-09-02T19:27:56.927Z] #14 38.20 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-09-02T19:27:56.927Z] #14 38.23 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-09-02T19:27:56.927Z] #14 38.23 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-09-02T19:27:56.927Z] #14 38.23 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-09-02T19:27:56.927Z] #14 38.26 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-09-02T19:27:56.927Z] #14 38.28 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-09-02T19:27:56.927Z] #14 38.28 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-09-02T19:27:56.927Z] #14 38.28 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-09-02T19:27:56.927Z] #14 39.26 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:27:56.927Z] #14 39.47 Fetched 115 MB in 6s (19.2 MB/s) [2021-09-02T19:27:56.927Z] #14 ... [2021-09-02T19:27:56.927Z] [2021-09-02T19:27:56.927Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:27:56.927Z] #33 sha256:d3fe95d9a99fdc7a69ded3544488248d7415e5fc5291637b208f7821e3121759 [2021-09-02T19:27:56.927Z] #33 39.16 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-09-02T19:27:57.136Z] #37 38.60 Selecting previously unselected package librhash0:arm64. [2021-09-02T19:27:57.136Z] #37 38.60 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2021-09-02T19:27:57.136Z] #37 38.61 Unpacking librhash0:arm64 (1.4.1-2) ... [2021-09-02T19:27:57.136Z] #37 38.77 Selecting previously unselected package libuv1:arm64. [2021-09-02T19:27:57.136Z] #37 38.77 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2021-09-02T19:27:57.136Z] #37 38.78 Unpacking libuv1:arm64 (1.40.0-2) ... [2021-09-02T19:27:57.136Z] #37 ... [2021-09-02T19:27:57.136Z] [2021-09-02T19:27:57.136Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:57.136Z] #51 sha256:84be15340b0a1b6a4d81e736fb9137e09c9543d9feb3d38fcee0d4b679df29b7 [2021-09-02T19:27:57.136Z] #51 28.80 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-09-02T19:27:57.136Z] #51 29.06 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-09-02T19:27:57.136Z] #51 29.27 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-09-02T19:27:57.186Z] #33 39.39 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-09-02T19:27:57.186Z] #33 ... [2021-09-02T19:27:57.186Z] [2021-09-02T19:27:57.186Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:27:57.186Z] #58 sha256:2303479823771d33cc9feb7c5c699e56591135da31b8af8bb2572bffbee47f7e [2021-09-02T19:27:57.186Z] #58 6.795 + RM_GOPATH=0 [2021-09-02T19:27:57.186Z] #58 6.795 + TMP_GOPATH= [2021-09-02T19:27:57.186Z] #58 6.795 + : /build [2021-09-02T19:27:57.186Z] #58 6.795 + '[' -z '' ']' [2021-09-02T19:27:57.186Z] #58 6.795 ++ mktemp -d [2021-09-02T19:27:57.186Z] #58 6.800 + export GOPATH=/tmp/tmp.7btzgNz9kL [2021-09-02T19:27:57.186Z] #58 6.800 + GOPATH=/tmp/tmp.7btzgNz9kL [2021-09-02T19:27:57.186Z] #58 6.800 + RM_GOPATH=1 [2021-09-02T19:27:57.186Z] #58 6.800 + case "$(go env GOARCH)" in [2021-09-02T19:27:57.186Z] #58 6.800 ++ go env GOARCH [2021-09-02T19:27:57.186Z] #58 6.816 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:57.186Z] #58 6.816 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:57.186Z] #58 6.818 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:57.186Z] #58 6.819 + dir=/tmp/install [2021-09-02T19:27:57.186Z] #58 6.820 + bin=containerd [2021-09-02T19:27:57.186Z] #58 6.821 + shift [2021-09-02T19:27:57.186Z] #58 6.821 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-09-02T19:27:57.186Z] #58 6.831 + . /tmp/install/containerd.installer [2021-09-02T19:27:57.186Z] #58 6.831 ++ set -e [2021-09-02T19:27:57.186Z] #58 6.832 ++ : v1.5.5 [2021-09-02T19:27:57.186Z] #58 6.832 + install_containerd [2021-09-02T19:27:57.186Z] #58 6.835 + echo 'Install containerd version v1.5.5' [2021-09-02T19:27:57.186Z] #58 6.838 Install containerd version v1.5.5 [2021-09-02T19:27:57.186Z] #58 6.838 + git clone https://github.com/containerd/containerd.git /tmp/tmp.7btzgNz9kL/src/github.com/containerd/containerd [2021-09-02T19:27:57.186Z] #58 6.841 Cloning into '/tmp/tmp.7btzgNz9kL/src/github.com/containerd/containerd'... [2021-09-02T19:27:57.186Z] #58 ... [2021-09-02T19:27:57.186Z] [2021-09-02T19:27:57.186Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:57.186Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:27:57.186Z] #45 39.56 Selecting previously unselected package python3-pkg-resources. [2021-09-02T19:27:57.418Z] #51 ... [2021-09-02T19:27:57.418Z] [2021-09-02T19:27:57.418Z] #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-09-02T19:27:57.418Z] #14 sha256:d6d7c91ff60c3574e6270fff3dfeff8b5222f0f9ce009befe782f496ac1c62cc [2021-09-02T19:27:57.418Z] #14 39.00 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-09-02T19:27:57.418Z] #14 39.01 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-09-02T19:27:57.418Z] #14 39.03 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-02T19:27:57.445Z] #45 39.57 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-02T19:27:57.445Z] #45 39.57 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-02T19:27:57.704Z] #45 39.76 Selecting previously unselected package python3-six. [2021-09-02T19:27:57.704Z] #45 39.76 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2021-09-02T19:27:57.704Z] #45 39.79 Unpacking python3-six (1.16.0-2) ... [2021-09-02T19:27:57.704Z] #45 ... [2021-09-02T19:27:57.704Z] [2021-09-02T19:27:57.704Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:57.704Z] #51 sha256:558936e4127d7ce261e9fede41f1e4cd9d5435cd137a34f32cd608b1c34a1736 [2021-09-02T19:27:57.704Z] #51 29.95 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-09-02T19:27:57.704Z] #51 29.95 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-09-02T19:27:57.704Z] #51 30.02 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-09-02T19:27:57.704Z] #51 ... [2021-09-02T19:27:57.704Z] [2021-09-02T19:27:57.704Z] #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-09-02T19:27:57.704Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:27:57.704Z] #14 39.65 Selecting previously unselected package binutils-mingw-w64-i686. [2021-09-02T19:27:57.704Z] #14 39.65 (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-09-02T19:27:57.704Z] #14 39.69 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-02T19:27:57.704Z] #14 39.74 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-02T19:27:58.106Z] #45 39.23 Reading package lists... [2021-09-02T19:27:58.106Z] #45 ... [2021-09-02T19:27:58.106Z] [2021-09-02T19:27:58.106Z] #57 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:27:58.106Z] #57 sha256:b0fe7a1fac19ad37f5acf133e085479467ceff9ca7df5325534a688e978abb8f [2021-09-02T19:27:58.106Z] #57 27.01 Reading package lists... [2021-09-02T19:27:58.106Z] #57 35.24 Building dependency tree... [2021-09-02T19:27:58.106Z] #57 39.92 The following additional packages will be installed: [2021-09-02T19:27:58.106Z] #57 39.96 libbtrfs0 [2021-09-02T19:27:58.106Z] #57 40.14 The following NEW packages will be installed: [2021-09-02T19:27:58.106Z] #57 40.16 libbtrfs-dev libbtrfs0 [2021-09-02T19:27:58.106Z] #57 40.59 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:27:58.106Z] #57 40.59 Need to get 460 kB of archives. [2021-09-02T19:27:58.106Z] #57 40.59 After this operation, 1237 kB of additional disk space will be used. [2021-09-02T19:27:58.106Z] #57 40.59 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-02T19:27:58.106Z] #57 40.60 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-02T19:27:58.106Z] #57 42.24 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:27:58.106Z] #57 42.61 Fetched 460 kB in 0s (1342 kB/s) [2021-09-02T19:27:58.106Z] #57 42.73 Selecting previously unselected package libbtrfs0:amd64. [2021-09-02T19:27:58.106Z] #57 42.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-09-02T19:27:58.106Z] #57 42.81 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-02T19:27:58.106Z] #57 42.82 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-02T19:27:58.106Z] #57 43.29 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-02T19:27:58.106Z] #57 43.29 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-02T19:27:58.106Z] #57 43.30 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-02T19:27:58.106Z] #57 43.84 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-02T19:27:58.106Z] #57 43.91 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-02T19:27:58.106Z] #57 43.93 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:27:58.106Z] #57 DONE 44.7s [2021-09-02T19:27:58.106Z] [2021-09-02T19:27:58.106Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:58.106Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:27:58.106Z] #37 28.89 Reading package lists... [2021-09-02T19:27:58.106Z] #37 36.81 Building dependency tree... [2021-09-02T19:27:58.106Z] #37 41.59 The following additional packages will be installed: [2021-09-02T19:27:58.106Z] #37 41.62 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-09-02T19:27:58.106Z] #37 41.66 Suggested packages: [2021-09-02T19:27:58.106Z] #37 41.67 cmake-doc ninja-build lrzip [2021-09-02T19:27:58.106Z] #37 41.67 Recommended packages: [2021-09-02T19:27:58.106Z] #37 41.67 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-09-02T19:27:58.106Z] #37 43.06 The following NEW packages will be installed: [2021-09-02T19:27:58.106Z] #37 43.10 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-09-02T19:27:58.106Z] #37 43.10 vim-common xxd [2021-09-02T19:27:58.106Z] #37 43.61 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:27:58.106Z] #37 43.61 Need to get 17.7 MB of archives. [2021-09-02T19:27:58.106Z] #37 43.61 After this operation, 70.7 MB of additional disk space will be used. [2021-09-02T19:27:58.106Z] #37 43.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-02T19:27:58.106Z] #37 43.61 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-02T19:27:58.106Z] #37 43.61 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-09-02T19:27:58.106Z] #37 43.76 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-02T19:27:58.106Z] #37 44.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-09-02T19:27:58.106Z] #37 44.52 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-09-02T19:27:58.106Z] #37 44.54 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-09-02T19:27:58.106Z] #37 44.54 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-09-02T19:27:58.106Z] #37 44.55 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-09-02T19:27:58.106Z] #37 44.57 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-09-02T19:27:58.106Z] #37 ... [2021-09-02T19:27:58.106Z] [2021-09-02T19:27:58.106Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:27:58.106Z] #58 sha256:5ea160a25fa3631ea92cc47f80e454b15e0b86eecea5755dd12224e3f3588d86 [2021-09-02T19:27:58.106Z] #58 ... [2021-09-02T19:27:58.106Z] [2021-09-02T19:27:58.106Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:27:58.106Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:27:58.106Z] #41 34.65 + 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-09-02T19:27:58.366Z] #41 ... [2021-09-02T19:27:58.366Z] [2021-09-02T19:27:58.366Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:27:58.366Z] #51 sha256:4043fdf24f142026307314e18c5917b11654f08cf9041964f3eb50a2c59ebc78 [2021-09-02T19:27:58.366Z] #51 35.59 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-09-02T19:27:58.366Z] #51 35.62 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-09-02T19:27:58.366Z] #51 35.88 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-02T19:27:58.366Z] #51 35.92 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-02T19:27:58.366Z] #51 35.98 go: downloading github.com/stretchr/objx v0.2.0 [2021-09-02T19:27:58.366Z] #51 36.09 go: downloading golang.org/x/text v0.3.2 [2021-09-02T19:27:58.366Z] #51 44.28 go: downloading github.com/gobwas/glob v0.2.3 [2021-09-02T19:27:58.366Z] #51 44.28 go: downloading github.com/kisielk/gotool v1.0.0 [2021-09-02T19:27:58.366Z] #51 44.35 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-09-02T19:27:58.366Z] #51 44.47 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-09-02T19:27:58.366Z] #51 44.67 go: downloading github.com/gogo/protobuf v1.2.1 [2021-09-02T19:27:58.374Z] #14 ... [2021-09-02T19:27:58.374Z] [2021-09-02T19:27:58.374Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:27:58.374Z] #33 sha256:7054522f6f743bd57b39cfe2cae6ee9466f7cb86a987ec2c4b0e4a76b579f0b2 [2021-09-02T19:27:58.374Z] #33 29.70 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-09-02T19:27:58.374Z] #33 30.59 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:27:58.374Z] #33 ... [2021-09-02T19:27:58.374Z] [2021-09-02T19:27:58.374Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:27:58.374Z] #45 sha256:ab9d7387f91523bb2428e4105d5c9060c727e898a1cfb7ceee060e4f7396c3d0 [2021-09-02T19:27:58.374Z] #45 39.77 Setting up criu (3.15-1) ... [2021-09-02T19:27:58.674Z] #41 ... [2021-09-02T19:27:58.674Z] [2021-09-02T19:27:58.674Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:27:58.674Z] #60 sha256:633ecfbff3eecc9ae2e22500074bb46c601b31c461dd90724ab96e06da83d3e1 [2021-09-02T19:27:58.674Z] #60 28.57 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-09-02T19:27:58.674Z] #60 ... [2021-09-02T19:27:58.674Z] [2021-09-02T19:27:58.674Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:27:58.674Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:27:58.674Z] #37 29.95 Reading package lists... [2021-09-02T19:27:59.080Z] #14 41.61 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-09-02T19:27:59.304Z] #51 ... [2021-09-02T19:27:59.304Z] [2021-09-02T19:27:59.304Z] #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-09-02T19:27:59.304Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:27:59.304Z] #14 34.35 Reading package lists... [2021-09-02T19:27:59.304Z] #14 41.13 Building dependency tree... [2021-09-02T19:27:59.304Z] #14 45.86 The following additional packages will be installed: [2021-09-02T19:27:59.304Z] #14 45.86 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-02T19:27:59.304Z] #14 45.86 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-09-02T19:27:59.304Z] #14 45.86 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-09-02T19:27:59.304Z] #14 45.86 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-09-02T19:27:59.304Z] #14 45.86 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-09-02T19:27:59.304Z] #14 45.86 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-09-02T19:27:59.304Z] #14 45.87 mingw-w64-common mingw-w64-x86-64-dev [2021-09-02T19:27:59.304Z] #14 45.90 Suggested packages: [2021-09-02T19:27:59.304Z] #14 45.90 gcc-10-locales seccomp wine64 [2021-09-02T19:27:59.304Z] #14 ... [2021-09-02T19:27:59.304Z] [2021-09-02T19:27:59.305Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:27:59.305Z] #58 sha256:5ea160a25fa3631ea92cc47f80e454b15e0b86eecea5755dd12224e3f3588d86 [2021-09-02T19:27:59.305Z] #58 1.470 + RM_GOPATH=0 [2021-09-02T19:27:59.305Z] #58 1.470 + TMP_GOPATH= [2021-09-02T19:27:59.305Z] #58 1.470 + : /build [2021-09-02T19:27:59.305Z] #58 1.470 + '[' -z '' ']' [2021-09-02T19:27:59.305Z] #58 1.475 ++ mktemp -d [2021-09-02T19:27:59.305Z] #58 1.475 + export GOPATH=/tmp/tmp.8XgAdC4WPB [2021-09-02T19:27:59.305Z] #58 1.475 + GOPATH=/tmp/tmp.8XgAdC4WPB [2021-09-02T19:27:59.305Z] #58 1.475 + RM_GOPATH=1 [2021-09-02T19:27:59.305Z] #58 1.475 + case "$(go env GOARCH)" in [2021-09-02T19:27:59.305Z] #58 1.475 ++ go env GOARCH [2021-09-02T19:27:59.305Z] #58 1.571 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:59.305Z] #58 1.571 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:27:59.339Z] #14 41.63 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-02T19:27:59.339Z] #14 41.64 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-02T19:27:59.564Z] #58 1.572 ++ dirname /tmp/install/install.sh [2021-09-02T19:27:59.564Z] #58 1.588 + dir=/tmp/install [2021-09-02T19:27:59.564Z] #58 1.588 + bin=containerd [2021-09-02T19:27:59.564Z] #58 1.596 + shift [2021-09-02T19:27:59.564Z] #58 1.596 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-09-02T19:27:59.564Z] #58 1.596 + . /tmp/install/containerd.installer [2021-09-02T19:27:59.564Z] #58 1.596 ++ set -e [2021-09-02T19:27:59.564Z] #58 1.596 ++ : v1.5.5 [2021-09-02T19:27:59.564Z] #58 1.597 + install_containerd [2021-09-02T19:27:59.564Z] #58 1.598 + echo 'Install containerd version v1.5.5' [2021-09-02T19:27:59.564Z] #58 1.598 Install containerd version v1.5.5 [2021-09-02T19:27:59.564Z] #58 1.598 + git clone https://github.com/containerd/containerd.git /tmp/tmp.8XgAdC4WPB/src/github.com/containerd/containerd [2021-09-02T19:27:59.564Z] #58 1.608 Cloning into '/tmp/tmp.8XgAdC4WPB/src/github.com/containerd/containerd'... [2021-09-02T19:27:59.627Z] #37 37.82 Building dependency tree... [2021-09-02T19:28:00.943Z] #45 42.20 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:28:01.873Z] #14 43.94 Selecting previously unselected package binutils-mingw-w64. [2021-09-02T19:28:01.873Z] #14 43.94 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-09-02T19:28:01.873Z] #14 43.94 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-02T19:28:01.873Z] #14 44.05 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-09-02T19:28:01.873Z] #14 44.05 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-02T19:28:01.873Z] #14 44.06 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:28:01.873Z] #14 44.20 Selecting previously unselected package dmsetup. [2021-09-02T19:28:01.873Z] #14 44.20 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-09-02T19:28:01.873Z] #14 44.22 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-09-02T19:28:01.873Z] #14 44.37 Selecting previously unselected package mingw-w64-common. [2021-09-02T19:28:01.873Z] #14 44.38 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-09-02T19:28:01.873Z] #14 44.38 Unpacking mingw-w64-common (8.0.0-1) ... [2021-09-02T19:28:01.963Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:28:02.013Z] > git config --add remote.origin.fetch +refs/pull/42674/head:refs/remotes/origin/PR-42674 # timeout=10 [2021-09-02T19:28:02.175Z] #37 42.34 The following additional packages will be installed: [2021-09-02T19:28:02.244Z] Fetching without tags [2021-09-02T19:28:02.437Z] #37 42.36 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-09-02T19:28:02.437Z] #37 42.39 Suggested packages: [2021-09-02T19:28:02.437Z] #37 42.42 cmake-doc ninja-build lrzip [2021-09-02T19:28:02.437Z] #37 42.42 Recommended packages: [2021-09-02T19:28:02.437Z] #37 42.42 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-09-02T19:28:02.878Z] #45 DONE 44.1s [2021-09-02T19:28:02.878Z] [2021-09-02T19:28:02.878Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:28:02.878Z] #37 sha256:d199ab1c58dbbf4bd60f187e38190a39977b84cb18eb1b435b11041fb2301d2d [2021-09-02T19:28:02.878Z] #37 38.96 Selecting previously unselected package cmake. [2021-09-02T19:28:02.879Z] #37 38.96 Preparing to unpack .../9-cmake_3.18.4-2_arm64.deb ... [2021-09-02T19:28:02.879Z] #37 38.98 Unpacking cmake (3.18.4-2) ... [2021-09-02T19:28:02.879Z] #37 40.96 Setting up libicu67:arm64 (67.1-7) ... [2021-09-02T19:28:02.879Z] #37 40.99 Setting up xxd (2:8.2.2434-3) ... [2021-09-02T19:28:02.879Z] #37 41.04 Setting up libuv1:arm64 (1.40.0-2) ... [2021-09-02T19:28:02.879Z] #37 41.08 Setting up vim-common (2:8.2.2434-3) ... [2021-09-02T19:28:02.879Z] #37 41.14 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2021-09-02T19:28:02.879Z] #37 41.16 Setting up librhash0:arm64 (1.4.1-2) ... [2021-09-02T19:28:02.879Z] #37 41.19 Setting up cmake-data (3.18.4-2) ... [2021-09-02T19:28:02.879Z] #37 41.24 Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ... [2021-09-02T19:28:02.879Z] #37 41.27 Setting up libarchive13:arm64 (3.4.3-2+b1) ... [2021-09-02T19:28:02.879Z] #37 41.30 Setting up cmake (3.18.4-2) ... [2021-09-02T19:28:02.879Z] #37 41.32 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:28:02.879Z] #37 DONE 44.3s [2021-09-02T19:28:02.879Z] [2021-09-02T19:28:02.879Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-09-02T19:28:02.879Z] #38 sha256:1028a87dd2832e9939b1ec8fae1adae240467d51a318035530aecfab337067f4 [2021-09-02T19:28:03.202Z] Merging remotes/origin/master commit 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d into PR head commit 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:28:03.823Z] #37 43.78 The following NEW packages will be installed: [2021-09-02T19:28:03.823Z] #37 43.82 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-09-02T19:28:03.823Z] #37 43.83 vim-common xxd [2021-09-02T19:28:04.285Z] #38 1.556 + RM_GOPATH=0 [2021-09-02T19:28:04.285Z] #38 1.556 + TMP_GOPATH= [2021-09-02T19:28:04.285Z] #38 1.556 + : /build [2021-09-02T19:28:04.285Z] #38 1.556 + '[' -z '' ']' [2021-09-02T19:28:04.285Z] #38 1.557 ++ mktemp -d [2021-09-02T19:28:04.285Z] #38 1.560 + export GOPATH=/tmp/tmp.e37MbODCdG [2021-09-02T19:28:04.285Z] #38 1.560 + GOPATH=/tmp/tmp.e37MbODCdG [2021-09-02T19:28:04.285Z] #38 1.560 + RM_GOPATH=1 [2021-09-02T19:28:04.285Z] #38 1.560 + case "$(go env GOARCH)" in [2021-09-02T19:28:04.285Z] #38 1.561 ++ go env GOARCH [2021-09-02T19:28:04.285Z] #38 1.591 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:28:04.285Z] #38 1.591 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:28:04.285Z] #38 1.591 ++ dirname /tmp/install/install.sh [2021-09-02T19:28:04.285Z] #38 1.593 + dir=/tmp/install [2021-09-02T19:28:04.285Z] #38 1.593 + bin=tini [2021-09-02T19:28:04.285Z] #38 1.593 + shift [2021-09-02T19:28:04.285Z] #38 1.593 + '[' '!' -f /tmp/install/tini.installer ']' [2021-09-02T19:28:04.285Z] #38 1.593 + . /tmp/install/tini.installer [2021-09-02T19:28:04.285Z] #38 1.593 ++ : v0.19.0 [2021-09-02T19:28:04.285Z] #38 1.593 Install tini version v0.19.0 [2021-09-02T19:28:04.285Z] #38 1.593 + install_tini [2021-09-02T19:28:04.285Z] #38 1.593 + echo 'Install tini version v0.19.0' [2021-09-02T19:28:04.285Z] #38 1.593 + git clone https://github.com/krallin/tini.git /tmp/tmp.e37MbODCdG/tini [2021-09-02T19:28:04.285Z] #38 1.596 Cloning into '/tmp/tmp.e37MbODCdG/tini'... [2021-09-02T19:28:04.394Z] #37 44.30 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:28:04.394Z] #37 44.30 Need to get 17.7 MB of archives. [2021-09-02T19:28:04.394Z] #37 44.30 After this operation, 70.7 MB of additional disk space will be used. [2021-09-02T19:28:04.394Z] #37 44.30 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-02T19:28:04.394Z] #37 44.31 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-02T19:28:04.394Z] #37 44.32 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-09-02T19:28:04.394Z] #37 44.49 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-02T19:28:04.842Z] #58 ... [2021-09-02T19:28:04.842Z] [2021-09-02T19:28:04.842Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-09-02T19:28:04.842Z] #53 sha256:f9c69c6e529e0a1d596fa603c7d08f16deb80d1203464494819da11c3688e742 [2021-09-02T19:28:04.842Z] #53 DONE 51.2s [2021-09-02T19:28:04.842Z] [2021-09-02T19:28:04.842Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:28:04.842Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:28:04.842Z] #37 46.34 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:28:04.842Z] #37 46.62 Fetched 17.7 MB in 2s (10.2 MB/s) [2021-09-02T19:28:04.842Z] #37 46.79 Selecting previously unselected package xxd. [2021-09-02T19:28:04.842Z] #37 46.79 (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-09-02T19:28:04.842Z] #37 46.98 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-02T19:28:04.842Z] #37 47.00 Unpacking xxd (2:8.2.2434-3) ... [2021-09-02T19:28:04.842Z] #37 47.43 Selecting previously unselected package vim-common. [2021-09-02T19:28:04.842Z] #37 47.44 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-02T19:28:04.842Z] #37 47.56 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-02T19:28:04.842Z] #37 48.33 Selecting previously unselected package cmake-data. [2021-09-02T19:28:04.842Z] #37 48.34 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-09-02T19:28:04.842Z] #37 48.37 Unpacking cmake-data (3.18.4-2) ... [2021-09-02T19:28:04.966Z] #37 ... [2021-09-02T19:28:04.966Z] [2021-09-02T19:28:04.966Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:28:04.966Z] #51 sha256:b1c76d301e35376be11d10436c87401647110ea7cf65ad81579291ca608fa444 [2021-09-02T19:28:04.966Z] #51 45.05 go: downloading github.com/gobwas/glob v0.2.3 [2021-09-02T19:28:05.164Z] #14 ... [2021-09-02T19:28:05.164Z] [2021-09-02T19:28:05.164Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:28:05.164Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:28:05.164Z] #37 37.47 Selecting previously unselected package libicu67:amd64. [2021-09-02T19:28:05.164Z] #37 37.47 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2021-09-02T19:28:05.164Z] #37 37.47 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-02T19:28:05.164Z] #37 43.50 Selecting previously unselected package libxml2:amd64. [2021-09-02T19:28:05.164Z] #37 43.51 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-09-02T19:28:05.164Z] #37 43.52 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-02T19:28:05.164Z] #37 43.94 Selecting previously unselected package libarchive13:amd64. [2021-09-02T19:28:05.164Z] #37 43.96 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-09-02T19:28:05.164Z] #37 43.98 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-02T19:28:05.164Z] #37 44.24 Selecting previously unselected package libjsoncpp24:amd64. [2021-09-02T19:28:05.164Z] #37 44.25 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-09-02T19:28:05.164Z] #37 44.26 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-02T19:28:05.164Z] #37 44.41 Selecting previously unselected package librhash0:amd64. [2021-09-02T19:28:05.164Z] #37 44.42 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2021-09-02T19:28:05.164Z] #37 44.43 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-09-02T19:28:05.164Z] #37 44.57 Selecting previously unselected package libuv1:amd64. [2021-09-02T19:28:05.164Z] #37 44.57 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2021-09-02T19:28:05.164Z] #37 44.58 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-09-02T19:28:05.164Z] #37 44.76 Selecting previously unselected package cmake. [2021-09-02T19:28:05.164Z] #37 44.76 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ... [2021-09-02T19:28:05.164Z] #37 44.77 Unpacking cmake (3.18.4-2) ... [2021-09-02T19:28:05.164Z] #37 ... [2021-09-02T19:28:05.164Z] [2021-09-02T19:28:05.164Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:28:05.164Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:28:05.164Z] #45 39.87 Selecting previously unselected package python3-protobuf. [2021-09-02T19:28:05.164Z] #45 39.87 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2021-09-02T19:28:05.164Z] #45 39.88 Unpacking python3-protobuf (3.12.4-1) ... [2021-09-02T19:28:05.164Z] #45 40.30 Selecting previously unselected package libnet1:amd64. [2021-09-02T19:28:05.164Z] #45 40.31 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-02T19:28:05.164Z] #45 40.32 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:28:05.164Z] #45 40.45 Selecting previously unselected package libnl-3-200:amd64. [2021-09-02T19:28:05.164Z] #45 40.45 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-02T19:28:05.164Z] #45 40.45 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-02T19:28:05.164Z] #45 40.55 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-02T19:28:05.164Z] #45 40.55 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-02T19:28:05.164Z] #45 40.56 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-02T19:28:05.164Z] #45 40.67 Selecting previously unselected package criu. [2021-09-02T19:28:05.164Z] #45 40.67 Preparing to unpack .../7-criu_3.15-1_amd64.deb ... [2021-09-02T19:28:05.164Z] #45 40.67 Unpacking criu (3.15-1) ... [2021-09-02T19:28:05.164Z] #45 41.40 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-02T19:28:05.164Z] #45 42.74 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2021-09-02T19:28:05.164Z] #45 42.75 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:28:05.164Z] #45 42.76 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-02T19:28:05.164Z] #45 42.80 Setting up python3-six (1.16.0-2) ... [2021-09-02T19:28:05.164Z] #45 43.94 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-02T19:28:05.164Z] #45 43.97 Setting up python3-protobuf (3.12.4-1) ... [2021-09-02T19:28:05.164Z] #45 47.34 Setting up criu (3.15-1) ... [2021-09-02T19:28:05.227Z] #51 45.05 go: downloading github.com/kisielk/gotool v1.0.0 [2021-09-02T19:28:05.227Z] #51 45.24 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-09-02T19:28:05.227Z] #51 45.33 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-09-02T19:28:05.291Z] #38 2.537 + cd /tmp/tmp.e37MbODCdG/tini [2021-09-02T19:28:05.291Z] #38 2.549 + git checkout -q v0.19.0 [2021-09-02T19:28:05.291Z] #38 2.592 + cmake . [2021-09-02T19:28:02.053Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:28:02.165Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:28:02.282Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:28:02.283Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:28:02.284Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:28:03.317Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:28:03.357Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:28:05.489Z] #51 45.33 go: downloading github.com/gogo/protobuf v1.2.1 [2021-09-02T19:28:05.801Z] Merge succeeded, producing 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:28:05.801Z] Checking out Revision 1b8db067856387b4cc80bd5813993475382993b6 (PR-42674) [2021-09-02T19:28:05.869Z] #38 3.185 -- The C compiler identification is GNU 10.2.1 [2021-09-02T19:28:05.869Z] #38 3.275 -- Detecting C compiler ABI info [2021-09-02T19:28:05.958Z] Commit message: "Dockerfile: update gotestsum to v1.7.0" [2021-09-02T19:28:06.099Z] #45 ... [2021-09-02T19:28:06.099Z] [2021-09-02T19:28:06.099Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:28:06.099Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:28:06.099Z] #37 48.51 Setting up libicu67:amd64 (67.1-7) ... [2021-09-02T19:28:06.099Z] #37 48.53 Setting up xxd (2:8.2.2434-3) ... [2021-09-02T19:28:06.099Z] #37 48.54 Setting up libuv1:amd64 (1.40.0-2) ... [2021-09-02T19:28:06.099Z] #37 48.56 Setting up vim-common (2:8.2.2434-3) ... [2021-09-02T19:28:06.358Z] #37 48.59 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-02T19:28:06.358Z] #37 48.60 Setting up librhash0:amd64 (1.4.1-2) ... [2021-09-02T19:28:06.358Z] #37 48.63 Setting up cmake-data (3.18.4-2) ... [2021-09-02T19:28:06.358Z] #37 48.64 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-02T19:28:06.358Z] #37 48.66 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-02T19:28:06.358Z] #37 48.67 Setting up cmake (3.18.4-2) ... [2021-09-02T19:28:06.358Z] #37 48.69 Processing triggers for libc-bin (2.31-13) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2021-09-02T19:28:06.433Z] #51 ... [2021-09-02T19:28:06.433Z] [2021-09-02T19:28:06.433Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-09-02T19:28:06.433Z] #53 sha256:0db463a0b45876955ae3d6c7ce002817bae19e732274f8b558a9a0257c984937 [2021-09-02T19:28:06.433Z] #53 DONE 46.3s [2021-09-02T19:28:06.433Z] [2021-09-02T19:28:06.433Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:28:06.433Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:28:06.433Z] #45 31.17 Reading package lists... [2021-09-02T19:28:06.433Z] #45 39.14 Reading package lists... [2021-09-02T19:28:06.433Z] #45 45.96 Building dependency tree... [2021-09-02T19:28:06.433Z] #45 ... [2021-09-02T19:28:06.433Z] [2021-09-02T19:28:06.433Z] #57 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:28:06.433Z] #57 sha256:b0fe7a1fac19ad37f5acf133e085479467ceff9ca7df5325534a688e978abb8f [2021-09-02T19:28:06.433Z] #57 29.13 Reading package lists... [2021-09-02T19:28:06.433Z] #57 36.82 Reading package lists... [2021-09-02T19:28:06.433Z] #57 44.00 Building dependency tree... [Pipeline] sh [2021-09-02T19:28:06.695Z] #57 ... [2021-09-02T19:28:06.695Z] [2021-09-02T19:28:06.695Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:28:06.695Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:28:06.695Z] #37 45.36 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-09-02T19:28:06.695Z] #37 45.43 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-09-02T19:28:06.695Z] #37 45.48 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-09-02T19:28:06.695Z] #37 45.52 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-09-02T19:28:06.695Z] #37 45.59 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-09-02T19:28:06.695Z] #37 45.61 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-09-02T19:28:06.831Z] #38 4.126 -- Detecting C compiler ABI info - done [2021-09-02T19:28:06.831Z] #38 4.224 -- Check for working C compiler: /usr/bin/cc - skipped [2021-09-02T19:28:06.831Z] #38 ... [2021-09-02T19:28:06.831Z] [2021-09-02T19:28:06.831Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:28:06.831Z] #49 sha256:252ac44ec56346ac83b7480909e4fe90a2194e04752e158caa84c8de5056e071 [2021-09-02T19:28:06.831Z] #49 DONE 48.6s [2021-09-02T19:28:06.831Z] [2021-09-02T19:28:06.831Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-09-02T19:28:06.831Z] #38 sha256:1028a87dd2832e9939b1ec8fae1adae240467d51a318035530aecfab337067f4 [2021-09-02T19:28:06.831Z] #38 4.234 -- Detecting C compile features [2021-09-02T19:28:06.831Z] #38 4.237 -- Detecting C compile features - done [2021-09-02T19:28:06.831Z] #38 4.278 -- Performing Test HAS_BUILTIN_FORTIFY [2021-09-02T19:28:06.927Z] #37 DONE 49.4s [2021-09-02T19:28:06.927Z] [2021-09-02T19:28:06.927Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:28:06.927Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:28:06.927Z] #45 49.10 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:28:07.100Z] #38 4.559 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-09-02T19:28:07.100Z] #38 4.634 -- Configuring done [2021-09-02T19:28:07.366Z] #38 4.700 -- Generating done [2021-09-02T19:28:07.366Z] #38 4.713 -- Build files have been written to: /tmp/tmp.e37MbODCdG/tini [2021-09-02T19:28:07.366Z] #38 4.718 + make tini-static [2021-09-02T19:28:07.494Z] #45 DONE 49.6s [2021-09-02T19:28:07.494Z] [2021-09-02T19:28:07.494Z] #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-09-02T19:28:07.494Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:28:07.494Z] #14 49.50 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-09-02T19:28:07.494Z] #14 49.51 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-09-02T19:28:07.494Z] #14 49.51 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-02T19:28:07.637Z] #37 47.60 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:28:07.641Z] #37 54.33 Selecting previously unselected package libicu67:amd64. [2021-09-02T19:28:07.641Z] #37 54.33 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2021-09-02T19:28:07.641Z] #37 54.34 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-02T19:28:07.898Z] #37 47.97 Fetched 17.7 MB in 2s (8212 kB/s) [2021-09-02T19:28:07.950Z] #38 5.235 Scanning dependencies of target tini-static [2021-09-02T19:28:07.950Z] #38 5.374 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-09-02T19:28:08.063Z] #14 ... [2021-09-02T19:28:08.063Z] [2021-09-02T19:28:08.063Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:28:08.063Z] #33 sha256:d3fe95d9a99fdc7a69ded3544488248d7415e5fc5291637b208f7821e3121759 [2021-09-02T19:28:08.063Z] #33 40.29 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:28:08.063Z] #33 ... [2021-09-02T19:28:08.063Z] [2021-09-02T19:28:08.063Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-09-02T19:28:08.063Z] #38 sha256:5402b228828538185a28a3596e3601913b7ac581f441d146aa0b110c8b8a4b09 [2021-09-02T19:28:08.160Z] #37 48.16 Selecting previously unselected package xxd. [2021-09-02T19:28:08.160Z] #37 48.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-09-02T19:28:08.160Z] #37 48.26 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-02T19:28:08.422Z] #37 48.29 Unpacking xxd (2:8.2.2434-3) ... [2021-09-02T19:28:05.440Z] > git remote # timeout=10 [2021-09-02T19:28:05.508Z] > git config --get remote.origin.url # timeout=10 [2021-09-02T19:28:05.568Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:28:05.570Z] > git merge 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d # timeout=10 [2021-09-02T19:28:05.710Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-09-02T19:28:05.838Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:28:05.875Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:28:08.995Z] #37 48.84 Selecting previously unselected package vim-common. [2021-09-02T19:28:08.995Z] #37 48.85 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-02T19:28:08.995Z] #37 48.90 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-02T19:28:09.283Z] + docker version [2021-09-02T19:28:09.550Z] #37 ... [2021-09-02T19:28:09.550Z] [2021-09-02T19:28:09.550Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:28:09.550Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:28:09.550Z] #45 39.23 Reading package lists... [2021-09-02T19:28:09.550Z] #45 46.13 Building dependency tree... [2021-09-02T19:28:09.550Z] #45 50.72 The following additional packages will be installed: [2021-09-02T19:28:09.550Z] #45 50.72 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-02T19:28:09.550Z] #45 50.73 python3-protobuf python3-six [2021-09-02T19:28:09.550Z] #45 50.75 Suggested packages: [2021-09-02T19:28:09.550Z] #45 50.75 python3-setuptools [2021-09-02T19:28:09.550Z] #45 50.75 Recommended packages: [2021-09-02T19:28:09.550Z] #45 50.75 iproute2 | iproute [2021-09-02T19:28:09.550Z] #45 51.50 The following NEW packages will be installed: [2021-09-02T19:28:09.550Z] #45 51.51 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-02T19:28:09.550Z] #45 51.51 python3-protobuf python3-six [2021-09-02T19:28:09.550Z] #45 52.13 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:28:09.550Z] #45 52.13 Need to get 2267 kB of archives. [2021-09-02T19:28:09.550Z] #45 52.13 After this operation, 10.8 MB of additional disk space will be used. [2021-09-02T19:28:09.550Z] #45 52.13 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2021-09-02T19:28:09.550Z] #45 52.19 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-02T19:28:09.550Z] #45 52.20 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2021-09-02T19:28:09.550Z] #45 52.27 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2021-09-02T19:28:09.550Z] #45 52.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-09-02T19:28:09.550Z] #45 52.45 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-09-02T19:28:09.550Z] #45 52.46 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-09-02T19:28:09.550Z] #45 55.28 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-09-02T19:28:09.567Z] #37 49.55 Selecting previously unselected package cmake-data. [2021-09-02T19:28:09.567Z] #37 49.55 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-09-02T19:28:09.567Z] #37 49.56 Unpacking cmake-data (3.18.4-2) ... [2021-09-02T19:28:09.811Z] #45 ... [2021-09-02T19:28:09.811Z] [2021-09-02T19:28:09.811Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:28:09.811Z] #51 sha256:4043fdf24f142026307314e18c5917b11654f08cf9041964f3eb50a2c59ebc78 [2021-09-02T19:28:09.811Z] #51 46.48 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-09-02T19:28:09.811Z] #51 46.65 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-09-02T19:28:09.811Z] #51 46.98 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-09-02T19:28:09.811Z] #51 ... [2021-09-02T19:28:09.811Z] [2021-09-02T19:28:09.811Z] #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-09-02T19:28:09.811Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:28:09.811Z] #14 47.53 The following NEW packages will be installed: [2021-09-02T19:28:09.811Z] #14 47.55 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-02T19:28:09.811Z] #14 47.55 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-09-02T19:28:09.811Z] #14 47.55 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-09-02T19:28:09.811Z] #14 47.55 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-09-02T19:28:09.811Z] #14 47.55 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-09-02T19:28:09.811Z] #14 47.55 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-09-02T19:28:09.811Z] #14 47.55 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-09-02T19:28:09.811Z] #14 47.55 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-09-02T19:28:09.811Z] #14 47.56 mingw-w64-x86-64-dev [2021-09-02T19:28:09.811Z] #14 47.98 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:28:09.811Z] #14 47.98 Need to get 115 MB of archives. [2021-09-02T19:28:09.811Z] #14 47.98 After this operation, 645 MB of additional disk space will be used. [2021-09-02T19:28:09.811Z] #14 47.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-09-02T19:28:09.811Z] #14 48.13 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-09-02T19:28:09.811Z] #14 48.35 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-09-02T19:28:09.811Z] #14 48.36 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2021-09-02T19:28:09.811Z] #14 48.37 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2021-09-02T19:28:09.811Z] #14 48.38 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-09-02T19:28:09.811Z] #14 48.72 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-09-02T19:28:09.811Z] #14 49.08 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-09-02T19:28:09.811Z] #14 49.10 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-09-02T19:28:09.811Z] #14 50.18 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-09-02T19:28:09.811Z] #14 52.04 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-09-02T19:28:09.811Z] #14 52.86 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-09-02T19:28:09.811Z] #14 53.73 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-09-02T19:28:09.811Z] #14 55.52 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-09-02T19:28:09.811Z] #14 56.42 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2021-09-02T19:28:09.811Z] #14 56.42 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-09-02T19:28:09.811Z] #14 56.42 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-09-02T19:28:09.811Z] #14 56.42 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-02T19:28:09.811Z] #14 56.43 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-02T19:28:09.811Z] #14 56.43 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-09-02T19:28:09.811Z] #14 56.45 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-09-02T19:28:09.811Z] #14 56.45 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-09-02T19:28:09.811Z] #14 56.48 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-09-02T19:28:09.811Z] #14 56.49 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-09-02T19:28:09.811Z] #14 56.50 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-09-02T19:28:09.811Z] #14 56.50 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-09-02T19:28:09.811Z] #14 56.55 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-09-02T19:28:09.811Z] #14 56.58 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-09-02T19:28:09.811Z] #14 56.58 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-09-02T19:28:09.811Z] #14 56.58 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-09-02T19:28:09.887Z] #38 6.963 [100%] Linking C executable tini-static [2021-09-02T19:28:10.154Z] #38 7.496 [100%] Built target tini-static [2021-09-02T19:28:10.154Z] #38 7.579 + mkdir -p /build [2021-09-02T19:28:10.379Z] #14 ... [2021-09-02T19:28:10.379Z] [2021-09-02T19:28:10.379Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:28:10.379Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:28:10.379Z] #45 56.84 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:28:10.419Z] #38 7.585 + cp tini-static /build/docker-init [2021-09-02T19:28:10.597Z] #38 ... [2021-09-02T19:28:10.597Z] [2021-09-02T19:28:10.597Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:28:10.597Z] #49 sha256:c72e56c32396ecc5b46ef82c3967f963629e7e64a29ffe248cb7f6b8159dca59 [2021-09-02T19:28:10.597Z] #49 DONE 53.2s [2021-09-02T19:28:10.639Z] #45 57.12 Fetched 2267 kB in 4s (575 kB/s) [2021-09-02T19:28:10.639Z] #45 57.24 Selecting previously unselected package libprotobuf23:amd64. [2021-09-02T19:28:10.686Z] #38 DONE 7.9s [2021-09-02T19:28:10.686Z] [2021-09-02T19:28:10.686Z] #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-09-02T19:28:10.686Z] #14 sha256:d6d7c91ff60c3574e6270fff3dfeff8b5222f0f9ce009befe782f496ac1c62cc [2021-09-02T19:28:10.686Z] #14 44.84 Selecting previously unselected package gcc-mingw-w64-base. [2021-09-02T19:28:10.686Z] #14 44.85 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2021-09-02T19:28:10.686Z] #14 44.86 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-02T19:28:10.686Z] #14 45.02 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-09-02T19:28:10.686Z] #14 45.02 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2021-09-02T19:28:10.686Z] #14 45.03 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-02T19:28:10.686Z] #14 51.07 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-09-02T19:28:10.686Z] #14 51.07 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2021-09-02T19:28:10.686Z] #14 51.07 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:28:10.855Z] [2021-09-02T19:28:10.855Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:28:10.855Z] #60 sha256:3d6900ddbcf1bc3a73dce90e7c205620b0356678e7085f5fad11fdca990f344b [2021-09-02T19:28:10.898Z] #45 57.24 (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-09-02T19:28:10.898Z] #45 57.29 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2021-09-02T19:28:10.898Z] #45 57.37 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2021-09-02T19:28:10.951Z] #37 ... [2021-09-02T19:28:10.951Z] [2021-09-02T19:28:10.951Z] #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-09-02T19:28:10.951Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:28:10.951Z] #14 34.11 Reading package lists... [2021-09-02T19:28:10.951Z] #14 41.33 Building dependency tree... [2021-09-02T19:28:10.951Z] #14 46.13 The following additional packages will be installed: [2021-09-02T19:28:10.951Z] #14 46.14 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-02T19:28:10.951Z] #14 46.14 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-09-02T19:28:10.951Z] #14 46.14 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-09-02T19:28:10.951Z] #14 46.14 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-09-02T19:28:10.951Z] #14 46.15 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-09-02T19:28:10.951Z] #14 46.15 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-09-02T19:28:10.951Z] #14 46.16 mingw-w64-common mingw-w64-x86-64-dev [2021-09-02T19:28:10.951Z] #14 46.16 Suggested packages: [2021-09-02T19:28:10.951Z] #14 46.17 gcc-10-locales seccomp wine64 [2021-09-02T19:28:10.951Z] #14 47.90 The following NEW packages will be installed: [2021-09-02T19:28:10.951Z] #14 47.92 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-02T19:28:10.951Z] #14 47.92 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-09-02T19:28:10.951Z] #14 47.92 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-09-02T19:28:10.951Z] #14 47.92 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-09-02T19:28:10.951Z] #14 47.92 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-09-02T19:28:10.951Z] #14 47.92 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-09-02T19:28:10.951Z] #14 47.92 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-09-02T19:28:10.951Z] #14 47.92 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-09-02T19:28:10.951Z] #14 47.92 mingw-w64-x86-64-dev [2021-09-02T19:28:10.951Z] #14 48.41 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:28:10.951Z] #14 48.41 Need to get 115 MB of archives. [2021-09-02T19:28:10.951Z] #14 48.41 After this operation, 645 MB of additional disk space will be used. [2021-09-02T19:28:10.951Z] #14 48.41 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-09-02T19:28:10.951Z] #14 48.68 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-09-02T19:28:10.951Z] #14 48.87 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-09-02T19:28:10.951Z] #14 48.89 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-09-02T19:28:10.951Z] #14 48.90 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2021-09-02T19:28:10.951Z] #14 48.91 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-09-02T19:28:10.951Z] #14 49.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-09-02T19:28:10.951Z] #14 49.35 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-09-02T19:28:10.951Z] #14 49.36 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-09-02T19:28:10.951Z] #14 50.11 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-09-02T19:28:11.212Z] #14 ... [2021-09-02T19:28:11.212Z] [2021-09-02T19:28:11.212Z] #57 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-09-02T19:28:11.212Z] #57 sha256:b0fe7a1fac19ad37f5acf133e085479467ceff9ca7df5325534a688e978abb8f [2021-09-02T19:28:11.212Z] #57 48.75 The following additional packages will be installed: [2021-09-02T19:28:11.212Z] #57 48.75 libbtrfs0 [2021-09-02T19:28:11.212Z] #57 48.93 The following NEW packages will be installed: [2021-09-02T19:28:11.212Z] #57 48.95 libbtrfs-dev libbtrfs0 [2021-09-02T19:28:11.212Z] #57 49.35 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:28:11.212Z] #57 49.35 Need to get 460 kB of archives. [2021-09-02T19:28:11.212Z] #57 49.35 After this operation, 1237 kB of additional disk space will be used. [2021-09-02T19:28:11.212Z] #57 49.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-02T19:28:11.212Z] #57 49.37 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-02T19:28:11.212Z] #57 50.56 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:28:11.212Z] #57 50.95 Fetched 460 kB in 0s (1261 kB/s) [2021-09-02T19:28:11.212Z] #57 51.28 Selecting previously unselected package libbtrfs0:amd64. [2021-09-02T19:28:11.472Z] #57 51.28 (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-09-02T19:28:11.472Z] #57 51.39 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-02T19:28:11.472Z] #57 51.45 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-02T19:28:11.835Z] #45 58.42 Selecting previously unselected package python3-pkg-resources. [2021-09-02T19:28:11.835Z] #45 58.44 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-02T19:28:11.835Z] #45 58.45 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-02T19:28:12.050Z] #57 51.86 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-02T19:28:12.050Z] #57 51.86 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-02T19:28:12.307Z] #60 ... [2021-09-02T19:28:12.307Z] [2021-09-02T19:28:12.307Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-09-02T19:28:12.307Z] #38 sha256:5402b228828538185a28a3596e3601913b7ac581f441d146aa0b110c8b8a4b09 [2021-09-02T19:28:12.307Z] #38 5.431 + RM_GOPATH=0 [2021-09-02T19:28:12.307Z] #38 5.431 + TMP_GOPATH= [2021-09-02T19:28:12.307Z] #38 5.431 + : /build [2021-09-02T19:28:12.307Z] #38 5.431 + '[' -z '' ']' [2021-09-02T19:28:12.307Z] #38 5.431 ++ mktemp -d [2021-09-02T19:28:12.307Z] #38 5.431 + export GOPATH=/tmp/tmp.VKXECqNqjo [2021-09-02T19:28:12.307Z] #38 5.431 + GOPATH=/tmp/tmp.VKXECqNqjo [2021-09-02T19:28:12.307Z] #38 5.431 + RM_GOPATH=1 [2021-09-02T19:28:12.307Z] #38 5.431 + case "$(go env GOARCH)" in [2021-09-02T19:28:12.307Z] #38 5.431 ++ go env GOARCH [2021-09-02T19:28:12.307Z] #38 5.433 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:28:12.307Z] #38 5.433 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:28:12.307Z] #38 5.433 ++ dirname /tmp/install/install.sh [2021-09-02T19:28:12.307Z] #38 5.438 + dir=/tmp/install [2021-09-02T19:28:12.307Z] #38 5.438 + bin=tini [2021-09-02T19:28:12.307Z] #38 5.438 + shift [2021-09-02T19:28:12.307Z] #38 5.438 + '[' '!' -f /tmp/install/tini.installer ']' [2021-09-02T19:28:12.307Z] #38 5.438 + . /tmp/install/tini.installer [2021-09-02T19:28:12.307Z] #38 5.438 ++ : v0.19.0 [2021-09-02T19:28:12.307Z] #38 5.438 + install_tini [2021-09-02T19:28:12.307Z] #38 5.438 + echo 'Install tini version v0.19.0' [2021-09-02T19:28:12.307Z] #38 5.438 + git clone https://github.com/krallin/tini.git /tmp/tmp.VKXECqNqjo/tini [2021-09-02T19:28:12.307Z] #38 5.438 Cloning into '/tmp/tmp.VKXECqNqjo/tini'... [2021-09-02T19:28:12.307Z] #38 5.439 Install tini version v0.19.0 [2021-09-02T19:28:12.312Z] #57 52.32 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-02T19:28:12.403Z] #45 58.80 Selecting previously unselected package python3-six. [2021-09-02T19:28:12.403Z] #45 58.81 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2021-09-02T19:28:12.403Z] #45 58.84 Unpacking python3-six (1.16.0-2) ... [2021-09-02T19:28:12.663Z] #45 59.14 Selecting previously unselected package python3-protobuf. [2021-09-02T19:28:12.663Z] #45 59.14 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2021-09-02T19:28:12.663Z] #45 59.16 Unpacking python3-protobuf (3.12.4-1) ... [2021-09-02T19:28:12.885Z] #57 52.79 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-02T19:28:13.146Z] #57 53.17 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-02T19:28:13.146Z] #57 53.20 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:28:13.269Z] #38 6.332 + cd /tmp/tmp.VKXECqNqjo/tini [2021-09-02T19:28:13.270Z] #38 6.332 + git checkout -q v0.19.0 [2021-09-02T19:28:13.270Z] #38 6.332 + cmake . [2021-09-02T19:28:13.601Z] #45 60.02 Selecting previously unselected package libnet1:amd64. [2021-09-02T19:28:13.601Z] #45 60.04 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-02T19:28:13.601Z] #45 60.09 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:28:13.601Z] #45 60.23 Selecting previously unselected package libnl-3-200:amd64. [2021-09-02T19:28:13.601Z] #45 60.23 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-02T19:28:13.601Z] #45 60.24 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-02T19:28:13.719Z] #57 DONE 53.7s [2021-09-02T19:28:13.719Z] [2021-09-02T19:28:13.719Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:28:13.719Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:28:13.719Z] #37 53.69 Selecting previously unselected package libicu67:amd64. [2021-09-02T19:28:13.719Z] #37 53.69 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2021-09-02T19:28:13.719Z] #37 53.72 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-02T19:28:13.848Z] #38 6.708 -- The C compiler identification is GNU 10.2.1 [2021-09-02T19:28:13.848Z] #38 6.782 -- Detecting C compiler ABI info [2021-09-02T19:28:14.170Z] #45 60.61 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-02T19:28:14.170Z] #45 60.62 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-02T19:28:14.170Z] #45 60.63 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-02T19:28:14.420Z] #38 7.368 -- Detecting C compiler ABI info - done [2021-09-02T19:28:14.420Z] #38 7.511 -- Check for working C compiler: /usr/bin/cc - skipped [2021-09-02T19:28:14.420Z] #38 7.511 -- Detecting C compile features [2021-09-02T19:28:14.420Z] #38 7.511 -- Detecting C compile features - done [2021-09-02T19:28:14.420Z] #38 7.611 -- Performing Test HAS_BUILTIN_FORTIFY [2021-09-02T19:28:14.430Z] #45 60.73 Selecting previously unselected package criu. [2021-09-02T19:28:14.430Z] #45 60.73 Preparing to unpack .../7-criu_3.15-1_amd64.deb ... [2021-09-02T19:28:14.430Z] #45 60.76 Unpacking criu (3.15-1) ... [2021-09-02T19:28:14.679Z] #38 7.730 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-09-02T19:28:14.679Z] #38 7.868 -- Configuring done [2021-09-02T19:28:14.679Z] #38 7.868 -- Generating done [2021-09-02T19:28:14.679Z] #38 7.875 -- Build files have been written to: /tmp/tmp.VKXECqNqjo/tini [2021-09-02T19:28:14.939Z] #38 7.888 + make tini-static [2021-09-02T19:28:14.939Z] #38 8.112 Scanning dependencies of target tini-static [2021-09-02T19:28:14.942Z] #14 ... [2021-09-02T19:28:14.942Z] [2021-09-02T19:28:14.942Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:28:14.942Z] #58 sha256:e50d621757160490435684f069f5ef56b5f084a303cdf32dffce0b63ab47a3fa [2021-09-02T19:28:15.197Z] #38 8.248 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-09-02T19:28:15.369Z] #45 61.77 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-02T19:28:15.471Z] #58 30.21 Updating files: 52% (2408/4562) Updating files: 53% (2418/4562) Updating files: 54% (2464/4562) Updating files: 55% (2510/4562) Updating files: 56% (2555/4562) Updating files: 57% (2601/4562) Updating files: 58% (2646/4562) Updating files: 59% (2692/4562) Updating files: 60% (2738/4562) Updating files: 61% (2783/4562) Updating files: 62% (2829/4562) Updating files: 63% (2875/4562) Updating files: 64% (2920/4562) Updating files: 65% (2966/4562) Updating files: 66% (3011/4562) Updating files: 67% (3057/4562) Updating files: 68% (3103/4562) Updating files: 69% (3148/4562) Updating files: 70% (3194/4562) Updating files: 71% (3240/4562) Updating files: 72% (3285/4562) Updating files: 73% (3331/4562) Updating files: 74% (3376/4562) Updating files: 75% (3422/4562) Updating files: 76% (3468/4562) Updating files: 77% (3513/4562) Updating files: 78% (3559/4562) Updating files: 79% (3604/4562) Updating files: 80% (3650/4562) Updating files: 81% (3696/4562) Updating files: 82% (3741/4562) Updating files: 83% (3787/4562) Updating files: 84% (3833/4562) Updating files: 85% (3878/4562) Updating files: 86% (3924/4562) Updating files: 87% (3969/4562) Updating files: 88% (4015/4562) Updating files: 89% (4061/4562) Updating files: 90% (4106/4562) Updating files: 91% (4152/4562) Updating files: 92% (4198/4562) Updating files: 93% (4243/4562) Updating files: 94% (4289/4562) Updating files: 95% (4334/4562) Updating files: 96% (4380/4562) Updating files: 97% (4426/4562) Updating files: 98% (4471/4562) Updating files: 99% (4517/4562) Updating files: 100% (4562/4562) Updating files: 100% (4562/4562), done. [2021-09-02T19:28:15.471Z] #58 31.23 + cd /tmp/tmp.8Zo5YlfEgP/src/github.com/containerd/containerd [2021-09-02T19:28:15.736Z] #58 31.23 + git checkout -q v1.5.5 [2021-09-02T19:28:16.579Z] #38 9.377 [100%] Linking C executable tini-static [2021-09-02T19:28:16.838Z] #38 9.823 [100%] Built target tini-static [2021-09-02T19:28:16.838Z] #38 9.877 + mkdir -p /build [2021-09-02T19:28:16.838Z] #38 9.878 + cp tini-static /build/docker-init [2021-09-02T19:28:17.000Z] Commit message: "Dockerfile: update gotestsum to v1.7.0" [2021-09-02T19:28:17.027Z] #37 ... [2021-09-02T19:28:17.027Z] [2021-09-02T19:28:17.027Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:28:17.027Z] #51 sha256:b1c76d301e35376be11d10436c87401647110ea7cf65ad81579291ca608fa444 [2021-09-02T19:28:17.027Z] #51 46.93 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-09-02T19:28:17.027Z] #51 47.20 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-09-02T19:28:17.027Z] #51 47.52 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-09-02T19:28:17.027Z] #51 ... [2021-09-02T19:28:17.027Z] [2021-09-02T19:28:17.027Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:28:17.027Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:28:17.027Z] #45 45.96 Building dependency tree... [2021-09-02T19:28:17.027Z] #45 49.67 The following additional packages will be installed: [2021-09-02T19:28:17.027Z] #45 49.70 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-02T19:28:17.027Z] #45 49.72 python3-protobuf python3-six [2021-09-02T19:28:17.027Z] #45 49.72 Suggested packages: [2021-09-02T19:28:17.027Z] #45 49.72 python3-setuptools [2021-09-02T19:28:17.027Z] #45 49.72 Recommended packages: [2021-09-02T19:28:17.027Z] #45 49.72 iproute2 | iproute [2021-09-02T19:28:17.027Z] #45 50.63 The following NEW packages will be installed: [2021-09-02T19:28:17.027Z] #45 50.64 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-02T19:28:17.027Z] #45 50.67 python3-protobuf python3-six [2021-09-02T19:28:17.027Z] #45 51.33 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:28:17.027Z] #45 51.33 Need to get 2267 kB of archives. [2021-09-02T19:28:17.027Z] #45 51.33 After this operation, 10.8 MB of additional disk space will be used. [2021-09-02T19:28:17.027Z] #45 51.33 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2021-09-02T19:28:17.027Z] #45 51.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-02T19:28:17.027Z] #45 51.53 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2021-09-02T19:28:17.027Z] #45 51.55 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2021-09-02T19:28:17.027Z] #45 51.75 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-09-02T19:28:17.027Z] #45 51.76 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-09-02T19:28:17.027Z] #45 51.77 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-09-02T19:28:17.027Z] #45 54.19 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-09-02T19:28:17.027Z] #45 55.61 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:28:17.027Z] #45 55.91 Fetched 2267 kB in 4s (610 kB/s) [2021-09-02T19:28:17.027Z] #45 56.01 Selecting previously unselected package libprotobuf23:amd64. [2021-09-02T19:28:17.027Z] #45 56.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-09-02T19:28:17.027Z] #45 56.14 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2021-09-02T19:28:17.027Z] #45 56.16 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2021-09-02T19:28:17.134Z] #58 32.73 + export 'BUILDTAGS=netgo osusergo static_build' [2021-09-02T19:28:17.134Z] #58 32.73 + BUILDTAGS='netgo osusergo static_build' [2021-09-02T19:28:17.134Z] #58 32.73 + export EXTRA_FLAGS=-buildmode=pie [2021-09-02T19:28:17.134Z] #58 32.73 + EXTRA_FLAGS=-buildmode=pie [2021-09-02T19:28:17.134Z] #58 32.73 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-09-02T19:28:17.134Z] #58 32.73 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-09-02T19:28:17.134Z] #58 32.73 + '[' '' = dynamic ']' [2021-09-02T19:28:17.134Z] #58 32.73 + make [2021-09-02T19:28:17.275Z] #45 63.84 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2021-09-02T19:28:17.275Z] #45 63.87 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:28:17.275Z] #45 ... [2021-09-02T19:28:17.275Z] [2021-09-02T19:28:17.275Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:28:17.275Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:28:17.276Z] #37 64.15 Selecting previously unselected package libxml2:amd64. [2021-09-02T19:28:17.276Z] #37 64.15 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [Pipeline] withEnv [Pipeline] { [2021-09-02T19:28:17.405Z] #38 DONE 10.5s [2021-09-02T19:28:17.405Z] [2021-09-02T19:28:17.405Z] #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-09-02T19:28:17.405Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:28:17.405Z] #14 54.82 Selecting previously unselected package gcc-mingw-w64-base. [2021-09-02T19:28:17.405Z] #14 54.82 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:28:17.405Z] #14 54.83 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-02T19:28:17.405Z] #14 55.02 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-09-02T19:28:17.405Z] #14 55.02 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:28:17.405Z] #14 55.02 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-02T19:28:17.535Z] #37 64.16 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-02T19:28:17.598Z] #45 57.20 Selecting previously unselected package python3-pkg-resources. [2021-09-02T19:28:17.598Z] #45 57.22 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-02T19:28:17.599Z] #45 57.23 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-02T19:28:17.599Z] #45 ... [2021-09-02T19:28:17.599Z] [2021-09-02T19:28:17.599Z] #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-09-02T19:28:17.599Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:28:17.599Z] #14 52.36 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-09-02T19:28:17.599Z] #14 53.03 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-09-02T19:28:17.599Z] #14 53.63 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-09-02T19:28:17.599Z] #14 54.90 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-09-02T19:28:17.599Z] #14 55.40 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-09-02T19:28:17.599Z] #14 55.40 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-09-02T19:28:17.599Z] #14 55.40 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-09-02T19:28:17.599Z] #14 55.40 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-02T19:28:17.599Z] #14 55.43 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-02T19:28:17.599Z] #14 55.44 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2021-09-02T19:28:17.599Z] #14 55.44 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-09-02T19:28:17.599Z] #14 55.44 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-09-02T19:28:17.599Z] #14 55.47 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-09-02T19:28:17.599Z] #14 55.51 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-09-02T19:28:17.599Z] #14 55.51 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-09-02T19:28:17.599Z] #14 55.51 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-09-02T19:28:17.599Z] #14 55.54 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-09-02T19:28:17.599Z] #14 55.56 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-09-02T19:28:17.599Z] #14 55.56 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-09-02T19:28:17.599Z] #14 55.56 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-09-02T19:28:17.599Z] #14 56.88 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:28:17.599Z] #14 57.18 Fetched 115 MB in 8s (15.2 MB/s) [2021-09-02T19:28:17.599Z] #14 57.48 Selecting previously unselected package binutils-mingw-w64-i686. [2021-09-02T19:28:17.599Z] #14 57.48 (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-09-02T19:28:17.599Z] #14 57.54 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-02T19:28:17.599Z] #14 57.56 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-02T19:28:17.860Z] #14 ... [2021-09-02T19:28:17.860Z] [2021-09-02T19:28:17.860Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:28:17.860Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:28:17.860Z] #45 57.59 Selecting previously unselected package python3-six. [2021-09-02T19:28:17.860Z] #45 57.59 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2021-09-02T19:28:17.860Z] #45 57.61 Unpacking python3-six (1.16.0-2) ... [2021-09-02T19:28:17.963Z] Client: [2021-09-02T19:28:17.963Z] Version: 20.10.8 [2021-09-02T19:28:17.963Z] API version: 1.41 [2021-09-02T19:28:17.963Z] Go version: go1.16.6 [2021-09-02T19:28:17.963Z] Git commit: 3967b7d [2021-09-02T19:28:17.963Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-02T19:28:17.963Z] OS/Arch: windows/amd64 [2021-09-02T19:28:17.963Z] Context: default [2021-09-02T19:28:17.963Z] Experimental: true [2021-09-02T19:28:17.963Z] [2021-09-02T19:28:17.963Z] Server: Docker Engine - Community [2021-09-02T19:28:17.963Z] Engine: [2021-09-02T19:28:17.963Z] Version: 20.10.8 [2021-09-02T19:28:17.963Z] API version: 1.41 (minimum version 1.24) [2021-09-02T19:28:17.963Z] Go version: go1.16.6 [2021-09-02T19:28:17.963Z] Git commit: 75249d8 [2021-09-02T19:28:17.963Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-02T19:28:17.963Z] OS/Arch: windows/amd64 [2021-09-02T19:28:17.963Z] Experimental: true [2021-09-02T19:28:18.103Z] #37 64.97 Selecting previously unselected package libarchive13:amd64. [2021-09-02T19:28:18.103Z] #37 64.98 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-09-02T19:28:18.103Z] #37 65.00 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-02T19:28:18.121Z] #45 57.79 Selecting previously unselected package python3-protobuf. [2021-09-02T19:28:18.121Z] #45 57.79 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2021-09-02T19:28:18.121Z] #45 57.80 Unpacking python3-protobuf (3.12.4-1) ... [2021-09-02T19:28:18.535Z] #58 34.11 + bin/ctr [2021-09-02T19:28:18.693Z] #45 58.36 Selecting previously unselected package libnet1:amd64. [2021-09-02T19:28:18.693Z] #45 58.37 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-02T19:28:18.693Z] #45 58.38 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:28:18.785Z] #14 61.38 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-09-02T19:28:18.785Z] #14 61.38 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:28:18.785Z] #14 61.42 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:28:18.953Z] #45 58.61 Selecting previously unselected package libnl-3-200:amd64. [2021-09-02T19:28:18.953Z] #45 58.61 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-02T19:28:18.953Z] #45 58.62 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-02T19:28:19.040Z] #37 65.69 Selecting previously unselected package libjsoncpp24:amd64. [2021-09-02T19:28:19.040Z] #37 65.69 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-09-02T19:28:19.040Z] #37 65.70 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-02T19:28:19.040Z] #37 65.90 Selecting previously unselected package librhash0:amd64. [2021-09-02T19:28:19.214Z] #45 58.79 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-02T19:28:19.214Z] #45 58.80 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-02T19:28:19.214Z] #45 58.80 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-02T19:28:19.214Z] #45 59.05 Selecting previously unselected package criu. [Pipeline] sh [2021-09-02T19:28:19.300Z] #37 65.90 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2021-09-02T19:28:19.300Z] #37 65.91 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-09-02T19:28:19.476Z] #45 59.06 Preparing to unpack .../7-criu_3.15-1_amd64.deb ... [2021-09-02T19:28:19.476Z] #45 59.07 Unpacking criu (3.15-1) ... [2021-09-02T19:28:19.559Z] #37 66.25 Selecting previously unselected package libuv1:amd64. [2021-09-02T19:28:19.559Z] #37 66.26 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2021-09-02T19:28:19.559Z] #37 66.29 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-09-02T19:28:19.559Z] #37 66.49 Selecting previously unselected package cmake. [2021-09-02T19:28:19.559Z] #37 66.49 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ... [2021-09-02T19:28:19.559Z] #37 66.49 Unpacking cmake (3.18.4-2) ... [2021-09-02T19:28:20.236Z] + docker version [2021-09-02T19:28:20.248Z] + docker info [2021-09-02T19:28:20.248Z] Client: [2021-09-02T19:28:20.248Z] Context: default [2021-09-02T19:28:20.248Z] Debug Mode: false [2021-09-02T19:28:20.248Z] [2021-09-02T19:28:20.248Z] Server: [2021-09-02T19:28:20.248Z] Containers: 0 [2021-09-02T19:28:20.248Z] Running: 0 [2021-09-02T19:28:20.248Z] Paused: 0 [2021-09-02T19:28:20.248Z] Stopped: 0 [2021-09-02T19:28:20.248Z] Images: 0 [2021-09-02T19:28:20.248Z] Server Version: 20.10.8 [2021-09-02T19:28:20.248Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-09-02T19:28:20.248Z] Windows: [2021-09-02T19:28:20.248Z] LCOW: [2021-09-02T19:28:20.248Z] Logging Driver: json-file [2021-09-02T19:28:20.248Z] Plugins: [2021-09-02T19:28:20.248Z] Volume: local [2021-09-02T19:28:20.248Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-02T19:28:20.248Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-02T19:28:20.248Z] Swarm: inactive [2021-09-02T19:28:20.248Z] Default Isolation: process [2021-09-02T19:28:20.248Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-02T19:28:20.248Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-02T19:28:20.248Z] OSType: windows [2021-09-02T19:28:20.248Z] Architecture: x86_64 [2021-09-02T19:28:20.248Z] CPUs: 4 [2021-09-02T19:28:20.248Z] Total Memory: 32GiB [2021-09-02T19:28:20.248Z] Name: azwin-2-7d9360 [2021-09-02T19:28:20.248Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-09-02T19:28:20.248Z] Docker Root Dir: D:\docker [2021-09-02T19:28:20.248Z] Debug Mode: false [2021-09-02T19:28:20.248Z] Registry: https://index.docker.io/v1/ [2021-09-02T19:28:20.248Z] Labels: [2021-09-02T19:28:20.248Z] Experimental: true [2021-09-02T19:28:20.248Z] Insecure Registries: [2021-09-02T19:28:20.248Z] 10.0.0.4:5000 [2021-09-02T19:28:20.248Z] 127.0.0.0/8 [2021-09-02T19:28:20.248Z] Registry Mirrors: [2021-09-02T19:28:20.248Z] http://10.0.0.4:5000/ [2021-09-02T19:28:20.248Z] Live Restore Enabled: false [2021-09-02T19:28:20.248Z] Product License: Community Engine [2021-09-02T19:28:20.248Z] [Pipeline] } [Pipeline] // stage [2021-09-02T19:28:20.418Z] #45 60.05 Setting up python3-pkg-resources (52.0.0-4) ... [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-09-02T19:28:20.938Z] #37 ... [2021-09-02T19:28:20.938Z] [2021-09-02T19:28:20.938Z] #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-09-02T19:28:20.938Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:28:20.938Z] #14 57.80 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:28:20.938Z] #14 58.11 Fetched 115 MB in 9s (12.8 MB/s) [2021-09-02T19:28:20.938Z] #14 58.28 Selecting previously unselected package binutils-mingw-w64-i686. [2021-09-02T19:28:20.938Z] #14 58.28 (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-09-02T19:28:20.938Z] #14 58.38 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-02T19:28:20.938Z] #14 58.42 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-02T19:28:20.938Z] #14 61.87 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-09-02T19:28:20.938Z] #14 61.88 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-02T19:28:20.938Z] #14 61.88 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-02T19:28:20.938Z] #14 65.56 Selecting previously unselected package binutils-mingw-w64. [2021-09-02T19:28:20.938Z] #14 65.56 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-09-02T19:28:20.938Z] #14 65.56 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-02T19:28:20.938Z] #14 65.83 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-09-02T19:28:20.938Z] #14 65.84 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-02T19:28:20.938Z] #14 65.85 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:28:20.938Z] #14 66.17 Selecting previously unselected package dmsetup. [2021-09-02T19:28:20.938Z] #14 66.18 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-09-02T19:28:20.938Z] #14 66.18 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-09-02T19:28:20.938Z] #14 66.54 Selecting previously unselected package mingw-w64-common. [2021-09-02T19:28:20.938Z] #14 66.54 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-09-02T19:28:20.938Z] #14 66.56 Unpacking mingw-w64-common (8.0.0-1) ... [2021-09-02T19:28:21.197Z] #14 ... [2021-09-02T19:28:21.197Z] [2021-09-02T19:28:21.197Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:28:21.197Z] #33 sha256:d3fe95d9a99fdc7a69ded3544488248d7415e5fc5291637b208f7821e3121759 [2021-09-02T19:28:21.197Z] #33 61.47 Updating files: 85% (1298/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: 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-09-02T19:28:21.197Z] #33 62.09 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-09-02T19:28:21.197Z] #33 62.54 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:28:23.027Z] #45 62.62 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2021-09-02T19:28:23.027Z] #45 62.66 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:28:23.027Z] #45 62.67 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-02T19:28:23.027Z] #45 62.68 Setting up python3-six (1.16.0-2) ... [2021-09-02T19:28:23.598Z] #45 ... [2021-09-02T19:28:23.598Z] [2021-09-02T19:28:23.598Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:28:23.598Z] #58 sha256:109a7568a5f2999631a78fecac1cb9bc467426046cdb062eaf64963f1caf7c48 [2021-09-02T19:28:23.598Z] #58 2.048 + RM_GOPATH=0 [2021-09-02T19:28:23.598Z] #58 2.048 + TMP_GOPATH= [2021-09-02T19:28:23.598Z] #58 2.048 + : /build [2021-09-02T19:28:23.598Z] #58 2.048 + '[' -z '' ']' [2021-09-02T19:28:23.598Z] #58 2.048 ++ mktemp -d [2021-09-02T19:28:23.598Z] #58 2.051 + export GOPATH=/tmp/tmp.Fh8hYqZ2Sw [2021-09-02T19:28:23.598Z] #58 2.051 + GOPATH=/tmp/tmp.Fh8hYqZ2Sw [2021-09-02T19:28:23.598Z] #58 2.051 + RM_GOPATH=1 [2021-09-02T19:28:23.598Z] #58 2.051 + case "$(go env GOARCH)" in [2021-09-02T19:28:23.598Z] #58 2.051 ++ go env GOARCH [2021-09-02T19:28:23.598Z] #58 2.098 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:28:23.598Z] #58 2.098 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:28:23.598Z] #58 2.098 ++ dirname /tmp/install/install.sh [2021-09-02T19:28:23.598Z] #58 2.112 Install containerd version v1.5.5 [2021-09-02T19:28:23.598Z] #58 2.112 + dir=/tmp/install [2021-09-02T19:28:23.598Z] #58 2.112 + bin=containerd [2021-09-02T19:28:23.598Z] #58 2.112 + shift [2021-09-02T19:28:23.598Z] #58 2.112 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-09-02T19:28:23.598Z] #58 2.112 + . /tmp/install/containerd.installer [2021-09-02T19:28:23.598Z] #58 2.112 ++ set -e [2021-09-02T19:28:23.598Z] #58 2.112 ++ : v1.5.5 [2021-09-02T19:28:23.598Z] #58 2.112 + install_containerd [2021-09-02T19:28:23.598Z] #58 2.112 + echo 'Install containerd version v1.5.5' [2021-09-02T19:28:23.598Z] #58 2.112 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Fh8hYqZ2Sw/src/github.com/containerd/containerd [2021-09-02T19:28:23.598Z] #58 2.129 Cloning into '/tmp/tmp.Fh8hYqZ2Sw/src/github.com/containerd/containerd'... [2021-09-02T19:28:23.858Z] #58 ... [2021-09-02T19:28:23.858Z] [2021-09-02T19:28:23.858Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:28:23.858Z] #33 sha256:d3fe95d9a99fdc7a69ded3544488248d7415e5fc5291637b208f7821e3121759 [2021-09-02T19:28:23.858Z] #33 59.34 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-09-02T19:28:23.858Z] #33 59.92 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-09-02T19:28:23.858Z] #33 60.79 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:28:26.401Z] #33 ... [2021-09-02T19:28:26.401Z] [2021-09-02T19:28:26.401Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:28:26.401Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:28:26.401Z] #37 64.37 Selecting previously unselected package libxml2:amd64. [2021-09-02T19:28:26.401Z] #37 64.37 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-09-02T19:28:26.401Z] #37 64.38 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-02T19:28:26.401Z] #37 65.11 Selecting previously unselected package libarchive13:amd64. [2021-09-02T19:28:26.401Z] #37 65.13 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-09-02T19:28:26.401Z] #37 65.15 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-02T19:28:26.401Z] #37 65.92 Selecting previously unselected package libjsoncpp24:amd64. [2021-09-02T19:28:26.401Z] #37 65.92 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-09-02T19:28:26.401Z] #37 65.94 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-02T19:28:26.401Z] #37 66.20 Selecting previously unselected package librhash0:amd64. [2021-09-02T19:28:26.401Z] #37 66.20 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2021-09-02T19:28:26.401Z] #37 66.21 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-09-02T19:28:26.479Z] #33 ... [2021-09-02T19:28:26.479Z] [2021-09-02T19:28:26.479Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:28:26.479Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:28:26.479Z] #37 72.98 Setting up libicu67:amd64 (67.1-7) ... [2021-09-02T19:28:26.479Z] #37 73.02 Setting up xxd (2:8.2.2434-3) ... [2021-09-02T19:28:26.479Z] #37 73.12 Setting up libuv1:amd64 (1.40.0-2) ... [2021-09-02T19:28:26.479Z] #37 73.16 Setting up vim-common (2:8.2.2434-3) ... [2021-09-02T19:28:26.479Z] #37 73.25 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-02T19:28:26.479Z] #37 73.29 Setting up librhash0:amd64 (1.4.1-2) ... [2021-09-02T19:28:26.479Z] #37 73.34 Setting up cmake-data (3.18.4-2) ... [2021-09-02T19:28:26.479Z] #37 73.39 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-02T19:28:26.661Z] #37 66.53 Selecting previously unselected package libuv1:amd64. [2021-09-02T19:28:26.661Z] #37 66.55 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2021-09-02T19:28:26.661Z] #37 66.57 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-09-02T19:28:26.741Z] #37 73.40 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-02T19:28:26.741Z] #37 73.43 Setting up cmake (3.18.4-2) ... [2021-09-02T19:28:26.741Z] #37 73.46 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:28:26.912Z] #14 ... [2021-09-02T19:28:26.912Z] [2021-09-02T19:28:26.912Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:28:26.912Z] #58 sha256:2303479823771d33cc9feb7c5c699e56591135da31b8af8bb2572bffbee47f7e [2021-09-02T19:28:26.921Z] #37 66.91 Selecting previously unselected package cmake. [2021-09-02T19:28:26.921Z] #37 66.91 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ... [2021-09-02T19:28:26.921Z] #37 66.93 Unpacking cmake (3.18.4-2) ... [2021-09-02T19:28:27.314Z] #37 ... [2021-09-02T19:28:27.314Z] [2021-09-02T19:28:27.314Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:28:27.314Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:28:27.314Z] #45 63.88 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-02T19:28:27.314Z] #45 63.90 Setting up python3-six (1.16.0-2) ... [2021-09-02T19:28:27.314Z] #45 65.54 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-02T19:28:27.314Z] #45 65.58 Setting up python3-protobuf (3.12.4-1) ... [2021-09-02T19:28:27.314Z] #45 70.71 Setting up criu (3.15-1) ... [2021-09-02T19:28:27.314Z] #45 73.33 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:28:27.428Z] #58 39.52 Updating files: 65% (2982/4562) Updating files: 66% (3011/4562) Updating files: 67% (3057/4562) Updating files: 68% (3103/4562) Updating files: 69% (3148/4562) Updating files: 70% (3194/4562) Updating files: 71% (3240/4562) Updating files: 72% (3285/4562) Updating files: 73% (3331/4562) Updating files: 74% (3376/4562) Updating files: 75% (3422/4562) Updating files: 76% (3468/4562) Updating files: 77% (3513/4562) Updating files: 78% (3559/4562) Updating files: 79% (3604/4562) Updating files: 80% (3650/4562) Updating files: 81% (3696/4562) Updating files: 82% (3741/4562) Updating files: 83% (3787/4562) Updating files: 84% (3833/4562) Updating files: 85% (3878/4562) Updating files: 86% (3924/4562) Updating files: 87% (3969/4562) Updating files: 88% (4015/4562) Updating files: 89% (4061/4562) Updating files: 90% (4106/4562) Updating files: 91% (4152/4562) Updating files: 92% (4198/4562) Updating files: 93% (4243/4562) Updating files: 94% (4289/4562) Updating files: 95% (4334/4562) Updating files: 96% (4380/4562) Updating files: 97% (4426/4562) Updating files: 98% (4471/4562) Updating files: 99% (4517/4562) Updating files: 100% (4562/4562) Updating files: 100% (4562/4562), done. [2021-09-02T19:28:27.429Z] #58 40.29 + cd /tmp/tmp.7btzgNz9kL/src/github.com/containerd/containerd [2021-09-02T19:28:27.429Z] #58 40.29 + git checkout -q v1.5.5 [2021-09-02T19:28:28.146Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-09-02T19:28:28.146Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-8ce1333f\powershellScript.ps1'; exit $LASTEXITCODE; [2021-09-02T19:28:28.146Z] ---------------------------------------------------------------------------- [2021-09-02T19:28:28.146Z] [2021-09-02T19:28:28.146Z] INFO: executeCI.ps1 starting at Thu Sep 2 19:28:27 CUT 2021 [2021-09-02T19:28:28.146Z] [2021-09-02T19:28:28.146Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-09-02T19:28:28.146Z] INFO: Running git version 2.24.1.windows.2 [2021-09-02T19:28:28.146Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2021-09-02T19:28:28.146Z] INFO: Environment variables: [2021-09-02T19:28:28.146Z] [2021-09-02T19:28:28.146Z] Name Value [2021-09-02T19:28:28.146Z] ---- ----- [2021-09-02T19:28:28.146Z] ALLUSERSPROFILE C:\ProgramData [2021-09-02T19:28:28.146Z] amd64 true [2021-09-02T19:28:28.146Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-09-02T19:28:28.146Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-09-02T19:28:28.146Z] arm64 true [2021-09-02T19:28:28.146Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-09-02T19:28:28.146Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-09-02T19:28:28.146Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-09-02T19:28:28.146Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-09-02T19:28:28.146Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-09-02T19:28:28.146Z] BRANCH_NAME PR-42674 [2021-09-02T19:28:28.146Z] BUILD_DISPLAY_NAME #18 [2021-09-02T19:28:28.146Z] BUILD_ID 18 [2021-09-02T19:28:28.146Z] BUILD_NUMBER 18 [2021-09-02T19:28:28.146Z] BUILD_TAG jenkins-moby-PR-42674-18 [2021-09-02T19:28:28.146Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/18/ [2021-09-02T19:28:28.146Z] cgroup2 true [2021-09-02T19:28:28.146Z] CHANGE_AUTHOR thaJeztah [2021-09-02T19:28:28.147Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-09-02T19:28:28.147Z] CHANGE_BRANCH bump_gotestsum [2021-09-02T19:28:28.147Z] CHANGE_FORK thaJeztah/docker [2021-09-02T19:28:28.147Z] CHANGE_ID 42674 [2021-09-02T19:28:28.147Z] CHANGE_TARGET master [2021-09-02T19:28:28.147Z] CHANGE_TITLE Dockerfile: simplify utility-install script, and update gotestsum to v1.7.0 [2021-09-02T19:28:28.147Z] CHANGE_URL https://github.com/moby/moby/pull/42674 [2021-09-02T19:28:28.147Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-02T19:28:28.147Z] CommonProgramFiles C:\Program Files\Common Files [2021-09-02T19:28:28.147Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-09-02T19:28:28.147Z] CommonProgramW6432 C:\Program Files\Common Files [2021-09-02T19:28:28.147Z] COMPUTERNAME azwin-2-7d9360 [2021-09-02T19:28:28.147Z] ComSpec C:\Windows\system32\cmd.exe [2021-09-02T19:28:28.147Z] ConfigSequenceNumber 0 [2021-09-02T19:28:28.147Z] dco true [2021-09-02T19:28:28.147Z] DOCKER_BUILDKIT 0 [2021-09-02T19:28:28.147Z] DOCKER_DUT_DEBUG 1 [2021-09-02T19:28:28.147Z] DOCKER_EXPERIMENTAL 1 [2021-09-02T19:28:28.147Z] DOCKER_GRAPHDRIVER overlay2 [2021-09-02T19:28:28.147Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-09-02T19:28:28.147Z] EXECUTOR_NUMBER 0 [2021-09-02T19:28:28.147Z] FQDN azwin-2-7d9360.westus.cloudapp.azure.com [2021-09-02T19:28:28.147Z] GIT_BRANCH PR-42674 [2021-09-02T19:28:28.147Z] GIT_COMMIT 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:28:28.147Z] GIT_PREVIOUS_COMMIT 0be9f547c86423c4c88ec4552ca0f55bbe65186e [2021-09-02T19:28:28.147Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 0be9f547c86423c4c88ec4552ca0f55bbe65186e [2021-09-02T19:28:28.147Z] GIT_URL https://github.com/moby/moby.git [2021-09-02T19:28:28.147Z] HUDSON_COOKIE 4ba14593-cbe8-4134-b51e-09a69adbc3d4 [2021-09-02T19:28:28.147Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-09-02T19:28:28.147Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-09-02T19:28:28.147Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-09-02T19:28:28.147Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-09-02T19:28:28.147Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-09-02T19:28:28.147Z] JENKINS_NODE_COOKIE 6c22642e-57e1-4139-a5bb-7bb2801ddc11 [2021-09-02T19:28:28.147Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-09-02T19:28:28.147Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-09-02T19:28:28.147Z] JOB_BASE_NAME PR-42674 [2021-09-02T19:28:28.147Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/display/redirect [2021-09-02T19:28:28.147Z] JOB_NAME moby/PR-42674 [2021-09-02T19:28:28.147Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/ [2021-09-02T19:28:28.147Z] library.jps.version master [2021-09-02T19:28:28.147Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-09-02T19:28:28.147Z] NODE_LABELS amd64 azure azwin-2-7d9360 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-09-02T19:28:28.147Z] NODE_NAME azwin-2-7d9360 [2021-09-02T19:28:28.147Z] NUMBER_OF_PROCESSORS 4 [2021-09-02T19:28:28.147Z] OS Windows_NT [2021-09-02T19:28:28.147Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-09-02T19:28:28.147Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-09-02T19:28:28.147Z] ppc64le false [2021-09-02T19:28:28.147Z] PROCESSOR_ARCHITECTURE AMD64 [2021-09-02T19:28:28.147Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-09-02T19:28:28.147Z] PROCESSOR_LEVEL 6 [2021-09-02T19:28:28.147Z] PROCESSOR_REVISION 5507 [2021-09-02T19:28:28.147Z] ProgramData C:\ProgramData [2021-09-02T19:28:28.147Z] ProgramFiles C:\Program Files [2021-09-02T19:28:28.147Z] ProgramFiles(x86) C:\Program Files (x86) [2021-09-02T19:28:28.147Z] ProgramW6432 C:\Program Files [2021-09-02T19:28:28.147Z] PROMPT $P$G [2021-09-02T19:28:28.147Z] PSExecutionPolicyPreference Bypass [2021-09-02T19:28:28.147Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-09-02T19:28:28.147Z] PUBLIC C:\Users\Public [2021-09-02T19:28:28.147Z] rootless true [2021-09-02T19:28:28.147Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/18/display/redirect?page=arti... [2021-09-02T19:28:28.147Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/18/display/redirect?page=changes [2021-09-02T19:28:28.147Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/18/display/redirect [2021-09-02T19:28:28.147Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/18/display/redirect?page=tests [2021-09-02T19:28:28.147Z] s390x false [2021-09-02T19:28:28.147Z] SKIP_VALIDATION_TESTS 1 [2021-09-02T19:28:28.147Z] SOURCES_DRIVE d [2021-09-02T19:28:28.147Z] SOURCES_SUBDIR gopath [2021-09-02T19:28:28.147Z] STAGE_NAME Run tests [2021-09-02T19:28:28.147Z] SystemDrive C: [2021-09-02T19:28:28.147Z] SystemRoot C:\Windows [2021-09-02T19:28:28.147Z] TEMP C:\Windows\TEMP [2021-09-02T19:28:28.147Z] TESTDEBUG 0 [2021-09-02T19:28:28.147Z] TESTRUN_DRIVE d [2021-09-02T19:28:28.147Z] TESTRUN_SUBDIR CI [2021-09-02T19:28:28.147Z] TIMEOUT 120m [2021-09-02T19:28:28.147Z] TMP C:\Windows\TEMP [2021-09-02T19:28:28.147Z] unit_validate true [2021-09-02T19:28:28.147Z] USERDOMAIN WORKGROUP [2021-09-02T19:28:28.147Z] USERNAME azwin-2-7d9360$ [2021-09-02T19:28:28.147Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-09-02T19:28:28.147Z] validate_force false [2021-09-02T19:28:28.147Z] windir C:\Windows [2021-09-02T19:28:28.147Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-09-02T19:28:28.147Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2021-09-02T19:28:28.147Z] windows2022 true [2021-09-02T19:28:28.147Z] windows2022containerd true [2021-09-02T19:28:28.147Z] windowsRS1 false [2021-09-02T19:28:28.147Z] windowsRS5 true [2021-09-02T19:28:28.147Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-09-02T19:28:28.147Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-09-02T19:28:28.147Z] [2021-09-02T19:28:28.147Z] [2021-09-02T19:28:28.147Z] [2021-09-02T19:28:28.605Z] #58 ... [2021-09-02T19:28:28.605Z] [2021-09-02T19:28:28.605Z] #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-09-02T19:28:28.605Z] #14 sha256:d6d7c91ff60c3574e6270fff3dfeff8b5222f0f9ce009befe782f496ac1c62cc [2021-09-02T19:28:28.605Z] #14 58.88 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-09-02T19:28:28.605Z] #14 58.89 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2021-09-02T19:28:28.605Z] #14 58.91 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:28:28.605Z] #14 62.89 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-09-02T19:28:28.605Z] #14 62.90 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2021-09-02T19:28:28.605Z] #14 62.90 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-02T19:28:28.605Z] #14 66.67 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-09-02T19:28:28.605Z] #14 66.68 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2021-09-02T19:28:28.605Z] #14 66.69 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:28:28.617Z] INFO: Sources under d:\gopath\... [2021-09-02T19:28:28.617Z] INFO: Test run under d:\CI\... [2021-09-02T19:28:28.617Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-09-02T19:28:28.617Z] INFO: docker/docker repository was found [2021-09-02T19:28:28.617Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2021-09-02T19:28:28.806Z] #58 41.34 + export 'BUILDTAGS=netgo osusergo static_build' [2021-09-02T19:28:28.806Z] #58 41.34 + BUILDTAGS='netgo osusergo static_build' [2021-09-02T19:28:28.806Z] #58 41.34 + export EXTRA_FLAGS=-buildmode=pie [2021-09-02T19:28:28.806Z] #58 41.34 + EXTRA_FLAGS=-buildmode=pie [2021-09-02T19:28:28.806Z] #58 41.34 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-09-02T19:28:28.806Z] #58 41.34 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-09-02T19:28:28.806Z] #58 41.34 + '[' '' = dynamic ']' [2021-09-02T19:28:28.806Z] #58 41.34 + make [2021-09-02T19:28:28.916Z] Client: [2021-09-02T19:28:28.916Z] Version: 20.10.8 [2021-09-02T19:28:28.916Z] API version: 1.41 [2021-09-02T19:28:28.916Z] Go version: go1.16.6 [2021-09-02T19:28:28.916Z] Git commit: 3967b7d [2021-09-02T19:28:28.916Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-02T19:28:28.916Z] OS/Arch: windows/amd64 [2021-09-02T19:28:28.916Z] Context: default [2021-09-02T19:28:28.916Z] Experimental: true [2021-09-02T19:28:28.916Z] [2021-09-02T19:28:28.916Z] Server: Docker Engine - Community [2021-09-02T19:28:28.916Z] Engine: [2021-09-02T19:28:28.916Z] Version: 20.10.8 [2021-09-02T19:28:28.916Z] API version: 1.41 (minimum version 1.24) [2021-09-02T19:28:28.916Z] Go version: go1.16.6 [2021-09-02T19:28:28.916Z] Git commit: 75249d8 [2021-09-02T19:28:28.916Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-02T19:28:28.916Z] OS/Arch: windows/amd64 [2021-09-02T19:28:28.916Z] Experimental: true [2021-09-02T19:28:29.088Z] ltsc2022: Pulling from windows/servercore [2021-09-02T19:28:29.558Z] 8f616e6e9eec: Pulling fs layer [2021-09-02T19:28:29.558Z] 393f6f5bddce: Pulling fs layer [Pipeline] sh [2021-09-02T19:28:29.851Z] #45 ... [2021-09-02T19:28:29.851Z] [2021-09-02T19:28:29.851Z] #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-09-02T19:28:29.851Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:28:29.851Z] #14 76.12 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-09-02T19:28:29.851Z] #14 76.12 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-09-02T19:28:29.851Z] #14 76.38 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-02T19:28:29.851Z] #14 ... [2021-09-02T19:28:29.851Z] [2021-09-02T19:28:29.851Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:28:29.851Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:28:29.851Z] #37 DONE 76.4s [2021-09-02T19:28:29.851Z] [2021-09-02T19:28:29.851Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:28:29.851Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:28:29.851Z] #45 DONE 76.1s [2021-09-02T19:28:29.851Z] [2021-09-02T19:28:29.851Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-09-02T19:28:29.851Z] #38 sha256:26f928c2ee471e9efdec246bf3ed7669abe2e29b4ca20d9ee2b99a5582394979 [2021-09-02T19:28:30.185Z] #58 42.82 + bin/ctr [2021-09-02T19:28:30.508Z] + docker info [2021-09-02T19:28:31.132Z] #37 ... [2021-09-02T19:28:31.132Z] [2021-09-02T19:28:31.132Z] #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-09-02T19:28:31.132Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:28:31.132Z] #14 61.22 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-09-02T19:28:31.132Z] #14 61.23 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-02T19:28:31.132Z] #14 61.25 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-02T19:28:31.132Z] #14 65.52 Selecting previously unselected package binutils-mingw-w64. [2021-09-02T19:28:31.132Z] #14 65.52 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-09-02T19:28:31.132Z] #14 65.54 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-02T19:28:31.132Z] #14 65.68 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-09-02T19:28:31.132Z] #14 65.69 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-02T19:28:31.132Z] #14 65.71 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:28:31.132Z] #14 66.04 Selecting previously unselected package dmsetup. [2021-09-02T19:28:31.132Z] #14 66.05 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-09-02T19:28:31.132Z] #14 66.05 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-09-02T19:28:31.132Z] #14 66.34 Selecting previously unselected package mingw-w64-common. [2021-09-02T19:28:31.132Z] #14 66.34 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-09-02T19:28:31.132Z] #14 66.35 Unpacking mingw-w64-common (8.0.0-1) ... [2021-09-02T19:28:32.390Z] #38 2.875 + RM_GOPATH=0 [2021-09-02T19:28:32.390Z] #38 2.875 + TMP_GOPATH= [2021-09-02T19:28:32.390Z] #38 2.875 + : /build [2021-09-02T19:28:32.390Z] #38 2.875 + '[' -z '' ']' [2021-09-02T19:28:32.390Z] #38 2.875 ++ mktemp -d [2021-09-02T19:28:32.390Z] #38 2.883 + export GOPATH=/tmp/tmp.NlVfJ4DGK1 [2021-09-02T19:28:32.390Z] #38 2.883 + GOPATH=/tmp/tmp.NlVfJ4DGK1 [2021-09-02T19:28:32.390Z] #38 2.883 + RM_GOPATH=1 [2021-09-02T19:28:32.390Z] #38 2.883 + case "$(go env GOARCH)" in [2021-09-02T19:28:32.390Z] #38 2.883 ++ go env GOARCH [2021-09-02T19:28:32.390Z] #38 2.913 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:28:32.390Z] #38 2.913 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:28:32.650Z] #38 2.913 ++ dirname /tmp/install/install.sh [2021-09-02T19:28:32.650Z] #38 2.914 + dir=/tmp/install [2021-09-02T19:28:32.650Z] #38 2.914 + bin=tini [2021-09-02T19:28:32.650Z] #38 2.914 + shift [2021-09-02T19:28:32.650Z] #38 2.914 + '[' '!' -f /tmp/install/tini.installer ']' [2021-09-02T19:28:32.650Z] #38 2.914 + . /tmp/install/tini.installer [2021-09-02T19:28:32.650Z] #38 2.914 ++ : v0.19.0 [2021-09-02T19:28:32.650Z] #38 2.939 Install tini version v0.19.0 [2021-09-02T19:28:32.650Z] #38 2.939 + install_tini [2021-09-02T19:28:32.650Z] #38 2.939 + echo 'Install tini version v0.19.0' [2021-09-02T19:28:32.650Z] #38 2.939 + git clone https://github.com/krallin/tini.git /tmp/tmp.NlVfJ4DGK1/tini [2021-09-02T19:28:32.650Z] #38 2.956 Cloning into '/tmp/tmp.NlVfJ4DGK1/tini'... [2021-09-02T19:28:32.839Z] #14 73.74 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-09-02T19:28:32.839Z] #14 73.75 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2021-09-02T19:28:32.839Z] #14 73.76 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:28:33.591Z] #38 3.991 + cd /tmp/tmp.NlVfJ4DGK1/tini [2021-09-02T19:28:33.591Z] #38 3.992 + git checkout -q v0.19.0 [2021-09-02T19:28:33.591Z] #38 4.019 + cmake . [2021-09-02T19:28:33.732Z] #14 ... [2021-09-02T19:28:33.732Z] [2021-09-02T19:28:33.732Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:28:33.732Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:28:33.732Z] #37 73.27 Setting up libicu67:amd64 (67.1-7) ... [2021-09-02T19:28:33.732Z] #37 ... [2021-09-02T19:28:33.732Z] [2021-09-02T19:28:33.732Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-02T19:28:33.732Z] #45 sha256:e1622945a7bab6ad5ed6399d5a66d1586f0b6e40621e962dfaf97c07aef31a4b [2021-09-02T19:28:33.732Z] #45 64.20 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-02T19:28:33.732Z] #45 64.24 Setting up python3-protobuf (3.12.4-1) ... [2021-09-02T19:28:33.732Z] #45 69.44 Setting up criu (3.15-1) ... [2021-09-02T19:28:33.732Z] #45 72.04 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:28:33.732Z] #45 DONE 73.2s [2021-09-02T19:28:33.732Z] [2021-09-02T19:28:33.732Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-09-02T19:28:33.732Z] #37 sha256:c57405342e07bf59f4667c03db6961c35c7963895c36bd963eb786c83e70f276 [2021-09-02T19:28:33.732Z] #37 73.46 Setting up xxd (2:8.2.2434-3) ... [2021-09-02T19:28:33.732Z] #37 73.53 Setting up libuv1:amd64 (1.40.0-2) ... [2021-09-02T19:28:33.732Z] #37 73.55 Setting up vim-common (2:8.2.2434-3) ... [2021-09-02T19:28:33.732Z] #37 73.59 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-02T19:28:33.732Z] #37 73.64 Setting up librhash0:amd64 (1.4.1-2) ... [2021-09-02T19:28:33.992Z] #37 73.80 Setting up cmake-data (3.18.4-2) ... [2021-09-02T19:28:33.992Z] #37 73.95 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-02T19:28:33.992Z] #37 74.01 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-02T19:28:33.992Z] #37 74.02 Setting up cmake (3.18.4-2) ... [2021-09-02T19:28:33.992Z] #37 74.05 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:28:34.175Z] #38 4.580 -- The C compiler identification is GNU 10.2.1 [2021-09-02T19:28:34.175Z] #38 4.653 -- Detecting C compiler ABI info [2021-09-02T19:28:34.561Z] #37 DONE 74.5s [2021-09-02T19:28:34.561Z] [2021-09-02T19:28:34.561Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-09-02T19:28:34.561Z] #38 sha256:e49eebe568e809c3d02d541f8fc8d5bcc4c1ce4a1e98e2c3e48220d9182fc623 [2021-09-02T19:28:34.744Z] #38 ... [2021-09-02T19:28:34.744Z] [2021-09-02T19:28:34.744Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:28:34.744Z] #49 sha256:8f52651aa3210b957bc31b45519d585be51dab45630b169bb94654ad5f9f1de4 [2021-09-02T19:28:34.744Z] #49 DONE 81.5s [2021-09-02T19:28:34.744Z] [2021-09-02T19:28:34.744Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-09-02T19:28:34.744Z] #38 sha256:26f928c2ee471e9efdec246bf3ed7669abe2e29b4ca20d9ee2b99a5582394979 [2021-09-02T19:28:34.744Z] #38 5.288 -- Detecting C compiler ABI info - done [2021-09-02T19:28:35.314Z] #38 5.455 -- Check for working C compiler: /usr/bin/cc - skipped [2021-09-02T19:28:35.314Z] #38 5.455 -- Detecting C compile features [2021-09-02T19:28:35.314Z] #38 5.455 -- Detecting C compile features - done [2021-09-02T19:28:35.314Z] #38 5.520 -- Performing Test HAS_BUILTIN_FORTIFY [2021-09-02T19:28:35.574Z] #38 5.939 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-09-02T19:28:35.833Z] #38 6.069 -- Configuring done [2021-09-02T19:28:35.833Z] #38 6.109 -- Generating done [2021-09-02T19:28:35.833Z] #38 6.109 -- Build files have been written to: /tmp/tmp.NlVfJ4DGK1/tini [2021-09-02T19:28:35.833Z] #38 6.110 + make tini-static [2021-09-02T19:28:36.093Z] #38 6.596 Scanning dependencies of target tini-static [2021-09-02T19:28:36.167Z] #14 77.73 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-09-02T19:28:36.167Z] #14 77.74 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-09-02T19:28:36.167Z] #14 77.75 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-02T19:28:36.352Z] #38 6.745 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-09-02T19:28:36.432Z] #14 77.89 Selecting previously unselected package libapparmor1:arm64. [2021-09-02T19:28:36.432Z] #14 77.89 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2021-09-02T19:28:36.432Z] #14 77.90 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2021-09-02T19:28:36.432Z] #14 78.02 Selecting previously unselected package libapparmor-dev:arm64. [2021-09-02T19:28:36.432Z] #14 78.03 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2021-09-02T19:28:36.432Z] #14 78.04 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2021-09-02T19:28:36.697Z] #14 78.19 Selecting previously unselected package libbtrfs0:arm64. [2021-09-02T19:28:36.697Z] #14 78.20 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2021-09-02T19:28:36.697Z] #14 78.21 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2021-09-02T19:28:36.697Z] #14 78.34 Selecting previously unselected package libbtrfs-dev:arm64. [2021-09-02T19:28:36.697Z] #14 78.36 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2021-09-02T19:28:36.697Z] #14 78.37 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2021-09-02T19:28:36.962Z] #14 78.58 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-09-02T19:28:36.962Z] #14 78.60 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2021-09-02T19:28:36.962Z] #14 78.61 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2021-09-02T19:28:36.962Z] #14 78.70 Selecting previously unselected package libudev-dev:arm64. [2021-09-02T19:28:37.107Z] #38 2.550 + RM_GOPATH=0 [2021-09-02T19:28:37.107Z] #38 2.550 + TMP_GOPATH= [2021-09-02T19:28:37.107Z] #38 2.550 + : /build [2021-09-02T19:28:37.107Z] #38 2.550 + '[' -z '' ']' [2021-09-02T19:28:37.107Z] #38 2.550 ++ mktemp -d [2021-09-02T19:28:37.107Z] #38 2.551 + export GOPATH=/tmp/tmp.ImEUi8qmkl [2021-09-02T19:28:37.107Z] #38 2.556 + GOPATH=/tmp/tmp.ImEUi8qmkl [2021-09-02T19:28:37.107Z] #38 2.556 + RM_GOPATH=1 [2021-09-02T19:28:37.107Z] #38 2.556 + case "$(go env GOARCH)" in [2021-09-02T19:28:37.107Z] #38 2.556 ++ go env GOARCH [2021-09-02T19:28:37.107Z] #38 2.588 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:28:37.107Z] #38 2.588 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:28:37.107Z] #38 2.588 ++ dirname /tmp/install/install.sh [2021-09-02T19:28:37.107Z] #38 2.588 + dir=/tmp/install [2021-09-02T19:28:37.107Z] #38 2.590 + bin=tini [2021-09-02T19:28:37.107Z] #38 2.590 + shift [2021-09-02T19:28:37.107Z] #38 2.590 + '[' '!' -f /tmp/install/tini.installer ']' [2021-09-02T19:28:37.107Z] #38 2.590 + . /tmp/install/tini.installer [2021-09-02T19:28:37.107Z] #38 2.590 ++ : v0.19.0 [2021-09-02T19:28:37.107Z] #38 2.590 + install_tini [2021-09-02T19:28:37.107Z] #38 2.590 Install tini version v0.19.0 [2021-09-02T19:28:37.107Z] #38 2.590 + echo 'Install tini version v0.19.0' [2021-09-02T19:28:37.107Z] #38 2.590 + git clone https://github.com/krallin/tini.git /tmp/tmp.ImEUi8qmkl/tini [2021-09-02T19:28:37.107Z] #38 2.592 Cloning into '/tmp/tmp.ImEUi8qmkl/tini'... [2021-09-02T19:28:37.227Z] #14 78.70 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ... [2021-09-02T19:28:37.227Z] #14 78.72 Unpacking libudev-dev:arm64 (247.3-6) ... [2021-09-02T19:28:37.227Z] #14 78.93 Selecting previously unselected package libsepol1-dev:arm64. [2021-09-02T19:28:37.492Z] #14 78.96 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2021-09-02T19:28:37.492Z] #14 78.96 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2021-09-02T19:28:37.757Z] #14 79.26 Selecting previously unselected package libpcre2-16-0:arm64. [2021-09-02T19:28:37.757Z] #14 79.27 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2021-09-02T19:28:37.757Z] #14 79.28 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2021-09-02T19:28:37.757Z] #14 79.46 Selecting previously unselected package libpcre2-32-0:arm64. [2021-09-02T19:28:37.757Z] #14 79.47 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2021-09-02T19:28:37.757Z] #14 79.48 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2021-09-02T19:28:38.022Z] #14 79.67 Selecting previously unselected package libpcre2-posix2:arm64. [2021-09-02T19:28:38.022Z] #14 79.67 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2021-09-02T19:28:38.022Z] #14 79.68 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2021-09-02T19:28:38.022Z] #14 79.75 Selecting previously unselected package libpcre2-dev:arm64. [2021-09-02T19:28:38.022Z] #14 79.76 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2021-09-02T19:28:38.022Z] #14 79.77 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2021-09-02T19:28:38.049Z] #38 3.420 + cd /tmp/tmp.ImEUi8qmkl/tini [2021-09-02T19:28:38.049Z] #38 3.434 + git checkout -q v0.19.0 [2021-09-02T19:28:38.049Z] #38 3.466 + cmake . [2021-09-02T19:28:38.239Z] 8f616e6e9eec: Verifying Checksum [2021-09-02T19:28:38.239Z] 8f616e6e9eec: Download complete [2021-09-02T19:28:38.263Z] #38 8.346 [100%] Linking C executable tini-static [2021-09-02T19:28:38.287Z] #14 80.05 Selecting previously unselected package libselinux1-dev:arm64. [2021-09-02T19:28:38.552Z] #14 80.05 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2021-09-02T19:28:38.552Z] #14 80.06 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2021-09-02T19:28:38.619Z] #38 4.141 -- The C compiler identification is GNU 10.2.1 [2021-09-02T19:28:38.619Z] #38 4.245 -- Detecting C compiler ABI info [2021-09-02T19:28:38.817Z] #14 80.39 Selecting previously unselected package libdevmapper-dev:arm64. [2021-09-02T19:28:38.817Z] #14 80.41 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2021-09-02T19:28:38.817Z] #14 80.42 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2021-09-02T19:28:38.817Z] #14 80.49 Selecting previously unselected package libseccomp-dev:arm64. [2021-09-02T19:28:38.817Z] #14 80.51 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_arm64.deb ... [2021-09-02T19:28:38.817Z] #14 80.52 Unpacking libseccomp-dev:arm64 (2.5.1-1) ... [2021-09-02T19:28:38.831Z] #38 9.166 [100%] Built target tini-static [2021-09-02T19:28:38.831Z] #38 9.286 + mkdir -p /build [2021-09-02T19:28:39.081Z] #14 80.70 Selecting previously unselected package libsystemd-dev:arm64. [2021-09-02T19:28:39.081Z] #14 80.71 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ... [2021-09-02T19:28:39.081Z] #14 80.71 Unpacking libsystemd-dev:arm64 (247.3-6) ... [2021-09-02T19:28:39.091Z] #38 9.312 + cp tini-static /build/docker-init [2021-09-02T19:28:39.091Z] #38 DONE 9.6s [2021-09-02T19:28:39.091Z] [2021-09-02T19:28:39.091Z] #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-09-02T19:28:39.091Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:28:39.091Z] #14 84.57 Selecting previously unselected package gcc-mingw-w64-base. [2021-09-02T19:28:39.091Z] #14 84.57 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:28:39.091Z] #14 84.58 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-02T19:28:39.091Z] #14 85.02 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-09-02T19:28:39.091Z] #14 85.02 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:28:39.091Z] #14 85.03 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-02T19:28:39.571Z] #38 5.114 -- Detecting C compiler ABI info - done [2021-09-02T19:28:39.571Z] #38 5.230 -- Check for working C compiler: /usr/bin/cc - skipped [2021-09-02T19:28:39.660Z] #14 81.41 Setting up libseccomp-dev:arm64 (2.5.1-1) ... [2021-09-02T19:28:39.660Z] #14 81.42 Setting up libapparmor1:arm64 (2.13.6-10) ... [2021-09-02T19:28:39.660Z] #14 81.43 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-02T19:28:39.660Z] #14 81.44 Setting up libsepol1-dev:arm64 (3.1-1) ... [2021-09-02T19:28:39.660Z] #14 81.46 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-02T19:28:39.660Z] #14 81.47 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2021-09-02T19:28:39.660Z] #14 81.48 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2021-09-02T19:28:39.831Z] #38 5.235 -- Detecting C compile features [2021-09-02T19:28:39.831Z] #38 5.241 -- Detecting C compile features - done [2021-09-02T19:28:39.831Z] #38 5.288 -- Performing Test HAS_BUILTIN_FORTIFY [2021-09-02T19:28:39.957Z] #14 81.50 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2021-09-02T19:28:39.958Z] #14 81.51 Setting up libudev-dev:arm64 (247.3-6) ... [2021-09-02T19:28:39.958Z] #14 81.52 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2021-09-02T19:28:39.958Z] #14 81.58 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-02T19:28:39.958Z] #14 81.60 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2021-09-02T19:28:39.958Z] #14 81.64 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-02T19:28:39.958Z] #14 81.73 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2021-09-02T19:28:40.091Z] #38 5.560 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-09-02T19:28:40.239Z] #14 81.75 Setting up mingw-w64-common (8.0.0-1) ... [2021-09-02T19:28:40.239Z] #14 81.83 Setting up libsystemd-dev:arm64 (247.3-6) ... [2021-09-02T19:28:40.239Z] #14 81.85 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-02T19:28:40.239Z] #14 81.88 Setting up libpcre2-dev:arm64 (10.36-2) ... [2021-09-02T19:28:40.239Z] #14 81.90 Setting up libselinux1-dev:arm64 (3.1-3) ... [2021-09-02T19:28:40.239Z] #14 81.94 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-02T19:28:40.239Z] #14 81.96 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:28:40.352Z] #38 5.698 -- Configuring done [2021-09-02T19:28:40.352Z] #38 5.743 -- Generating done [2021-09-02T19:28:40.352Z] #38 5.752 -- Build files have been written to: /tmp/tmp.ImEUi8qmkl/tini [2021-09-02T19:28:40.352Z] #38 5.763 + make tini-static [2021-09-02T19:28:40.503Z] #14 82.00 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-09-02T19:28:40.503Z] #14 82.02 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:28:40.503Z] #14 82.03 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-09-02T19:28:40.503Z] #14 82.05 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-02T19:28:40.503Z] #14 82.09 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:28:40.503Z] #14 82.11 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-09-02T19:28:40.503Z] #14 82.14 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:28:40.503Z] #14 82.17 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-02T19:28:40.503Z] #14 82.20 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2021-09-02T19:28:40.503Z] #14 82.22 Setting up dmsetup (2:1.02.175-2.1) ... [2021-09-02T19:28:40.503Z] #14 82.26 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2021-09-02T19:28:40.503Z] #14 82.28 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2021-09-02T19:28:40.503Z] #14 82.30 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:28:40.924Z] #38 6.306 Scanning dependencies of target tini-static [2021-09-02T19:28:40.924Z] #38 6.561 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-09-02T19:28:41.187Z] #38 ... [2021-09-02T19:28:41.187Z] [2021-09-02T19:28:41.187Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-09-02T19:28:41.187Z] #49 sha256:bc35a97fa6b9070ed41b213231278df89e027c039c5a32389146f5cdaa1a9edd [2021-09-02T19:28:41.187Z] #49 DONE 81.3s [2021-09-02T19:28:41.187Z] [2021-09-02T19:28:41.187Z] #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-09-02T19:28:41.187Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:28:41.187Z] #14 74.94 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-09-02T19:28:41.187Z] #14 74.95 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-09-02T19:28:41.187Z] #14 74.95 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-02T19:28:42.409Z] #58 ... [2021-09-02T19:28:42.409Z] [2021-09-02T19:28:42.409Z] #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-09-02T19:28:42.409Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:28:42.409Z] #14 72.91 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-09-02T19:28:42.409Z] #14 72.91 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:28:42.409Z] #14 72.93 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:28:42.409Z] #14 77.78 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-09-02T19:28:42.409Z] #14 77.79 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:28:42.409Z] #14 77.80 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-02T19:28:42.409Z] #14 82.95 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-09-02T19:28:42.409Z] #14 82.95 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:28:42.409Z] #14 82.96 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:28:42.436Z] #14 ... [2021-09-02T19:28:42.436Z] [2021-09-02T19:28:42.436Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:28:42.436Z] #60 sha256:4f106a6f85bfcafcf16609868d892486a5c7ca98f11c52fc5359de8e16c0ae01 [2021-09-02T19:28:42.436Z] #60 83.80 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-02T19:28:42.436Z] #60 83.80 + GOBIN=/build [2021-09-02T19:28:42.436Z] #60 83.80 + GO111MODULE=on [2021-09-02T19:28:42.436Z] #60 83.80 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2021-09-02T19:28:43.103Z] #14 ... [2021-09-02T19:28:43.103Z] [2021-09-02T19:28:43.103Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-09-02T19:28:43.103Z] #38 sha256:e49eebe568e809c3d02d541f8fc8d5bcc4c1ce4a1e98e2c3e48220d9182fc623 [2021-09-02T19:28:43.103Z] #38 8.429 [100%] Linking C executable tini-static [2021-09-02T19:28:44.045Z] #38 9.394 [100%] Built target tini-static [2021-09-02T19:28:44.045Z] #38 9.488 + mkdir -p /build [2021-09-02T19:28:44.045Z] #38 9.490 + cp tini-static /build/docker-init [2021-09-02T19:28:44.045Z] #38 DONE 9.5s [2021-09-02T19:28:44.045Z] [2021-09-02T19:28:44.045Z] #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-09-02T19:28:44.045Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:28:44.045Z] #14 83.11 Selecting previously unselected package gcc-mingw-w64-base. [2021-09-02T19:28:44.045Z] #14 83.12 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:28:44.045Z] #14 83.14 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-02T19:28:44.045Z] #14 83.24 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-09-02T19:28:44.045Z] #14 83.24 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:28:44.045Z] #14 83.24 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-02T19:28:44.121Z] 393f6f5bddce: Verifying Checksum [2021-09-02T19:28:44.121Z] 393f6f5bddce: Download complete [2021-09-02T19:28:45.002Z] #60 ... [2021-09-02T19:28:45.002Z] [2021-09-02T19:28:45.002Z] #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-09-02T19:28:45.002Z] #14 sha256:d6d7c91ff60c3574e6270fff3dfeff8b5222f0f9ce009befe782f496ac1c62cc [2021-09-02T19:28:45.002Z] #14 DONE 86.2s [2021-09-02T19:28:45.002Z] [2021-09-02T19:28:45.002Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:28:45.002Z] #55 sha256:220003a3b8d01475ba8f076e4e72e9973fbdc8d7eca8eaa9d6297a2f3991974a [2021-09-02T19:28:45.460Z] Client: [2021-09-02T19:28:45.460Z] Context: default [2021-09-02T19:28:45.460Z] Debug Mode: false [2021-09-02T19:28:45.460Z] Plugins: [2021-09-02T19:28:45.460Z] app: Docker Application (Docker Inc., v0.8.0) [2021-09-02T19:28:45.460Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-09-02T19:28:45.460Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-09-02T19:28:45.460Z] [2021-09-02T19:28:45.460Z] Server: [2021-09-02T19:28:45.460Z] Containers: 0 [2021-09-02T19:28:45.460Z] Running: 0 [2021-09-02T19:28:45.460Z] Paused: 0 [2021-09-02T19:28:45.460Z] Stopped: 0 [2021-09-02T19:28:45.460Z] Images: 0 [2021-09-02T19:28:45.460Z] Server Version: 20.10.8 [2021-09-02T19:28:45.460Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-09-02T19:28:45.460Z] LCOW: [2021-09-02T19:28:45.460Z] Windows: [2021-09-02T19:28:45.460Z] Logging Driver: json-file [2021-09-02T19:28:45.460Z] Plugins: [2021-09-02T19:28:45.460Z] Volume: local [2021-09-02T19:28:45.460Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-02T19:28:45.460Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-02T19:28:45.460Z] Swarm: inactive [2021-09-02T19:28:45.460Z] Default Isolation: process [2021-09-02T19:28:45.460Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-09-02T19:28:45.460Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-09-02T19:28:45.460Z] OSType: windows [2021-09-02T19:28:45.460Z] Architecture: x86_64 [2021-09-02T19:28:45.460Z] CPUs: 4 [2021-09-02T19:28:45.460Z] Total Memory: 32GiB [2021-09-02T19:28:45.460Z] Name: azwin-2-584c50 [2021-09-02T19:28:45.460Z] ID: XY73:YXCL:4JV2:L5OD:3LLO:K3OC:FGXE:SVIG:WUSL:HBJG:UQY5:VISZ [2021-09-02T19:28:45.460Z] Docker Root Dir: D:\docker [2021-09-02T19:28:45.460Z] Debug Mode: false [2021-09-02T19:28:45.460Z] Registry: https://index.docker.io/v1/ [2021-09-02T19:28:45.460Z] Labels: [2021-09-02T19:28:45.460Z] Experimental: true [2021-09-02T19:28:45.460Z] Insecure Registries: [2021-09-02T19:28:45.460Z] 10.0.0.4:5000 [2021-09-02T19:28:45.460Z] 127.0.0.0/8 [2021-09-02T19:28:45.460Z] Registry Mirrors: [2021-09-02T19:28:45.460Z] http://10.0.0.4:5000/ [2021-09-02T19:28:45.460Z] Live Restore Enabled: false [2021-09-02T19:28:45.460Z] Product License: Community Engine [2021-09-02T19:28:45.460Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-09-02T19:28:46.404Z] #55 1.700 + RM_GOPATH=0 [2021-09-02T19:28:46.404Z] #55 1.700 + TMP_GOPATH= [2021-09-02T19:28:46.404Z] #55 1.700 + : /build [2021-09-02T19:28:46.404Z] #55 1.700 + '[' -z '' ']' [2021-09-02T19:28:46.404Z] #55 1.704 ++ mktemp -d [2021-09-02T19:28:46.404Z] #55 1.706 + export GOPATH=/tmp/tmp.75JFhehkQb [2021-09-02T19:28:46.404Z] #55 1.706 + GOPATH=/tmp/tmp.75JFhehkQb [2021-09-02T19:28:46.404Z] #55 1.706 + RM_GOPATH=1 [2021-09-02T19:28:46.404Z] #55 1.706 + case "$(go env GOARCH)" in [2021-09-02T19:28:46.404Z] #55 1.707 ++ go env GOARCH [2021-09-02T19:28:46.404Z] #55 1.738 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:28:46.404Z] #55 ... [2021-09-02T19:28:46.404Z] [2021-09-02T19:28:46.404Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-09-02T19:28:46.404Z] #15 sha256:9ad227832f5b1089e9533efd14342b58d5742a57f2947edbbf0aff3a9e96925b [2021-09-02T19:28:46.404Z] #15 DONE 1.8s [2021-09-02T19:28:46.404Z] [2021-09-02T19:28:46.404Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:28:46.404Z] #55 sha256:220003a3b8d01475ba8f076e4e72e9973fbdc8d7eca8eaa9d6297a2f3991974a [2021-09-02T19:28:46.404Z] #55 1.740 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:28:46.404Z] #55 1.743 ++ dirname /tmp/install/install.sh [2021-09-02T19:28:46.404Z] #55 1.745 + dir=/tmp/install [2021-09-02T19:28:46.404Z] #55 1.747 + bin=runc [2021-09-02T19:28:46.404Z] #55 1.752 + shift [2021-09-02T19:28:46.404Z] #55 1.753 + '[' '!' -f /tmp/install/runc.installer ']' [2021-09-02T19:28:46.404Z] #55 1.754 + . /tmp/install/runc.installer [2021-09-02T19:28:46.404Z] #55 1.760 ++ set -e [2021-09-02T19:28:46.404Z] #55 1.768 ++ : v1.0.2 [2021-09-02T19:28:46.404Z] #55 1.768 + install_runc [2021-09-02T19:28:46.404Z] #55 1.772 + RUNC_BUILDTAGS=seccomp [2021-09-02T19:28:46.404Z] #55 1.772 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-09-02T19:28:46.404Z] #55 1.773 Install runc version v1.0.2 (build tags: seccomp) [2021-09-02T19:28:46.404Z] #55 1.773 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.75JFhehkQb/src/github.com/opencontainers/runc [2021-09-02T19:28:46.404Z] #55 1.777 Cloning into '/tmp/tmp.75JFhehkQb/src/github.com/opencontainers/runc'... [2021-09-02T19:28:47.361Z] #55 ... [2021-09-02T19:28:47.361Z] [2021-09-02T19:28:47.361Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:28:47.361Z] #60 sha256:4f106a6f85bfcafcf16609868d892486a5c7ca98f11c52fc5359de8e16c0ae01 [2021-09-02T19:28:47.361Z] #60 DONE 89.1s [2021-09-02T19:28:47.630Z] [2021-09-02T19:28:47.630Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-09-02T19:28:47.630Z] #61 sha256:26a4a8e097e981735505c0e612d0d57c5193a3f83efb9b88d914a5e436190fbc [2021-09-02T19:28:47.630Z] #61 DONE 0.1s [2021-09-02T19:28:47.630Z] [2021-09-02T19:28:47.630Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-09-02T19:28:47.630Z] #62 sha256:65c137c34562118e225fe74ee85951e6be0823c10d0949e2b02306d9edf62e0e [2021-09-02T19:28:47.630Z] #62 DONE 0.2s [2021-09-02T19:28:47.630Z] [2021-09-02T19:28:47.630Z] #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-09-02T19:28:47.630Z] #16 sha256:462bdb71d81c46bebe43d2e0ad4aed8a338973c2043eafcf6878302003d32b67 [2021-09-02T19:28:48.978Z] #14 ... [2021-09-02T19:28:48.978Z] [2021-09-02T19:28:48.978Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:28:48.978Z] #60 sha256:3d6900ddbcf1bc3a73dce90e7c205620b0356678e7085f5fad11fdca990f344b [2021-09-02T19:28:48.978Z] #60 91.52 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-02T19:28:48.978Z] #60 91.52 + GOBIN=/build [2021-09-02T19:28:48.978Z] #60 91.52 + GO111MODULE=on [2021-09-02T19:28:48.978Z] #60 91.52 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2021-09-02T19:28:49.033Z] #16 DONE 2.4s [2021-09-02T19:28:49.033Z] [2021-09-02T19:28:49.033Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-09-02T19:28:49.033Z] #17 sha256:d76093d9a0228d22599ee93c52355604690f2225861fb4e51ff63ab5b10db1f3 [2021-09-02T19:28:49.105Z] #14 94.11 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-09-02T19:28:49.105Z] #14 94.12 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:28:49.105Z] #14 94.12 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:28:50.437Z] #17 1.575 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-09-02T19:28:51.033Z] #14 ... [2021-09-02T19:28:51.034Z] [2021-09-02T19:28:51.034Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:28:51.034Z] #58 sha256:5ea160a25fa3631ea92cc47f80e454b15e0b86eecea5755dd12224e3f3588d86 [2021-09-02T19:28:51.290Z] #17 DONE 2.1s [2021-09-02T19:28:51.290Z] [2021-09-02T19:28:51.290Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-09-02T19:28:51.290Z] #25 sha256:34e5826b63b0a1e9e48bb7f5e245ca032c1e15bf0499973ffcb81e57a791bb64 [2021-09-02T19:28:52.071Z] #58 53.01 Updating files: 47% (2188/4562) Updating files: 48% (2190/4562) Updating files: 49% (2236/4562) Updating files: 50% (2281/4562) Updating files: 51% (2327/4562) Updating files: 52% (2373/4562) Updating files: 53% (2418/4562) Updating files: 54% (2464/4562) Updating files: 55% (2510/4562) Updating files: 56% (2555/4562) Updating files: 57% (2601/4562) Updating files: 58% (2646/4562) Updating files: 59% (2692/4562) Updating files: 60% (2738/4562) Updating files: 61% (2783/4562) Updating files: 62% (2829/4562) Updating files: 63% (2875/4562) Updating files: 64% (2920/4562) Updating files: 65% (2966/4562) Updating files: 66% (3011/4562) Updating files: 67% (3057/4562) Updating files: 68% (3103/4562) Updating files: 69% (3148/4562) Updating files: 70% (3194/4562) Updating files: 71% (3240/4562) Updating files: 72% (3285/4562) Updating files: 73% (3331/4562) Updating files: 74% (3376/4562) Updating files: 75% (3422/4562) Updating files: 76% (3468/4562) Updating files: 77% (3513/4562) Updating files: 78% (3559/4562) Updating files: 79% (3604/4562) Updating files: 80% (3650/4562) Updating files: 81% (3696/4562) Updating files: 82% (3741/4562) Updating files: 83% (3787/4562) Updating files: 84% (3833/4562) Updating files: 85% (3878/4562) Updating files: 86% (3924/4562) Updating files: 87% (3969/4562) Updating files: 88% (4015/4562) Updating files: 89% (4061/4562) Updating files: 90% (4106/4562) Updating files: 90% (4138/4562) Updating files: 91% (4152/4562) Updating files: 92% (4198/4562) Updating files: 93% (4243/4562) Updating files: 94% (4289/4562) Updating files: 95% (4334/4562) Updating files: 96% (4380/4562) Updating files: 97% (4426/4562) Updating files: 98% (4471/4562) Updating files: 99% (4517/4562) Updating files: 100% (4562/4562) Updating files: 100% (4562/4562), done. [2021-09-02T19:28:52.332Z] #58 54.26 + cd /tmp/tmp.8XgAdC4WPB/src/github.com/containerd/containerd [2021-09-02T19:28:52.332Z] #58 54.26 + git checkout -q v1.5.5 [2021-09-02T19:28:52.907Z] #25 91.00 Updating files: 17% (1965/11433) Updating files: 18% (2058/11433) Updating files: 19% (2173/11433) Updating files: 20% (2287/11433) Updating files: 21% (2401/11433) Updating files: 22% (2516/11433) Updating files: 23% (2630/11433) Updating files: 24% (2744/11433) Updating files: 25% (2859/11433) Updating files: 26% (2973/11433) Updating files: 27% (3087/11433) Updating files: 28% (3202/11433) Updating files: 29% (3316/11433) Updating files: 30% (3430/11433) Updating files: 31% (3545/11433) Updating files: 32% (3659/11433) Updating files: 33% (3773/11433) Updating files: 33% (3832/11433) Updating files: 34% (3888/11433) Updating files: 35% (4002/11433) Updating files: 36% (4116/11433) Updating files: 37% (4231/11433) Updating files: 38% (4345/11433) Updating files: 39% (4459/11433) Updating files: 40% (4574/11433) Updating files: 41% (4688/11433) Updating files: 42% (4802/11433) Updating files: 43% (4917/11433) Updating files: 44% (5031/11433) Updating files: 45% (5145/11433) Updating files: 46% (5260/11433) Updating files: 47% (5374/11433) Updating files: 48% (5488/11433) Updating files: 49% (5603/11433) Updating files: 50% (5717/11433) Updating files: 50% (5729/11433) Updating files: 51% (5831/11433) Updating files: 52% (5946/11433) Updating files: 53% (6060/11433) Updating files: 54% (6174/11433) Updating files: 55% (6289/11433) Updating files: 56% (6403/11433) Updating files: 57% (6517/11433) Updating files: 58% (6632/11433) Updating files: 59% (6746/11433) Updating files: 60% (6860/11433) Updating files: 61% (6975/11433) Updating files: 62% (7089/11433) Updating files: 63% (7203/11433) Updating files: 64% (7318/11433) Updating files: 65% (7432/11433) Updating files: 66% (7546/11433) Updating files: 67% (7661/11433) Updating files: 68% (7775/11433) Updating files: 68% (7839/11433) Updating files: 69% (7889/11433) Updating files: 70% (8004/11433) Updating files: 71% (8118/11433) Updating files: 72% (8232/11433) Updating files: 73% (8347/11433) Updating files: 74% (8461/11433) [2021-09-02T19:28:52.907Z] #25 ... [2021-09-02T19:28:52.907Z] [2021-09-02T19:28:52.907Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-09-02T19:28:52.907Z] #18 sha256:5fc2480a2c07d007b511fd9bbfeb47c154952ca75fa947468e377cc9d818d1e8 [2021-09-02T19:28:52.907Z] #18 DONE 2.0s [2021-09-02T19:28:52.907Z] [2021-09-02T19:28:52.907Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-09-02T19:28:52.907Z] #25 sha256:34e5826b63b0a1e9e48bb7f5e245ca032c1e15bf0499973ffcb81e57a791bb64 [2021-09-02T19:28:53.967Z] #25 91.00 Updating files: 17% (1965/11433) Updating files: 18% (2058/11433) Updating files: 19% (2173/11433) Updating files: 20% (2287/11433) Updating files: 21% (2401/11433) Updating files: 22% (2516/11433) Updating files: 23% (2630/11433) Updating files: 24% (2744/11433) Updating files: 25% (2859/11433) Updating files: 26% (2973/11433) Updating files: 27% (3087/11433) Updating files: 28% (3202/11433) Updating files: 29% (3316/11433) Updating files: 30% (3430/11433) Updating files: 31% (3545/11433) Updating files: 32% (3659/11433) Updating files: 33% (3773/11433) Updating files: 33% (3832/11433) Updating files: 34% (3888/11433) Updating files: 35% (4002/11433) Updating files: 36% (4116/11433) Updating files: 37% (4231/11433) Updating files: 38% (4345/11433) Updating files: 39% (4459/11433) Updating files: 40% (4574/11433) Updating files: 41% (4688/11433) Updating files: 42% (4802/11433) Updating files: 43% (4917/11433) Updating files: 44% (5031/11433) Updating files: 45% (5145/11433) Updating files: 46% (5260/11433) Updating files: 47% (5374/11433) Updating files: 48% (5488/11433) Updating files: 49% (5603/11433) Updating files: 50% (5717/11433) Updating files: 50% (5729/11433) Updating files: 51% (5831/11433) Updating files: 52% (5946/11433) Updating files: 53% (6060/11433) Updating files: 54% (6174/11433) Updating files: 55% (6289/11433) Updating files: 56% (6403/11433) Updating files: 57% (6517/11433) Updating files: 58% (6632/11433) Updating files: 59% (6746/11433) Updating files: 60% (6860/11433) Updating files: 61% (6975/11433) Updating files: 62% (7089/11433) Updating files: 63% (7203/11433) Updating files: 64% (7318/11433) Updating files: 65% (7432/11433) Updating files: 66% (7546/11433) Updating files: 67% (7661/11433) Updating files: 68% (7775/11433) Updating files: 68% (7839/11433) Updating files: 69% (7889/11433) Updating files: 70% (8004/11433) Updating files: 71% (8118/11433) Updating files: 72% (8232/11433) Updating files: 73% (8347/11433) Updating files: 74% (8461/11433) Updating files: 75% (8575/11433) Updating files: 76% (8690/11433) Updating files: 77% (8804/11433) Updating files: 78% (8918/11433) Updating files: 79% (9033/11433) Updating files: 80% (9147/11433) Updating files: 81% (9261/11433) Updating files: 82% (9376/11433) Updating files: 83% (9490/11433) Updating files: 84% (9604/11433) Updating files: 85% (9719/11433) Updating files: 85% (9786/11433) Updating files: 86% (9833/11433) Updating files: 87% (9947/11433) Updating files: 88% (10062/11433) Updating files: 89% (10176/11433) Updating files: 90% (10290/11433) Updating files: 91% (10405/11433) Updating files: 92% (10519/11433) Updating files: 93% (10633/11433) Updating files: 94% (10748/11433) Updating files: 95% (10862/11433) Updating files: 96% (10976/11433) Updating files: 97% (11091/11433) Updating files: 98% (11205/11433) Updating files: 99% (11319/11433) Updating files: 100% (11433/11433) Updating files: 100% (11433/11433), done. [2021-09-02T19:28:54.041Z] #14 93.72 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-09-02T19:28:54.041Z] #14 93.73 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:28:54.041Z] #14 93.74 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:28:54.232Z] #25 95.82 + cd /tmp/tmp.Id5U5sz4OM/tmp/docker-ce [2021-09-02T19:28:54.232Z] #25 95.82 + git checkout -q v17.06.2-ce [2021-09-02T19:28:54.242Z] #58 56.23 + export 'BUILDTAGS=netgo osusergo static_build' [2021-09-02T19:28:54.242Z] #58 56.23 + BUILDTAGS='netgo osusergo static_build' [2021-09-02T19:28:54.242Z] #58 56.24 + export EXTRA_FLAGS=-buildmode=pie [2021-09-02T19:28:54.242Z] #58 56.24 + EXTRA_FLAGS=-buildmode=pie [2021-09-02T19:28:54.242Z] #58 56.24 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-09-02T19:28:54.242Z] #58 56.24 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-09-02T19:28:54.242Z] #58 56.24 + '[' '' = dynamic ']' [2021-09-02T19:28:54.242Z] #58 56.24 + make [2021-09-02T19:28:54.496Z] #25 ... [2021-09-02T19:28:54.496Z] [2021-09-02T19:28:54.496Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-09-02T19:28:54.496Z] #19 sha256:da590d9f2f42f66887fb9878929f57c28a82e817a63f6035f43e78f7dd8ed935 [2021-09-02T19:28:54.496Z] #19 DONE 1.6s [2021-09-02T19:28:54.764Z] [2021-09-02T19:28:54.764Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:28:54.764Z] #55 sha256:220003a3b8d01475ba8f076e4e72e9973fbdc8d7eca8eaa9d6297a2f3991974a [2021-09-02T19:28:54.764Z] #55 9.709 + cd /tmp/tmp.75JFhehkQb/src/github.com/opencontainers/runc [2021-09-02T19:28:54.764Z] #55 9.709 + git checkout -q v1.0.2 [2021-09-02T19:28:54.764Z] #55 10.01 + '[' -z '' ']' [2021-09-02T19:28:54.764Z] #55 10.01 + target=static [2021-09-02T19:28:54.764Z] #55 10.01 + make BUILDTAGS=seccomp static [2021-09-02T19:28:54.868Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-09-02T19:28:54.868Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-ac76d8de\powershellScript.ps1'; exit $LASTEXITCODE; [2021-09-02T19:28:54.868Z] ---------------------------------------------------------------------------- [2021-09-02T19:28:54.868Z] [2021-09-02T19:28:54.868Z] INFO: executeCI.ps1 starting at Thu Sep 2 19:28:54 CUT 2021 [2021-09-02T19:28:54.868Z] [2021-09-02T19:28:54.868Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-09-02T19:28:54.868Z] INFO: Running git version 2.24.1.windows.2 [2021-09-02T19:28:54.868Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-09-02T19:28:54.868Z] INFO: Environment variables: [2021-09-02T19:28:54.868Z] [2021-09-02T19:28:54.868Z] Name Value [2021-09-02T19:28:54.868Z] ---- ----- [2021-09-02T19:28:54.868Z] ALLUSERSPROFILE C:\ProgramData [2021-09-02T19:28:54.868Z] amd64 true [2021-09-02T19:28:54.868Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-09-02T19:28:54.868Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-09-02T19:28:54.868Z] arm64 true [2021-09-02T19:28:54.868Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-09-02T19:28:54.868Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-09-02T19:28:54.868Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-09-02T19:28:54.868Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-09-02T19:28:54.868Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-09-02T19:28:54.868Z] BRANCH_NAME PR-42674 [2021-09-02T19:28:54.868Z] BUILD_DISPLAY_NAME #18 [2021-09-02T19:28:54.868Z] BUILD_ID 18 [2021-09-02T19:28:54.868Z] BUILD_NUMBER 18 [2021-09-02T19:28:54.868Z] BUILD_TAG jenkins-moby-PR-42674-18 [2021-09-02T19:28:54.868Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/18/ [2021-09-02T19:28:54.868Z] cgroup2 true [2021-09-02T19:28:54.868Z] CHANGE_AUTHOR thaJeztah [2021-09-02T19:28:54.868Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-09-02T19:28:54.868Z] CHANGE_BRANCH bump_gotestsum [2021-09-02T19:28:54.868Z] CHANGE_FORK thaJeztah/docker [2021-09-02T19:28:54.868Z] CHANGE_ID 42674 [2021-09-02T19:28:54.868Z] CHANGE_TARGET master [2021-09-02T19:28:54.868Z] CHANGE_TITLE Dockerfile: simplify utility-install script, and update gotestsum to v1.7.0 [2021-09-02T19:28:54.868Z] CHANGE_URL https://github.com/moby/moby/pull/42674 [2021-09-02T19:28:54.868Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-02T19:28:54.868Z] CommonProgramFiles C:\Program Files\Common Files [2021-09-02T19:28:54.868Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-09-02T19:28:54.868Z] CommonProgramW6432 C:\Program Files\Common Files [2021-09-02T19:28:54.868Z] COMPUTERNAME azwin-2-584c50 [2021-09-02T19:28:54.868Z] ComSpec C:\Windows\system32\cmd.exe [2021-09-02T19:28:54.868Z] ConfigSequenceNumber 0 [2021-09-02T19:28:54.868Z] dco true [2021-09-02T19:28:54.868Z] DOCKER_BUILDKIT 0 [2021-09-02T19:28:54.868Z] DOCKER_DUT_DEBUG 1 [2021-09-02T19:28:54.868Z] DOCKER_EXPERIMENTAL 1 [2021-09-02T19:28:54.868Z] DOCKER_GRAPHDRIVER overlay2 [2021-09-02T19:28:54.868Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-09-02T19:28:54.868Z] EXECUTOR_NUMBER 0 [2021-09-02T19:28:54.868Z] FQDN azwin-2-584c50.westus.cloudapp.azure.com [2021-09-02T19:28:54.868Z] GIT_BRANCH PR-42674 [2021-09-02T19:28:54.868Z] GIT_COMMIT 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:28:54.868Z] GIT_PREVIOUS_COMMIT 0be9f547c86423c4c88ec4552ca0f55bbe65186e [2021-09-02T19:28:54.868Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 0be9f547c86423c4c88ec4552ca0f55bbe65186e [2021-09-02T19:28:54.868Z] GIT_URL https://github.com/moby/moby.git [2021-09-02T19:28:54.868Z] HUDSON_COOKIE cc0bffed-1104-4d0e-9350-47ece40279b9 [2021-09-02T19:28:54.868Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-09-02T19:28:54.868Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-09-02T19:28:54.868Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-09-02T19:28:54.868Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-09-02T19:28:54.868Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-09-02T19:28:54.868Z] JENKINS_NODE_COOKIE b8eebadc-a352-4799-841a-5fd5ef6baed5 [2021-09-02T19:28:54.868Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-09-02T19:28:54.868Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-09-02T19:28:54.868Z] JOB_BASE_NAME PR-42674 [2021-09-02T19:28:54.868Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/display/redirect [2021-09-02T19:28:54.868Z] JOB_NAME moby/PR-42674 [2021-09-02T19:28:54.868Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/ [2021-09-02T19:28:54.868Z] library.jps.version master [2021-09-02T19:28:54.868Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-09-02T19:28:54.868Z] NODE_LABELS amd64 azure azwin-2-584c50 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-09-02T19:28:54.868Z] NODE_NAME azwin-2-584c50 [2021-09-02T19:28:54.868Z] NUMBER_OF_PROCESSORS 4 [2021-09-02T19:28:54.868Z] OS Windows_NT [2021-09-02T19:28:54.868Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-09-02T19:28:54.868Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-09-02T19:28:54.868Z] ppc64le false [2021-09-02T19:28:54.868Z] PROCESSOR_ARCHITECTURE AMD64 [2021-09-02T19:28:54.868Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-09-02T19:28:54.868Z] PROCESSOR_LEVEL 6 [2021-09-02T19:28:54.868Z] PROCESSOR_REVISION 5507 [2021-09-02T19:28:54.868Z] ProgramData C:\ProgramData [2021-09-02T19:28:54.868Z] ProgramFiles C:\Program Files [2021-09-02T19:28:54.868Z] ProgramFiles(x86) C:\Program Files (x86) [2021-09-02T19:28:54.868Z] ProgramW6432 C:\Program Files [2021-09-02T19:28:54.868Z] PROMPT $P$G [2021-09-02T19:28:54.868Z] PSExecutionPolicyPreference Bypass [2021-09-02T19:28:54.868Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-09-02T19:28:54.868Z] PUBLIC C:\Users\Public [2021-09-02T19:28:54.868Z] rootless true [2021-09-02T19:28:54.868Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/18/display/redirect?page=arti... [2021-09-02T19:28:54.868Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/18/display/redirect?page=changes [2021-09-02T19:28:54.868Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/18/display/redirect [2021-09-02T19:28:54.868Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/18/display/redirect?page=tests [2021-09-02T19:28:54.868Z] s390x false [2021-09-02T19:28:54.868Z] SKIP_VALIDATION_TESTS 1 [2021-09-02T19:28:54.868Z] SOURCES_DRIVE d [2021-09-02T19:28:54.868Z] SOURCES_SUBDIR gopath [2021-09-02T19:28:54.868Z] STAGE_NAME Run tests [2021-09-02T19:28:54.868Z] SystemDrive C: [2021-09-02T19:28:54.868Z] SystemRoot C:\Windows [2021-09-02T19:28:54.868Z] TEMP C:\Windows\TEMP [2021-09-02T19:28:54.868Z] TESTDEBUG 0 [2021-09-02T19:28:54.868Z] TESTRUN_DRIVE d [2021-09-02T19:28:54.868Z] TESTRUN_SUBDIR CI [2021-09-02T19:28:54.868Z] TIMEOUT 120m [2021-09-02T19:28:54.868Z] TMP C:\Windows\TEMP [2021-09-02T19:28:54.868Z] unit_validate true [2021-09-02T19:28:54.868Z] USERDOMAIN WORKGROUP [2021-09-02T19:28:55.028Z] #55 10.54 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-09-02T19:28:55.339Z] USERNAME azwin-2-584c50$ [2021-09-02T19:28:55.339Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-09-02T19:28:55.340Z] validate_force false [2021-09-02T19:28:55.340Z] windir C:\Windows [2021-09-02T19:28:55.340Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-09-02T19:28:55.340Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-09-02T19:28:55.340Z] windows2022 true [2021-09-02T19:28:55.340Z] windows2022containerd true [2021-09-02T19:28:55.340Z] windowsRS1 false [2021-09-02T19:28:55.340Z] windowsRS5 true [2021-09-02T19:28:55.340Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-09-02T19:28:55.340Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-09-02T19:28:55.340Z] [2021-09-02T19:28:55.340Z] [2021-09-02T19:28:55.340Z] [2021-09-02T19:28:55.810Z] INFO: Sources under d:\gopath\... [2021-09-02T19:28:55.810Z] INFO: Test run under d:\CI\... [2021-09-02T19:28:55.810Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-09-02T19:28:55.810Z] INFO: docker/docker repository was found [2021-09-02T19:28:55.810Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-09-02T19:28:56.153Z] #58 57.93 + bin/ctr [2021-09-02T19:28:56.283Z] ltsc2019: Pulling from windows/servercore [2021-09-02T19:28:56.283Z] 4612f6d0b889: Pulling fs layer [2021-09-02T19:28:56.283Z] c67ded6868b6: Pulling fs layer [2021-09-02T19:28:56.433Z] #55 ... [2021-09-02T19:28:56.433Z] [2021-09-02T19:28:56.433Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-09-02T19:28:56.433Z] #20 sha256:4ad074439b318c9bdf3d7423c11c12f34916af79dc512a764adf9b56df09ad19 [2021-09-02T19:28:56.433Z] #20 DONE 1.6s [2021-09-02T19:28:56.433Z] [2021-09-02T19:28:56.434Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-09-02T19:28:56.434Z] #21 sha256:15d03cd59a83ee473e06f60d1adaa5fa8eb413a88fba4a82509a50a89dd60bea [2021-09-02T19:28:57.102Z] #60 ... [2021-09-02T19:28:57.102Z] [2021-09-02T19:28:57.102Z] #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-09-02T19:28:57.102Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:28:57.102Z] #14 93.01 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-09-02T19:28:57.102Z] #14 93.01 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:28:57.102Z] #14 93.02 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:28:57.102Z] #14 99.36 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-09-02T19:28:57.102Z] #14 ... [2021-09-02T19:28:57.102Z] [2021-09-02T19:28:57.102Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:28:57.102Z] #60 sha256:3d6900ddbcf1bc3a73dce90e7c205620b0356678e7085f5fad11fdca990f344b [2021-09-02T19:28:57.102Z] #60 DONE 99.4s [2021-09-02T19:28:57.102Z] [2021-09-02T19:28:57.102Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-09-02T19:28:57.102Z] #61 sha256:869aae03341431c516232546f62ea1e31096f17cd3a5f1403fd95362dac5b7d4 [2021-09-02T19:28:57.102Z] #61 DONE 0.1s [2021-09-02T19:28:57.102Z] [2021-09-02T19:28:57.102Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-09-02T19:28:57.102Z] #62 sha256:4352c2d1850da4ac710cc16591c9b79fc20bab1e4ba984f1a809ea7767da4a0d [2021-09-02T19:28:57.102Z] #62 DONE 0.1s [2021-09-02T19:28:57.102Z] [2021-09-02T19:28:57.102Z] #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-09-02T19:28:57.102Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:28:57.102Z] #14 99.37 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-09-02T19:28:57.102Z] #14 99.38 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-02T19:28:57.102Z] #14 99.52 Selecting previously unselected package libapparmor1:amd64. [2021-09-02T19:28:57.102Z] #14 99.52 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-09-02T19:28:57.102Z] #14 99.53 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-09-02T19:28:57.361Z] #14 99.66 Selecting previously unselected package libapparmor-dev:amd64. [2021-09-02T19:28:57.361Z] #14 99.66 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-09-02T19:28:57.361Z] #14 99.66 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-02T19:28:57.361Z] #14 99.78 Selecting previously unselected package libbtrfs0:amd64. [2021-09-02T19:28:57.361Z] #14 99.78 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-02T19:28:57.361Z] #14 99.80 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-02T19:28:57.361Z] #14 99.93 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-02T19:28:57.621Z] #14 99.94 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-02T19:28:57.621Z] #14 99.94 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-02T19:28:57.621Z] #14 100.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-09-02T19:28:57.621Z] #14 100.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-02T19:28:57.621Z] #14 100.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:28:57.621Z] #14 100.2 Selecting previously unselected package libudev-dev:amd64. [2021-09-02T19:28:57.835Z] #21 1.702 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:28:57.835Z] #21 1.736 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:28:57.880Z] #14 100.2 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-09-02T19:28:57.880Z] #14 100.2 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-09-02T19:28:57.880Z] #14 100.4 Selecting previously unselected package libsepol1-dev:amd64. [2021-09-02T19:28:57.880Z] #14 100.4 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-09-02T19:28:57.880Z] #14 100.4 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-09-02T19:28:58.099Z] #21 1.872 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:28:58.139Z] #14 100.6 Selecting previously unselected package libpcre2-16-0:amd64. [2021-09-02T19:28:58.140Z] #14 100.6 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-09-02T19:28:58.140Z] #14 100.6 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-09-02T19:28:58.364Z] #21 2.362 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-02T19:28:58.404Z] #14 100.8 Selecting previously unselected package libpcre2-32-0:amd64. [2021-09-02T19:28:58.404Z] #14 100.8 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-09-02T19:28:58.404Z] #14 100.8 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-09-02T19:28:58.404Z] #14 100.9 Selecting previously unselected package libpcre2-posix2:amd64. [2021-09-02T19:28:58.404Z] #14 100.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-09-02T19:28:58.404Z] #14 100.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-09-02T19:28:58.663Z] #14 101.0 Selecting previously unselected package libpcre2-dev:amd64. [2021-09-02T19:28:58.663Z] #14 101.0 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-09-02T19:28:58.663Z] #14 101.0 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-09-02T19:28:58.921Z] #14 101.4 Selecting previously unselected package libselinux1-dev:amd64. [2021-09-02T19:28:58.921Z] #14 101.4 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-09-02T19:28:58.922Z] #14 101.4 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-09-02T19:28:59.182Z] #14 101.7 Selecting previously unselected package libdevmapper-dev:amd64. [2021-09-02T19:28:59.182Z] #14 101.7 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-09-02T19:28:59.182Z] #14 101.7 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:28:59.182Z] #14 101.7 Selecting previously unselected package libseccomp-dev:amd64. [2021-09-02T19:28:59.320Z] #21 3.349 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [29.4 kB] [2021-09-02T19:28:59.441Z] #14 101.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-09-02T19:28:59.441Z] #14 101.7 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-02T19:28:59.441Z] #14 101.9 Selecting previously unselected package libsystemd-dev:amd64. [2021-09-02T19:28:59.441Z] #14 101.9 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-09-02T19:28:59.441Z] #14 101.9 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-09-02T19:29:00.010Z] #14 102.3 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-02T19:29:00.010Z] #14 102.4 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-09-02T19:29:00.010Z] #14 102.4 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-02T19:29:00.010Z] #14 102.4 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-09-02T19:29:00.010Z] #14 102.4 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-02T19:29:00.010Z] #14 102.4 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-09-02T19:29:00.010Z] #14 102.4 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-02T19:29:00.010Z] #14 102.4 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-09-02T19:29:00.010Z] #14 102.4 Setting up libudev-dev:amd64 (247.3-6) ... [2021-09-02T19:29:00.010Z] #14 102.4 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-09-02T19:29:00.010Z] #14 102.4 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-02T19:29:00.010Z] #14 102.5 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-02T19:29:00.010Z] #14 102.5 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-02T19:29:00.010Z] #14 102.5 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-02T19:29:00.010Z] #14 102.5 Setting up mingw-w64-common (8.0.0-1) ... [2021-09-02T19:29:00.010Z] #14 102.5 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-09-02T19:29:00.010Z] #14 102.5 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-02T19:29:00.010Z] #14 102.5 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-09-02T19:29:00.010Z] #14 102.5 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-09-02T19:29:00.010Z] #14 102.6 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-02T19:29:00.010Z] #14 102.6 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:29:00.010Z] #14 102.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-09-02T19:29:00.010Z] #14 102.6 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:29:00.010Z] #14 102.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-09-02T19:29:00.010Z] #14 102.6 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-02T19:29:00.010Z] #14 102.6 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:29:00.010Z] #14 102.6 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-09-02T19:29:00.269Z] #14 102.6 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:29:00.269Z] #14 102.6 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-02T19:29:00.269Z] #14 102.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:29:00.269Z] #14 102.7 Setting up dmsetup (2:1.02.175-2.1) ... [2021-09-02T19:29:00.269Z] #14 102.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:29:00.269Z] #14 102.7 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:29:00.269Z] #14 102.7 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:29:00.839Z] #14 DONE 103.2s [2021-09-02T19:29:00.839Z] [2021-09-02T19:29:00.839Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:29:00.839Z] #55 sha256:dad8752878300a9b842a132a861a57b2762a101da82455384dcd073706fc490a [2021-09-02T19:29:02.648Z] #21 6.169 Fetched 8289 kB in 5s (1741 kB/s) [2021-09-02T19:29:03.469Z] c67ded6868b6: Verifying Checksum [2021-09-02T19:29:03.469Z] c67ded6868b6: Download complete [2021-09-02T19:29:04.037Z] #14 ... [2021-09-02T19:29:04.037Z] [2021-09-02T19:29:04.037Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:29:04.037Z] #58 sha256:109a7568a5f2999631a78fecac1cb9bc467426046cdb062eaf64963f1caf7c48 [2021-09-02T19:29:04.037Z] #58 49.42 Updating files: 67% (3098/4562) Updating files: 68% (3103/4562) Updating files: 69% (3148/4562) Updating files: 70% (3194/4562) Updating files: 71% (3240/4562) Updating files: 72% (3285/4562) Updating files: 73% (3331/4562) Updating files: 74% (3376/4562) Updating files: 75% (3422/4562) Updating files: 76% (3468/4562) Updating files: 77% (3513/4562) Updating files: 78% (3559/4562) Updating files: 79% (3604/4562) Updating files: 80% (3650/4562) Updating files: 81% (3696/4562) Updating files: 82% (3741/4562) Updating files: 83% (3787/4562) Updating files: 84% (3833/4562) Updating files: 85% (3878/4562) Updating files: 86% (3924/4562) Updating files: 87% (3969/4562) Updating files: 88% (4015/4562) Updating files: 89% (4061/4562) Updating files: 90% (4106/4562) Updating files: 91% (4152/4562) Updating files: 92% (4198/4562) Updating files: 93% (4243/4562) Updating files: 94% (4289/4562) Updating files: 95% (4334/4562) Updating files: 96% (4380/4562) Updating files: 97% (4426/4562) Updating files: 98% (4471/4562) Updating files: 99% (4517/4562) Updating files: 100% (4562/4562) Updating files: 100% (4562/4562), done. [2021-09-02T19:29:04.037Z] #58 50.29 + cd /tmp/tmp.Fh8hYqZ2Sw/src/github.com/containerd/containerd [2021-09-02T19:29:04.037Z] #58 50.29 + git checkout -q v1.5.5 [2021-09-02T19:29:04.053Z] #21 6.169 Reading package lists... [2021-09-02T19:29:04.053Z] #21 ... [2021-09-02T19:29:04.053Z] [2021-09-02T19:29:04.053Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:29:04.053Z] #33 sha256:7054522f6f743bd57b39cfe2cae6ee9466f7cb86a987ec2c4b0e4a76b579f0b2 [2021-09-02T19:29:04.053Z] #33 DONE 105.3s [2021-09-02T19:29:04.053Z] [2021-09-02T19:29:04.053Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-09-02T19:29:04.054Z] #25 sha256:34e5826b63b0a1e9e48bb7f5e245ca032c1e15bf0499973ffcb81e57a791bb64 [2021-09-02T19:29:04.054Z] #25 99.78 + mkdir -p /tmp/tmp.Id5U5sz4OM/src/github.com/docker [2021-09-02T19:29:04.054Z] #25 99.78 + mv components/cli /tmp/tmp.Id5U5sz4OM/src/github.com/docker/cli [2021-09-02T19:29:04.054Z] #25 99.79 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-09-02T19:29:04.128Z] #55 2.819 + RM_GOPATH=0 [2021-09-02T19:29:04.129Z] #55 2.819 + TMP_GOPATH= [2021-09-02T19:29:04.129Z] #55 2.819 + : /build [2021-09-02T19:29:04.129Z] #55 2.819 + '[' -z '' ']' [2021-09-02T19:29:04.129Z] #55 2.820 ++ mktemp -d [2021-09-02T19:29:04.129Z] #55 2.820 + export GOPATH=/tmp/tmp.EYQytI8yGd [2021-09-02T19:29:04.129Z] #55 2.820 + GOPATH=/tmp/tmp.EYQytI8yGd [2021-09-02T19:29:04.129Z] #55 2.821 + RM_GOPATH=1 [2021-09-02T19:29:04.129Z] #55 2.821 + case "$(go env GOARCH)" in [2021-09-02T19:29:04.129Z] #55 2.824 ++ go env GOARCH [2021-09-02T19:29:04.129Z] #55 2.830 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:29:04.129Z] #55 2.830 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:29:04.129Z] #55 2.830 ++ dirname /tmp/install/install.sh [2021-09-02T19:29:04.129Z] #55 2.853 + dir=/tmp/install [2021-09-02T19:29:04.129Z] #55 2.853 + bin=runc [2021-09-02T19:29:04.129Z] #55 2.853 + shift [2021-09-02T19:29:04.129Z] #55 2.853 + '[' '!' -f /tmp/install/runc.installer ']' [2021-09-02T19:29:04.129Z] #55 2.853 + . /tmp/install/runc.installer [2021-09-02T19:29:04.129Z] #55 2.853 ++ set -e [2021-09-02T19:29:04.129Z] #55 2.853 ++ : v1.0.2 [2021-09-02T19:29:04.129Z] #55 2.853 + install_runc [2021-09-02T19:29:04.129Z] #55 2.853 + RUNC_BUILDTAGS=seccomp [2021-09-02T19:29:04.129Z] #55 2.853 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-09-02T19:29:04.129Z] #55 2.853 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.EYQytI8yGd/src/github.com/opencontainers/runc [2021-09-02T19:29:04.129Z] #55 2.854 Install runc version v1.0.2 (build tags: seccomp) [2021-09-02T19:29:04.129Z] #55 2.862 Cloning into '/tmp/tmp.EYQytI8yGd/src/github.com/opencontainers/runc'... [2021-09-02T19:29:04.129Z] #55 ... [2021-09-02T19:29:04.129Z] [2021-09-02T19:29:04.129Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-09-02T19:29:04.129Z] #15 sha256:ea83db9364731311b07807ffb0817c32f2b9653020282d4ac0a9773e3d7bb930 [2021-09-02T19:29:04.129Z] #15 DONE 3.1s [2021-09-02T19:29:04.129Z] [2021-09-02T19:29:04.129Z] #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-09-02T19:29:04.129Z] #16 sha256:40fe0ffd82e03d38a9dd575ea729e5b53ff901e9870fb1e3ea0926119d550e45 [2021-09-02T19:29:04.277Z] #58 ... [2021-09-02T19:29:04.277Z] [2021-09-02T19:29:04.277Z] #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-09-02T19:29:04.277Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:29:04.277Z] #14 110.1 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-09-02T19:29:04.277Z] #14 110.1 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:29:04.277Z] #14 110.1 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:29:04.318Z] #25 ... [2021-09-02T19:29:04.318Z] [2021-09-02T19:29:04.318Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-09-02T19:29:04.318Z] #21 sha256:15d03cd59a83ee473e06f60d1adaa5fa8eb413a88fba4a82509a50a89dd60bea [2021-09-02T19:29:04.318Z] #21 6.169 Reading package lists... [2021-09-02T19:29:05.952Z] #58 52.38 + export 'BUILDTAGS=netgo osusergo static_build' [2021-09-02T19:29:05.952Z] #58 52.38 + BUILDTAGS='netgo osusergo static_build' [2021-09-02T19:29:05.952Z] #58 52.38 + export EXTRA_FLAGS=-buildmode=pie [2021-09-02T19:29:05.952Z] #58 52.38 + EXTRA_FLAGS=-buildmode=pie [2021-09-02T19:29:05.952Z] #58 52.38 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-09-02T19:29:05.952Z] #58 52.38 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-09-02T19:29:05.952Z] #58 52.38 + '[' '' = dynamic ']' [2021-09-02T19:29:05.952Z] #58 52.38 + make [2021-09-02T19:29:06.035Z] #16 DONE 2.3s [2021-09-02T19:29:06.035Z] [2021-09-02T19:29:06.035Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:29:06.035Z] #55 sha256:dad8752878300a9b842a132a861a57b2762a101da82455384dcd073706fc490a [2021-09-02T19:29:06.294Z] #55 ... [2021-09-02T19:29:06.294Z] [2021-09-02T19:29:06.294Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-09-02T19:29:06.294Z] #17 sha256:e9bcea670dbf3ece80b257a6a822b535037d7443af12a61278fe31beb733a097 [2021-09-02T19:29:06.885Z] #21 8.361 Reading package lists... [2021-09-02T19:29:07.151Z] #21 10.57 Building dependency tree... [2021-09-02T19:29:07.865Z] #58 54.30 + bin/ctr [2021-09-02T19:29:08.105Z] #21 11.97 The following additional packages will be installed: [2021-09-02T19:29:08.105Z] #21 11.97 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-02T19:29:08.105Z] #21 11.97 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-09-02T19:29:08.105Z] #21 11.97 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-09-02T19:29:08.105Z] #21 11.97 python3-pkg-resources vim-runtime xxd [2021-09-02T19:29:08.105Z] #21 11.97 Suggested packages: [2021-09-02T19:29:08.105Z] #21 11.98 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-09-02T19:29:08.105Z] #21 11.98 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-09-02T19:29:08.105Z] #21 11.98 acl attr quota [2021-09-02T19:29:08.105Z] #21 11.98 Recommended packages: [2021-09-02T19:29:08.105Z] #21 11.98 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-09-02T19:29:08.200Z] #17 1.882 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-09-02T19:29:08.200Z] #17 DONE 2.0s [2021-09-02T19:29:08.200Z] [2021-09-02T19:29:08.200Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-09-02T19:29:08.200Z] #18 sha256:be3950f9e062f0bbc5b4f2f08715b45dd73ee6e3bc63f615f2b81fa67dbcfdfb [2021-09-02T19:29:09.059Z] #21 12.82 The following NEW packages will be installed: [2021-09-02T19:29:09.059Z] #21 12.83 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-09-02T19:29:09.059Z] #21 12.83 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-02T19:29:09.059Z] #21 12.83 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-09-02T19:29:09.059Z] #21 12.83 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-09-02T19:29:09.059Z] #21 12.83 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-09-02T19:29:09.059Z] #21 12.83 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-09-02T19:29:09.059Z] #21 12.83 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-09-02T19:29:09.059Z] #21 12.83 xz-utils zip [2021-09-02T19:29:09.324Z] #21 13.21 0 upgraded, 47 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:29:09.324Z] #21 13.21 Need to get 26.4 MB of archives. [2021-09-02T19:29:09.324Z] #21 13.21 After this operation, 103 MB of additional disk space will be used. [2021-09-02T19:29:09.324Z] #21 13.21 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2021-09-02T19:29:09.324Z] #21 13.23 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2021-09-02T19:29:09.352Z] 4612f6d0b889: Verifying Checksum [2021-09-02T19:29:09.352Z] 4612f6d0b889: Download complete [2021-09-02T19:29:09.590Z] #21 13.40 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2021-09-02T19:29:09.590Z] #21 13.62 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2021-09-02T19:29:09.777Z] #58 ... [2021-09-02T19:29:09.777Z] [2021-09-02T19:29:09.777Z] #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-09-02T19:29:09.777Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:29:09.777Z] #14 109.8 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-09-02T19:29:09.777Z] #14 109.8 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:29:09.777Z] #14 109.8 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:29:09.854Z] #21 13.80 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2021-09-02T19:29:10.106Z] #18 DONE 1.9s [2021-09-02T19:29:10.106Z] [2021-09-02T19:29:10.106Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-09-02T19:29:10.106Z] #19 sha256:869ab68eada4b81c07727f07efbd7f060a983174ff24a596776c5192d45fe86f [2021-09-02T19:29:10.119Z] #21 13.97 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2021-09-02T19:29:10.119Z] #21 13.99 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2021-09-02T19:29:10.119Z] #21 14.15 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2021-09-02T19:29:10.699Z] #21 14.42 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3 [192 kB] [2021-09-02T19:29:10.699Z] #21 14.42 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-02T19:29:10.699Z] #21 14.42 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2021-09-02T19:29:10.699Z] #21 14.45 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2021-09-02T19:29:10.699Z] #21 14.57 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB] [2021-09-02T19:29:10.699Z] #21 14.58 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2021-09-02T19:29:10.699Z] #21 14.59 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2021-09-02T19:29:10.699Z] #21 14.67 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2021-09-02T19:29:10.964Z] #21 14.68 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2021-09-02T19:29:10.964Z] #21 14.68 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-09-02T19:29:10.964Z] #21 14.85 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2021-09-02T19:29:11.230Z] #21 15.02 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2021-09-02T19:29:11.230Z] #21 15.05 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2021-09-02T19:29:11.230Z] #21 15.05 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2021-09-02T19:29:11.230Z] #21 15.21 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2021-09-02T19:29:11.495Z] #21 15.39 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2021-09-02T19:29:11.760Z] #21 15.55 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2021-09-02T19:29:11.760Z] #21 15.63 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2021-09-02T19:29:11.760Z] #21 15.81 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2021-09-02T19:29:12.404Z] #14 118.1 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-09-02T19:29:12.404Z] #14 118.1 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:29:12.404Z] #14 118.1 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-02T19:29:12.656Z] #19 DONE 2.1s [2021-09-02T19:29:12.656Z] [2021-09-02T19:29:12.656Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:29:12.656Z] #55 sha256:dad8752878300a9b842a132a861a57b2762a101da82455384dcd073706fc490a [2021-09-02T19:29:12.656Z] #55 10.26 + cd /tmp/tmp.EYQytI8yGd/src/github.com/opencontainers/runc [2021-09-02T19:29:12.656Z] #55 10.26 + git checkout -q v1.0.2 [2021-09-02T19:29:12.656Z] #55 10.68 + '[' -z '' ']' [2021-09-02T19:29:12.656Z] #55 10.68 + target=static [2021-09-02T19:29:12.656Z] #55 10.68 + make BUILDTAGS=seccomp static [2021-09-02T19:29:12.656Z] #55 10.88 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-09-02T19:29:12.716Z] #21 16.44 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2021-09-02T19:29:12.716Z] #21 16.45 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-09-02T19:29:12.716Z] #21 16.45 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-09-02T19:29:12.716Z] #21 16.46 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2021-09-02T19:29:12.716Z] #21 16.46 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2021-09-02T19:29:12.716Z] #21 16.53 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2021-09-02T19:29:12.716Z] #21 16.53 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-09-02T19:29:12.716Z] #21 16.60 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-09-02T19:29:12.716Z] #21 16.65 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2021-09-02T19:29:12.716Z] #21 16.66 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-02T19:29:12.716Z] #21 16.66 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2021-09-02T19:29:12.716Z] #21 16.68 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-09-02T19:29:12.716Z] #21 16.74 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB] [2021-09-02T19:29:12.981Z] #21 16.84 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2021-09-02T19:29:13.245Z] #21 17.22 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2021-09-02T19:29:13.825Z] #21 17.82 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2021-09-02T19:29:14.092Z] #21 17.88 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-09-02T19:29:14.092Z] #21 18.11 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3 [1387 kB] [2021-09-02T19:29:14.565Z] #55 ... [2021-09-02T19:29:14.565Z] [2021-09-02T19:29:14.565Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-09-02T19:29:14.565Z] #20 sha256:3a2fd727b80079fbf96563e4c68016659354a0d48de96abb2d146b45b11ea510 [2021-09-02T19:29:14.565Z] #20 DONE 2.3s [2021-09-02T19:29:14.565Z] [2021-09-02T19:29:14.565Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:29:14.565Z] #33 sha256:d3fe95d9a99fdc7a69ded3544488248d7415e5fc5291637b208f7821e3121759 [2021-09-02T19:29:14.565Z] #33 DONE 116.8s [2021-09-02T19:29:14.672Z] #21 18.45 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2021-09-02T19:29:14.672Z] #21 18.65 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2021-09-02T19:29:14.754Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|files|name|types_sizes|compiled_files|deps) took 2m22.274122274s [2021-09-02T19:29:14.754Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 510.71154ms [2021-09-02T19:29:14.826Z] [2021-09-02T19:29:14.827Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-09-02T19:29:14.827Z] #21 sha256:3821e863a20d0484e206505db9b4589f63d18599aba734c0cb856a1a22ddeef7 [2021-09-02T19:29:15.626Z] #21 19.55 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:29:15.890Z] #21 19.67 Fetched 26.4 MB in 6s (4409 kB/s) [2021-09-02T19:29:15.890Z] #21 19.74 Selecting previously unselected package pigz. [2021-09-02T19:29:15.890Z] #21 19.74 (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-09-02T19:29:15.890Z] #21 19.81 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2021-09-02T19:29:15.890Z] #21 19.81 Unpacking pigz (2.6-1) ... [2021-09-02T19:29:16.161Z] #21 19.95 Selecting previously unselected package libelf1:arm64. [2021-09-02T19:29:16.161Z] #21 19.96 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2021-09-02T19:29:16.161Z] #21 19.97 Unpacking libelf1:arm64 (0.183-1) ... [2021-09-02T19:29:16.426Z] #21 20.16 Selecting previously unselected package libbpf0:arm64. [2021-09-02T19:29:16.426Z] #21 20.18 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2021-09-02T19:29:16.426Z] #21 20.20 Unpacking libbpf0:arm64 (1:0.3-2) ... [2021-09-02T19:29:16.426Z] #21 20.32 Selecting previously unselected package libcap2:arm64. [2021-09-02T19:29:16.426Z] #21 20.32 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2021-09-02T19:29:16.426Z] #21 20.33 Unpacking libcap2:arm64 (1:2.44-1) ... [2021-09-02T19:29:16.691Z] #21 20.47 Selecting previously unselected package libmnl0:arm64. [2021-09-02T19:29:16.691Z] #21 20.47 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2021-09-02T19:29:16.691Z] #21 20.48 Unpacking libmnl0:arm64 (1.0.4-3) ... [2021-09-02T19:29:16.691Z] #21 20.57 Selecting previously unselected package libxtables12:arm64. [2021-09-02T19:29:16.691Z] #21 20.58 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2021-09-02T19:29:16.691Z] #21 20.59 Unpacking libxtables12:arm64 (1.8.7-1) ... [2021-09-02T19:29:16.691Z] #21 20.66 Selecting previously unselected package libcap2-bin. [2021-09-02T19:29:16.691Z] #21 20.68 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2021-09-02T19:29:16.691Z] #21 20.69 Unpacking libcap2-bin (1:2.44-1) ... [2021-09-02T19:29:16.955Z] #21 20.79 Selecting previously unselected package iproute2. [2021-09-02T19:29:16.955Z] #21 20.81 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2021-09-02T19:29:16.955Z] #21 20.82 Unpacking iproute2 (5.10.0-4) ... [2021-09-02T19:29:17.366Z] #21 2.942 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:29:17.535Z] #21 21.34 Selecting previously unselected package xxd. [2021-09-02T19:29:17.535Z] #21 21.34 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_arm64.deb ... [2021-09-02T19:29:17.535Z] #21 21.35 Unpacking xxd (2:8.2.2434-3) ... [2021-09-02T19:29:17.624Z] #21 2.957 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:29:17.625Z] #21 3.027 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:29:17.800Z] #21 21.49 Selecting previously unselected package vim-common. [2021-09-02T19:29:17.800Z] #21 21.50 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-02T19:29:17.800Z] #21 21.52 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-02T19:29:17.800Z] #21 21.69 Selecting previously unselected package bash-completion. [2021-09-02T19:29:17.800Z] #21 21.69 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-09-02T19:29:18.193Z] #21 3.436 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:29:19.130Z] #21 4.326 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:29:19.778Z] #14 118.7 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-09-02T19:29:19.778Z] #14 118.7 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:29:19.778Z] #14 118.7 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-02T19:29:20.533Z] #14 126.8 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-09-02T19:29:20.533Z] #14 126.8 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:29:20.533Z] #14 126.8 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:29:21.128Z] #21 24.50 Unpacking bash-completion (1:2.11-2) ... [2021-09-02T19:29:21.128Z] #21 25.05 Selecting previously unselected package bzip2. [2021-09-02T19:29:21.128Z] #21 25.06 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2021-09-02T19:29:21.128Z] #21 25.07 Unpacking bzip2 (1.0.8-4) ... [2021-09-02T19:29:21.128Z] #21 25.15 Selecting previously unselected package xz-utils. [2021-09-02T19:29:21.128Z] #21 25.16 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ... [2021-09-02T19:29:21.393Z] #21 25.17 Unpacking xz-utils (5.2.5-2) ... [2021-09-02T19:29:21.393Z] #21 25.36 Selecting previously unselected package apparmor. [2021-09-02T19:29:21.393Z] #21 25.36 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2021-09-02T19:29:21.393Z] #21 25.44 Unpacking apparmor (2.13.6-10) ... [2021-09-02T19:29:21.973Z] #21 25.96 Selecting previously unselected package inetutils-ping. [2021-09-02T19:29:21.973Z] #21 25.96 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2021-09-02T19:29:21.973Z] #21 25.96 Unpacking inetutils-ping (2:2.0-1) ... [2021-09-02T19:29:22.238Z] #21 26.09 Selecting previously unselected package libip4tc2:arm64. [2021-09-02T19:29:22.238Z] #21 26.09 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2021-09-02T19:29:22.238Z] #21 26.10 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2021-09-02T19:29:22.238Z] #21 26.19 Selecting previously unselected package libip6tc2:arm64. [2021-09-02T19:29:22.238Z] #21 26.20 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2021-09-02T19:29:22.238Z] #21 26.21 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2021-09-02T19:29:22.238Z] #21 26.29 Selecting previously unselected package libnfnetlink0:arm64. [2021-09-02T19:29:22.420Z] #21 7.999 Fetched 8401 kB in 5s (1569 kB/s) [2021-09-02T19:29:22.503Z] #21 26.30 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-09-02T19:29:22.503Z] #21 26.31 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-09-02T19:29:22.503Z] #21 26.39 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-09-02T19:29:22.503Z] #21 26.40 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2021-09-02T19:29:22.503Z] #21 26.41 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2021-09-02T19:29:22.503Z] #21 26.50 Selecting previously unselected package libnftnl11:arm64. [2021-09-02T19:29:22.768Z] #21 26.50 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2021-09-02T19:29:22.768Z] #21 26.51 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2021-09-02T19:29:22.768Z] #21 26.63 Selecting previously unselected package iptables. [2021-09-02T19:29:22.768Z] #21 26.63 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2021-09-02T19:29:22.768Z] #21 26.63 Unpacking iptables (1.8.7-1) ... [2021-09-02T19:29:23.033Z] #21 27.00 Selecting previously unselected package libonig5:arm64. [2021-09-02T19:29:23.033Z] #21 27.00 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2021-09-02T19:29:23.033Z] #21 27.01 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2021-09-02T19:29:23.298Z] #21 27.19 Selecting previously unselected package libjq1:arm64. [2021-09-02T19:29:23.298Z] #21 27.19 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2021-09-02T19:29:23.298Z] #21 27.20 Unpacking libjq1:arm64 (1.6-2.1) ... [2021-09-02T19:29:23.563Z] #21 27.32 Selecting previously unselected package jq. [2021-09-02T19:29:23.563Z] #21 27.34 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2021-09-02T19:29:23.563Z] #21 27.36 Unpacking jq (1.6-2.1) ... [2021-09-02T19:29:23.563Z] #21 27.47 Selecting previously unselected package libaio1:arm64. [2021-09-02T19:29:23.563Z] #21 27.48 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2021-09-02T19:29:23.563Z] #21 27.49 Unpacking libaio1:arm64 (0.3.112-9) ... [2021-09-02T19:29:23.827Z] #21 27.61 Selecting previously unselected package libgpm2:arm64. [2021-09-02T19:29:23.827Z] #21 27.62 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2021-09-02T19:29:23.827Z] #21 27.63 Unpacking libgpm2:arm64 (1.20.7-8) ... [2021-09-02T19:29:23.827Z] #21 27.71 Selecting previously unselected package libicu67:arm64. [2021-09-02T19:29:23.827Z] #21 27.72 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2021-09-02T19:29:23.827Z] #21 27.73 Unpacking libicu67:arm64 (67.1-7) ... [2021-09-02T19:29:24.325Z] #21 7.999 Reading package lists... [2021-09-02T19:29:26.398Z] #21 30.24 Selecting previously unselected package libinih1:arm64. [2021-09-02T19:29:26.398Z] #21 30.25 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2021-09-02T19:29:26.398Z] #21 30.26 Unpacking libinih1:arm64 (53-1+b2) ... [2021-09-02T19:29:26.398Z] #21 30.37 Selecting previously unselected package libnet1:arm64. [2021-09-02T19:29:26.398Z] #21 30.37 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-09-02T19:29:26.398Z] #21 30.38 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:29:26.398Z] #21 30.50 Selecting previously unselected package libnl-3-200:arm64. [2021-09-02T19:29:26.490Z] #21 9.956 Reading package lists... [2021-09-02T19:29:26.663Z] #21 30.50 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2021-09-02T19:29:26.663Z] #21 30.51 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-09-02T19:29:26.928Z] #21 30.68 Selecting previously unselected package libprotobuf-c1:arm64. [2021-09-02T19:29:26.928Z] #21 30.69 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2021-09-02T19:29:26.928Z] #21 30.70 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-09-02T19:29:26.928Z] #21 30.81 Selecting previously unselected package net-tools. [2021-09-02T19:29:26.928Z] #21 30.81 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2021-09-02T19:29:26.928Z] #21 30.84 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-09-02T19:29:27.058Z] #21 11.88 Building dependency tree... [2021-09-02T19:29:27.208Z] #21 31.04 Selecting previously unselected package patch. [2021-09-02T19:29:27.208Z] #21 31.06 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2021-09-02T19:29:27.208Z] #21 31.07 Unpacking patch (2.7.6-7) ... [2021-09-02T19:29:27.473Z] #21 31.19 Selecting previously unselected package python-pip-whl. [2021-09-02T19:29:27.473Z] #21 31.21 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-09-02T19:29:27.473Z] #21 31.22 Unpacking python-pip-whl (20.3.4-4) ... [2021-09-02T19:29:27.655Z] #21 12.96 The following additional packages will be installed: [2021-09-02T19:29:27.655Z] #21 12.98 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-02T19:29:27.655Z] #21 12.98 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-09-02T19:29:27.655Z] #21 12.98 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-09-02T19:29:27.655Z] #21 12.98 python3-pkg-resources vim-runtime xxd [2021-09-02T19:29:27.655Z] #21 12.98 Suggested packages: [2021-09-02T19:29:27.655Z] #21 12.99 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-09-02T19:29:27.655Z] #21 12.99 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-09-02T19:29:27.655Z] #21 12.99 acl attr quota [2021-09-02T19:29:27.655Z] #21 12.99 Recommended packages: [2021-09-02T19:29:27.655Z] #21 12.99 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-09-02T19:29:27.738Z] #21 31.68 Selecting previously unselected package python3-lib2to3. [2021-09-02T19:29:27.738Z] #21 31.69 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-09-02T19:29:27.738Z] #21 31.70 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-09-02T19:29:27.919Z] #14 126.7 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-09-02T19:29:27.919Z] #14 126.7 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:29:27.919Z] #14 126.7 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:29:28.003Z] #21 31.84 Selecting previously unselected package python3-distutils. [2021-09-02T19:29:28.003Z] #21 31.86 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-09-02T19:29:28.003Z] #21 31.86 Unpacking python3-distutils (3.9.2-1) ... [2021-09-02T19:29:28.003Z] #21 32.01 Selecting previously unselected package python3-pkg-resources. [2021-09-02T19:29:28.003Z] #21 32.02 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-02T19:29:28.003Z] #21 32.03 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-02T19:29:28.273Z] #21 32.21 Selecting previously unselected package python3-setuptools. [2021-09-02T19:29:28.273Z] #21 32.21 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-09-02T19:29:28.273Z] #21 32.22 Unpacking python3-setuptools (52.0.0-4) ... [2021-09-02T19:29:28.538Z] #21 32.49 Selecting previously unselected package python3-wheel. [2021-09-02T19:29:28.538Z] #21 32.49 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-09-02T19:29:28.538Z] #21 32.50 Unpacking python3-wheel (0.34.2-1) ... [2021-09-02T19:29:28.538Z] #21 32.59 Selecting previously unselected package python3-pip. [2021-09-02T19:29:28.625Z] #21 14.10 The following NEW packages will be installed: [2021-09-02T19:29:28.625Z] #21 14.11 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-09-02T19:29:28.625Z] #21 14.11 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-02T19:29:28.625Z] #21 14.11 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-09-02T19:29:28.625Z] #21 14.11 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-09-02T19:29:28.625Z] #21 14.12 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-09-02T19:29:28.625Z] #21 14.12 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-09-02T19:29:28.625Z] #21 14.12 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-09-02T19:29:28.625Z] #21 14.12 xz-utils zip [2021-09-02T19:29:28.803Z] #21 32.59 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-09-02T19:29:28.803Z] #21 32.60 Unpacking python3-pip (20.3.4-4) ... [2021-09-02T19:29:28.884Z] #21 14.42 0 upgraded, 47 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:29:28.884Z] #21 14.42 Need to get 27.0 MB of archives. [2021-09-02T19:29:28.884Z] #21 14.42 After this operation, 104 MB of additional disk space will be used. [2021-09-02T19:29:28.884Z] #21 14.42 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-09-02T19:29:28.884Z] #21 14.42 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-09-02T19:29:28.884Z] #21 14.43 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-09-02T19:29:28.884Z] #21 14.43 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-09-02T19:29:28.884Z] #21 14.45 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-09-02T19:29:28.884Z] #21 14.45 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-09-02T19:29:28.884Z] #21 14.45 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-09-02T19:29:28.884Z] #21 14.45 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-09-02T19:29:28.884Z] #21 14.48 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-02T19:29:28.884Z] #21 14.49 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-02T19:29:28.884Z] #21 14.50 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-09-02T19:29:28.884Z] #21 14.50 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-09-02T19:29:29.067Z] #21 32.95 Selecting previously unselected package sudo. [2021-09-02T19:29:29.068Z] #21 32.96 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2021-09-02T19:29:29.068Z] #21 32.97 Unpacking sudo (1.9.5p2-3) ... [2021-09-02T19:29:29.148Z] #21 14.51 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-09-02T19:29:29.148Z] #21 14.52 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-09-02T19:29:29.148Z] #21 14.53 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-09-02T19:29:29.148Z] #21 14.54 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-09-02T19:29:29.148Z] #21 14.54 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-09-02T19:29:29.148Z] #21 14.54 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-09-02T19:29:29.148Z] #21 14.54 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-09-02T19:29:29.148Z] #21 14.54 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-09-02T19:29:29.148Z] #21 14.60 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-09-02T19:29:29.148Z] #21 14.64 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-02T19:29:29.410Z] #21 14.65 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-02T19:29:29.410Z] #21 14.66 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-02T19:29:29.410Z] #21 14.66 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-09-02T19:29:29.410Z] #21 14.67 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-09-02T19:29:29.410Z] #21 14.67 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-02T19:29:29.410Z] #21 14.98 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-09-02T19:29:29.410Z] #21 14.99 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-09-02T19:29:29.410Z] #21 14.99 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-09-02T19:29:29.410Z] #21 14.99 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-09-02T19:29:29.410Z] #21 14.99 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-09-02T19:29:29.410Z] #21 14.99 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-09-02T19:29:29.410Z] #21 14.99 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-09-02T19:29:29.410Z] #21 15.04 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-09-02T19:29:29.410Z] #21 15.04 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-09-02T19:29:29.410Z] #21 15.04 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-02T19:29:29.647Z] #21 33.58 Selecting previously unselected package thin-provisioning-tools. [2021-09-02T19:29:29.647Z] #21 33.60 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2021-09-02T19:29:29.647Z] #21 33.62 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-09-02T19:29:29.669Z] #21 15.06 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-09-02T19:29:29.669Z] #21 15.07 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-09-02T19:29:29.669Z] #21 15.07 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-09-02T19:29:29.669Z] #21 15.08 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-09-02T19:29:29.669Z] #21 15.11 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-09-02T19:29:29.669Z] #21 15.12 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-09-02T19:29:29.669Z] #21 15.12 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-09-02T19:29:29.927Z] #21 15.33 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-09-02T19:29:29.927Z] #21 15.35 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-09-02T19:29:29.927Z] #21 15.38 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-09-02T19:29:30.227Z] #21 33.91 Selecting previously unselected package uidmap. [2021-09-02T19:29:30.227Z] #21 33.91 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2021-09-02T19:29:30.227Z] #21 33.93 Unpacking uidmap (1:4.8.1-1) ... [2021-09-02T19:29:30.227Z] #21 34.08 Selecting previously unselected package vim-runtime. [2021-09-02T19:29:30.227Z] #21 34.08 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-09-02T19:29:30.227Z] #21 34.13 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-09-02T19:29:30.227Z] #21 34.17 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-09-02T19:29:30.227Z] #21 34.18 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-09-02T19:29:30.494Z] #21 15.85 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:29:30.494Z] #21 15.95 Fetched 27.0 MB in 1s (21.4 MB/s) [2021-09-02T19:29:30.494Z] #21 16.03 Selecting previously unselected package pigz. [2021-09-02T19:29:30.753Z] #21 16.03 (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-09-02T19:29:30.753Z] #21 16.06 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-09-02T19:29:30.753Z] #21 16.08 Unpacking pigz (2.6-1) ... [2021-09-02T19:29:30.753Z] #21 16.16 Selecting previously unselected package libelf1:amd64. [2021-09-02T19:29:30.753Z] #21 16.16 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-09-02T19:29:30.753Z] #21 16.17 Unpacking libelf1:amd64 (0.183-1) ... [2021-09-02T19:29:31.026Z] #21 16.31 Selecting previously unselected package libbpf0:amd64. [2021-09-02T19:29:31.026Z] #21 16.32 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-09-02T19:29:31.026Z] #21 16.33 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-09-02T19:29:31.026Z] #21 16.43 Selecting previously unselected package libcap2:amd64. [2021-09-02T19:29:31.026Z] #21 16.43 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-09-02T19:29:31.026Z] #21 16.44 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-09-02T19:29:31.026Z] #21 16.49 Selecting previously unselected package libmnl0:amd64. [2021-09-02T19:29:31.026Z] #21 16.50 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-09-02T19:29:31.026Z] #21 16.50 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-09-02T19:29:31.285Z] #21 16.56 Selecting previously unselected package libxtables12:amd64. [2021-09-02T19:29:31.285Z] #21 16.56 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-09-02T19:29:31.285Z] #21 16.56 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-09-02T19:29:31.285Z] #21 16.62 Selecting previously unselected package libcap2-bin. [2021-09-02T19:29:31.285Z] #21 16.62 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-09-02T19:29:31.285Z] #21 16.63 Unpacking libcap2-bin (1:2.44-1) ... [2021-09-02T19:29:31.285Z] #21 16.70 Selecting previously unselected package iproute2. [2021-09-02T19:29:31.285Z] #21 16.71 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-09-02T19:29:31.285Z] #21 16.72 Unpacking iproute2 (5.10.0-4) ... [2021-09-02T19:29:31.803Z] #21 17.13 Selecting previously unselected package xxd. [2021-09-02T19:29:31.803Z] #21 17.15 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-02T19:29:31.803Z] #21 17.15 Unpacking xxd (2:8.2.2434-3) ... [2021-09-02T19:29:31.803Z] #21 17.25 Selecting previously unselected package vim-common. [2021-09-02T19:29:31.803Z] #21 17.25 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-02T19:29:31.803Z] #21 17.27 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-02T19:29:32.063Z] #21 17.40 Selecting previously unselected package bash-completion. [2021-09-02T19:29:32.063Z] #21 17.40 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-09-02T19:29:32.753Z] #14 ... [2021-09-02T19:29:32.753Z] [2021-09-02T19:29:32.753Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:29:32.753Z] #60 sha256:453652623ab8fdb713e0a76f039ba35ed2dedf252ad7fe38222a34c717dbcd86 [2021-09-02T19:29:32.753Z] #60 138.1 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-02T19:29:32.753Z] #60 138.1 + GOBIN=/build [2021-09-02T19:29:32.753Z] #60 138.1 + GO111MODULE=on [2021-09-02T19:29:32.753Z] #60 138.1 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2021-09-02T19:29:33.441Z] #21 19.03 Unpacking bash-completion (1:2.11-2) ... [2021-09-02T19:29:33.659Z] #21 37.60 Selecting previously unselected package vim. [2021-09-02T19:29:33.659Z] #21 37.60 Preparing to unpack .../44-vim_2%3a8.2.2434-3_arm64.deb ... [2021-09-02T19:29:33.659Z] #21 37.62 Unpacking vim (2:8.2.2434-3) ... [2021-09-02T19:29:34.008Z] #21 19.41 Selecting previously unselected package bzip2. [2021-09-02T19:29:34.008Z] #21 19.41 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2021-09-02T19:29:34.008Z] #21 19.42 Unpacking bzip2 (1.0.8-4) ... [2021-09-02T19:29:34.008Z] #21 19.49 Selecting previously unselected package xz-utils. [2021-09-02T19:29:34.008Z] #21 19.49 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2021-09-02T19:29:34.008Z] #21 19.50 Unpacking xz-utils (5.2.5-2) ... [2021-09-02T19:29:34.238Z] #21 38.07 Selecting previously unselected package xfsprogs. [2021-09-02T19:29:34.238Z] #21 38.08 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2021-09-02T19:29:34.238Z] #21 38.09 Unpacking xfsprogs (5.10.0-4) ... [2021-09-02T19:29:34.267Z] #21 19.73 Selecting previously unselected package apparmor. [2021-09-02T19:29:34.267Z] #21 19.73 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2021-09-02T19:29:34.267Z] #21 19.78 Unpacking apparmor (2.13.6-10) ... [2021-09-02T19:29:34.815Z] #21 38.56 Selecting previously unselected package zip. [2021-09-02T19:29:34.815Z] #21 38.57 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2021-09-02T19:29:34.815Z] #21 38.58 Unpacking zip (3.0-12) ... [2021-09-02T19:29:34.815Z] #21 38.90 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-02T19:29:34.835Z] #21 20.14 Selecting previously unselected package inetutils-ping. [2021-09-02T19:29:34.835Z] #21 20.14 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-09-02T19:29:34.835Z] #21 20.15 Unpacking inetutils-ping (2:2.0-1) ... [2021-09-02T19:29:34.835Z] #21 20.27 Selecting previously unselected package libip4tc2:amd64. [2021-09-02T19:29:34.835Z] #21 20.27 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2021-09-02T19:29:34.835Z] #21 20.27 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-09-02T19:29:34.835Z] #21 20.33 Selecting previously unselected package libip6tc2:amd64. [2021-09-02T19:29:34.835Z] #21 20.34 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2021-09-02T19:29:34.835Z] #21 20.34 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-09-02T19:29:34.835Z] #21 20.40 Selecting previously unselected package libnfnetlink0:amd64. [2021-09-02T19:29:34.835Z] #21 20.40 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-09-02T19:29:34.835Z] #21 20.41 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-02T19:29:34.835Z] #21 20.47 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-09-02T19:29:35.094Z] #21 20.47 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-09-02T19:29:35.094Z] #21 20.48 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-02T19:29:35.094Z] #21 20.57 Selecting previously unselected package libnftnl11:amd64. [2021-09-02T19:29:35.094Z] #21 20.57 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2021-09-02T19:29:35.094Z] #21 20.58 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-09-02T19:29:35.094Z] #21 20.65 Selecting previously unselected package iptables. [2021-09-02T19:29:35.094Z] #21 20.65 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2021-09-02T19:29:35.094Z] #21 20.66 Unpacking iptables (1.8.7-1) ... [2021-09-02T19:29:35.661Z] #21 20.92 Selecting previously unselected package libonig5:amd64. [2021-09-02T19:29:35.661Z] #21 20.93 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-02T19:29:35.661Z] #21 20.94 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-02T19:29:35.661Z] #21 21.08 Selecting previously unselected package libjq1:amd64. [2021-09-02T19:29:35.661Z] #21 21.08 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2021-09-02T19:29:35.661Z] #21 21.09 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-02T19:29:35.661Z] #21 21.19 Selecting previously unselected package jq. [2021-09-02T19:29:35.661Z] #21 21.20 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2021-09-02T19:29:35.661Z] #21 21.21 Unpacking jq (1.6-2.1) ... [2021-09-02T19:29:35.661Z] #21 21.28 Selecting previously unselected package libaio1:amd64. [2021-09-02T19:29:35.767Z] #21 39.78 Setting up libip4tc2:arm64 (1.8.7-1) ... [2021-09-02T19:29:35.920Z] #21 21.29 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2021-09-02T19:29:35.920Z] #21 21.29 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-09-02T19:29:35.920Z] #21 21.35 Selecting previously unselected package libgpm2:amd64. [2021-09-02T19:29:35.920Z] #21 21.36 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2021-09-02T19:29:35.920Z] #21 21.36 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-09-02T19:29:35.920Z] #21 21.40 Selecting previously unselected package libicu67:amd64. [2021-09-02T19:29:35.920Z] #21 21.41 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2021-09-02T19:29:35.920Z] #21 21.42 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-02T19:29:36.031Z] #21 39.81 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-09-02T19:29:36.031Z] #21 39.82 Setting up libgpm2:arm64 (1.20.7-8) ... [2021-09-02T19:29:36.031Z] #21 39.83 Setting up libicu67:arm64 (67.1-7) ... [2021-09-02T19:29:36.031Z] #21 39.84 Setting up libip6tc2:arm64 (1.8.7-1) ... [2021-09-02T19:29:36.031Z] #21 39.86 Setting up libinih1:arm64 (53-1+b2) ... [2021-09-02T19:29:36.031Z] #21 39.87 Setting up uidmap (1:4.8.1-1) ... [2021-09-02T19:29:36.031Z] #21 39.89 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:29:36.031Z] #21 39.90 Setting up bzip2 (1.0.8-4) ... [2021-09-02T19:29:36.031Z] #21 39.91 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-09-02T19:29:36.031Z] #21 39.95 Setting up python3-wheel (0.34.2-1) ... [2021-09-02T19:29:36.984Z] #21 40.88 Setting up xxd (2:8.2.2434-3) ... [2021-09-02T19:29:36.984Z] #21 40.91 Setting up libcap2:arm64 (1:2.44-1) ... [2021-09-02T19:29:36.984Z] #21 40.93 Setting up libcap2-bin (1:2.44-1) ... [2021-09-02T19:29:36.984Z] #21 40.95 Setting up apparmor (2.13.6-10) ... [2021-09-02T19:29:37.926Z] #14 ... [2021-09-02T19:29:37.926Z] [2021-09-02T19:29:37.926Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:29:37.926Z] #60 sha256:633ecfbff3eecc9ae2e22500074bb46c601b31c461dd90724ab96e06da83d3e1 [2021-09-02T19:29:37.926Z] #60 137.5 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-02T19:29:37.926Z] #60 137.5 + GOBIN=/build [2021-09-02T19:29:37.926Z] #60 137.5 + GO111MODULE=on [2021-09-02T19:29:37.926Z] #60 137.5 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2021-09-02T19:29:38.031Z] #60 ... [2021-09-02T19:29:38.031Z] [2021-09-02T19:29:38.031Z] #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-09-02T19:29:38.031Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:29:38.031Z] #14 142.8 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-09-02T19:29:38.031Z] #14 142.8 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:29:38.031Z] #14 142.8 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:29:39.206Z] #21 24.39 Selecting previously unselected package libinih1:amd64. [2021-09-02T19:29:39.206Z] #21 24.39 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2021-09-02T19:29:39.206Z] #21 24.40 Unpacking libinih1:amd64 (53-1+b2) ... [2021-09-02T19:29:39.206Z] #21 24.45 Selecting previously unselected package libnet1:amd64. [2021-09-02T19:29:39.206Z] #21 24.46 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-02T19:29:39.206Z] #21 24.46 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:29:39.206Z] #21 24.54 Selecting previously unselected package libnl-3-200:amd64. [2021-09-02T19:29:39.206Z] #21 24.54 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-02T19:29:39.206Z] #21 24.55 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-02T19:29:39.206Z] #21 24.63 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-02T19:29:39.206Z] #21 24.63 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-02T19:29:39.206Z] #21 24.64 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-02T19:29:39.206Z] #21 24.69 Selecting previously unselected package net-tools. [2021-09-02T19:29:39.206Z] #21 24.69 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-09-02T19:29:39.206Z] #21 24.70 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-09-02T19:29:39.465Z] #21 24.87 Selecting previously unselected package patch. [2021-09-02T19:29:39.465Z] #21 24.88 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2021-09-02T19:29:39.465Z] #21 24.89 Unpacking patch (2.7.6-7) ... [2021-09-02T19:29:39.465Z] #21 24.97 Selecting previously unselected package python-pip-whl. [2021-09-02T19:29:39.465Z] #21 24.97 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-09-02T19:29:39.465Z] #21 24.99 Unpacking python-pip-whl (20.3.4-4) ... [2021-09-02T19:29:39.569Z] #21 43.31 Setting up zip (3.0-12) ... [2021-09-02T19:29:39.569Z] #21 43.32 Setting up vim-common (2:8.2.2434-3) ... [2021-09-02T19:29:39.569Z] #21 43.36 Setting up bash-completion (1:2.11-2) ... [2021-09-02T19:29:40.071Z] #21 25.48 Selecting previously unselected package python3-lib2to3. [2021-09-02T19:29:40.071Z] #21 25.48 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-09-02T19:29:40.071Z] #21 25.49 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-09-02T19:29:40.071Z] #21 25.60 Selecting previously unselected package python3-distutils. [2021-09-02T19:29:40.330Z] #21 25.61 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-09-02T19:29:40.330Z] #21 25.81 Unpacking python3-distutils (3.9.2-1) ... [2021-09-02T19:29:40.570Z] #14 ... [2021-09-02T19:29:40.570Z] [2021-09-02T19:29:40.570Z] #60 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-09-02T19:29:40.570Z] #60 sha256:453652623ab8fdb713e0a76f039ba35ed2dedf252ad7fe38222a34c717dbcd86 [2021-09-02T19:29:40.570Z] #60 DONE 146.8s [2021-09-02T19:29:40.570Z] [2021-09-02T19:29:40.570Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-09-02T19:29:40.570Z] #61 sha256:74645d96ad8d1de37a3e987cb3a9d5af5de32ca150fd4cc72f46636ccdd94024 [2021-09-02T19:29:40.570Z] #61 DONE 0.2s [2021-09-02T19:29:40.570Z] [2021-09-02T19:29:40.570Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:29:40.570Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:29:40.570Z] #41 ... [2021-09-02T19:29:40.570Z] [2021-09-02T19:29:40.570Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-09-02T19:29:40.570Z] #62 sha256:150e57a7ccc1ec3c866383b0926254cc83c58b9d2a182453027e1cb9910453a3 [2021-09-02T19:29:40.570Z] #62 DONE 0.1s [2021-09-02T19:29:40.570Z] [2021-09-02T19:29:40.570Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:29:40.570Z] #58 sha256:5ea160a25fa3631ea92cc47f80e454b15e0b86eecea5755dd12224e3f3588d86 [2021-09-02T19:29:40.589Z] #21 25.94 Selecting previously unselected package python3-pkg-resources. [2021-09-02T19:29:40.589Z] #21 25.94 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-02T19:29:40.589Z] #21 25.95 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-02T19:29:40.589Z] #21 26.06 Selecting previously unselected package python3-setuptools. [2021-09-02T19:29:40.589Z] #21 26.07 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-09-02T19:29:40.589Z] #21 26.08 Unpacking python3-setuptools (52.0.0-4) ... [2021-09-02T19:29:40.848Z] #21 26.31 Selecting previously unselected package python3-wheel. [2021-09-02T19:29:40.848Z] #21 26.31 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-09-02T19:29:40.848Z] #21 26.32 Unpacking python3-wheel (0.34.2-1) ... [2021-09-02T19:29:40.848Z] #21 26.40 Selecting previously unselected package python3-pip. [2021-09-02T19:29:40.848Z] #21 26.40 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-09-02T19:29:40.848Z] #21 26.43 Unpacking python3-pip (20.3.4-4) ... [2021-09-02T19:29:41.107Z] #21 26.62 Selecting previously unselected package sudo. [2021-09-02T19:29:41.107Z] #21 26.62 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2021-09-02T19:29:41.107Z] #21 26.62 Unpacking sudo (1.9.5p2-3) ... [2021-09-02T19:29:41.674Z] #21 27.08 Selecting previously unselected package thin-provisioning-tools. [2021-09-02T19:29:41.674Z] #21 27.08 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-09-02T19:29:41.674Z] #21 27.10 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-09-02T19:29:41.933Z] #21 27.33 Selecting previously unselected package uidmap. [2021-09-02T19:29:41.933Z] #21 27.34 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-09-02T19:29:41.933Z] #21 27.35 Unpacking uidmap (1:4.8.1-1) ... [2021-09-02T19:29:41.933Z] #21 27.48 Selecting previously unselected package vim-runtime. [2021-09-02T19:29:41.933Z] #21 27.48 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-09-02T19:29:42.134Z] #21 46.10 Setting up xz-utils (5.2.5-2) ... [2021-09-02T19:29:42.134Z] #21 46.12 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-09-02T19:29:42.192Z] #21 27.49 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-09-02T19:29:42.192Z] #21 27.53 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-09-02T19:29:42.192Z] #21 27.54 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-09-02T19:29:42.397Z] #21 46.15 Setting up libmnl0:arm64 (1.0.4-3) ... [2021-09-02T19:29:42.397Z] #21 46.17 Setting up patch (2.7.6-7) ... [2021-09-02T19:29:42.397Z] #21 46.19 Setting up sudo (1.9.5p2-3) ... [2021-09-02T19:29:42.397Z] #21 46.31 invoke-rc.d: could not determine current runlevel [2021-09-02T19:29:42.397Z] #21 46.32 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-02T19:29:42.397Z] #21 46.33 Setting up xfsprogs (5.10.0-4) ... [2021-09-02T19:29:42.397Z] #21 46.35 Setting up libxtables12:arm64 (1.8.7-1) ... [2021-09-02T19:29:42.397Z] #21 46.37 Setting up inetutils-ping (2:2.0-1) ... [2021-09-02T19:29:42.661Z] #21 46.38 Setting up pigz (2.6-1) ... [2021-09-02T19:29:42.661Z] #21 46.40 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-09-02T19:29:42.661Z] #21 46.41 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-09-02T19:29:42.661Z] #21 46.43 Setting up python-pip-whl (20.3.4-4) ... [2021-09-02T19:29:42.661Z] #21 46.44 Setting up vim-runtime (2:8.2.2434-3) ... [2021-09-02T19:29:43.114Z] #58 ... [2021-09-02T19:29:43.114Z] [2021-09-02T19:29:43.114Z] #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-09-02T19:29:43.114Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:29:43.114Z] #14 149.9 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-09-02T19:29:43.114Z] #14 149.9 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-09-02T19:29:43.114Z] #14 150.0 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-02T19:29:43.375Z] #14 150.1 Selecting previously unselected package libapparmor1:amd64. [2021-09-02T19:29:43.375Z] #14 150.1 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-09-02T19:29:43.375Z] #14 150.1 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-09-02T19:29:43.375Z] #14 150.3 Selecting previously unselected package libapparmor-dev:amd64. [2021-09-02T19:29:43.614Z] #21 47.47 Setting up libaio1:arm64 (0.3.112-9) ... [2021-09-02T19:29:43.614Z] #21 47.48 Setting up python3-lib2to3 (3.9.2-1) ... [2021-09-02T19:29:43.636Z] #14 150.3 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-09-02T19:29:43.636Z] #14 150.3 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-02T19:29:43.636Z] #14 150.5 Selecting previously unselected package libbtrfs0:amd64. [2021-09-02T19:29:43.636Z] #14 150.5 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-02T19:29:43.636Z] #14 150.5 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-02T19:29:43.896Z] #14 150.7 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-02T19:29:43.896Z] #14 150.7 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-02T19:29:43.896Z] #14 150.7 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-02T19:29:44.155Z] #14 150.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-09-02T19:29:44.155Z] #14 150.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-02T19:29:44.155Z] #14 150.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:29:44.155Z] #14 151.0 Selecting previously unselected package libudev-dev:amd64. [2021-09-02T19:29:44.194Z] #21 48.00 Setting up libelf1:arm64 (0.183-1) ... [2021-09-02T19:29:44.194Z] #21 48.07 Setting up libonig5:arm64 (6.9.6-1.1) ... [2021-09-02T19:29:44.194Z] #21 48.08 Setting up python3-distutils (3.9.2-1) ... [2021-09-02T19:29:44.417Z] #14 151.0 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-09-02T19:29:44.417Z] #14 151.1 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-09-02T19:29:44.417Z] #14 151.2 Selecting previously unselected package libsepol1-dev:amd64. [2021-09-02T19:29:44.417Z] #14 151.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-09-02T19:29:44.417Z] #14 151.3 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-09-02T19:29:44.460Z] #21 48.53 Setting up vim (2:8.2.2434-3) ... [2021-09-02T19:29:44.681Z] #14 151.6 Selecting previously unselected package libpcre2-16-0:amd64. [2021-09-02T19:29:44.681Z] #14 151.6 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-09-02T19:29:44.725Z] #21 48.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-09-02T19:29:44.725Z] #21 48.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-09-02T19:29:44.725Z] #21 48.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-09-02T19:29:44.725Z] #21 48.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-09-02T19:29:44.725Z] #21 48.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-09-02T19:29:44.725Z] #21 48.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-09-02T19:29:44.725Z] #21 48.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-09-02T19:29:44.725Z] #21 48.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-09-02T19:29:44.725Z] #21 48.65 Setting up python3-setuptools (52.0.0-4) ... [2021-09-02T19:29:44.728Z] #21 30.24 Selecting previously unselected package vim. [2021-09-02T19:29:44.728Z] #21 30.24 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ... [2021-09-02T19:29:44.728Z] #21 30.26 Unpacking vim (2:8.2.2434-3) ... [2021-09-02T19:29:44.941Z] #14 151.6 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-09-02T19:29:44.941Z] #14 151.8 Selecting previously unselected package libpcre2-32-0:amd64. [2021-09-02T19:29:44.941Z] #14 151.8 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-09-02T19:29:44.941Z] #14 151.8 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-09-02T19:29:45.460Z] #14 152.0 Selecting previously unselected package libpcre2-posix2:amd64. [2021-09-02T19:29:45.460Z] #14 152.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-09-02T19:29:45.460Z] #14 152.1 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-09-02T19:29:45.460Z] #14 152.2 Selecting previously unselected package libpcre2-dev:amd64. [2021-09-02T19:29:45.460Z] #14 152.2 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-09-02T19:29:45.460Z] #14 152.2 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-09-02T19:29:45.665Z] #21 31.13 Selecting previously unselected package xfsprogs. [2021-09-02T19:29:45.665Z] #21 31.14 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2021-09-02T19:29:45.665Z] #21 31.17 Unpacking xfsprogs (5.10.0-4) ... [2021-09-02T19:29:46.032Z] #14 152.9 Selecting previously unselected package libselinux1-dev:amd64. [2021-09-02T19:29:46.070Z] #60 DONE 145.6s [2021-09-02T19:29:46.070Z] [2021-09-02T19:29:46.070Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:29:46.070Z] #58 sha256:109a7568a5f2999631a78fecac1cb9bc467426046cdb062eaf64963f1caf7c48 [2021-09-02T19:29:46.070Z] #58 ... [2021-09-02T19:29:46.070Z] [2021-09-02T19:29:46.070Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-09-02T19:29:46.070Z] #61 sha256:b5b033910b597abe3e11261e6c7300632a9f8877cbae8a2de78860d931573338 [2021-09-02T19:29:46.070Z] #61 DONE 0.1s [2021-09-02T19:29:46.070Z] [2021-09-02T19:29:46.070Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-09-02T19:29:46.070Z] #62 sha256:c8b96d20120179e78d88d959c90f3c2e3b2c55bb30a431ad2c41afa206932690 [2021-09-02T19:29:46.070Z] #62 DONE 0.1s [2021-09-02T19:29:46.070Z] [2021-09-02T19:29:46.070Z] #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-09-02T19:29:46.070Z] #14 sha256:803b4c1e538626259f1acccad7fe12a91c9ae736e59b595c89464bef38c91ee8 [2021-09-02T19:29:46.070Z] #14 145.8 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-09-02T19:29:46.070Z] #14 145.8 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-02T19:29:46.070Z] #14 145.8 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:29:46.232Z] #21 31.58 Selecting previously unselected package zip. [2021-09-02T19:29:46.232Z] #21 31.58 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2021-09-02T19:29:46.232Z] #21 31.58 Unpacking zip (3.0-12) ... [2021-09-02T19:29:46.232Z] #21 31.75 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-02T19:29:46.291Z] #14 152.9 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-09-02T19:29:46.291Z] #14 152.9 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-09-02T19:29:46.551Z] #14 153.3 Selecting previously unselected package libdevmapper-dev:amd64. [2021-09-02T19:29:46.551Z] #14 153.3 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-09-02T19:29:46.551Z] #14 153.3 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:29:46.551Z] #14 153.4 Selecting previously unselected package libseccomp-dev:amd64. [2021-09-02T19:29:46.551Z] #14 153.4 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-09-02T19:29:46.551Z] #14 153.4 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-02T19:29:46.658Z] #21 50.26 Setting up libjq1:arm64 (1.6-2.1) ... [2021-09-02T19:29:46.658Z] #21 50.28 Setting up libnftnl11:arm64 (1.1.9-1) ... [2021-09-02T19:29:46.658Z] #21 50.31 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-09-02T19:29:46.658Z] #21 50.32 Setting up python3-pip (20.3.4-4) ... [2021-09-02T19:29:47.119Z] #14 153.7 Selecting previously unselected package libsystemd-dev:amd64. [2021-09-02T19:29:47.119Z] #14 153.7 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-09-02T19:29:47.119Z] #14 153.7 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-09-02T19:29:47.168Z] #21 32.47 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-09-02T19:29:47.168Z] #21 32.48 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-09-02T19:29:47.168Z] #21 32.50 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-09-02T19:29:47.168Z] #21 32.52 Setting up libicu67:amd64 (67.1-7) ... [2021-09-02T19:29:47.168Z] #21 32.53 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-09-02T19:29:47.168Z] #21 32.54 Setting up libinih1:amd64 (53-1+b2) ... [2021-09-02T19:29:47.168Z] #21 32.55 Setting up uidmap (1:4.8.1-1) ... [2021-09-02T19:29:47.168Z] #21 32.56 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:29:47.168Z] #21 32.57 Setting up bzip2 (1.0.8-4) ... [2021-09-02T19:29:47.168Z] #21 32.58 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-02T19:29:47.168Z] #21 32.59 Setting up python3-wheel (0.34.2-1) ... [2021-09-02T19:29:47.695Z] #14 154.3 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-02T19:29:47.695Z] #14 154.4 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-09-02T19:29:47.695Z] #14 154.4 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-02T19:29:47.695Z] #14 154.5 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-09-02T19:29:47.695Z] #14 154.5 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-02T19:29:47.695Z] #14 154.5 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-09-02T19:29:47.695Z] #14 154.6 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-02T19:29:47.695Z] #14 154.6 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-09-02T19:29:47.695Z] #14 154.6 Setting up libudev-dev:amd64 (247.3-6) ... [2021-09-02T19:29:47.695Z] #14 154.6 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-09-02T19:29:47.695Z] #14 154.6 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-02T19:29:47.739Z] #21 33.11 Setting up xxd (2:8.2.2434-3) ... [2021-09-02T19:29:47.739Z] #21 33.12 Setting up libcap2:amd64 (1:2.44-1) ... [2021-09-02T19:29:47.739Z] #21 33.13 Setting up libcap2-bin (1:2.44-1) ... [2021-09-02T19:29:47.739Z] #21 33.14 Setting up apparmor (2.13.6-10) ... [2021-09-02T19:29:47.956Z] #14 154.6 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-02T19:29:47.956Z] #14 154.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-02T19:29:47.956Z] #14 154.7 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-02T19:29:47.956Z] #14 154.7 Setting up mingw-w64-common (8.0.0-1) ... [2021-09-02T19:29:47.956Z] #14 154.7 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-09-02T19:29:47.956Z] #14 154.7 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-02T19:29:47.956Z] #14 154.8 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-09-02T19:29:47.956Z] #14 154.8 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-09-02T19:29:47.956Z] #14 154.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-02T19:29:47.956Z] #14 154.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:29:47.956Z] #14 154.8 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-09-02T19:29:48.057Z] #21 51.82 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2021-09-02T19:29:48.057Z] #21 51.84 Setting up jq (1.6-2.1) ... [2021-09-02T19:29:48.057Z] #21 51.86 Setting up libbpf0:arm64 (1:0.3-2) ... [2021-09-02T19:29:48.057Z] #21 51.88 Setting up iptables (1.8.7-1) ... [2021-09-02T19:29:48.057Z] #21 51.90 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-02T19:29:48.057Z] #21 51.91 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-02T19:29:48.057Z] #21 51.98 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-02T19:29:48.057Z] #21 51.99 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-02T19:29:48.057Z] #21 52.00 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-09-02T19:29:48.057Z] #21 52.02 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-09-02T19:29:48.057Z] #21 52.03 Setting up iproute2 (5.10.0-4) ... [2021-09-02T19:29:48.215Z] #14 154.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:29:48.216Z] #14 154.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-09-02T19:29:48.216Z] #14 154.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-02T19:29:48.216Z] #14 154.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:29:48.216Z] #14 155.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-09-02T19:29:48.216Z] #14 155.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:29:48.216Z] #14 155.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-02T19:29:48.216Z] #14 155.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:29:48.321Z] #21 52.41 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:29:48.475Z] #14 155.1 Setting up dmsetup (2:1.02.175-2.1) ... [2021-09-02T19:29:48.475Z] #14 155.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:29:48.475Z] #14 155.1 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:29:48.475Z] #14 155.2 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:29:49.131Z] #21 34.51 Setting up zip (3.0-12) ... [2021-09-02T19:29:49.132Z] #21 34.52 Setting up vim-common (2:8.2.2434-3) ... [2021-09-02T19:29:49.132Z] #21 34.54 Setting up bash-completion (1:2.11-2) ... [2021-09-02T19:29:49.412Z] #14 DONE 156.2s [2021-09-02T19:29:49.413Z] [2021-09-02T19:29:49.413Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:29:49.413Z] #55 sha256:b5cdd170aa831b40cbed668ee0fceca785f73d2f652beb6331bfdffb6167d650 [2021-09-02T19:29:49.722Z] #21 DONE 53.7s [2021-09-02T19:29:49.722Z] [2021-09-02T19:29:49.722Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:29:49.722Z] #58 sha256:e50d621757160490435684f069f5ef56b5f084a303cdf32dffce0b63ab47a3fa [2021-09-02T19:29:49.988Z] #58 ... [2021-09-02T19:29:49.988Z] [2021-09-02T19:29:49.988Z] #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-09-02T19:29:49.988Z] #22 sha256:75ebc4ef5f4abe4a8bf4effbd01819d0221171b7b89a549f4fc9b1d462a07626 [2021-09-02T19:29:51.036Z] #21 36.35 Setting up xz-utils (5.2.5-2) ... [2021-09-02T19:29:51.036Z] #21 36.36 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-09-02T19:29:51.036Z] #21 36.37 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-09-02T19:29:51.036Z] #21 36.38 Setting up patch (2.7.6-7) ... [2021-09-02T19:29:51.036Z] #21 36.39 Setting up sudo (1.9.5p2-3) ... [2021-09-02T19:29:51.036Z] #21 36.46 invoke-rc.d: could not determine current runlevel [2021-09-02T19:29:51.036Z] #21 36.47 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-02T19:29:51.036Z] #21 36.48 Setting up xfsprogs (5.10.0-4) ... [2021-09-02T19:29:51.036Z] #21 36.49 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-09-02T19:29:51.036Z] #21 36.50 Setting up inetutils-ping (2:2.0-1) ... [2021-09-02T19:29:51.036Z] #21 36.51 Setting up pigz (2.6-1) ... [2021-09-02T19:29:51.036Z] #21 36.52 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-02T19:29:51.036Z] #21 36.53 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-02T19:29:51.036Z] #21 36.56 Setting up python-pip-whl (20.3.4-4) ... [2021-09-02T19:29:51.036Z] #21 36.57 Setting up vim-runtime (2:8.2.2434-3) ... [2021-09-02T19:29:51.389Z] #22 1.362 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-09-02T19:29:51.389Z] #22 1.366 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-09-02T19:29:51.389Z] #22 1.371 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-09-02T19:29:51.389Z] #22 DONE 1.5s [2021-09-02T19:29:51.389Z] [2021-09-02T19:29:51.389Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:29:51.389Z] #41 sha256:901bdcae8bd99e55f92d90f2ff911bd06564312c30aaeb5eee4b8beac008d08b [2021-09-02T19:29:51.389Z] #41 ... [2021-09-02T19:29:51.389Z] [2021-09-02T19:29:51.389Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-02T19:29:51.389Z] #23 sha256:1ca16cdaaf0f09c39dcc8d7af49cf0b0d944c2b02f9c4cd50caa1f0ff9de78f5 [2021-09-02T19:29:51.949Z] #55 2.236 + RM_GOPATH=0 [2021-09-02T19:29:51.949Z] #55 2.236 + TMP_GOPATH= [2021-09-02T19:29:51.949Z] #55 2.237 + : /build [2021-09-02T19:29:51.949Z] #55 2.237 + '[' -z '' ']' [2021-09-02T19:29:51.949Z] #55 2.241 ++ mktemp -d [2021-09-02T19:29:51.949Z] #55 2.242 + export GOPATH=/tmp/tmp.4fXtihgl8x [2021-09-02T19:29:51.949Z] #55 2.242 + GOPATH=/tmp/tmp.4fXtihgl8x [2021-09-02T19:29:51.949Z] #55 2.243 + RM_GOPATH=1 [2021-09-02T19:29:51.949Z] #55 2.243 + case "$(go env GOARCH)" in [2021-09-02T19:29:51.949Z] #55 2.245 ++ go env GOARCH [2021-09-02T19:29:51.949Z] #55 2.279 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:29:51.949Z] #55 2.279 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:29:51.949Z] #55 2.280 ++ dirname /tmp/install/install.sh [2021-09-02T19:29:51.949Z] #55 2.281 + dir=/tmp/install [2021-09-02T19:29:51.949Z] #55 2.281 + bin=runc [2021-09-02T19:29:51.949Z] #55 2.282 + shift [2021-09-02T19:29:51.949Z] #55 2.282 + '[' '!' -f /tmp/install/runc.installer ']' [2021-09-02T19:29:51.949Z] #55 2.282 + . /tmp/install/runc.installer [2021-09-02T19:29:51.949Z] #55 2.282 ++ set -e [2021-09-02T19:29:51.949Z] #55 2.283 ++ : v1.0.2 [2021-09-02T19:29:51.949Z] #55 2.283 + install_runc [2021-09-02T19:29:51.949Z] #55 2.283 + RUNC_BUILDTAGS=seccomp [2021-09-02T19:29:51.949Z] #55 2.283 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-09-02T19:29:51.949Z] #55 2.284 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.4fXtihgl8x/src/github.com/opencontainers/runc [2021-09-02T19:29:51.949Z] #55 2.285 Cloning into '/tmp/tmp.4fXtihgl8x/src/github.com/opencontainers/runc'... [2021-09-02T19:29:51.949Z] #55 2.287 Install runc version v1.0.2 (build tags: seccomp) [2021-09-02T19:29:51.949Z] #55 ... [2021-09-02T19:29:51.949Z] [2021-09-02T19:29:51.949Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-09-02T19:29:51.949Z] #15 sha256:ea83db9364731311b07807ffb0817c32f2b9653020282d4ac0a9773e3d7bb930 [2021-09-02T19:29:51.949Z] #15 DONE 2.5s [2021-09-02T19:29:51.949Z] [2021-09-02T19:29:51.949Z] #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-09-02T19:29:51.949Z] #16 sha256:40fe0ffd82e03d38a9dd575ea729e5b53ff901e9870fb1e3ea0926119d550e45 [2021-09-02T19:29:51.973Z] #21 37.32 Setting up libaio1:amd64 (0.3.112-9) ... [2021-09-02T19:29:51.973Z] #21 37.33 Setting up python3-lib2to3 (3.9.2-1) ... [2021-09-02T19:29:52.232Z] #21 37.76 Setting up libelf1:amd64 (0.183-1) ... [2021-09-02T19:29:52.491Z] #21 37.82 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-02T19:29:52.491Z] #21 37.84 Setting up python3-distutils (3.9.2-1) ... [2021-09-02T19:29:52.750Z] #21 38.30 Setting up vim (2:8.2.2434-3) ... [2021-09-02T19:29:52.750Z] #21 38.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-09-02T19:29:52.923Z] #14 152.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-09-02T19:29:52.923Z] #14 152.8 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-09-02T19:29:52.923Z] #14 152.8 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-02T19:29:52.923Z] #14 153.0 Selecting previously unselected package libapparmor1:amd64. [2021-09-02T19:29:53.011Z] #21 38.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-09-02T19:29:53.011Z] #21 38.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-09-02T19:29:53.011Z] #21 38.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-09-02T19:29:53.011Z] #21 38.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-09-02T19:29:53.011Z] #21 38.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-09-02T19:29:53.011Z] #21 38.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-09-02T19:29:53.011Z] #21 38.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-09-02T19:29:53.011Z] #21 38.36 Setting up python3-setuptools (52.0.0-4) ... [2021-09-02T19:29:53.183Z] #14 153.0 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-09-02T19:29:53.183Z] #14 153.0 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-09-02T19:29:53.183Z] #14 153.2 Selecting previously unselected package libapparmor-dev:amd64. [2021-09-02T19:29:53.183Z] #14 153.2 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-09-02T19:29:53.183Z] #14 153.2 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-02T19:29:53.442Z] #14 153.4 Selecting previously unselected package libbtrfs0:amd64. [2021-09-02T19:29:53.442Z] #14 153.4 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-02T19:29:53.442Z] #14 153.4 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-02T19:29:53.442Z] #14 153.6 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-02T19:29:53.442Z] #14 153.6 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-02T19:29:53.702Z] #14 153.6 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-02T19:29:53.702Z] #14 153.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-09-02T19:29:53.703Z] #14 153.8 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-02T19:29:53.703Z] #14 153.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:29:53.856Z] #16 DONE 1.9s [2021-09-02T19:29:53.856Z] [2021-09-02T19:29:53.856Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-09-02T19:29:53.856Z] #17 sha256:e9bcea670dbf3ece80b257a6a822b535037d7443af12a61278fe31beb733a097 [2021-09-02T19:29:53.963Z] #14 153.9 Selecting previously unselected package libudev-dev:amd64. [2021-09-02T19:29:53.963Z] #14 153.9 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-09-02T19:29:53.963Z] #14 153.9 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-09-02T19:29:53.963Z] #14 154.1 Selecting previously unselected package libsepol1-dev:amd64. [2021-09-02T19:29:54.224Z] #14 154.1 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-09-02T19:29:54.224Z] #14 154.1 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-09-02T19:29:54.389Z] #21 39.62 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-02T19:29:54.389Z] #21 39.63 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-09-02T19:29:54.389Z] #21 39.64 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-09-02T19:29:54.389Z] #21 39.65 Setting up python3-pip (20.3.4-4) ... [2021-09-02T19:29:54.516Z] #14 154.4 Selecting previously unselected package libpcre2-16-0:amd64. [2021-09-02T19:29:54.516Z] #14 154.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-09-02T19:29:54.516Z] #14 154.4 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-09-02T19:29:54.786Z] #14 154.7 Selecting previously unselected package libpcre2-32-0:amd64. [2021-09-02T19:29:54.786Z] #14 154.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-09-02T19:29:54.786Z] #14 154.7 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-09-02T19:29:55.050Z] #14 155.1 Selecting previously unselected package libpcre2-posix2:amd64. [2021-09-02T19:29:55.235Z] #17 1.495 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-09-02T19:29:55.325Z] #21 40.70 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-02T19:29:55.325Z] #21 40.71 Setting up jq (1.6-2.1) ... [2021-09-02T19:29:55.325Z] #21 40.72 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-09-02T19:29:55.325Z] #21 40.73 Setting up iptables (1.8.7-1) ... [2021-09-02T19:29:55.325Z] #21 40.75 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-02T19:29:55.325Z] #21 40.75 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-02T19:29:55.325Z] #21 40.76 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-02T19:29:55.325Z] #21 40.76 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-02T19:29:55.325Z] #21 40.76 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-09-02T19:29:55.325Z] #21 40.77 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-09-02T19:29:55.325Z] #21 40.77 Setting up iproute2 (5.10.0-4) ... [2021-09-02T19:29:55.326Z] #14 155.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-09-02T19:29:55.326Z] #14 155.1 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-09-02T19:29:55.326Z] #14 155.3 Selecting previously unselected package libpcre2-dev:amd64. [2021-09-02T19:29:55.326Z] #14 155.3 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-09-02T19:29:55.326Z] #14 155.3 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-09-02T19:29:55.493Z] #17 DONE 1.8s [2021-09-02T19:29:55.493Z] [2021-09-02T19:29:55.493Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-09-02T19:29:55.493Z] #18 sha256:be3950f9e062f0bbc5b4f2f08715b45dd73ee6e3bc63f615f2b81fa67dbcfdfb [2021-09-02T19:29:55.600Z] #21 41.10 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:29:55.903Z] #14 155.9 Selecting previously unselected package libselinux1-dev:amd64. [2021-09-02T19:29:55.903Z] #14 155.9 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-09-02T19:29:55.903Z] #14 155.9 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-09-02T19:29:56.166Z] #14 156.1 Selecting previously unselected package libdevmapper-dev:amd64. [2021-09-02T19:29:56.166Z] #14 156.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-09-02T19:29:56.166Z] #14 156.2 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:29:56.166Z] #14 156.2 Selecting previously unselected package libseccomp-dev:amd64. [2021-09-02T19:29:56.166Z] #14 156.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-09-02T19:29:56.171Z] #21 DONE 41.5s [2021-09-02T19:29:56.171Z] [2021-09-02T19:29:56.171Z] #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-09-02T19:29:56.171Z] #22 sha256:41f0c63753d4ef8f7f942d08858932a7b2e9eb10c48824ec6453fa3bafd877d0 [2021-09-02T19:29:56.427Z] #14 156.2 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-02T19:29:56.427Z] #14 156.4 Selecting previously unselected package libsystemd-dev:amd64. [2021-09-02T19:29:56.427Z] #14 156.4 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-09-02T19:29:56.427Z] #14 156.5 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-09-02T19:29:56.470Z] 8f616e6e9eec: Pull complete [2021-09-02T19:29:56.707Z] #23 ... [2021-09-02T19:29:56.707Z] [2021-09-02T19:29:56.707Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:29:56.707Z] #41 sha256:901bdcae8bd99e55f92d90f2ff911bd06564312c30aaeb5eee4b8beac008d08b [2021-09-02T19:29:56.707Z] #41 157.7 + dpkg --print-architecture [2021-09-02T19:29:56.707Z] #41 DONE 158.1s [2021-09-02T19:29:56.707Z] [2021-09-02T19:29:56.707Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-09-02T19:29:56.707Z] #25 sha256:34e5826b63b0a1e9e48bb7f5e245ca032c1e15bf0499973ffcb81e57a791bb64 [2021-09-02T19:29:57.018Z] #14 157.1 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-02T19:29:57.278Z] #14 157.2 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-09-02T19:29:57.278Z] #14 157.2 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-02T19:29:57.278Z] #14 157.2 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-09-02T19:29:57.278Z] #14 157.3 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-02T19:29:57.278Z] #14 157.3 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-09-02T19:29:57.278Z] #14 157.3 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-02T19:29:57.278Z] #14 157.3 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-09-02T19:29:57.278Z] #14 157.3 Setting up libudev-dev:amd64 (247.3-6) ... [2021-09-02T19:29:57.278Z] #14 157.3 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-09-02T19:29:57.278Z] #14 157.3 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-02T19:29:57.278Z] #14 157.4 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-02T19:29:57.278Z] #14 157.4 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-02T19:29:57.399Z] #18 DONE 1.6s [2021-09-02T19:29:57.399Z] [2021-09-02T19:29:57.399Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-09-02T19:29:57.399Z] #19 sha256:869ab68eada4b81c07727f07efbd7f060a983174ff24a596776c5192d45fe86f [2021-09-02T19:29:57.538Z] #14 157.4 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-02T19:29:57.538Z] #14 157.4 Setting up mingw-w64-common (8.0.0-1) ... [2021-09-02T19:29:57.538Z] #14 157.4 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-09-02T19:29:57.538Z] #14 157.5 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-02T19:29:57.538Z] #14 157.5 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-09-02T19:29:57.538Z] #14 157.5 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-09-02T19:29:57.538Z] #14 157.5 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-02T19:29:57.538Z] #14 157.5 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:29:57.538Z] #14 157.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-09-02T19:29:57.538Z] #14 157.6 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:29:57.538Z] #14 157.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-09-02T19:29:57.538Z] #14 157.7 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-02T19:29:57.549Z] #22 1.633 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-09-02T19:29:57.549Z] #22 1.636 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-09-02T19:29:57.549Z] #22 1.640 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-09-02T19:29:57.549Z] #22 DONE 1.7s [2021-09-02T19:29:57.549Z] [2021-09-02T19:29:57.549Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:29:57.549Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:29:57.799Z] #14 157.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-02T19:29:57.799Z] #14 157.9 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-09-02T19:29:57.799Z] #14 157.9 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-02T19:29:57.799Z] #14 158.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-02T19:29:57.808Z] #41 ... [2021-09-02T19:29:57.808Z] [2021-09-02T19:29:57.808Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-02T19:29:57.808Z] #23 sha256:f2e9a9207e24685c6ba57bd31a76fdbadd133aaccc1c816adb2a1d5c161eb90d [2021-09-02T19:29:58.059Z] #14 158.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:29:58.059Z] #14 158.0 Setting up dmsetup (2:1.02.175-2.1) ... [2021-09-02T19:29:58.059Z] #14 158.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:29:58.059Z] #14 158.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-02T19:29:58.059Z] #14 158.0 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:29:59.000Z] #14 DONE 158.7s [2021-09-02T19:29:59.000Z] [2021-09-02T19:29:59.000Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:29:59.000Z] #55 sha256:c4d41eeea3ddde4a3e6b31f364a531a6433aefc3b7f55f8348980e3bcaef0def [2021-09-02T19:29:59.306Z] #19 DONE 1.9s [2021-09-02T19:29:59.306Z] [2021-09-02T19:29:59.306Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-09-02T19:29:59.306Z] #20 sha256:3a2fd727b80079fbf96563e4c68016659354a0d48de96abb2d146b45b11ea510 [2021-09-02T19:30:00.941Z] #25 ... [2021-09-02T19:30:00.941Z] [2021-09-02T19:30:00.941Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-02T19:30:00.941Z] #23 sha256:1ca16cdaaf0f09c39dcc8d7af49cf0b0d944c2b02f9c4cd50caa1f0ff9de78f5 [2021-09-02T19:30:00.941Z] #23 8.949 Collecting yamllint==1.26.1 [2021-09-02T19:30:01.207Z] #23 10.00 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-09-02T19:30:01.212Z] #20 DONE 1.9s [2021-09-02T19:30:01.212Z] [2021-09-02T19:30:01.212Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:30:01.212Z] #58 sha256:5ea160a25fa3631ea92cc47f80e454b15e0b86eecea5755dd12224e3f3588d86 [2021-09-02T19:30:01.212Z] #58 ... [2021-09-02T19:30:01.212Z] [2021-09-02T19:30:01.212Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-09-02T19:30:01.212Z] #21 sha256:3821e863a20d0484e206505db9b4589f63d18599aba734c0cb856a1a22ddeef7 [2021-09-02T19:30:01.471Z] #23 ... [2021-09-02T19:30:01.471Z] [2021-09-02T19:30:01.471Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:30:01.471Z] #51 sha256:84be15340b0a1b6a4d81e736fb9137e09c9543d9feb3d38fcee0d4b679df29b7 [2021-09-02T19:30:01.471Z] #51 162.3 + /build/golangci-lint --version [2021-09-02T19:30:01.471Z] #51 162.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-09-02T19:30:01.471Z] #51 DONE 163.3s [2021-09-02T19:30:01.546Z] #55 2.268 + RM_GOPATH=0 [2021-09-02T19:30:01.546Z] #55 2.268 + TMP_GOPATH= [2021-09-02T19:30:01.546Z] #55 2.268 + : /build [2021-09-02T19:30:01.546Z] #55 2.268 + '[' -z '' ']' [2021-09-02T19:30:01.546Z] #55 2.268 ++ mktemp -d [2021-09-02T19:30:01.546Z] #55 2.269 + export GOPATH=/tmp/tmp.rhygMgbpU3 [2021-09-02T19:30:01.546Z] #55 2.269 + GOPATH=/tmp/tmp.rhygMgbpU3 [2021-09-02T19:30:01.546Z] #55 2.269 + RM_GOPATH=1 [2021-09-02T19:30:01.546Z] #55 2.269 + case "$(go env GOARCH)" in [2021-09-02T19:30:01.546Z] #55 2.269 ++ go env GOARCH [2021-09-02T19:30:01.546Z] #55 2.276 + export GO_BUILDMODE=-buildmode=pie [2021-09-02T19:30:01.546Z] #55 2.276 + GO_BUILDMODE=-buildmode=pie [2021-09-02T19:30:01.546Z] #55 2.277 ++ dirname /tmp/install/install.sh [2021-09-02T19:30:01.546Z] #55 2.281 + dir=/tmp/install [2021-09-02T19:30:01.546Z] #55 2.281 + bin=runc [2021-09-02T19:30:01.546Z] #55 2.281 + shift [2021-09-02T19:30:01.546Z] #55 2.281 + '[' '!' -f /tmp/install/runc.installer ']' [2021-09-02T19:30:01.546Z] #55 2.281 + . /tmp/install/runc.installer [2021-09-02T19:30:01.546Z] #55 2.282 ++ set -e [2021-09-02T19:30:01.546Z] #55 2.282 ++ : v1.0.2 [2021-09-02T19:30:01.546Z] #55 2.282 + install_runc [2021-09-02T19:30:01.546Z] #55 2.282 + RUNC_BUILDTAGS=seccomp [2021-09-02T19:30:01.546Z] #55 2.282 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-09-02T19:30:01.546Z] #55 2.283 Install runc version v1.0.2 (build tags: seccomp) [2021-09-02T19:30:01.546Z] #55 2.283 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.rhygMgbpU3/src/github.com/opencontainers/runc [2021-09-02T19:30:01.546Z] #55 2.289 Cloning into '/tmp/tmp.rhygMgbpU3/src/github.com/opencontainers/runc'... [2021-09-02T19:30:01.546Z] #55 ... [2021-09-02T19:30:01.546Z] [2021-09-02T19:30:01.546Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-09-02T19:30:01.546Z] #15 sha256:ea83db9364731311b07807ffb0817c32f2b9653020282d4ac0a9773e3d7bb930 [2021-09-02T19:30:01.546Z] #15 DONE 2.5s [2021-09-02T19:30:01.546Z] [2021-09-02T19:30:01.546Z] #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-09-02T19:30:01.546Z] #16 sha256:40fe0ffd82e03d38a9dd575ea729e5b53ff901e9870fb1e3ea0926119d550e45 [2021-09-02T19:30:01.735Z] [2021-09-02T19:30:01.736Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-02T19:30:01.736Z] #23 sha256:1ca16cdaaf0f09c39dcc8d7af49cf0b0d944c2b02f9c4cd50caa1f0ff9de78f5 [2021-09-02T19:30:02.694Z] #23 11.30 Collecting pathspec>=0.5.3 [2021-09-02T19:30:02.694Z] #23 11.31 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-09-02T19:30:02.931Z] #16 DONE 1.8s [2021-09-02T19:30:02.931Z] [2021-09-02T19:30:02.931Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:30:02.931Z] #58 sha256:109a7568a5f2999631a78fecac1cb9bc467426046cdb062eaf64963f1caf7c48 [2021-09-02T19:30:02.963Z] #23 11.66 Collecting pyyaml [2021-09-02T19:30:02.963Z] #23 11.67 Downloading PyYAML-5.4.1-cp39-cp39-manylinux2014_aarch64.whl (788 kB) [2021-09-02T19:30:02.963Z] #23 11.78 Building wheels for collected packages: yamllint [2021-09-02T19:30:03.191Z] #58 ... [2021-09-02T19:30:03.191Z] [2021-09-02T19:30:03.191Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-09-02T19:30:03.191Z] #17 sha256:e9bcea670dbf3ece80b257a6a822b535037d7443af12a61278fe31beb733a097 [2021-09-02T19:30:03.227Z] #23 11.78 Building wheel for yamllint (setup.py): started [2021-09-02T19:30:03.745Z] #21 2.250 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:30:03.745Z] #21 2.434 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:30:03.745Z] #21 2.435 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:30:04.004Z] #21 3.041 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:30:04.181Z] #23 12.82 Building wheel for yamllint (setup.py): finished with status 'done' [2021-09-02T19:30:04.181Z] #23 12.82 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=900746ef9ebaa71d4ee6b2a94131c1ef7253f952de25adacfd2d8549d30562c5 [2021-09-02T19:30:04.181Z] #23 12.82 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-09-02T19:30:04.181Z] #23 12.84 Successfully built yamllint [2021-09-02T19:30:04.181Z] #23 12.86 Installing collected packages: pyyaml, pathspec, yamllint [2021-09-02T19:30:04.447Z] #23 13.21 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-09-02T19:30:04.713Z] #23 DONE 13.4s [2021-09-02T19:30:04.713Z] [2021-09-02T19:30:04.713Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:30:04.713Z] #58 sha256:e50d621757160490435684f069f5ef56b5f084a303cdf32dffce0b63ab47a3fa [2021-09-02T19:30:05.102Z] #17 1.916 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-09-02T19:30:05.102Z] #17 DONE 2.1s [2021-09-02T19:30:05.102Z] [2021-09-02T19:30:05.102Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-09-02T19:30:05.102Z] #18 sha256:be3950f9e062f0bbc5b4f2f08715b45dd73ee6e3bc63f615f2b81fa67dbcfdfb [2021-09-02T19:30:05.383Z] #21 4.421 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:30:06.761Z] #21 ... [2021-09-02T19:30:06.761Z] [2021-09-02T19:30:06.761Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:30:06.761Z] #33 sha256:d3fe95d9a99fdc7a69ded3544488248d7415e5fc5291637b208f7821e3121759 [2021-09-02T19:30:06.761Z] #33 DONE 173.1s [2021-09-02T19:30:06.761Z] [2021-09-02T19:30:06.761Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:30:06.761Z] #55 sha256:b5cdd170aa831b40cbed668ee0fceca785f73d2f652beb6331bfdffb6167d650 [2021-09-02T19:30:06.761Z] #55 13.03 + cd /tmp/tmp.4fXtihgl8x/src/github.com/opencontainers/runc [2021-09-02T19:30:06.761Z] #55 13.03 + git checkout -q v1.0.2 [2021-09-02T19:30:06.761Z] #55 13.49 + '[' -z '' ']' [2021-09-02T19:30:06.761Z] #55 13.49 + target=static [2021-09-02T19:30:06.761Z] #55 13.49 + make BUILDTAGS=seccomp static [2021-09-02T19:30:06.761Z] #55 13.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-09-02T19:30:07.014Z] #18 DONE 1.7s [2021-09-02T19:30:07.014Z] [2021-09-02T19:30:07.014Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:30:07.014Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:30:07.014Z] #41 ... [2021-09-02T19:30:07.014Z] [2021-09-02T19:30:07.014Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-09-02T19:30:07.014Z] #19 sha256:869ab68eada4b81c07727f07efbd7f060a983174ff24a596776c5192d45fe86f [2021-09-02T19:30:07.786Z] #23 10.08 Collecting yamllint==1.26.1 [2021-09-02T19:30:08.355Z] #23 ... [2021-09-02T19:30:08.355Z] [2021-09-02T19:30:08.355Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:30:08.355Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:30:08.355Z] #41 170.7 + dpkg --print-architecture [2021-09-02T19:30:08.355Z] #41 170.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-09-02T19:30:08.926Z] #19 DONE 1.7s [2021-09-02T19:30:08.926Z] [2021-09-02T19:30:08.926Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-09-02T19:30:08.926Z] #20 sha256:3a2fd727b80079fbf96563e4c68016659354a0d48de96abb2d146b45b11ea510 [2021-09-02T19:30:09.292Z] #41 171.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-09-02T19:30:09.292Z] #41 171.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-09-02T19:30:10.837Z] #20 DONE 2.0s [2021-09-02T19:30:10.837Z] [2021-09-02T19:30:10.837Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-09-02T19:30:10.837Z] #21 sha256:3821e863a20d0484e206505db9b4589f63d18599aba734c0cb856a1a22ddeef7 [2021-09-02T19:30:12.128Z] #55 ... [2021-09-02T19:30:12.128Z] [2021-09-02T19:30:12.128Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-09-02T19:30:12.128Z] #21 sha256:3821e863a20d0484e206505db9b4589f63d18599aba734c0cb856a1a22ddeef7 [2021-09-02T19:30:12.128Z] #21 10.50 Fetched 8401 kB in 9s (973 kB/s) [2021-09-02T19:30:12.750Z] #21 2.239 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-02T19:30:12.750Z] #21 2.331 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-02T19:30:13.010Z] #21 2.336 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-02T19:30:13.583Z] #21 2.991 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-02T19:30:14.575Z] #41 ... [2021-09-02T19:30:14.575Z] [2021-09-02T19:30:14.575Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-02T19:30:14.575Z] #23 sha256:f2e9a9207e24685c6ba57bd31a76fdbadd133aaccc1c816adb2a1d5c161eb90d [2021-09-02T19:30:14.575Z] #23 11.15 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-09-02T19:30:14.575Z] #23 12.32 Collecting pathspec>=0.5.3 [2021-09-02T19:30:14.575Z] #23 12.33 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-09-02T19:30:14.575Z] #23 12.59 Collecting pyyaml [2021-09-02T19:30:14.575Z] #23 12.60 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) [2021-09-02T19:30:14.575Z] #23 12.69 Building wheels for collected packages: yamllint [2021-09-02T19:30:14.575Z] #23 12.70 Building wheel for yamllint (setup.py): started [2021-09-02T19:30:14.575Z] #23 13.69 Building wheel for yamllint (setup.py): finished with status 'done' [2021-09-02T19:30:14.575Z] #23 13.69 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=32062ad67cf92b6fe57bbcce3cfde189aa816f60c2834e5064fa42b94c669f49 [2021-09-02T19:30:14.575Z] #23 13.69 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-09-02T19:30:14.575Z] #23 13.70 Successfully built yamllint [2021-09-02T19:30:14.575Z] #23 13.72 Installing collected packages: pyyaml, pathspec, yamllint [2021-09-02T19:30:14.575Z] #23 14.05 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-09-02T19:30:14.575Z] #23 DONE 16.1s [2021-09-02T19:30:14.575Z] [2021-09-02T19:30:14.575Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-09-02T19:30:14.575Z] #26 sha256:d103407f4ecad80781cfadfcf9e305ceeebb5d0f96e5f00031553d42a32437ac [2021-09-02T19:30:14.575Z] #26 DONE 0.6s [2021-09-02T19:30:14.575Z] [2021-09-02T19:30:14.575Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-09-02T19:30:14.575Z] #31 sha256:611bafb5761f904d6c722878af3196400f3fb46bf908712458656de81919f22a [2021-09-02T19:30:14.688Z] #21 10.50 Reading package lists... [2021-09-02T19:30:14.834Z] #31 DONE 0.7s [2021-09-02T19:30:14.834Z] [2021-09-02T19:30:14.834Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:30:14.834Z] #51 sha256:558936e4127d7ce261e9fede41f1e4cd9d5435cd137a34f32cd608b1c34a1736 [2021-09-02T19:30:14.834Z] #51 176.7 + /build/golangci-lint --version [2021-09-02T19:30:14.834Z] #51 177.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-09-02T19:30:14.834Z] #51 DONE 177.4s [2021-09-02T19:30:14.834Z] [2021-09-02T19:30:14.834Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:30:14.834Z] #55 sha256:dad8752878300a9b842a132a861a57b2762a101da82455384dcd073706fc490a [2021-09-02T19:30:14.968Z] #21 4.232 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [29.4 kB] [2021-09-02T19:30:15.094Z] #55 ... [2021-09-02T19:30:15.094Z] [2021-09-02T19:30:15.094Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-09-02T19:30:15.094Z] #34 sha256:bdcfcbbd07196118e220a3df6bf31ecd9ac2df2698d3a34b00271bbe4ab7a917 [2021-09-02T19:30:15.663Z] #34 DONE 0.6s [2021-09-02T19:30:15.663Z] [2021-09-02T19:30:15.663Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:30:15.663Z] #55 sha256:dad8752878300a9b842a132a861a57b2762a101da82455384dcd073706fc490a [2021-09-02T19:30:15.663Z] #55 ... [2021-09-02T19:30:15.663Z] [2021-09-02T19:30:15.663Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-09-02T19:30:15.663Z] #36 sha256:ae6e000728198108bcd594dbd9f54e8b1d9a529deb3c82d74f51ef1177bd345d [2021-09-02T19:30:15.663Z] #36 DONE 0.1s [2021-09-02T19:30:15.663Z] [2021-09-02T19:30:15.663Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-09-02T19:30:15.663Z] #39 sha256:941db24cdc816242c5177efd28be09febf51c49dc0b44d7c4c2452d9e19a0bc4 [2021-09-02T19:30:15.912Z] #21 ... [2021-09-02T19:30:15.912Z] [2021-09-02T19:30:15.912Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-02T19:30:15.912Z] #33 sha256:d3fe95d9a99fdc7a69ded3544488248d7415e5fc5291637b208f7821e3121759 [2021-09-02T19:30:15.912Z] #33 DONE 175.7s [2021-09-02T19:30:15.912Z] [2021-09-02T19:30:15.912Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:30:15.912Z] #55 sha256:c4d41eeea3ddde4a3e6b31f364a531a6433aefc3b7f55f8348980e3bcaef0def [2021-09-02T19:30:15.912Z] #55 13.89 + cd /tmp/tmp.rhygMgbpU3/src/github.com/opencontainers/runc [2021-09-02T19:30:15.912Z] #55 13.89 + git checkout -q v1.0.2 [2021-09-02T19:30:15.912Z] #55 14.40 + '[' -z '' ']' [2021-09-02T19:30:15.912Z] #55 14.40 + target=static [2021-09-02T19:30:15.912Z] #55 14.40 + make BUILDTAGS=seccomp static [2021-09-02T19:30:15.912Z] #55 14.87 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-09-02T19:30:15.922Z] #39 DONE 0.1s [2021-09-02T19:30:15.922Z] [2021-09-02T19:30:15.922Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:30:15.922Z] #55 sha256:dad8752878300a9b842a132a861a57b2762a101da82455384dcd073706fc490a [2021-09-02T19:30:18.881Z] #21 13.66 Reading package lists... [2021-09-02T19:30:19.450Z] #21 17.32 Building dependency tree... [2021-09-02T19:30:20.019Z] #21 19.06 The following additional packages will be installed: [2021-09-02T19:30:20.019Z] #21 19.06 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-02T19:30:20.019Z] #21 19.06 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-09-02T19:30:20.019Z] #21 19.06 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-09-02T19:30:20.019Z] #21 19.06 python3-pkg-resources vim-runtime xxd [2021-09-02T19:30:20.019Z] #21 19.07 Suggested packages: [2021-09-02T19:30:20.019Z] #21 19.07 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-09-02T19:30:20.019Z] #21 19.07 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-09-02T19:30:20.019Z] #21 19.07 acl attr quota [2021-09-02T19:30:20.019Z] #21 19.07 Recommended packages: [2021-09-02T19:30:20.019Z] #21 19.07 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-09-02T19:30:21.204Z] #55 ... [2021-09-02T19:30:21.204Z] [2021-09-02T19:30:21.204Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-09-02T19:30:21.204Z] #21 sha256:3821e863a20d0484e206505db9b4589f63d18599aba734c0cb856a1a22ddeef7 [2021-09-02T19:30:21.204Z] #21 10.22 Fetched 8401 kB in 8s (996 kB/s) [2021-09-02T19:30:21.399Z] #21 20.36 The following NEW packages will be installed: [2021-09-02T19:30:21.399Z] #21 20.36 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-09-02T19:30:21.399Z] #21 20.36 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-02T19:30:21.399Z] #21 20.36 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-09-02T19:30:21.399Z] #21 20.36 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-09-02T19:30:21.399Z] #21 20.36 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-09-02T19:30:21.399Z] #21 20.36 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-09-02T19:30:21.399Z] #21 20.36 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-09-02T19:30:21.399Z] #21 20.36 xz-utils zip [2021-09-02T19:30:21.659Z] #21 20.73 0 upgraded, 47 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:30:21.659Z] #21 20.73 Need to get 27.0 MB of archives. [2021-09-02T19:30:21.659Z] #21 20.73 After this operation, 104 MB of additional disk space will be used. [2021-09-02T19:30:21.659Z] #21 20.73 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-09-02T19:30:21.659Z] #21 20.73 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-09-02T19:30:21.659Z] #21 20.73 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-09-02T19:30:21.659Z] #21 20.73 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-09-02T19:30:21.659Z] #21 20.73 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-09-02T19:30:21.659Z] #21 20.74 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-09-02T19:30:21.659Z] #21 20.75 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-09-02T19:30:21.659Z] #21 20.76 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-09-02T19:30:21.659Z] #21 20.79 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-02T19:30:21.659Z] #21 20.80 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-02T19:30:21.659Z] #21 20.82 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-09-02T19:30:21.659Z] #21 20.83 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-09-02T19:30:21.919Z] #21 20.84 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-09-02T19:30:21.919Z] #21 20.85 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-09-02T19:30:21.919Z] #21 20.89 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-09-02T19:30:21.919Z] #21 20.91 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-09-02T19:30:21.919Z] #21 20.91 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-09-02T19:30:21.919Z] #21 20.91 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-09-02T19:30:21.919Z] #21 20.92 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-09-02T19:30:21.919Z] #21 20.92 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-09-02T19:30:21.919Z] #21 20.92 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-09-02T19:30:21.919Z] #21 20.95 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-02T19:30:21.919Z] #21 20.96 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-02T19:30:21.919Z] #21 20.97 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-02T19:30:21.919Z] #21 20.98 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-09-02T19:30:21.919Z] #21 20.98 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-09-02T19:30:21.919Z] #21 20.98 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-02T19:30:22.380Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m6.401163519s with top 10 stages: buildssa: 1m32.428498633s, goimports: 21.158525834s, unconvert: 12.743749964s, gosec: 9.331380781s, golint: 6.197533012s, misspell: 4.992217967s, ineffassign: 4.939994788s, inspect: 4.145474625s, vrp: 2.791477083s, fact_deprecated: 1.977541342s [2021-09-02T19:30:22.487Z] #21 21.46 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-09-02T19:30:22.487Z] #21 21.47 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-09-02T19:30:22.487Z] #21 21.47 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-09-02T19:30:22.487Z] #21 21.47 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-09-02T19:30:22.487Z] #21 21.47 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-09-02T19:30:22.487Z] #21 21.47 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-09-02T19:30:22.487Z] #21 21.49 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-09-02T19:30:22.487Z] #21 21.58 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-09-02T19:30:22.487Z] #21 21.59 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-09-02T19:30:22.487Z] #21 21.60 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-02T19:30:22.487Z] #21 21.61 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-09-02T19:30:22.487Z] #21 21.63 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-09-02T19:30:22.487Z] #21 21.63 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-09-02T19:30:22.487Z] #21 21.66 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-09-02T19:30:22.747Z] #21 21.72 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-09-02T19:30:22.747Z] #21 21.74 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-09-02T19:30:22.747Z] #21 21.75 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-09-02T19:30:23.006Z] #21 22.08 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-09-02T19:30:23.266Z] #21 22.13 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-09-02T19:30:23.266Z] #21 22.16 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-09-02T19:30:23.834Z] #21 22.93 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:30:24.094Z] #21 23.14 Fetched 27.0 MB in 2s (15.5 MB/s) [2021-09-02T19:30:24.094Z] #21 23.22 Selecting previously unselected package pigz. [2021-09-02T19:30:24.353Z] #21 23.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 ... 24014 files and directories currently installed.) [2021-09-02T19:30:24.353Z] #21 23.33 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-09-02T19:30:24.353Z] #21 23.35 Unpacking pigz (2.6-1) ... [2021-09-02T19:30:24.503Z] #21 10.22 Reading package lists... [2021-09-02T19:30:24.613Z] #21 23.63 Selecting previously unselected package libelf1:amd64. [2021-09-02T19:30:24.613Z] #21 23.63 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-09-02T19:30:24.613Z] #21 23.65 Unpacking libelf1:amd64 (0.183-1) ... [2021-09-02T19:30:25.182Z] #21 23.99 Selecting previously unselected package libbpf0:amd64. [2021-09-02T19:30:25.182Z] #21 23.99 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-09-02T19:30:25.182Z] #21 24.00 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-09-02T19:30:25.182Z] #21 24.14 Selecting previously unselected package libcap2:amd64. [2021-09-02T19:30:25.182Z] #21 24.14 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-09-02T19:30:25.182Z] #21 24.16 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-09-02T19:30:25.441Z] #21 24.31 Selecting previously unselected package libmnl0:amd64. [2021-09-02T19:30:25.441Z] #21 24.31 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-09-02T19:30:25.441Z] #21 24.31 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-09-02T19:30:25.441Z] #21 24.40 Selecting previously unselected package libxtables12:amd64. [2021-09-02T19:30:25.441Z] #21 24.40 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-09-02T19:30:25.441Z] #21 24.41 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-09-02T19:30:25.441Z] #21 24.47 Selecting previously unselected package libcap2-bin. [2021-09-02T19:30:25.441Z] #21 24.47 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-09-02T19:30:25.441Z] #21 24.49 Unpacking libcap2-bin (1:2.44-1) ... [2021-09-02T19:30:25.701Z] #21 24.57 Selecting previously unselected package iproute2. [2021-09-02T19:30:25.701Z] #21 24.57 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-09-02T19:30:25.701Z] #21 24.58 Unpacking iproute2 (5.10.0-4) ... [2021-09-02T19:30:25.908Z] #55 ... [2021-09-02T19:30:25.908Z] [2021-09-02T19:30:25.908Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:30:25.908Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:30:25.908Z] #41 DONE 188.2s [2021-09-02T19:30:25.908Z] [2021-09-02T19:30:25.908Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:30:25.908Z] #55 sha256:dad8752878300a9b842a132a861a57b2762a101da82455384dcd073706fc490a [2021-09-02T19:30:25.960Z] #21 24.97 Selecting previously unselected package xxd. [2021-09-02T19:30:25.960Z] #21 24.98 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-02T19:30:25.960Z] #21 24.98 Unpacking xxd (2:8.2.2434-3) ... [2021-09-02T19:30:26.219Z] #21 25.10 Selecting previously unselected package vim-common. [2021-09-02T19:30:26.219Z] #21 25.10 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-02T19:30:26.219Z] #21 25.11 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-02T19:30:26.219Z] #21 25.26 Selecting previously unselected package bash-completion. [2021-09-02T19:30:26.219Z] #21 25.26 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-09-02T19:30:27.326Z] #21 14.12 Reading package lists... [2021-09-02T19:30:27.822Z] #55 ... [2021-09-02T19:30:27.822Z] [2021-09-02T19:30:27.822Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-09-02T19:30:27.822Z] #42 sha256:6c5f4e1cf9b00e332cb0962e215b02e288f72f607fcf5939b928c564c0ef1c9f [2021-09-02T19:30:27.900Z] #21 16.71 Building dependency tree... [2021-09-02T19:30:28.126Z] #21 26.82 Unpacking bash-completion (1:2.11-2) ... [2021-09-02T19:30:28.126Z] #21 27.21 Selecting previously unselected package bzip2. [2021-09-02T19:30:28.126Z] #21 27.23 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2021-09-02T19:30:28.126Z] #21 27.24 Unpacking bzip2 (1.0.8-4) ... [2021-09-02T19:30:28.386Z] #21 27.32 Selecting previously unselected package xz-utils. [2021-09-02T19:30:28.386Z] #21 27.34 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2021-09-02T19:30:28.386Z] #21 27.35 Unpacking xz-utils (5.2.5-2) ... [2021-09-02T19:30:28.391Z] #42 DONE 0.6s [2021-09-02T19:30:28.391Z] [2021-09-02T19:30:28.391Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:30:28.391Z] #55 sha256:dad8752878300a9b842a132a861a57b2762a101da82455384dcd073706fc490a [2021-09-02T19:30:28.646Z] #21 27.53 Selecting previously unselected package apparmor. [2021-09-02T19:30:28.646Z] #21 27.53 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2021-09-02T19:30:28.646Z] #21 27.59 Unpacking apparmor (2.13.6-10) ... [2021-09-02T19:30:28.650Z] #55 ... [2021-09-02T19:30:28.650Z] [2021-09-02T19:30:28.650Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-09-02T19:30:28.650Z] #46 sha256:8684e55243eb24d083ce8f506ce708f7b26b77762da77799b6b2c37df7dd6ebc [2021-09-02T19:30:28.650Z] #46 DONE 0.0s [2021-09-02T19:30:28.650Z] [2021-09-02T19:30:28.650Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-09-02T19:30:28.650Z] #48 sha256:3c9af6004412899dbaad9b025ea7f7fd79115dbdd6791fc2940cdc4e562e301a [2021-09-02T19:30:28.650Z] #48 DONE 0.1s [2021-09-02T19:30:28.650Z] [2021-09-02T19:30:28.650Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-09-02T19:30:28.650Z] #50 sha256:03315c45421c5a39e84669d2b0a468a1181d5d5cf69dfb85a5833cdb9b99c91f [2021-09-02T19:30:28.650Z] #50 DONE 0.1s [2021-09-02T19:30:28.650Z] [2021-09-02T19:30:28.650Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-09-02T19:30:28.650Z] #52 sha256:5f40263e9b6dd8203025e3e3780f44ae15d3a5de1476faa4a4c1dc35459fa076 [2021-09-02T19:30:29.165Z] #21 28.01 Selecting previously unselected package inetutils-ping. [2021-09-02T19:30:29.165Z] #21 28.01 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-09-02T19:30:29.165Z] #21 28.02 Unpacking inetutils-ping (2:2.0-1) ... [2021-09-02T19:30:29.165Z] #21 28.12 Selecting previously unselected package libip4tc2:amd64. [2021-09-02T19:30:29.165Z] #21 28.13 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2021-09-02T19:30:29.165Z] #21 28.13 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-09-02T19:30:29.219Z] #52 DONE 0.5s [2021-09-02T19:30:29.219Z] [2021-09-02T19:30:29.219Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:30:29.219Z] #58 sha256:2303479823771d33cc9feb7c5c699e56591135da31b8af8bb2572bffbee47f7e [2021-09-02T19:30:29.219Z] #58 ... [2021-09-02T19:30:29.219Z] [2021-09-02T19:30:29.219Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-09-02T19:30:29.219Z] #54 sha256:c6e7006ceccf53869bf096259d1d5411844fec265c3c6a5612cdc83636a9cf06 [2021-09-02T19:30:29.219Z] #54 DONE 0.0s [2021-09-02T19:30:29.289Z] #21 18.90 The following additional packages will be installed: [2021-09-02T19:30:29.425Z] #21 28.22 Selecting previously unselected package libip6tc2:amd64. [2021-09-02T19:30:29.425Z] #21 28.23 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2021-09-02T19:30:29.425Z] #21 28.23 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-09-02T19:30:29.425Z] #21 28.30 Selecting previously unselected package libnfnetlink0:amd64. [2021-09-02T19:30:29.425Z] #21 28.30 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-09-02T19:30:29.425Z] #21 28.31 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-02T19:30:29.425Z] #21 28.39 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-09-02T19:30:29.425Z] #21 28.40 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-09-02T19:30:29.425Z] #21 28.40 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-02T19:30:29.425Z] #21 28.46 Selecting previously unselected package libnftnl11:amd64. [2021-09-02T19:30:29.425Z] #21 28.48 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2021-09-02T19:30:29.425Z] #21 28.48 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-09-02T19:30:29.425Z] #21 28.59 Selecting previously unselected package iptables. [2021-09-02T19:30:29.479Z] [2021-09-02T19:30:29.479Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:30:29.479Z] #55 sha256:dad8752878300a9b842a132a861a57b2762a101da82455384dcd073706fc490a [2021-09-02T19:30:29.550Z] #21 18.90 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-02T19:30:29.550Z] #21 18.90 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-09-02T19:30:29.550Z] #21 18.91 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-09-02T19:30:29.550Z] #21 18.92 python3-pkg-resources vim-runtime xxd [2021-09-02T19:30:29.550Z] #21 18.92 Suggested packages: [2021-09-02T19:30:29.550Z] #21 18.93 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-09-02T19:30:29.550Z] #21 18.93 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-09-02T19:30:29.550Z] #21 18.93 acl attr quota [2021-09-02T19:30:29.550Z] #21 18.93 Recommended packages: [2021-09-02T19:30:29.550Z] #21 18.93 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-09-02T19:30:29.685Z] #21 28.59 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2021-09-02T19:30:29.685Z] #21 28.60 Unpacking iptables (1.8.7-1) ... [2021-09-02T19:30:29.944Z] #21 28.92 Selecting previously unselected package libonig5:amd64. [2021-09-02T19:30:29.944Z] #21 28.92 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-02T19:30:29.944Z] #21 28.93 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-02T19:30:30.207Z] #21 29.08 Selecting previously unselected package libjq1:amd64. [2021-09-02T19:30:30.207Z] #21 29.08 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2021-09-02T19:30:30.207Z] #21 29.09 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-02T19:30:30.207Z] #21 29.21 Selecting previously unselected package jq. [2021-09-02T19:30:30.207Z] #21 29.21 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2021-09-02T19:30:30.207Z] #21 29.21 Unpacking jq (1.6-2.1) ... [2021-09-02T19:30:30.207Z] #21 29.29 Selecting previously unselected package libaio1:amd64. [2021-09-02T19:30:30.469Z] #21 29.29 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2021-09-02T19:30:30.469Z] #21 29.30 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-09-02T19:30:30.469Z] #21 29.37 Selecting previously unselected package libgpm2:amd64. [2021-09-02T19:30:30.469Z] #21 29.37 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2021-09-02T19:30:30.469Z] #21 29.38 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-09-02T19:30:30.469Z] #21 29.44 Selecting previously unselected package libicu67:amd64. [2021-09-02T19:30:30.469Z] #21 29.45 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2021-09-02T19:30:30.469Z] #21 29.46 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-02T19:30:31.462Z] #21 20.89 The following NEW packages will be installed: [2021-09-02T19:30:31.462Z] #21 20.89 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-09-02T19:30:31.462Z] #21 20.89 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-02T19:30:31.462Z] #21 20.89 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-09-02T19:30:31.462Z] #21 20.89 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-09-02T19:30:31.462Z] #21 20.89 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-09-02T19:30:31.462Z] #21 20.89 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-09-02T19:30:31.462Z] #21 20.89 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-09-02T19:30:31.462Z] #21 20.89 xz-utils zip [2021-09-02T19:30:31.722Z] #21 21.19 0 upgraded, 47 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:30:31.722Z] #21 21.19 Need to get 27.0 MB of archives. [2021-09-02T19:30:31.722Z] #21 21.19 After this operation, 104 MB of additional disk space will be used. [2021-09-02T19:30:31.722Z] #21 21.19 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-09-02T19:30:31.722Z] #21 21.20 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-09-02T19:30:31.722Z] #21 21.20 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-09-02T19:30:31.722Z] #21 21.20 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-09-02T19:30:31.722Z] #21 21.20 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-09-02T19:30:31.722Z] #21 21.21 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-09-02T19:30:31.722Z] #21 21.21 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-09-02T19:30:31.722Z] #21 21.21 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-09-02T19:30:31.722Z] #21 21.24 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-02T19:30:31.722Z] #21 21.25 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-02T19:30:31.722Z] #21 21.26 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-09-02T19:30:31.722Z] #21 21.26 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-09-02T19:30:31.722Z] #21 21.27 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-09-02T19:30:31.722Z] #21 21.27 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-09-02T19:30:31.722Z] #21 21.29 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-09-02T19:30:31.722Z] #21 21.30 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-09-02T19:30:31.722Z] #21 21.30 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-09-02T19:30:31.722Z] #21 21.31 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-09-02T19:30:31.722Z] #21 21.31 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-09-02T19:30:31.722Z] #21 21.31 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-09-02T19:30:31.722Z] #21 21.32 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-09-02T19:30:31.722Z] #21 21.33 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-02T19:30:31.722Z] #21 21.33 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-02T19:30:31.722Z] #21 21.34 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-02T19:30:31.722Z] #21 21.36 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-09-02T19:30:31.722Z] #21 21.36 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-09-02T19:30:31.983Z] #21 21.36 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-02T19:30:32.554Z] #21 21.85 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-09-02T19:30:32.554Z] #21 21.85 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-09-02T19:30:32.554Z] #21 21.85 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-09-02T19:30:32.554Z] #21 21.86 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-09-02T19:30:32.554Z] #21 21.86 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-09-02T19:30:32.554Z] #21 21.86 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-09-02T19:30:32.554Z] #21 21.87 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-09-02T19:30:32.554Z] #21 21.94 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-09-02T19:30:32.554Z] #21 21.94 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-09-02T19:30:32.554Z] #21 21.94 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-02T19:30:32.554Z] #21 21.98 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-09-02T19:30:32.554Z] #21 21.99 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-09-02T19:30:32.554Z] #21 21.99 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-09-02T19:30:32.554Z] #21 22.00 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-09-02T19:30:32.554Z] #21 22.04 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-09-02T19:30:32.554Z] #21 22.05 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-09-02T19:30:32.554Z] #21 22.06 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-09-02T19:30:32.815Z] #21 22.31 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-09-02T19:30:32.815Z] #21 22.34 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-09-02T19:30:32.815Z] #21 22.37 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-09-02T19:30:33.386Z] #21 22.92 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:30:33.386Z] #21 23.02 Fetched 27.0 MB in 1s (18.3 MB/s) [2021-09-02T19:30:33.647Z] #21 23.10 Selecting previously unselected package pigz. [2021-09-02T19:30:33.647Z] #21 23.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24014 files and directories currently installed.) [2021-09-02T19:30:33.647Z] #21 23.15 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-09-02T19:30:33.647Z] #21 23.16 Unpacking pigz (2.6-1) ... [2021-09-02T19:30:33.647Z] #21 23.24 Selecting previously unselected package libelf1:amd64. [2021-09-02T19:30:33.758Z] #21 32.55 Selecting previously unselected package libinih1:amd64. [2021-09-02T19:30:33.758Z] #21 32.56 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2021-09-02T19:30:33.758Z] #21 32.56 Unpacking libinih1:amd64 (53-1+b2) ... [2021-09-02T19:30:33.758Z] #21 32.63 Selecting previously unselected package libnet1:amd64. [2021-09-02T19:30:33.758Z] #21 32.63 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-02T19:30:33.758Z] #21 32.64 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:30:33.758Z] #21 32.74 Selecting previously unselected package libnl-3-200:amd64. [2021-09-02T19:30:33.758Z] #21 32.76 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-02T19:30:33.758Z] #21 32.76 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-02T19:30:33.908Z] #21 23.25 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-09-02T19:30:33.908Z] #21 23.26 Unpacking libelf1:amd64 (0.183-1) ... [2021-09-02T19:30:33.908Z] #21 23.40 Selecting previously unselected package libbpf0:amd64. [2021-09-02T19:30:33.908Z] #21 23.41 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-09-02T19:30:33.908Z] #21 23.42 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-09-02T19:30:34.018Z] #21 32.85 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-02T19:30:34.018Z] #21 32.86 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-02T19:30:34.018Z] #21 32.87 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-02T19:30:34.018Z] #21 32.94 Selecting previously unselected package net-tools. [2021-09-02T19:30:34.018Z] #21 32.96 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-09-02T19:30:34.018Z] #21 32.97 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-09-02T19:30:34.168Z] #21 23.52 Selecting previously unselected package libcap2:amd64. [2021-09-02T19:30:34.168Z] #21 23.52 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-09-02T19:30:34.168Z] #21 23.53 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-09-02T19:30:34.168Z] #21 23.59 Selecting previously unselected package libmnl0:amd64. [2021-09-02T19:30:34.168Z] #21 23.59 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-09-02T19:30:34.168Z] #21 23.60 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-09-02T19:30:34.168Z] #21 23.67 Selecting previously unselected package libxtables12:amd64. [2021-09-02T19:30:34.168Z] #21 23.67 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-09-02T19:30:34.168Z] #21 23.68 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-09-02T19:30:34.168Z] #21 23.75 Selecting previously unselected package libcap2-bin. [2021-09-02T19:30:34.277Z] #21 33.17 Selecting previously unselected package patch. [2021-09-02T19:30:34.277Z] #21 33.19 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2021-09-02T19:30:34.277Z] #21 33.19 Unpacking patch (2.7.6-7) ... [2021-09-02T19:30:34.277Z] #21 33.30 Selecting previously unselected package python-pip-whl. [2021-09-02T19:30:34.277Z] #21 33.31 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-09-02T19:30:34.277Z] #21 33.32 Unpacking python-pip-whl (20.3.4-4) ... [2021-09-02T19:30:34.429Z] #21 23.77 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-09-02T19:30:34.429Z] #21 23.77 Unpacking libcap2-bin (1:2.44-1) ... [2021-09-02T19:30:34.429Z] #21 23.86 Selecting previously unselected package iproute2. [2021-09-02T19:30:34.429Z] #21 23.86 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-09-02T19:30:34.429Z] #21 23.88 Unpacking iproute2 (5.10.0-4) ... [2021-09-02T19:30:34.846Z] #21 33.80 Selecting previously unselected package python3-lib2to3. [2021-09-02T19:30:34.846Z] #21 33.80 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-09-02T19:30:34.846Z] #21 33.82 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-09-02T19:30:34.846Z] #21 33.93 Selecting previously unselected package python3-distutils. [2021-09-02T19:30:34.951Z] #21 24.29 Selecting previously unselected package xxd. [2021-09-02T19:30:34.951Z] #21 24.30 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-02T19:30:34.951Z] #21 24.30 Unpacking xxd (2:8.2.2434-3) ... [2021-09-02T19:30:34.951Z] #21 24.42 Selecting previously unselected package vim-common. [2021-09-02T19:30:34.951Z] #21 24.43 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-02T19:30:34.951Z] #21 24.45 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-02T19:30:35.107Z] #21 33.94 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-09-02T19:30:35.107Z] #21 33.95 Unpacking python3-distutils (3.9.2-1) ... [2021-09-02T19:30:35.107Z] #21 34.13 Selecting previously unselected package python3-pkg-resources. [2021-09-02T19:30:35.108Z] #21 34.13 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-02T19:30:35.108Z] #21 34.15 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-02T19:30:35.211Z] #21 24.61 Selecting previously unselected package bash-completion. [2021-09-02T19:30:35.211Z] #21 24.62 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-09-02T19:30:35.367Z] #21 34.29 Selecting previously unselected package python3-setuptools. [2021-09-02T19:30:35.367Z] #21 34.29 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-09-02T19:30:35.367Z] #21 34.30 Unpacking python3-setuptools (52.0.0-4) ... [2021-09-02T19:30:35.626Z] #21 34.55 Selecting previously unselected package python3-wheel. [2021-09-02T19:30:35.626Z] #21 34.56 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-09-02T19:30:35.626Z] #21 34.57 Unpacking python3-wheel (0.34.2-1) ... [2021-09-02T19:30:35.626Z] #21 34.64 Selecting previously unselected package python3-pip. [2021-09-02T19:30:35.626Z] #21 34.65 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-09-02T19:30:35.626Z] #21 34.65 Unpacking python3-pip (20.3.4-4) ... [2021-09-02T19:30:35.885Z] #21 34.88 Selecting previously unselected package sudo. [2021-09-02T19:30:35.885Z] #21 34.88 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2021-09-02T19:30:35.885Z] #21 34.90 Unpacking sudo (1.9.5p2-3) ... [2021-09-02T19:30:36.454Z] #21 35.38 Selecting previously unselected package thin-provisioning-tools. [2021-09-02T19:30:36.454Z] #21 35.39 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-09-02T19:30:36.454Z] #21 35.40 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-09-02T19:30:36.596Z] #21 26.12 Unpacking bash-completion (1:2.11-2) ... [2021-09-02T19:30:36.713Z] #21 35.65 Selecting previously unselected package uidmap. [2021-09-02T19:30:36.713Z] #21 35.66 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-09-02T19:30:36.713Z] #21 35.67 Unpacking uidmap (1:4.8.1-1) ... [2021-09-02T19:30:36.857Z] #21 26.46 Selecting previously unselected package bzip2. [2021-09-02T19:30:36.857Z] #21 26.47 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2021-09-02T19:30:36.857Z] #21 26.47 Unpacking bzip2 (1.0.8-4) ... [2021-09-02T19:30:36.919Z] #58 170.8 + bin/containerd [2021-09-02T19:30:36.972Z] #21 35.80 Selecting previously unselected package vim-runtime. [2021-09-02T19:30:36.972Z] #21 35.81 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-09-02T19:30:36.972Z] #21 35.83 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-09-02T19:30:36.972Z] #21 35.87 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-09-02T19:30:36.972Z] #21 35.87 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-09-02T19:30:37.117Z] #21 26.55 Selecting previously unselected package xz-utils. [2021-09-02T19:30:37.117Z] #21 26.56 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2021-09-02T19:30:37.117Z] #21 26.57 Unpacking xz-utils (5.2.5-2) ... [2021-09-02T19:30:37.117Z] #21 26.73 Selecting previously unselected package apparmor. [2021-09-02T19:30:37.117Z] #21 26.74 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2021-09-02T19:30:37.378Z] #21 26.79 Unpacking apparmor (2.13.6-10) ... [2021-09-02T19:30:37.872Z] #58 ... [2021-09-02T19:30:37.872Z] [2021-09-02T19:30:37.872Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-09-02T19:30:37.872Z] #25 sha256:34e5826b63b0a1e9e48bb7f5e245ca032c1e15bf0499973ffcb81e57a791bb64 [2021-09-02T19:30:37.872Z] #25 197.8 + return [2021-09-02T19:30:37.872Z] #25 DONE 199.6s [2021-09-02T19:30:37.899Z] #21 27.20 Selecting previously unselected package inetutils-ping. [2021-09-02T19:30:37.899Z] #21 27.22 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-09-02T19:30:37.899Z] #21 27.22 Unpacking inetutils-ping (2:2.0-1) ... [2021-09-02T19:30:37.899Z] #21 27.33 Selecting previously unselected package libip4tc2:amd64. [2021-09-02T19:30:37.899Z] #21 27.34 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2021-09-02T19:30:37.899Z] #21 27.34 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-09-02T19:30:37.899Z] #21 27.40 Selecting previously unselected package libip6tc2:amd64. [2021-09-02T19:30:37.899Z] #21 27.41 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2021-09-02T19:30:37.899Z] #21 27.42 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-09-02T19:30:38.144Z] [2021-09-02T19:30:38.144Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:30:38.144Z] #55 sha256:220003a3b8d01475ba8f076e4e72e9973fbdc8d7eca8eaa9d6297a2f3991974a [2021-09-02T19:30:38.144Z] #55 113.3 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-09-02T19:30:38.160Z] #21 27.49 Selecting previously unselected package libnfnetlink0:amd64. [2021-09-02T19:30:38.160Z] #21 27.49 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-09-02T19:30:38.160Z] #21 27.50 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-02T19:30:38.160Z] #21 27.56 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-09-02T19:30:38.160Z] #21 27.59 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-09-02T19:30:38.160Z] #21 27.59 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-02T19:30:38.160Z] #21 27.67 Selecting previously unselected package libnftnl11:amd64. [2021-09-02T19:30:38.160Z] #21 27.67 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2021-09-02T19:30:38.160Z] #21 27.67 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-09-02T19:30:38.421Z] #21 27.75 Selecting previously unselected package iptables. [2021-09-02T19:30:38.421Z] #21 27.77 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2021-09-02T19:30:38.421Z] #21 27.77 Unpacking iptables (1.8.7-1) ... [2021-09-02T19:30:38.682Z] #21 28.07 Selecting previously unselected package libonig5:amd64. [2021-09-02T19:30:38.682Z] #21 28.08 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-02T19:30:38.682Z] #21 28.08 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-02T19:30:38.682Z] #21 28.21 Selecting previously unselected package libjq1:amd64. [2021-09-02T19:30:38.682Z] #21 28.21 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2021-09-02T19:30:38.682Z] #21 28.21 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-02T19:30:38.943Z] #21 28.31 Selecting previously unselected package jq. [2021-09-02T19:30:38.943Z] #21 28.33 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2021-09-02T19:30:38.943Z] #21 28.33 Unpacking jq (1.6-2.1) ... [2021-09-02T19:30:38.943Z] #21 28.43 Selecting previously unselected package libaio1:amd64. [2021-09-02T19:30:38.943Z] #21 28.44 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2021-09-02T19:30:38.943Z] #21 28.44 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-09-02T19:30:38.943Z] #21 28.49 Selecting previously unselected package libgpm2:amd64. [2021-09-02T19:30:38.943Z] #21 28.50 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2021-09-02T19:30:38.943Z] #21 28.50 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-09-02T19:30:39.102Z] #55 114.6 + mkdir -p /build [2021-09-02T19:30:39.102Z] #55 114.6 + cp runc /build/runc [2021-09-02T19:30:39.204Z] #21 28.56 Selecting previously unselected package libicu67:amd64. [2021-09-02T19:30:39.204Z] #21 28.58 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2021-09-02T19:30:39.204Z] #21 28.58 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-02T19:30:39.366Z] #55 DONE 114.9s [2021-09-02T19:30:39.366Z] [2021-09-02T19:30:39.366Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:30:39.366Z] #58 sha256:e50d621757160490435684f069f5ef56b5f084a303cdf32dffce0b63ab47a3fa [2021-09-02T19:30:40.263Z] #21 38.78 Selecting previously unselected package vim. [2021-09-02T19:30:40.263Z] #21 38.79 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ... [2021-09-02T19:30:40.263Z] #21 38.81 Unpacking vim (2:8.2.2434-3) ... [2021-09-02T19:30:40.263Z] #21 39.32 Selecting previously unselected package xfsprogs. [2021-09-02T19:30:40.263Z] #21 39.32 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2021-09-02T19:30:40.263Z] #21 39.33 Unpacking xfsprogs (5.10.0-4) ... [2021-09-02T19:30:40.436Z] INFO [runner/unused/goanalysis] analyzers took 29.573190263s with top 10 stages: buildssa: 25.502162769s, U1000: 4.071027494s [2021-09-02T19:30:40.437Z] INFO [runner] Issues before processing: 2759, after processing: 0 [2021-09-02T19:30:40.437Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1790/2178, exclude: 1790/1790, nolint: 0/78, skip_dirs: 2178/2178, exclude-rules: 78/1790, filename_unadjuster: 2178/2178, skip_files: 2178/2178, path_prettifier: 2178/2178, identifier_marker: 1790/1790, cgo: 2178/2759 [2021-09-02T19:30:40.437Z] INFO [runner] processing took 164.806983ms with stages: nolint: 63.186112ms, identifier_marker: 55.901407ms, path_prettifier: 26.438133ms, skip_dirs: 7.575266ms, autogenerated_exclude: 6.014417ms, exclude-rules: 5.220913ms, cgo: 323.416µs, filename_unadjuster: 141.223µs, max_same_issues: 1.807µs, skip_files: 1.14µs, source_code: 697ns, uniq_by_line: 652ns, max_from_linter: 516ns, diff: 391ns, exclude: 352ns, max_per_file_from_linter: 278ns, path_shortener: 263ns [2021-09-02T19:30:40.437Z] INFO [runner] linters took 1m39.319365191s with stages: goanalysis_metalinter: 1m16.984901376s, unused: 22.169483702s [2021-09-02T19:30:40.437Z] INFO File cache stats: 1686 entries of total size 8.5MiB [2021-09-02T19:30:40.437Z] INFO Memory: 2423 samples, avg is 414.9MB, max is 3980.8MB [2021-09-02T19:30:40.437Z] INFO Execution took 4m2.112976923s [2021-09-02T19:30:40.695Z] Congratulations! The shell scripts are properly formatted. [2021-09-02T19:30:40.777Z] #58 ... [2021-09-02T19:30:40.777Z] [2021-09-02T19:30:40.777Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-09-02T19:30:40.777Z] #26 sha256:c7e83e6e4a6dd397084e8d966dbf9a7a9eab1b0957f2cc4375977db22d505a5b [2021-09-02T19:30:40.777Z] #26 DONE 0.3s [2021-09-02T19:30:40.777Z] [2021-09-02T19:30:40.777Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:30:40.777Z] #58 sha256:e50d621757160490435684f069f5ef56b5f084a303cdf32dffce0b63ab47a3fa [2021-09-02T19:30:40.777Z] #58 ... [2021-09-02T19:30:40.777Z] [2021-09-02T19:30:40.777Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-09-02T19:30:40.777Z] #31 sha256:12b793f18aa105d76eb2ccf21dde96f8a34a501660aa128b18a9d087ca3bf5cc [2021-09-02T19:30:40.833Z] #21 39.72 Selecting previously unselected package zip. [2021-09-02T19:30:40.833Z] #21 39.72 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2021-09-02T19:30:40.833Z] #21 39.73 Unpacking zip (3.0-12) ... [2021-09-02T19:30:40.833Z] #21 39.95 Setting up python3-pkg-resources (52.0.0-4) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-09-02T19:30:41.355Z] #31 DONE 0.5s [2021-09-02T19:30:41.355Z] [2021-09-02T19:30:41.355Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-09-02T19:30:41.355Z] #34 sha256:75a28559cf8b76528937057bed3561e0d13978990e913e2a981ac218a7dd44d1 [2021-09-02T19:30:41.582Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42674/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr18 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1b8db067856387b4cc80bd5813993475382993b6 hack/make.sh dynbinary test-docker-py [2021-09-02T19:30:41.772Z] #21 40.79 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-09-02T19:30:41.772Z] #21 40.82 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-09-02T19:30:41.772Z] #21 40.84 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-09-02T19:30:41.772Z] #21 40.85 Setting up libicu67:amd64 (67.1-7) ... [2021-09-02T19:30:41.772Z] #21 40.88 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-09-02T19:30:41.772Z] #21 40.89 Setting up libinih1:amd64 (53-1+b2) ... [2021-09-02T19:30:41.772Z] #21 40.91 Setting up uidmap (1:4.8.1-1) ... [2021-09-02T19:30:41.937Z] #34 DONE 0.4s [2021-09-02T19:30:41.937Z] [2021-09-02T19:30:41.937Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-09-02T19:30:41.937Z] #36 sha256:01e7d950abb914729cf0958ad7ddf70d1a4816c98ef4bee696a2e352fcc0b2a8 [2021-09-02T19:30:41.937Z] #36 DONE 0.1s [2021-09-02T19:30:41.937Z] [2021-09-02T19:30:41.937Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:30:41.937Z] #58 sha256:e50d621757160490435684f069f5ef56b5f084a303cdf32dffce0b63ab47a3fa [2021-09-02T19:30:41.937Z] #58 ... [2021-09-02T19:30:41.937Z] [2021-09-02T19:30:41.937Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-09-02T19:30:41.937Z] #39 sha256:9ef584a810e492cd459c3013ecb1b1579160f5528ad2345d4cfc8cb627684b5e [2021-09-02T19:30:41.937Z] #39 DONE 0.1s [2021-09-02T19:30:41.937Z] [2021-09-02T19:30:41.937Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-09-02T19:30:41.937Z] #42 sha256:734f0b787528b49529bfc4bff0533f15e7d625ecb707dfbf82a6edc479a4098e [2021-09-02T19:30:42.031Z] #21 40.92 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:30:42.031Z] #21 40.94 Setting up bzip2 (1.0.8-4) ... [2021-09-02T19:30:42.031Z] #21 40.96 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-02T19:30:42.031Z] #21 40.97 Setting up python3-wheel (0.34.2-1) ... [2021-09-02T19:30:42.145Z] [2021-09-02T19:30:42.145Z] Removing bundles/ [2021-09-02T19:30:42.145Z] [2021-09-02T19:30:42.145Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-09-02T19:30:42.145Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-09-02T19:30:42.145Z] GOOS="" GOARCH="" GOARM="" [2021-09-02T19:30:42.204Z] #42 DONE 0.2s [2021-09-02T19:30:42.204Z] [2021-09-02T19:30:42.204Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:30:42.204Z] #58 sha256:e50d621757160490435684f069f5ef56b5f084a303cdf32dffce0b63ab47a3fa [2021-09-02T19:30:42.204Z] #58 ... [2021-09-02T19:30:42.204Z] [2021-09-02T19:30:42.204Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-09-02T19:30:42.204Z] #46 sha256:16adb7f1649a82a14bb8203dee513f8136d2fb581705d63ec99269394ad67d19 [2021-09-02T19:30:42.204Z] #46 DONE 0.1s [2021-09-02T19:30:42.204Z] [2021-09-02T19:30:42.204Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-09-02T19:30:42.204Z] #48 sha256:c38cc0d9b619e52b8c194e7ebfd0e81003dc0a70aa70eb3e1318972372dfd2ed [2021-09-02T19:30:42.204Z] #48 DONE 0.1s [2021-09-02T19:30:42.204Z] [2021-09-02T19:30:42.204Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-09-02T19:30:42.204Z] #50 sha256:12a224f56aad77d547f884e200181adf40bffdced69ec5546fc85ac48c63aa58 [2021-09-02T19:30:42.204Z] #50 DONE 0.1s [2021-09-02T19:30:42.204Z] [2021-09-02T19:30:42.204Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:30:42.204Z] #58 sha256:e50d621757160490435684f069f5ef56b5f084a303cdf32dffce0b63ab47a3fa [2021-09-02T19:30:42.467Z] #58 ... [2021-09-02T19:30:42.467Z] [2021-09-02T19:30:42.467Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-09-02T19:30:42.467Z] #52 sha256:fd4f3e40cfb525a357929c3fcfde9160441d77050d741c12fa28ac4fc0cc4a43 [2021-09-02T19:30:42.505Z] #21 31.76 Selecting previously unselected package libinih1:amd64. [2021-09-02T19:30:42.505Z] #21 31.78 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2021-09-02T19:30:42.505Z] #21 31.78 Unpacking libinih1:amd64 (53-1+b2) ... [2021-09-02T19:30:42.505Z] #21 31.84 Selecting previously unselected package libnet1:amd64. [2021-09-02T19:30:42.505Z] #21 31.84 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-02T19:30:42.505Z] #21 31.85 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:30:42.505Z] #21 31.93 Selecting previously unselected package libnl-3-200:amd64. [2021-09-02T19:30:42.505Z] #21 31.93 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-02T19:30:42.505Z] #21 31.94 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-02T19:30:42.505Z] #21 32.02 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-02T19:30:42.505Z] #21 32.02 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-02T19:30:42.505Z] #21 32.03 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-02T19:30:42.505Z] #21 32.08 Selecting previously unselected package net-tools. [2021-09-02T19:30:42.505Z] #21 32.08 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-09-02T19:30:42.505Z] #21 32.09 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-09-02T19:30:42.731Z] #52 DONE 0.4s [2021-09-02T19:30:42.731Z] [2021-09-02T19:30:42.731Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-09-02T19:30:42.731Z] #54 sha256:ba97086fbd9a4790d44dc7485f3086df6a7af12866a588ba5adb091e25b152e1 [2021-09-02T19:30:42.731Z] #54 DONE 0.1s [2021-09-02T19:30:42.731Z] [2021-09-02T19:30:42.731Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:30:42.731Z] #58 sha256:e50d621757160490435684f069f5ef56b5f084a303cdf32dffce0b63ab47a3fa [2021-09-02T19:30:42.766Z] #21 32.31 Selecting previously unselected package patch. [2021-09-02T19:30:42.766Z] #21 32.32 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2021-09-02T19:30:42.766Z] #21 32.32 Unpacking patch (2.7.6-7) ... [2021-09-02T19:30:42.876Z] #21 41.66 Setting up xxd (2:8.2.2434-3) ... [2021-09-02T19:30:42.876Z] #21 41.68 Setting up libcap2:amd64 (1:2.44-1) ... [2021-09-02T19:30:42.876Z] #21 41.70 Setting up libcap2-bin (1:2.44-1) ... [2021-09-02T19:30:42.876Z] #21 41.72 Setting up apparmor (2.13.6-10) ... [2021-09-02T19:30:42.994Z] #58 ... [2021-09-02T19:30:42.994Z] [2021-09-02T19:30:42.994Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-09-02T19:30:42.994Z] #56 sha256:e4b9b0b82d1b8afad6154faa6a363679f289173545e7c7a43b16a30d90fd08cf [2021-09-02T19:30:42.994Z] #56 DONE 0.2s [2021-09-02T19:30:42.994Z] [2021-09-02T19:30:42.994Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:30:42.994Z] #58 sha256:e50d621757160490435684f069f5ef56b5f084a303cdf32dffce0b63ab47a3fa [2021-09-02T19:30:43.026Z] #21 32.41 Selecting previously unselected package python-pip-whl. [2021-09-02T19:30:43.026Z] #21 32.42 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-09-02T19:30:43.026Z] #21 32.42 Unpacking python-pip-whl (20.3.4-4) ... [2021-09-02T19:30:43.597Z] #21 32.96 Selecting previously unselected package python3-lib2to3. [2021-09-02T19:30:43.597Z] #21 32.97 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-09-02T19:30:43.597Z] #21 32.98 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-09-02T19:30:43.597Z] #21 33.08 Selecting previously unselected package python3-distutils. [2021-09-02T19:30:43.597Z] #21 33.09 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-09-02T19:30:43.597Z] #21 33.10 Unpacking python3-distutils (3.9.2-1) ... [2021-09-02T19:30:43.597Z] #21 33.19 Selecting previously unselected package python3-pkg-resources. [2021-09-02T19:30:43.857Z] #21 33.19 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-02T19:30:43.858Z] #21 33.20 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-02T19:30:43.858Z] #21 33.36 Selecting previously unselected package python3-setuptools. [2021-09-02T19:30:43.858Z] #21 33.36 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-09-02T19:30:43.858Z] #21 33.36 Unpacking python3-setuptools (52.0.0-4) ... [2021-09-02T19:30:44.118Z] #21 33.60 Selecting previously unselected package python3-wheel. [2021-09-02T19:30:44.118Z] #21 33.60 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-09-02T19:30:44.118Z] #21 33.61 Unpacking python3-wheel (0.34.2-1) ... [2021-09-02T19:30:44.118Z] #21 33.66 Selecting previously unselected package python3-pip. [2021-09-02T19:30:44.118Z] #21 33.67 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-09-02T19:30:44.118Z] #21 33.67 Unpacking python3-pip (20.3.4-4) ... [2021-09-02T19:30:44.379Z] #21 33.92 Selecting previously unselected package sudo. [2021-09-02T19:30:44.379Z] #21 33.92 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2021-09-02T19:30:44.379Z] #21 33.92 Unpacking sudo (1.9.5p2-3) ... [2021-09-02T19:30:44.782Z] #21 43.64 Setting up zip (3.0-12) ... [2021-09-02T19:30:44.782Z] #21 43.65 Setting up vim-common (2:8.2.2434-3) ... [2021-09-02T19:30:44.782Z] #21 43.68 Setting up bash-completion (1:2.11-2) ... [2021-09-02T19:30:44.950Z] #21 34.44 Selecting previously unselected package thin-provisioning-tools. [2021-09-02T19:30:44.950Z] #21 34.45 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-09-02T19:30:44.950Z] #21 34.46 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-09-02T19:30:45.210Z] #21 34.69 Selecting previously unselected package uidmap. [2021-09-02T19:30:45.210Z] #21 34.71 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-09-02T19:30:45.210Z] #21 34.71 Unpacking uidmap (1:4.8.1-1) ... [2021-09-02T19:30:45.471Z] #21 34.82 Selecting previously unselected package vim-runtime. [2021-09-02T19:30:45.471Z] #21 34.83 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-09-02T19:30:45.471Z] #21 34.86 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-09-02T19:30:45.471Z] #21 34.88 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-09-02T19:30:45.471Z] #21 34.89 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-09-02T19:30:46.688Z] #21 45.47 Setting up xz-utils (5.2.5-2) ... [2021-09-02T19:30:46.688Z] #21 45.50 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-09-02T19:30:46.688Z] #21 45.53 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-09-02T19:30:46.688Z] #21 45.55 Setting up patch (2.7.6-7) ... [2021-09-02T19:30:46.688Z] #21 45.57 Setting up sudo (1.9.5p2-3) ... [2021-09-02T19:30:46.688Z] #21 45.67 invoke-rc.d: could not determine current runlevel [2021-09-02T19:30:46.688Z] #21 45.68 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-02T19:30:46.688Z] #21 45.69 Setting up xfsprogs (5.10.0-4) ... [2021-09-02T19:30:46.688Z] #21 45.71 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-09-02T19:30:46.688Z] #21 45.73 Setting up inetutils-ping (2:2.0-1) ... [2021-09-02T19:30:46.688Z] #21 45.75 Setting up pigz (2.6-1) ... [2021-09-02T19:30:46.689Z] #21 45.76 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-02T19:30:46.948Z] #21 45.78 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-02T19:30:46.948Z] #21 45.83 Setting up python-pip-whl (20.3.4-4) ... [2021-09-02T19:30:46.948Z] #21 45.85 Setting up vim-runtime (2:8.2.2434-3) ... [2021-09-02T19:30:47.517Z] #21 46.45 Setting up libaio1:amd64 (0.3.112-9) ... [2021-09-02T19:30:47.517Z] #21 46.46 Setting up python3-lib2to3 (3.9.2-1) ... [2021-09-02T19:30:48.085Z] #21 46.85 Setting up libelf1:amd64 (0.183-1) ... [2021-09-02T19:30:48.085Z] #21 46.89 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-02T19:30:48.085Z] #21 46.91 Setting up python3-distutils (3.9.2-1) ... [2021-09-02T19:30:48.345Z] #21 47.31 Setting up vim (2:8.2.2434-3) ... [2021-09-02T19:30:48.345Z] #21 47.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-09-02T19:30:48.345Z] #21 47.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-09-02T19:30:48.345Z] #21 47.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-09-02T19:30:48.345Z] #21 47.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-09-02T19:30:48.345Z] #21 47.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-09-02T19:30:48.345Z] #21 47.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-09-02T19:30:48.345Z] #21 47.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-09-02T19:30:48.345Z] #21 47.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-09-02T19:30:48.604Z] #21 47.47 Setting up python3-setuptools (52.0.0-4) ... [2021-09-02T19:30:48.770Z] #21 37.70 Selecting previously unselected package vim. [2021-09-02T19:30:48.770Z] #21 37.71 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ... [2021-09-02T19:30:48.770Z] #21 37.72 Unpacking vim (2:8.2.2434-3) ... [2021-09-02T19:30:48.770Z] #21 38.26 Selecting previously unselected package xfsprogs. [2021-09-02T19:30:48.770Z] #21 38.27 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2021-09-02T19:30:48.770Z] #21 38.27 Unpacking xfsprogs (5.10.0-4) ... [2021-09-02T19:30:49.291Z] #21 38.68 Selecting previously unselected package zip. [2021-09-02T19:30:49.291Z] #21 38.69 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2021-09-02T19:30:49.291Z] #21 38.70 Unpacking zip (3.0-12) ... [2021-09-02T19:30:49.626Z] #21 38.89 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-02T19:30:49.984Z] #21 48.87 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-02T19:30:49.984Z] #21 48.88 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-09-02T19:30:49.984Z] #21 48.90 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-09-02T19:30:49.984Z] #21 48.92 Setting up python3-pip (20.3.4-4) ... [2021-09-02T19:30:50.466Z] #21 39.85 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-09-02T19:30:50.466Z] #21 39.86 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-09-02T19:30:50.466Z] #21 39.87 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-09-02T19:30:50.466Z] #21 39.88 Setting up libicu67:amd64 (67.1-7) ... [2021-09-02T19:30:50.466Z] #21 39.89 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-09-02T19:30:50.466Z] #21 39.91 Setting up libinih1:amd64 (53-1+b2) ... [2021-09-02T19:30:50.466Z] #21 39.96 Setting up uidmap (1:4.8.1-1) ... [2021-09-02T19:30:50.466Z] #21 39.97 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-02T19:30:50.466Z] #21 39.98 Setting up bzip2 (1.0.8-4) ... [2021-09-02T19:30:50.466Z] #21 40.00 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-02T19:30:50.466Z] #21 40.02 Setting up python3-wheel (0.34.2-1) ... [2021-09-02T19:30:50.875Z] 4612f6d0b889: Pull complete [2021-09-02T19:30:50.937Z] #21 49.97 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-02T19:30:50.937Z] #21 49.99 Setting up jq (1.6-2.1) ... [2021-09-02T19:30:50.937Z] #21 50.01 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-09-02T19:30:50.937Z] #21 50.02 Setting up iptables (1.8.7-1) ... [2021-09-02T19:30:51.197Z] #21 50.04 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-02T19:30:51.197Z] #21 50.04 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-02T19:30:51.197Z] #21 50.05 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-02T19:30:51.197Z] #21 50.06 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-02T19:30:51.197Z] #21 50.07 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-09-02T19:30:51.197Z] #21 50.08 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-09-02T19:30:51.197Z] #21 50.09 Setting up iproute2 (5.10.0-4) ... [2021-09-02T19:30:51.414Z] #21 40.77 Setting up xxd (2:8.2.2434-3) ... [2021-09-02T19:30:51.415Z] #21 40.78 Setting up libcap2:amd64 (1:2.44-1) ... [2021-09-02T19:30:51.415Z] #21 40.80 Setting up libcap2-bin (1:2.44-1) ... [2021-09-02T19:30:51.415Z] #21 40.82 Setting up apparmor (2.13.6-10) ... [2021-09-02T19:30:51.456Z] #21 50.55 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:30:51.491Z] #55 ... [2021-09-02T19:30:51.491Z] [2021-09-02T19:30:51.491Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:30:51.491Z] #58 sha256:2303479823771d33cc9feb7c5c699e56591135da31b8af8bb2572bffbee47f7e [2021-09-02T19:30:51.491Z] #58 182.1 + bin/containerd [2021-09-02T19:30:52.798Z] #21 42.39 Setting up zip (3.0-12) ... [2021-09-02T19:30:52.798Z] #21 42.42 Setting up vim-common (2:8.2.2434-3) ... [2021-09-02T19:30:53.064Z] #21 42.45 Setting up bash-completion (1:2.11-2) ... [2021-09-02T19:30:53.996Z] #21 DONE 52.6s [2021-09-02T19:30:53.996Z] [2021-09-02T19:30:53.996Z] #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-09-02T19:30:53.996Z] #22 sha256:41f0c63753d4ef8f7f942d08858932a7b2e9eb10c48824ec6453fa3bafd877d0 [2021-09-02T19:30:54.565Z] #22 0.989 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-09-02T19:30:54.565Z] #22 0.993 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-09-02T19:30:54.565Z] #22 0.997 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-09-02T19:30:54.791Z] #58 ... [2021-09-02T19:30:54.791Z] [2021-09-02T19:30:54.791Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:30:54.791Z] #55 sha256:dad8752878300a9b842a132a861a57b2762a101da82455384dcd073706fc490a [2021-09-02T19:30:54.791Z] #55 112.8 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-09-02T19:30:54.791Z] #55 113.7 + mkdir -p /build [2021-09-02T19:30:54.791Z] #55 113.7 + cp runc /build/runc [2021-09-02T19:30:54.824Z] #22 DONE 1.2s [2021-09-02T19:30:54.824Z] [2021-09-02T19:30:54.824Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-02T19:30:54.824Z] #23 sha256:f2e9a9207e24685c6ba57bd31a76fdbadd133aaccc1c816adb2a1d5c161eb90d [2021-09-02T19:30:54.977Z] #21 44.32 Setting up xz-utils (5.2.5-2) ... [2021-09-02T19:30:54.977Z] #21 44.34 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-09-02T19:30:54.977Z] #21 44.36 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-09-02T19:30:54.977Z] #21 44.37 Setting up patch (2.7.6-7) ... [2021-09-02T19:30:54.977Z] #21 44.39 Setting up sudo (1.9.5p2-3) ... [2021-09-02T19:30:54.977Z] #21 44.48 invoke-rc.d: could not determine current runlevel [2021-09-02T19:30:54.977Z] #21 44.49 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-02T19:30:54.977Z] #21 44.50 Setting up xfsprogs (5.10.0-4) ... [2021-09-02T19:30:54.977Z] #21 44.52 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-09-02T19:30:54.977Z] #21 44.53 Setting up inetutils-ping (2:2.0-1) ... [2021-09-02T19:30:54.977Z] #21 44.54 Setting up pigz (2.6-1) ... [2021-09-02T19:30:54.977Z] #21 44.55 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-02T19:30:54.977Z] #21 44.57 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-02T19:30:54.977Z] #21 44.59 Setting up python-pip-whl (20.3.4-4) ... [2021-09-02T19:30:55.237Z] #21 44.61 Setting up vim-runtime (2:8.2.2434-3) ... [2021-09-02T19:30:55.730Z] #55 DONE 114.7s [2021-09-02T19:30:55.730Z] [2021-09-02T19:30:55.730Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:30:55.730Z] #58 sha256:2303479823771d33cc9feb7c5c699e56591135da31b8af8bb2572bffbee47f7e [2021-09-02T19:30:56.189Z] #21 45.38 Setting up libaio1:amd64 (0.3.112-9) ... [2021-09-02T19:30:56.189Z] #21 45.40 Setting up python3-lib2to3 (3.9.2-1) ... [2021-09-02T19:30:56.450Z] #21 45.82 Setting up libelf1:amd64 (0.183-1) ... [2021-09-02T19:30:56.450Z] #21 45.93 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-02T19:30:56.450Z] #21 45.96 Setting up python3-distutils (3.9.2-1) ... [2021-09-02T19:30:56.673Z] #58 ... [2021-09-02T19:30:56.673Z] [2021-09-02T19:30:56.673Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-09-02T19:30:56.673Z] #56 sha256:42e608fabaed03a1bec021e029a1387d3df78bbb4540ad14ebc31a36ad857888 [2021-09-02T19:30:56.933Z] #56 DONE 0.3s [2021-09-02T19:30:56.933Z] [2021-09-02T19:30:56.933Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:30:56.933Z] #58 sha256:2303479823771d33cc9feb7c5c699e56591135da31b8af8bb2572bffbee47f7e [2021-09-02T19:30:57.020Z] #21 46.44 Setting up vim (2:8.2.2434-3) ... [2021-09-02T19:30:57.020Z] #21 46.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-09-02T19:30:57.020Z] #21 46.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-09-02T19:30:57.020Z] #21 46.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-09-02T19:30:57.020Z] #21 46.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-09-02T19:30:57.281Z] #21 46.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-09-02T19:30:57.281Z] #21 46.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-09-02T19:30:57.281Z] #21 46.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-09-02T19:30:57.281Z] #21 46.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-09-02T19:30:57.281Z] #21 46.65 Setting up python3-setuptools (52.0.0-4) ... [2021-09-02T19:30:59.221Z] #21 48.28 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-02T19:30:59.221Z] #21 48.30 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-09-02T19:30:59.221Z] #21 48.31 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-09-02T19:30:59.221Z] #21 48.32 Setting up python3-pip (20.3.4-4) ... [2021-09-02T19:31:00.161Z] #21 49.54 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-02T19:31:00.161Z] #21 49.55 Setting up jq (1.6-2.1) ... [2021-09-02T19:31:00.161Z] #21 49.56 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-09-02T19:31:00.161Z] #21 49.57 Setting up iptables (1.8.7-1) ... [2021-09-02T19:31:00.161Z] #21 49.58 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-02T19:31:00.161Z] #21 49.59 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-02T19:31:00.161Z] #21 49.60 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-02T19:31:00.161Z] #21 49.61 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-02T19:31:00.161Z] #21 49.62 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-09-02T19:31:00.161Z] #21 49.63 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-09-02T19:31:00.161Z] #21 49.64 Setting up iproute2 (5.10.0-4) ... [2021-09-02T19:31:00.682Z] #21 49.98 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:31:01.624Z] #21 DONE 51.3s [2021-09-02T19:31:01.624Z] [2021-09-02T19:31:01.624Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:31:01.624Z] #51 sha256:b1c76d301e35376be11d10436c87401647110ea7cf65ad81579291ca608fa444 [2021-09-02T19:31:01.886Z] #51 ... [2021-09-02T19:31:01.886Z] [2021-09-02T19:31:01.886Z] #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-09-02T19:31:01.886Z] #22 sha256:41f0c63753d4ef8f7f942d08858932a7b2e9eb10c48824ec6453fa3bafd877d0 [2021-09-02T19:31:02.829Z] #22 1.079 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-09-02T19:31:02.829Z] #22 1.084 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-09-02T19:31:02.829Z] #22 1.087 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-09-02T19:31:03.090Z] #22 DONE 1.2s [2021-09-02T19:31:03.090Z] [2021-09-02T19:31:03.090Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-02T19:31:03.090Z] #23 sha256:f2e9a9207e24685c6ba57bd31a76fdbadd133aaccc1c816adb2a1d5c161eb90d [2021-09-02T19:31:04.808Z] #23 9.186 Collecting yamllint==1.26.1 [2021-09-02T19:31:05.068Z] #23 10.26 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-09-02T19:31:06.005Z] #23 11.27 Collecting pathspec>=0.5.3 [2021-09-02T19:31:06.005Z] #23 11.29 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-09-02T19:31:06.264Z] #23 11.55 Collecting pyyaml [2021-09-02T19:31:06.264Z] #23 11.57 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) [2021-09-02T19:31:06.264Z] #23 11.65 Building wheels for collected packages: yamllint [2021-09-02T19:31:06.523Z] #23 11.68 Building wheel for yamllint (setup.py): started [2021-09-02T19:31:06.783Z] #23 ... [2021-09-02T19:31:06.783Z] [2021-09-02T19:31:06.783Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:31:06.783Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:31:06.783Z] #41 233.4 + dpkg --print-architecture [2021-09-02T19:31:07.042Z] #41 233.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-09-02T19:31:07.304Z] #41 233.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-09-02T19:31:07.304Z] #41 233.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-09-02T19:31:08.805Z] 393f6f5bddce: Pull complete [2021-09-02T19:31:08.805Z] Digest: sha256:8f756a7fd4fe963cc7dd2c3ad1597327535da8e8f55a7d1932780934efa87e04 [2021-09-02T19:31:08.805Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:31:08.805Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:31:08.805Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2021-09-02T19:31:08.805Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2021-09-02T19:31:08.805Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.169' [2021-09-02T19:31:08.805Z] INFO: Docker version of control daemon [2021-09-02T19:31:08.805Z] [2021-09-02T19:31:08.805Z] Client: [2021-09-02T19:31:08.805Z] Version: 20.10.8 [2021-09-02T19:31:08.805Z] API version: 1.41 [2021-09-02T19:31:08.805Z] Go version: go1.16.6 [2021-09-02T19:31:08.805Z] Git commit: 3967b7d [2021-09-02T19:31:08.805Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-02T19:31:08.805Z] OS/Arch: windows/amd64 [2021-09-02T19:31:08.805Z] Context: default [2021-09-02T19:31:08.805Z] Experimental: true [2021-09-02T19:31:08.805Z] [2021-09-02T19:31:08.805Z] Server: Docker Engine - Community [2021-09-02T19:31:08.805Z] Engine: [2021-09-02T19:31:08.805Z] Version: 20.10.8 [2021-09-02T19:31:08.805Z] API version: 1.41 (minimum version 1.24) [2021-09-02T19:31:08.805Z] Go version: go1.16.6 [2021-09-02T19:31:08.805Z] Git commit: 75249d8 [2021-09-02T19:31:08.805Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-02T19:31:08.805Z] OS/Arch: windows/amd64 [2021-09-02T19:31:08.805Z] Experimental: true [2021-09-02T19:31:08.805Z] [2021-09-02T19:31:08.805Z] INFO: Docker info of control daemon [2021-09-02T19:31:08.805Z] [2021-09-02T19:31:09.246Z] #41 ... [2021-09-02T19:31:09.246Z] [2021-09-02T19:31:09.246Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-02T19:31:09.246Z] #23 sha256:f2e9a9207e24685c6ba57bd31a76fdbadd133aaccc1c816adb2a1d5c161eb90d [2021-09-02T19:31:09.246Z] #23 12.46 Building wheel for yamllint (setup.py): finished with status 'done' [2021-09-02T19:31:09.246Z] #23 12.47 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=e2c670fdf7e2ff25d8fcd772b34b0be16880f02a4d0cd6e67520c0b4a56a1fdb [2021-09-02T19:31:09.246Z] #23 12.47 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-09-02T19:31:09.246Z] #23 12.47 Successfully built yamllint [2021-09-02T19:31:09.246Z] #23 12.50 Installing collected packages: pyyaml, pathspec, yamllint [2021-09-02T19:31:09.246Z] #23 12.85 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-09-02T19:31:09.246Z] #23 DONE 14.2s [2021-09-02T19:31:09.246Z] [2021-09-02T19:31:09.246Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-09-02T19:31:09.246Z] #26 sha256:4b7be3b15a14f7e6e8c81e844a5c1da9608aa647af035d3abc8accaa8a6dafc6 [2021-09-02T19:31:09.274Z] Client: [2021-09-02T19:31:09.274Z] Context: default [2021-09-02T19:31:09.274Z] Debug Mode: false [2021-09-02T19:31:09.274Z] [2021-09-02T19:31:09.274Z] Server: [2021-09-02T19:31:09.274Z] Containers: 0 [2021-09-02T19:31:09.274Z] Running: 0 [2021-09-02T19:31:09.274Z] Paused: 0 [2021-09-02T19:31:09.274Z] Stopped: 0 [2021-09-02T19:31:09.274Z] Images: 1 [2021-09-02T19:31:09.274Z] Server Version: 20.10.8 [2021-09-02T19:31:09.274Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-09-02T19:31:09.274Z] Windows: [2021-09-02T19:31:09.274Z] LCOW: [2021-09-02T19:31:09.274Z] Logging Driver: json-file [2021-09-02T19:31:09.274Z] Plugins: [2021-09-02T19:31:09.274Z] Volume: local [2021-09-02T19:31:09.274Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-02T19:31:09.274Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-02T19:31:09.274Z] Swarm: inactive [2021-09-02T19:31:09.274Z] Default Isolation: process [2021-09-02T19:31:09.274Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-02T19:31:09.274Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-02T19:31:09.274Z] OSType: windows [2021-09-02T19:31:09.274Z] Architecture: x86_64 [2021-09-02T19:31:09.274Z] CPUs: 4 [2021-09-02T19:31:09.274Z] Total Memory: 32GiB [2021-09-02T19:31:09.274Z] Name: azwin-2-7d9360 [2021-09-02T19:31:09.274Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-09-02T19:31:09.274Z] Docker Root Dir: D:\docker [2021-09-02T19:31:09.274Z] Debug Mode: false [2021-09-02T19:31:09.274Z] Registry: https://index.docker.io/v1/ [2021-09-02T19:31:09.274Z] Labels: [2021-09-02T19:31:09.274Z] Experimental: true [2021-09-02T19:31:09.274Z] Insecure Registries: [2021-09-02T19:31:09.274Z] 10.0.0.4:5000 [2021-09-02T19:31:09.274Z] 127.0.0.0/8 [2021-09-02T19:31:09.274Z] Registry Mirrors: [2021-09-02T19:31:09.274Z] http://10.0.0.4:5000/ [2021-09-02T19:31:09.274Z] Live Restore Enabled: false [2021-09-02T19:31:09.274Z] Product License: Community Engine [2021-09-02T19:31:09.274Z] [2021-09-02T19:31:09.274Z] [2021-09-02T19:31:09.274Z] INFO: Commit hash is 1b8db06785 [2021-09-02T19:31:09.274Z] INFO: Nuke-Everything... [2021-09-02T19:31:09.274Z] INFO: Container count on control daemon to delete is 0 [2021-09-02T19:31:09.819Z] #26 DONE 0.8s [2021-09-02T19:31:09.819Z] [2021-09-02T19:31:09.819Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:31:09.819Z] #58 sha256:5ea160a25fa3631ea92cc47f80e454b15e0b86eecea5755dd12224e3f3588d86 [2021-09-02T19:31:09.819Z] #58 ... [2021-09-02T19:31:09.819Z] [2021-09-02T19:31:09.819Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-09-02T19:31:09.819Z] #31 sha256:8ceccce9ec6ef2809e0684bb67371f27589e7dd75fc920b7186810fb0a862997 [2021-09-02T19:31:10.265Z] INFO: Nuking d:\CI [2021-09-02T19:31:10.265Z] INFO: Zapped successfully [2021-09-02T19:31:10.265Z] INFO: Location for testing is d:\CI\PR-42674\18 [2021-09-02T19:31:10.265Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-09-02T19:31:10.265Z] [2021-09-02T19:31:10.265Z] [2021-09-02T19:31:10.265Z] INFO: Building the image from Dockerfile.windows at 09/02/2021 19:31:10... [2021-09-02T19:31:10.265Z] [2021-09-02T19:31:10.780Z] #31 DONE 0.8s [2021-09-02T19:31:10.780Z] [2021-09-02T19:31:10.780Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-09-02T19:31:10.780Z] #34 sha256:ddba15a587f636f44423599f9d364f7fcceadf1871102cbc5369358bcf09f54f [2021-09-02T19:31:11.349Z] #34 DONE 0.6s [2021-09-02T19:31:11.349Z] [2021-09-02T19:31:11.349Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-09-02T19:31:11.349Z] #36 sha256:a92561b29a03d8c76d7990e1dd57c49e6e4e25035020be116e73c1c8374686a7 [2021-09-02T19:31:11.349Z] #36 DONE 0.1s [2021-09-02T19:31:11.349Z] [2021-09-02T19:31:11.349Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:31:11.349Z] #51 sha256:4043fdf24f142026307314e18c5917b11654f08cf9041964f3eb50a2c59ebc78 [2021-09-02T19:31:11.349Z] #51 ... [2021-09-02T19:31:11.349Z] [2021-09-02T19:31:11.349Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-09-02T19:31:11.349Z] #39 sha256:2a9acef0fb7d0484b02d442e84a4d1f6e3e6c373f29b05d8dcce6d0012bb885e [2021-09-02T19:31:11.607Z] #39 DONE 0.2s [2021-09-02T19:31:11.607Z] [2021-09-02T19:31:11.607Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:31:11.607Z] #58 sha256:5ea160a25fa3631ea92cc47f80e454b15e0b86eecea5755dd12224e3f3588d86 [2021-09-02T19:31:13.093Z] #23 9.631 Collecting yamllint==1.26.1 [2021-09-02T19:31:13.664Z] #23 10.68 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-09-02T19:31:14.146Z] #58 ... [2021-09-02T19:31:14.146Z] [2021-09-02T19:31:14.146Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:31:14.146Z] #51 sha256:4043fdf24f142026307314e18c5917b11654f08cf9041964f3eb50a2c59ebc78 [2021-09-02T19:31:14.146Z] #51 240.8 + /build/golangci-lint --version [2021-09-02T19:31:14.405Z] #51 241.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-09-02T19:31:14.664Z] #51 DONE 241.4s [2021-09-02T19:31:14.664Z] [2021-09-02T19:31:14.664Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:31:14.664Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:31:15.029Z] Sending build context to Docker daemon 60.65MB [2021-09-02T19:31:15.029Z] [2021-09-02T19:31:15.029Z] Step 1/11 : FROM microsoft/windowsservercore [2021-09-02T19:31:15.029Z] ---> 801c33f5de3a [2021-09-02T19:31:15.029Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-09-02T19:31:15.029Z] ---> Running in 7d7e27a6181a [2021-09-02T19:31:15.029Z] Removing intermediate container 7d7e27a6181a [2021-09-02T19:31:15.029Z] ---> 74f325c908a3 [2021-09-02T19:31:15.029Z] Step 3/11 : ARG GO_VERSION=1.17.0 [2021-09-02T19:31:15.029Z] ---> Running in 62baeb081e32 [2021-09-02T19:31:15.050Z] #23 11.73 Collecting pathspec>=0.5.3 [2021-09-02T19:31:15.050Z] #23 11.73 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-09-02T19:31:15.050Z] #23 11.97 Collecting pyyaml [2021-09-02T19:31:15.050Z] #23 11.99 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) [2021-09-02T19:31:15.050Z] #23 12.07 Building wheels for collected packages: yamllint [2021-09-02T19:31:15.050Z] #23 12.08 Building wheel for yamllint (setup.py): started [2021-09-02T19:31:15.239Z] #58 209.4 # github.com/containerd/containerd/cmd/containerd [2021-09-02T19:31:15.239Z] #58 209.4 /usr/bin/ld: /tmp/go-link-1083071919/000019.o: in function `New': [2021-09-02T19:31:15.239Z] #58 209.4 /tmp/tmp.8Zo5YlfEgP/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-09-02T19:31:15.239Z] #58 209.5 + bin/containerd-stress [2021-09-02T19:31:15.499Z] Removing intermediate container 62baeb081e32 [2021-09-02T19:31:15.499Z] ---> a72ddc3c2195 [2021-09-02T19:31:15.499Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.5 [2021-09-02T19:31:15.499Z] ---> Running in 18034a601a90 [2021-09-02T19:31:15.968Z] Removing intermediate container 18034a601a90 [2021-09-02T19:31:15.968Z] ---> a8521437e31a [2021-09-02T19:31:15.968Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2021-09-02T19:31:15.968Z] ---> Running in b18a8e40ed20 [2021-09-02T19:31:15.968Z] Removing intermediate container b18a8e40ed20 [2021-09-02T19:31:15.968Z] ---> f01c16918e1a [2021-09-02T19:31:15.968Z] 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-09-02T19:31:15.968Z] ---> Running in 59bc99442d08 [2021-09-02T19:31:15.993Z] #23 13.01 Building wheel for yamllint (setup.py): finished with status 'done' [2021-09-02T19:31:15.993Z] #23 13.01 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=f7f1ea41973e5d47ddcf4d13071827f895c38288f873390d899021ceb0376ac5 [2021-09-02T19:31:15.993Z] #23 13.01 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-09-02T19:31:15.993Z] #23 13.02 Successfully built yamllint [2021-09-02T19:31:15.993Z] #23 13.05 Installing collected packages: pyyaml, pathspec, yamllint [2021-09-02T19:31:16.440Z] Removing intermediate container 59bc99442d08 [2021-09-02T19:31:16.440Z] ---> b4a7ed017cad [2021-09-02T19:31:16.440Z] 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-09-02T19:31:16.440Z] ---> Running in 47f3128a1067 [2021-09-02T19:31:16.564Z] #23 13.46 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-09-02T19:31:17.508Z] #23 ... [2021-09-02T19:31:17.508Z] [2021-09-02T19:31:17.508Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:31:17.508Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:31:17.508Z] #41 237.1 + dpkg --print-architecture [2021-09-02T19:31:17.508Z] #41 237.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-09-02T19:31:17.508Z] #41 237.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-09-02T19:31:17.508Z] #41 237.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-09-02T19:31:18.079Z] #41 ... [2021-09-02T19:31:18.079Z] [2021-09-02T19:31:18.079Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-02T19:31:18.079Z] #23 sha256:f2e9a9207e24685c6ba57bd31a76fdbadd133aaccc1c816adb2a1d5c161eb90d [2021-09-02T19:31:18.079Z] #23 DONE 15.1s [2021-09-02T19:31:18.342Z] [2021-09-02T19:31:18.342Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-09-02T19:31:18.342Z] #26 sha256:4a12629d0db466873322047bd7bd06c0fffd96a366979dfccf716f1a39273e99 [2021-09-02T19:31:18.552Z] #58 214.2 + bin/containerd-shim [2021-09-02T19:31:18.914Z] #26 DONE 0.6s [2021-09-02T19:31:18.914Z] [2021-09-02T19:31:18.914Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-09-02T19:31:18.914Z] #31 sha256:e366d16bea6ffe1ecf7cd856da074013349844811d724ef7a6226b34af0a5677 [2021-09-02T19:31:19.485Z] #31 DONE 0.8s [2021-09-02T19:31:19.485Z] [2021-09-02T19:31:19.485Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:31:19.485Z] #51 sha256:b1c76d301e35376be11d10436c87401647110ea7cf65ad81579291ca608fa444 [2021-09-02T19:31:19.746Z] #51 ... [2021-09-02T19:31:19.746Z] [2021-09-02T19:31:19.746Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-09-02T19:31:19.746Z] #34 sha256:2ebd08fce2004b2e317ede5c6314b4d5cd199c91059cd5c19f76693d84473ea2 [2021-09-02T19:31:20.007Z] #34 DONE 0.3s [2021-09-02T19:31:20.007Z] [2021-09-02T19:31:20.007Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-09-02T19:31:20.007Z] #36 sha256:b95372320e8c57373c25712952be04b5208e284573a16ef220897c467d94e260 [2021-09-02T19:31:20.007Z] #36 DONE 0.0s [2021-09-02T19:31:20.007Z] [2021-09-02T19:31:20.007Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-09-02T19:31:20.007Z] #39 sha256:f280cf8ae275cb95e260b76547f6dc579062251835986a125c5b4d74ac768326 [2021-09-02T19:31:20.007Z] #39 DONE 0.0s [2021-09-02T19:31:20.007Z] [2021-09-02T19:31:20.007Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-09-02T19:31:20.007Z] #51 sha256:b1c76d301e35376be11d10436c87401647110ea7cf65ad81579291ca608fa444 [2021-09-02T19:31:20.250Z] [2021-09-02T19:31:20.250Z] SUCCESS: Specified value was saved. [2021-09-02T19:31:21.240Z] INFO: Downloading git... [2021-09-02T19:31:21.921Z] #51 241.7 + /build/golangci-lint --version [2021-09-02T19:31:22.181Z] #51 242.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-09-02T19:31:22.181Z] #51 DONE 242.2s [2021-09-02T19:31:22.181Z] [2021-09-02T19:31:22.181Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:31:22.181Z] #58 sha256:109a7568a5f2999631a78fecac1cb9bc467426046cdb062eaf64963f1caf7c48 [2021-09-02T19:31:22.237Z] INFO: Downloading go... [2021-09-02T19:31:23.810Z] INFO: Downloading compiler 1 of 3... [2021-09-02T19:31:23.810Z] INFO: Downloading compiler 2 of 3... [2021-09-02T19:31:24.280Z] INFO: Downloading compiler 3 of 3... [2021-09-02T19:31:24.280Z] INFO: Extracting git... [2021-09-02T19:31:26.724Z] #58 221.0 + bin/containerd-shim-runc-v1 [2021-09-02T19:31:26.875Z] #41 DONE 251.4s [2021-09-02T19:31:26.875Z] [2021-09-02T19:31:26.875Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:31:26.875Z] #58 sha256:5ea160a25fa3631ea92cc47f80e454b15e0b86eecea5755dd12224e3f3588d86 [2021-09-02T19:31:26.875Z] #58 ... [2021-09-02T19:31:26.875Z] [2021-09-02T19:31:26.875Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-09-02T19:31:26.875Z] #42 sha256:bfe99fd68cfbdc41229a4b0fcbbf4781e0fbf402f7ffd2b73960e1dec7dbe3e4 [2021-09-02T19:31:26.875Z] #42 DONE 0.5s [2021-09-02T19:31:26.875Z] [2021-09-02T19:31:26.875Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-09-02T19:31:26.875Z] #46 sha256:cdf23f527c2d862a31fa24ded8b3dddb6ca56cb3b4d451edb4156c8e85af20a7 [2021-09-02T19:31:26.875Z] #46 DONE 0.1s [2021-09-02T19:31:26.875Z] [2021-09-02T19:31:26.875Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:31:26.875Z] #55 sha256:b5cdd170aa831b40cbed668ee0fceca785f73d2f652beb6331bfdffb6167d650 [2021-09-02T19:31:26.875Z] #55 ... [2021-09-02T19:31:26.875Z] [2021-09-02T19:31:26.875Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-09-02T19:31:26.875Z] #48 sha256:581aa390a42175f4e9950ae59c60f6f47e486cdcb394a98a7402ae7f005eb561 [2021-09-02T19:31:26.875Z] #48 DONE 0.1s [2021-09-02T19:31:26.875Z] [2021-09-02T19:31:26.875Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-09-02T19:31:26.875Z] #50 sha256:072da0336594fdd25ded9c6b3bb0514412f79bb0e734a1fb999e0db3eed5d44e [2021-09-02T19:31:26.875Z] #50 DONE 0.1s [2021-09-02T19:31:26.875Z] [2021-09-02T19:31:26.875Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-09-02T19:31:26.875Z] #52 sha256:e8b1bf066396a0ca50996a5285d91aea73f01a07318f5cc442dd0f0bbd95e41e [2021-09-02T19:31:27.135Z] #52 DONE 0.5s [2021-09-02T19:31:27.135Z] [2021-09-02T19:31:27.135Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:31:27.135Z] #55 sha256:b5cdd170aa831b40cbed668ee0fceca785f73d2f652beb6331bfdffb6167d650 [2021-09-02T19:31:27.394Z] #55 ... [2021-09-02T19:31:27.394Z] [2021-09-02T19:31:27.394Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-09-02T19:31:27.394Z] #54 sha256:0b9161061fd3266473a986a5800ac790fc18af4a5bf302b7d1ff6303b420bb14 [2021-09-02T19:31:27.394Z] #54 DONE 0.2s [2021-09-02T19:31:27.394Z] [2021-09-02T19:31:27.394Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:31:27.394Z] #55 sha256:b5cdd170aa831b40cbed668ee0fceca785f73d2f652beb6331bfdffb6167d650 [2021-09-02T19:31:29.010Z] #58 217.5 # github.com/containerd/containerd/cmd/containerd [2021-09-02T19:31:29.010Z] #58 217.5 /usr/bin/ld: /tmp/go-link-1528562791/000019.o: in function `New': [2021-09-02T19:31:29.010Z] #58 217.5 /tmp/tmp.7btzgNz9kL/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-09-02T19:31:29.010Z] #58 217.6 + bin/containerd-stress [2021-09-02T19:31:29.010Z] #58 218.7 + bin/containerd-shim [2021-09-02T19:31:30.951Z] #58 225.9 + bin/containerd-shim-runc-v2 [2021-09-02T19:31:31.214Z] #58 226.8 + binaries [2021-09-02T19:31:31.214Z] #58 226.8 + install -D bin/containerd /build/containerd [2021-09-02T19:31:31.214Z] #58 226.9 + install -D bin/containerd-shim /build/containerd-shim [2021-09-02T19:31:31.214Z] #58 226.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-09-02T19:31:31.214Z] #58 226.9 + install -D bin/ctr /build/ctr [2021-09-02T19:31:33.200Z] #58 226.0 + bin/containerd-shim-runc-v1 [2021-09-02T19:31:34.414Z] #58 ... [2021-09-02T19:31:34.414Z] [2021-09-02T19:31:34.414Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-09-02T19:31:34.414Z] #41 sha256:d4e3fb6c65c3d317ae486ef3f8a7b116b3d3a4c18446f6424af6c032cb822fd2 [2021-09-02T19:31:34.414Z] #41 DONE 253.9s [2021-09-02T19:31:34.414Z] [2021-09-02T19:31:34.414Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:31:34.414Z] #58 sha256:109a7568a5f2999631a78fecac1cb9bc467426046cdb062eaf64963f1caf7c48 [2021-09-02T19:31:34.525Z] #58 DONE 229.5s [2021-09-02T19:31:35.356Z] #58 ... [2021-09-02T19:31:35.356Z] [2021-09-02T19:31:35.356Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-09-02T19:31:35.356Z] #42 sha256:12f7c2ae43534e5167cbf6572acfd1e39a71bd00d37bf9e8ae2d31e90b7f3159 [2021-09-02T19:31:35.917Z] [2021-09-02T19:31:35.917Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-09-02T19:31:35.917Z] #59 sha256:45447cf3b0232f4ce849ecd1473ecf1b008c4438617e51f8730228f79ad375c8 [2021-09-02T19:31:35.928Z] #42 DONE 0.6s [2021-09-02T19:31:35.928Z] [2021-09-02T19:31:35.928Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:31:35.928Z] #58 sha256:109a7568a5f2999631a78fecac1cb9bc467426046cdb062eaf64963f1caf7c48 [2021-09-02T19:31:35.928Z] #58 ... [2021-09-02T19:31:35.928Z] [2021-09-02T19:31:35.928Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-09-02T19:31:35.928Z] #46 sha256:8ec6596855865b36ce537e8588c89baacb1569f40da86568ab7a7a231177d92a [2021-09-02T19:31:35.928Z] #46 DONE 0.1s [2021-09-02T19:31:35.928Z] [2021-09-02T19:31:35.928Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-09-02T19:31:35.928Z] #48 sha256:d63e6ca3cb083c1f2d95087da5f535846411010f3fbf47076d8caac6de819435 [2021-09-02T19:31:35.928Z] #48 DONE 0.1s [2021-09-02T19:31:36.190Z] [2021-09-02T19:31:36.190Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-09-02T19:31:36.190Z] #50 sha256:84ab79e567a0c185329009bb45e443248d85e2d4e89c902e3b2d9fcf2c4593e4 [2021-09-02T19:31:36.190Z] #50 DONE 0.1s [2021-09-02T19:31:36.190Z] [2021-09-02T19:31:36.190Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-09-02T19:31:36.190Z] #52 sha256:3a4321aa3958ad424e77dfdbc1af98fcf9f5af763bc639be2d70007e7b81b8de [2021-09-02T19:31:36.766Z] #52 DONE 0.5s [2021-09-02T19:31:36.766Z] [2021-09-02T19:31:36.766Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:31:36.766Z] #58 sha256:109a7568a5f2999631a78fecac1cb9bc467426046cdb062eaf64963f1caf7c48 [2021-09-02T19:31:36.766Z] #58 ... [2021-09-02T19:31:36.766Z] [2021-09-02T19:31:36.766Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-09-02T19:31:36.766Z] #54 sha256:73fe60fc8c465270c673cc9607b3ce8d65a2a19f78333a4ce7030a3294eb0b1b [2021-09-02T19:31:36.766Z] #54 DONE 0.1s [2021-09-02T19:31:36.766Z] [2021-09-02T19:31:36.766Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:31:36.766Z] #58 sha256:109a7568a5f2999631a78fecac1cb9bc467426046cdb062eaf64963f1caf7c48 [2021-09-02T19:31:36.790Z] INFO: Expanding go... [2021-09-02T19:31:36.863Z] #59 DONE 1.2s [2021-09-02T19:31:36.863Z] [2021-09-02T19:31:36.863Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-09-02T19:31:36.863Z] #63 sha256:f18f50cb0d923b30f1860dc23877234d775f6e94619db2fb530fe2f6988a0c27 [2021-09-02T19:31:36.863Z] #63 DONE 0.3s [2021-09-02T19:31:37.126Z] [2021-09-02T19:31:37.126Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-09-02T19:31:37.126Z] #68 sha256:a018a5d1d41c0d8045a1ca844b8eadeedad647f1794539104b4b26e979f3dd2c [2021-09-02T19:31:38.474Z] #58 231.3 + bin/containerd-shim-runc-v2 [2021-09-02T19:31:38.517Z] #68 DONE 1.3s [2021-09-02T19:31:38.517Z] [2021-09-02T19:31:38.517Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-09-02T19:31:38.517Z] #69 sha256:633846c9804efa56e2997c7d165bbc6d70f7d1bfdf499f00511615a30a0fd887 [2021-09-02T19:31:38.517Z] #69 DONE 0.0s [2021-09-02T19:31:38.517Z] [2021-09-02T19:31:38.517Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-09-02T19:31:38.517Z] #70 sha256:03c91e039b958d88558e6d0d54f10b885d3550fad92deab411d05d3195beba4f [2021-09-02T19:31:39.040Z] #58 231.9 + binaries [2021-09-02T19:31:39.040Z] #58 231.9 + install -D bin/containerd /build/containerd [2021-09-02T19:31:39.040Z] #58 231.9 + install -D bin/containerd-shim /build/containerd-shim [2021-09-02T19:31:39.040Z] #58 231.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-09-02T19:31:39.040Z] #58 231.9 + install -D bin/ctr /build/ctr [2021-09-02T19:31:40.468Z] #70 DONE 1.9s [2021-09-02T19:31:40.468Z] [2021-09-02T19:31:40.468Z] #71 exporting to image [2021-09-02T19:31:40.468Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-09-02T19:31:40.468Z] #71 exporting layers [2021-09-02T19:31:42.325Z] #58 DONE 234.5s [2021-09-02T19:31:42.891Z] [2021-09-02T19:31:42.891Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-09-02T19:31:42.891Z] #59 sha256:058d8d0e4612d9bb8cc8b80c015503f436ee74d2d00d062ed7e08028d7381bf6 [2021-09-02T19:31:43.824Z] #59 DONE 0.9s [2021-09-02T19:31:43.824Z] [2021-09-02T19:31:43.824Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-09-02T19:31:43.824Z] #63 sha256:6815aa0062bcf2ba421faf3e887fd470f0e6d8a8adea2f43de7b55b73da2ff51 [2021-09-02T19:31:43.824Z] #63 DONE 0.2s [2021-09-02T19:31:43.824Z] [2021-09-02T19:31:43.824Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-09-02T19:31:43.824Z] #68 sha256:8964d84c693737831ce880749546582c9851fd833a84544faba8635f90aca503 [2021-09-02T19:31:44.692Z] #71 exporting layers 4.2s done [2021-09-02T19:31:44.693Z] #71 writing image sha256:aae687c133e375b456e26a3db187f9737c0a5ef3374ac22f3375e67fffb7e476 done [2021-09-02T19:31:44.693Z] #71 naming to docker.io/library/docker:1b8db067856387b4cc80bd5813993475382993b6 done [2021-09-02T19:31:44.693Z] #71 DONE 4.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-09-02T19:31:45.039Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-09-02T19:31:45.196Z] #68 DONE 1.2s [2021-09-02T19:31:45.196Z] [2021-09-02T19:31:45.196Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-09-02T19:31:45.196Z] #69 sha256:345b47b8f842ceefb024a0f5b85c4749edfc378b204aa76a02a6abab1b575e54 [2021-09-02T19:31:45.196Z] #69 DONE 0.0s [2021-09-02T19:31:45.196Z] [2021-09-02T19:31:45.196Z] #70 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2021-09-02T19:31:45.196Z] #70 sha256:a722dfb1fdc6c08cbb0da8728caa40e3c766309c65ddf69a83daca850e3644f1 [2021-09-02T19:31:45.334Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42674/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr18 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1b8db067856387b4cc80bd5813993475382993b6 hack/test/unit [2021-09-02T19:31:46.130Z] #70 0.866 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-09-02T19:31:46.131Z] #70 0.944 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-09-02T19:31:46.131Z] #70 1.121 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-09-02T19:31:46.648Z] #70 1.199 Reading package lists... [2021-09-02T19:31:47.477Z] #70 1.723 Reading package lists... [2021-09-02T19:31:47.477Z] #70 2.239 Building dependency tree... [2021-09-02T19:31:47.477Z] #70 2.364 Reading state information... [2021-09-02T19:31:47.477Z] #70 2.484 The following additional packages will be installed: [2021-09-02T19:31:47.477Z] #70 2.484 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2021-09-02T19:31:47.477Z] #70 2.485 systemd-timesyncd [2021-09-02T19:31:47.477Z] #70 2.485 Suggested packages: [2021-09-02T19:31:47.477Z] #70 2.485 systemd-container policykit-1 [2021-09-02T19:31:47.477Z] #70 2.485 Recommended packages: [2021-09-02T19:31:47.477Z] #70 2.485 libnss-systemd [2021-09-02T19:31:47.477Z] #70 2.571 The following NEW packages will be installed: [2021-09-02T19:31:47.734Z] #70 2.572 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2021-09-02T19:31:47.734Z] #70 2.572 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2021-09-02T19:31:47.734Z] #70 2.838 0 upgraded, 11 newly installed, 0 to remove and 2 not upgraded. [2021-09-02T19:31:47.734Z] #70 2.838 Need to get 5937 kB of archives. [2021-09-02T19:31:47.734Z] #70 2.838 After this operation, 19.5 MB of additional disk space will be used. [2021-09-02T19:31:47.734Z] #70 2.838 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-09-02T19:31:47.887Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-09-02T19:31:47.887Z] + TESTFLAGS+=' -test.timeout=5m' [2021-09-02T19:31:47.887Z] + TESTDIRS=./... [2021-09-02T19:31:47.887Z] + exclude_paths='/vendor/|/integration' [2021-09-02T19:31:47.887Z] ++ go list ./... [2021-09-02T19:31:47.887Z] ++ grep -vE '(/vendor/|/integration)' [2021-09-02T19:31:47.992Z] #70 2.840 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2021-09-02T19:31:47.992Z] #70 2.841 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.5-1 [244 kB] [2021-09-02T19:31:47.992Z] #70 2.844 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2021-09-02T19:31:47.992Z] #70 2.845 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2021-09-02T19:31:48.251Z] #70 3.006 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2021-09-02T19:31:48.817Z] #70 3.617 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2021-09-02T19:31:48.817Z] #70 3.711 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2021-09-02T19:31:48.817Z] #70 3.713 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2021-09-02T19:31:48.817Z] #70 3.798 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2021-09-02T19:31:49.076Z] #70 3.887 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2021-09-02T19:31:49.076Z] #70 4.073 debconf: delaying package configuration, since apt-utils is not installed [2021-09-02T19:31:49.076Z] #70 4.102 Fetched 5937 kB in 1s (4527 kB/s) [2021-09-02T19:31:49.076Z] #70 4.126 Selecting previously unselected package libargon2-1:amd64. [2021-09-02T19:31:49.284Z] + pkg_list='github.com/docker/docker/api [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/backend/build [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/httputils [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/middleware [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/router [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/router/build [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/router/container [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/router/debug [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/router/distribution [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/router/grpc [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/router/image [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/router/network [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/router/plugin [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/router/session [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/router/swarm [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/router/system [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/server/router/volume [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/backend [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/blkiodev [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/container [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/events [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/filters [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/image [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/mount [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/network [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/registry [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/strslice [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/swarm [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/time [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/versions [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-02T19:31:49.284Z] github.com/docker/docker/api/types/volume [2021-09-02T19:31:49.284Z] github.com/docker/docker/builder [2021-09-02T19:31:49.284Z] github.com/docker/docker/builder/builder-next [2021-09-02T19:31:49.284Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-02T19:31:49.284Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-02T19:31:49.284Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-02T19:31:49.284Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-02T19:31:49.284Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-02T19:31:49.284Z] github.com/docker/docker/builder/builder-next/worker [2021-09-02T19:31:49.284Z] github.com/docker/docker/builder/dockerfile [2021-09-02T19:31:49.284Z] github.com/docker/docker/builder/dockerignore [2021-09-02T19:31:49.284Z] github.com/docker/docker/builder/remotecontext [2021-09-02T19:31:49.284Z] github.com/docker/docker/builder/remotecontext/git [2021-09-02T19:31:49.284Z] github.com/docker/docker/cli [2021-09-02T19:31:49.284Z] github.com/docker/docker/cli/config [2021-09-02T19:31:49.284Z] github.com/docker/docker/cli/debug [2021-09-02T19:31:49.284Z] github.com/docker/docker/client [2021-09-02T19:31:49.284Z] github.com/docker/docker/cmd/docker-proxy [2021-09-02T19:31:49.284Z] github.com/docker/docker/cmd/dockerd [2021-09-02T19:31:49.284Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-02T19:31:49.284Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-02T19:31:49.284Z] github.com/docker/docker/container [2021-09-02T19:31:49.284Z] github.com/docker/docker/container/stream [2021-09-02T19:31:49.284Z] github.com/docker/docker/contrib/apparmor [2021-09-02T19:31:49.284Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-02T19:31:49.284Z] github.com/docker/docker/contrib/httpserver [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/cluster [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/cluster/convert [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/cluster/executor [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/cluster/provider [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/config [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/discovery [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/events [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/events/testutils [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/exec [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/graphdriver [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/images [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/initlayer [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/links [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/listeners [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/logger [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/logger/gelf [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/logger/journald [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/logger/local [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/logger/logentries [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/logger/splunk [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/logger/syslog [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/logger/templates [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/names [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/network [2021-09-02T19:31:49.284Z] github.com/docker/docker/daemon/stats [2021-09-02T19:31:49.284Z] github.com/docker/docker/distribution [2021-09-02T19:31:49.284Z] github.com/docker/docker/distribution/metadata [2021-09-02T19:31:49.284Z] github.com/docker/docker/distribution/utils [2021-09-02T19:31:49.284Z] github.com/docker/docker/distribution/xfer [2021-09-02T19:31:49.284Z] github.com/docker/docker/dockerversion [2021-09-02T19:31:49.284Z] github.com/docker/docker/errdefs [2021-09-02T19:31:49.284Z] github.com/docker/docker/image [2021-09-02T19:31:49.284Z] github.com/docker/docker/image/cache [2021-09-02T19:31:49.284Z] github.com/docker/docker/image/tarexport [2021-09-02T19:31:49.284Z] github.com/docker/docker/image/v1 [2021-09-02T19:31:49.284Z] github.com/docker/docker/internal/test/suite [2021-09-02T19:31:49.284Z] github.com/docker/docker/layer [2021-09-02T19:31:49.284Z] github.com/docker/docker/libcontainerd [2021-09-02T19:31:49.284Z] github.com/docker/docker/libcontainerd/queue [2021-09-02T19:31:49.284Z] github.com/docker/docker/libcontainerd/remote [2021-09-02T19:31:49.284Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-02T19:31:49.284Z] github.com/docker/docker/libcontainerd/types [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/bitseq [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/cluster [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/config [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/datastore [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/driverapi [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/etchosts [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/idm [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/ipam [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/iptables [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/netlabel [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/netutils [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/networkdb [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/ns [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/options [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/osl [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/portallocator [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/portmapper [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/testutils [2021-09-02T19:31:49.284Z] github.com/docker/docker/libnetwork/types [2021-09-02T19:31:49.284Z] github.com/docker/docker/oci [2021-09-02T19:31:49.284Z] github.com/docker/docker/oci/caps [2021-09-02T19:31:49.284Z] github.com/docker/docker/opts [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/aaparser [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/archive [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/authorization [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/broadcaster [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/capabilities [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/chrootarchive [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/containerfs [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/devicemapper [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/directory [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/discovery [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/discovery/file [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/discovery/kv [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/discovery/memory [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/dmesg [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/filenotify [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/fileutils [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/fsutils [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/homedir [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/idtools [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/ioutils [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/jsonmessage [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/locker [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/longpath [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/loopback [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/mount [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/namesgenerator [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/parsers [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/pidfile [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/platform [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/plugingetter [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/plugins [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/plugins/transport [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/pools [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/progress [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/pubsub [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/reexec [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/signal [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/stack [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/stdcopy [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/streamformatter [2021-09-02T19:31:49.284Z] github.com/docker/docker/pkg/stringid [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/symlink [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/sysinfo [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/system [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/tailfile [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/tarsum [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/term [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/term/windows [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/truncindex [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/urlutil [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/useragent [2021-09-02T19:31:49.285Z] github.com/docker/docker/plugin [2021-09-02T19:31:49.285Z] github.com/docker/docker/plugin/executor/containerd [2021-09-02T19:31:49.285Z] github.com/docker/docker/plugin/v2 [2021-09-02T19:31:49.285Z] github.com/docker/docker/profiles/apparmor [2021-09-02T19:31:49.285Z] github.com/docker/docker/profiles/seccomp [2021-09-02T19:31:49.285Z] github.com/docker/docker/quota [2021-09-02T19:31:49.285Z] github.com/docker/docker/reference [2021-09-02T19:31:49.285Z] github.com/docker/docker/registry [2021-09-02T19:31:49.285Z] github.com/docker/docker/registry/resumable [2021-09-02T19:31:49.285Z] github.com/docker/docker/restartmanager [2021-09-02T19:31:49.285Z] github.com/docker/docker/rootless [2021-09-02T19:31:49.285Z] github.com/docker/docker/rootless/specconv [2021-09-02T19:31:49.285Z] github.com/docker/docker/runconfig [2021-09-02T19:31:49.285Z] github.com/docker/docker/runconfig/opts [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/daemon [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/environment [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/fakecontext [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/fakegit [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/fakestorage [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/fixtures/load [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/registry [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/request [2021-09-02T19:31:49.285Z] github.com/docker/docker/volume [2021-09-02T19:31:49.285Z] github.com/docker/docker/volume/drivers [2021-09-02T19:31:49.285Z] github.com/docker/docker/volume/local [2021-09-02T19:31:49.285Z] github.com/docker/docker/volume/mounts [2021-09-02T19:31:49.285Z] github.com/docker/docker/volume/service [2021-09-02T19:31:49.285Z] github.com/docker/docker/volume/service/opts [2021-09-02T19:31:49.285Z] github.com/docker/docker/volume/testutils' [2021-09-02T19:31:49.285Z] ++ grep --fixed-strings -v /libnetwork [2021-09-02T19:31:49.285Z] ++ echo 'github.com/docker/docker/api [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/backend/build [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/httputils [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/middleware [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/build [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/container [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/debug [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/distribution [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/grpc [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/image [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/network [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/plugin [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/session [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/swarm [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/system [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/volume [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/backend [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/blkiodev [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/container [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/events [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/filters [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/image [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/mount [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/network [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/registry [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/strslice [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/swarm [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/time [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/versions [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/types/volume [2021-09-02T19:31:49.285Z] github.com/docker/docker/builder [2021-09-02T19:31:49.285Z] github.com/docker/docker/builder/builder-next [2021-09-02T19:31:49.285Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-02T19:31:49.285Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-02T19:31:49.285Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-02T19:31:49.285Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-02T19:31:49.285Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-02T19:31:49.285Z] github.com/docker/docker/builder/builder-next/worker [2021-09-02T19:31:49.285Z] github.com/docker/docker/builder/dockerfile [2021-09-02T19:31:49.285Z] github.com/docker/docker/builder/dockerignore [2021-09-02T19:31:49.285Z] github.com/docker/docker/builder/remotecontext [2021-09-02T19:31:49.285Z] github.com/docker/docker/builder/remotecontext/git [2021-09-02T19:31:49.285Z] github.com/docker/docker/cli [2021-09-02T19:31:49.285Z] github.com/docker/docker/cli/config [2021-09-02T19:31:49.285Z] github.com/docker/docker/cli/debug [2021-09-02T19:31:49.285Z] github.com/docker/docker/client [2021-09-02T19:31:49.285Z] github.com/docker/docker/cmd/docker-proxy [2021-09-02T19:31:49.285Z] github.com/docker/docker/cmd/dockerd [2021-09-02T19:31:49.285Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-02T19:31:49.285Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-02T19:31:49.285Z] github.com/docker/docker/container [2021-09-02T19:31:49.285Z] github.com/docker/docker/container/stream [2021-09-02T19:31:49.285Z] github.com/docker/docker/contrib/apparmor [2021-09-02T19:31:49.285Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-02T19:31:49.285Z] github.com/docker/docker/contrib/httpserver [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/cluster [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/cluster/convert [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/cluster/executor [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/cluster/provider [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/config [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/discovery [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/events [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/events/testutils [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/exec [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/graphdriver [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/images [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/initlayer [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/links [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/listeners [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/logger [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/logger/gelf [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/logger/journald [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/logger/local [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/logger/logentries [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/logger/splunk [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/logger/syslog [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/logger/templates [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/names [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/network [2021-09-02T19:31:49.285Z] github.com/docker/docker/daemon/stats [2021-09-02T19:31:49.285Z] github.com/docker/docker/distribution [2021-09-02T19:31:49.285Z] github.com/docker/docker/distribution/metadata [2021-09-02T19:31:49.285Z] github.com/docker/docker/distribution/utils [2021-09-02T19:31:49.285Z] github.com/docker/docker/distribution/xfer [2021-09-02T19:31:49.285Z] github.com/docker/docker/dockerversion [2021-09-02T19:31:49.285Z] github.com/docker/docker/errdefs [2021-09-02T19:31:49.285Z] github.com/docker/docker/image [2021-09-02T19:31:49.285Z] github.com/docker/docker/image/cache [2021-09-02T19:31:49.285Z] github.com/docker/docker/image/tarexport [2021-09-02T19:31:49.285Z] github.com/docker/docker/image/v1 [2021-09-02T19:31:49.285Z] github.com/docker/docker/internal/test/suite [2021-09-02T19:31:49.285Z] github.com/docker/docker/layer [2021-09-02T19:31:49.285Z] github.com/docker/docker/libcontainerd [2021-09-02T19:31:49.285Z] github.com/docker/docker/libcontainerd/queue [2021-09-02T19:31:49.285Z] github.com/docker/docker/libcontainerd/remote [2021-09-02T19:31:49.285Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-02T19:31:49.285Z] github.com/docker/docker/libcontainerd/types [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/bitseq [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/cluster [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/config [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/datastore [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/driverapi [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/etchosts [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/idm [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/ipam [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/iptables [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/netlabel [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/netutils [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/networkdb [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/ns [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/options [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/osl [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/portallocator [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/portmapper [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/testutils [2021-09-02T19:31:49.285Z] github.com/docker/docker/libnetwork/types [2021-09-02T19:31:49.285Z] github.com/docker/docker/oci [2021-09-02T19:31:49.285Z] github.com/docker/docker/oci/caps [2021-09-02T19:31:49.285Z] github.com/docker/docker/opts [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/aaparser [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/archive [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/authorization [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/broadcaster [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/capabilities [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/chrootarchive [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/containerfs [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/devicemapper [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/directory [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/discovery [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/discovery/file [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/discovery/kv [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/discovery/memory [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/dmesg [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/filenotify [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/fileutils [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/fsutils [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/homedir [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/idtools [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/ioutils [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/jsonmessage [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/locker [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/longpath [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/loopback [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/mount [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/namesgenerator [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/parsers [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/pidfile [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/platform [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/plugingetter [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/plugins [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/plugins/transport [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/pools [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/progress [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/pubsub [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/reexec [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/signal [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/stack [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/stdcopy [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/streamformatter [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/stringid [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/symlink [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/sysinfo [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/system [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/tailfile [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/tarsum [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/term [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/term/windows [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/truncindex [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/urlutil [2021-09-02T19:31:49.285Z] github.com/docker/docker/pkg/useragent [2021-09-02T19:31:49.285Z] github.com/docker/docker/plugin [2021-09-02T19:31:49.285Z] github.com/docker/docker/plugin/executor/containerd [2021-09-02T19:31:49.285Z] github.com/docker/docker/plugin/v2 [2021-09-02T19:31:49.285Z] github.com/docker/docker/profiles/apparmor [2021-09-02T19:31:49.285Z] github.com/docker/docker/profiles/seccomp [2021-09-02T19:31:49.285Z] github.com/docker/docker/quota [2021-09-02T19:31:49.285Z] github.com/docker/docker/reference [2021-09-02T19:31:49.285Z] github.com/docker/docker/registry [2021-09-02T19:31:49.285Z] github.com/docker/docker/registry/resumable [2021-09-02T19:31:49.285Z] github.com/docker/docker/restartmanager [2021-09-02T19:31:49.285Z] github.com/docker/docker/rootless [2021-09-02T19:31:49.285Z] github.com/docker/docker/rootless/specconv [2021-09-02T19:31:49.285Z] github.com/docker/docker/runconfig [2021-09-02T19:31:49.285Z] github.com/docker/docker/runconfig/opts [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/daemon [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/environment [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/fakecontext [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/fakegit [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/fakestorage [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/fixtures/load [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/registry [2021-09-02T19:31:49.285Z] github.com/docker/docker/testutil/request [2021-09-02T19:31:49.285Z] github.com/docker/docker/volume [2021-09-02T19:31:49.285Z] github.com/docker/docker/volume/drivers [2021-09-02T19:31:49.285Z] github.com/docker/docker/volume/local [2021-09-02T19:31:49.285Z] github.com/docker/docker/volume/mounts [2021-09-02T19:31:49.285Z] github.com/docker/docker/volume/service [2021-09-02T19:31:49.285Z] github.com/docker/docker/volume/service/opts [2021-09-02T19:31:49.285Z] github.com/docker/docker/volume/testutils' [2021-09-02T19:31:49.285Z] + base_pkg_list='github.com/docker/docker/api [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/backend/build [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/httputils [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/middleware [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/build [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/container [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/debug [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/distribution [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/grpc [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/image [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/network [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/plugin [2021-09-02T19:31:49.285Z] github.com/docker/docker/api/server/router/session [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/swarm [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/system [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/volume [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/backend [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/blkiodev [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/container [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/events [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/filters [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/image [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/mount [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/network [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/registry [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/strslice [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/swarm [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/time [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/versions [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/volume [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/builder-next [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/builder-next/worker [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/dockerfile [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/dockerignore [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/remotecontext [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/remotecontext/git [2021-09-02T19:31:49.286Z] github.com/docker/docker/cli [2021-09-02T19:31:49.286Z] github.com/docker/docker/cli/config [2021-09-02T19:31:49.286Z] github.com/docker/docker/cli/debug [2021-09-02T19:31:49.286Z] github.com/docker/docker/client [2021-09-02T19:31:49.286Z] github.com/docker/docker/cmd/docker-proxy [2021-09-02T19:31:49.286Z] github.com/docker/docker/cmd/dockerd [2021-09-02T19:31:49.286Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-02T19:31:49.286Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-02T19:31:49.286Z] github.com/docker/docker/container [2021-09-02T19:31:49.286Z] github.com/docker/docker/container/stream [2021-09-02T19:31:49.286Z] github.com/docker/docker/contrib/apparmor [2021-09-02T19:31:49.286Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-02T19:31:49.286Z] github.com/docker/docker/contrib/httpserver [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/cluster [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/cluster/convert [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/cluster/executor [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/cluster/provider [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/config [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/discovery [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/events [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/events/testutils [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/exec [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/images [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/initlayer [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/links [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/listeners [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/gelf [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/journald [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/local [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/logentries [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/splunk [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/syslog [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/templates [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/names [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/network [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/stats [2021-09-02T19:31:49.286Z] github.com/docker/docker/distribution [2021-09-02T19:31:49.286Z] github.com/docker/docker/distribution/metadata [2021-09-02T19:31:49.286Z] github.com/docker/docker/distribution/utils [2021-09-02T19:31:49.286Z] github.com/docker/docker/distribution/xfer [2021-09-02T19:31:49.286Z] github.com/docker/docker/dockerversion [2021-09-02T19:31:49.286Z] github.com/docker/docker/errdefs [2021-09-02T19:31:49.286Z] github.com/docker/docker/image [2021-09-02T19:31:49.286Z] github.com/docker/docker/image/cache [2021-09-02T19:31:49.286Z] github.com/docker/docker/image/tarexport [2021-09-02T19:31:49.286Z] github.com/docker/docker/image/v1 [2021-09-02T19:31:49.286Z] github.com/docker/docker/internal/test/suite [2021-09-02T19:31:49.286Z] github.com/docker/docker/layer [2021-09-02T19:31:49.286Z] github.com/docker/docker/libcontainerd [2021-09-02T19:31:49.286Z] github.com/docker/docker/libcontainerd/queue [2021-09-02T19:31:49.286Z] github.com/docker/docker/libcontainerd/remote [2021-09-02T19:31:49.286Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-02T19:31:49.286Z] github.com/docker/docker/libcontainerd/types [2021-09-02T19:31:49.286Z] github.com/docker/docker/oci [2021-09-02T19:31:49.286Z] github.com/docker/docker/oci/caps [2021-09-02T19:31:49.286Z] github.com/docker/docker/opts [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/aaparser [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/archive [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/authorization [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/broadcaster [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/capabilities [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/chrootarchive [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/containerfs [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/devicemapper [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/directory [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/discovery [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/discovery/file [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/discovery/kv [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/discovery/memory [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/dmesg [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/filenotify [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/fileutils [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/fsutils [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/homedir [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/idtools [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/ioutils [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/jsonmessage [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/locker [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/longpath [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/loopback [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/mount [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/namesgenerator [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/parsers [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/pidfile [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/platform [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/plugingetter [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/plugins [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/plugins/transport [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/pools [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/progress [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/pubsub [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/reexec [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/signal [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/stack [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/stdcopy [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/streamformatter [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/stringid [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/symlink [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/sysinfo [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/system [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/tailfile [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/tarsum [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/term [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/term/windows [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/truncindex [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/urlutil [2021-09-02T19:31:49.286Z] github.com/docker/docker/pkg/useragent [2021-09-02T19:31:49.286Z] github.com/docker/docker/plugin [2021-09-02T19:31:49.286Z] github.com/docker/docker/plugin/executor/containerd [2021-09-02T19:31:49.286Z] github.com/docker/docker/plugin/v2 [2021-09-02T19:31:49.286Z] github.com/docker/docker/profiles/apparmor [2021-09-02T19:31:49.286Z] github.com/docker/docker/profiles/seccomp [2021-09-02T19:31:49.286Z] github.com/docker/docker/quota [2021-09-02T19:31:49.286Z] github.com/docker/docker/reference [2021-09-02T19:31:49.286Z] github.com/docker/docker/registry [2021-09-02T19:31:49.286Z] github.com/docker/docker/registry/resumable [2021-09-02T19:31:49.286Z] github.com/docker/docker/restartmanager [2021-09-02T19:31:49.286Z] github.com/docker/docker/rootless [2021-09-02T19:31:49.286Z] github.com/docker/docker/rootless/specconv [2021-09-02T19:31:49.286Z] github.com/docker/docker/runconfig [2021-09-02T19:31:49.286Z] github.com/docker/docker/runconfig/opts [2021-09-02T19:31:49.286Z] github.com/docker/docker/testutil [2021-09-02T19:31:49.286Z] github.com/docker/docker/testutil/daemon [2021-09-02T19:31:49.286Z] github.com/docker/docker/testutil/environment [2021-09-02T19:31:49.286Z] github.com/docker/docker/testutil/fakecontext [2021-09-02T19:31:49.286Z] github.com/docker/docker/testutil/fakegit [2021-09-02T19:31:49.286Z] github.com/docker/docker/testutil/fakestorage [2021-09-02T19:31:49.286Z] github.com/docker/docker/testutil/fixtures/load [2021-09-02T19:31:49.286Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-02T19:31:49.286Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-02T19:31:49.286Z] github.com/docker/docker/testutil/registry [2021-09-02T19:31:49.286Z] github.com/docker/docker/testutil/request [2021-09-02T19:31:49.286Z] github.com/docker/docker/volume [2021-09-02T19:31:49.286Z] github.com/docker/docker/volume/drivers [2021-09-02T19:31:49.286Z] github.com/docker/docker/volume/local [2021-09-02T19:31:49.286Z] github.com/docker/docker/volume/mounts [2021-09-02T19:31:49.286Z] github.com/docker/docker/volume/service [2021-09-02T19:31:49.286Z] github.com/docker/docker/volume/service/opts [2021-09-02T19:31:49.286Z] github.com/docker/docker/volume/testutils' [2021-09-02T19:31:49.286Z] ++ echo 'github.com/docker/docker/api [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/backend/build [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/httputils [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/middleware [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/build [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/container [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/debug [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/distribution [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/grpc [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/image [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/network [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/plugin [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/session [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/swarm [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/system [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/server/router/volume [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/backend [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/blkiodev [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/container [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/events [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/filters [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/image [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/mount [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/network [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/registry [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/strslice [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/swarm [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/time [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/versions [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-02T19:31:49.286Z] github.com/docker/docker/api/types/volume [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/builder-next [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/builder-next/worker [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/dockerfile [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/dockerignore [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/remotecontext [2021-09-02T19:31:49.286Z] github.com/docker/docker/builder/remotecontext/git [2021-09-02T19:31:49.286Z] github.com/docker/docker/cli [2021-09-02T19:31:49.286Z] github.com/docker/docker/cli/config [2021-09-02T19:31:49.286Z] github.com/docker/docker/cli/debug [2021-09-02T19:31:49.286Z] github.com/docker/docker/client [2021-09-02T19:31:49.286Z] github.com/docker/docker/cmd/docker-proxy [2021-09-02T19:31:49.286Z] github.com/docker/docker/cmd/dockerd [2021-09-02T19:31:49.286Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-02T19:31:49.286Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-02T19:31:49.286Z] github.com/docker/docker/container [2021-09-02T19:31:49.286Z] github.com/docker/docker/container/stream [2021-09-02T19:31:49.286Z] github.com/docker/docker/contrib/apparmor [2021-09-02T19:31:49.286Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-02T19:31:49.286Z] github.com/docker/docker/contrib/httpserver [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/cluster [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/cluster/convert [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/cluster/executor [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/cluster/provider [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/config [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/discovery [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/events [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/events/testutils [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/exec [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/images [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/initlayer [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/links [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/listeners [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/gelf [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/journald [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/local [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/logentries [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/splunk [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/syslog [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/logger/templates [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/names [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/network [2021-09-02T19:31:49.286Z] github.com/docker/docker/daemon/stats [2021-09-02T19:31:49.286Z] github.com/docker/docker/distribution [2021-09-02T19:31:49.286Z] github.com/docker/docker/distribution/metadata [2021-09-02T19:31:49.286Z] github.com/docker/docker/distribution/utils [2021-09-02T19:31:49.286Z] github.com/docker/docker/distribution/xfer [2021-09-02T19:31:49.286Z] github.com/docker/docker/dockerversion [2021-09-02T19:31:49.286Z] github.com/docker/docker/errdefs [2021-09-02T19:31:49.286Z] github.com/docker/docker/image [2021-09-02T19:31:49.286Z] github.com/docker/docker/image/cache [2021-09-02T19:31:49.286Z] github.com/docker/docker/image/tarexport [2021-09-02T19:31:49.286Z] github.com/docker/docker/image/v1 [2021-09-02T19:31:49.286Z] github.com/docker/docker/internal/test/suite [2021-09-02T19:31:49.287Z] github.com/docker/docker/layer [2021-09-02T19:31:49.287Z] github.com/docker/docker/libcontainerd [2021-09-02T19:31:49.287Z] github.com/docker/docker/libcontainerd/queue [2021-09-02T19:31:49.287Z] github.com/docker/docker/libcontainerd/remote [2021-09-02T19:31:49.287Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-02T19:31:49.287Z] github.com/docker/docker/libcontainerd/types [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/bitseq [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cluster [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/config [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/datastore [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/driverapi [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/etchosts [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/idm [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipam [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/iptables [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/netlabel [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/netutils [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/networkdb [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ns [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/options [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/osl [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/portallocator [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/portmapper [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/testutils [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/types [2021-09-02T19:31:49.287Z] github.com/docker/docker/oci [2021-09-02T19:31:49.287Z] github.com/docker/docker/oci/caps [2021-09-02T19:31:49.287Z] github.com/docker/docker/opts [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/aaparser [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/archive [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/authorization [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/broadcaster [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/capabilities [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/chrootarchive [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/containerfs [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/devicemapper [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/directory [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/discovery [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/discovery/file [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/discovery/kv [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/discovery/memory [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/dmesg [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/filenotify [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/fileutils [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/fsutils [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/homedir [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/idtools [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/ioutils [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/jsonmessage [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/locker [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/longpath [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/loopback [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/mount [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/namesgenerator [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/parsers [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/pidfile [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/platform [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/plugingetter [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/plugins [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/plugins/transport [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/pools [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/progress [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/pubsub [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/reexec [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/signal [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/stack [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/stdcopy [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/streamformatter [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/stringid [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/symlink [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/sysinfo [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/system [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/tailfile [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/tarsum [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/term [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/term/windows [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/truncindex [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/urlutil [2021-09-02T19:31:49.287Z] github.com/docker/docker/pkg/useragent [2021-09-02T19:31:49.287Z] github.com/docker/docker/plugin [2021-09-02T19:31:49.287Z] github.com/docker/docker/plugin/executor/containerd [2021-09-02T19:31:49.287Z] github.com/docker/docker/plugin/v2 [2021-09-02T19:31:49.287Z] github.com/docker/docker/profiles/apparmor [2021-09-02T19:31:49.287Z] github.com/docker/docker/profiles/seccomp [2021-09-02T19:31:49.287Z] github.com/docker/docker/quota [2021-09-02T19:31:49.287Z] github.com/docker/docker/reference [2021-09-02T19:31:49.287Z] github.com/docker/docker/registry [2021-09-02T19:31:49.287Z] github.com/docker/docker/registry/resumable [2021-09-02T19:31:49.287Z] github.com/docker/docker/restartmanager [2021-09-02T19:31:49.287Z] github.com/docker/docker/rootless [2021-09-02T19:31:49.287Z] github.com/docker/docker/rootless/specconv [2021-09-02T19:31:49.287Z] github.com/docker/docker/runconfig [2021-09-02T19:31:49.287Z] github.com/docker/docker/runconfig/opts [2021-09-02T19:31:49.287Z] github.com/docker/docker/testutil [2021-09-02T19:31:49.287Z] github.com/docker/docker/testutil/daemon [2021-09-02T19:31:49.287Z] github.com/docker/docker/testutil/environment [2021-09-02T19:31:49.287Z] github.com/docker/docker/testutil/fakecontext [2021-09-02T19:31:49.287Z] github.com/docker/docker/testutil/fakegit [2021-09-02T19:31:49.287Z] github.com/docker/docker/testutil/fakestorage [2021-09-02T19:31:49.287Z] github.com/docker/docker/testutil/fixtures/load [2021-09-02T19:31:49.287Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-02T19:31:49.287Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-02T19:31:49.287Z] github.com/docker/docker/testutil/registry [2021-09-02T19:31:49.287Z] github.com/docker/docker/testutil/request [2021-09-02T19:31:49.287Z] github.com/docker/docker/volume [2021-09-02T19:31:49.287Z] github.com/docker/docker/volume/drivers [2021-09-02T19:31:49.287Z] github.com/docker/docker/volume/local [2021-09-02T19:31:49.287Z] github.com/docker/docker/volume/mounts [2021-09-02T19:31:49.287Z] github.com/docker/docker/volume/service [2021-09-02T19:31:49.287Z] github.com/docker/docker/volume/service/opts [2021-09-02T19:31:49.287Z] github.com/docker/docker/volume/testutils' [2021-09-02T19:31:49.287Z] ++ grep --fixed-strings /libnetwork [2021-09-02T19:31:49.287Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/bitseq [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cluster [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/config [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/datastore [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/driverapi [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/etchosts [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/idm [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipam [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/iptables [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/netlabel [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/netutils [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/networkdb [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ns [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/options [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/osl [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/portallocator [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/portmapper [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/testutils [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/types' [2021-09-02T19:31:49.287Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-09-02T19:31:49.287Z] + echo 'github.com/docker/docker/libnetwork [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/bitseq [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cluster [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/config [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/datastore [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/driverapi [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/etchosts [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/idm [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipam [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/iptables [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/netlabel [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/netutils [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/networkdb [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/ns [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/options [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/osl [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/portallocator [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/portmapper [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/testutils [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/types' [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-02T19:31:49.287Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-02T19:31:49.287Z] + type docker-proxy [2021-09-02T19:31:49.287Z] hack/test/unit: line 25: type: docker-proxy: not found [2021-09-02T19:31:49.287Z] + hack/make.sh binary-proxy install-proxy [2021-09-02T19:31:49.287Z] [2021-09-02T19:31:49.287Z] Removing bundles/ [2021-09-02T19:31:49.287Z] [2021-09-02T19:31:49.287Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-09-02T19:31:49.287Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-09-02T19:31:49.287Z] GOOS="" GOARCH="" GOARM="" [2021-09-02T19:31:49.334Z] #70 4.126 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28604 files and directories currently installed.) [2021-09-02T19:31:49.334Z] #70 4.141 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-09-02T19:31:49.334Z] #70 4.148 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-09-02T19:31:49.334Z] #70 4.180 Selecting previously unselected package libjson-c5:amd64. [2021-09-02T19:31:49.334Z] #70 4.183 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2021-09-02T19:31:49.334Z] #70 4.187 Unpacking libjson-c5:amd64 (0.15-2) ... [2021-09-02T19:31:49.334Z] #70 4.223 Selecting previously unselected package libcryptsetup12:amd64. [2021-09-02T19:31:49.334Z] #70 4.224 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.5-1_amd64.deb ... [2021-09-02T19:31:49.334Z] #70 4.227 Unpacking libcryptsetup12:amd64 (2:2.3.5-1) ... [2021-09-02T19:31:49.334Z] #70 4.280 Selecting previously unselected package libkmod2:amd64. [2021-09-02T19:31:49.334Z] #70 4.280 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2021-09-02T19:31:49.334Z] #70 4.285 Unpacking libkmod2:amd64 (28-1) ... [2021-09-02T19:31:49.334Z] #70 4.322 Selecting previously unselected package systemd-timesyncd. [2021-09-02T19:31:49.334Z] #70 4.325 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2021-09-02T19:31:49.334Z] #70 4.328 Unpacking systemd-timesyncd (247.3-6) ... [2021-09-02T19:31:49.336Z] #55 ... [2021-09-02T19:31:49.336Z] [2021-09-02T19:31:49.336Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:31:49.336Z] #58 sha256:5ea160a25fa3631ea92cc47f80e454b15e0b86eecea5755dd12224e3f3588d86 [2021-09-02T19:31:49.336Z] #58 228.3 + bin/containerd [2021-09-02T19:31:49.593Z] #70 4.378 Selecting previously unselected package systemd. [2021-09-02T19:31:49.593Z] #70 4.379 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2021-09-02T19:31:49.593Z] #70 4.411 Unpacking systemd (247.3-6) ... [2021-09-02T19:31:50.160Z] #70 4.934 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-09-02T19:31:50.160Z] #70 4.943 Setting up libjson-c5:amd64 (0.15-2) ... [2021-09-02T19:31:50.160Z] #70 4.952 Setting up libcryptsetup12:amd64 (2:2.3.5-1) ... [2021-09-02T19:31:50.160Z] #70 4.961 Setting up libkmod2:amd64 (28-1) ... [2021-09-02T19:31:50.160Z] #70 4.971 Setting up systemd (247.3-6) ... [2021-09-02T19:31:50.160Z] #70 5.008 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-09-02T19:31:50.160Z] #70 5.010 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-09-02T19:31:50.160Z] #70 5.012 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2021-09-02T19:31:50.419Z] #70 5.309 Setting up systemd-timesyncd (247.3-6) ... [2021-09-02T19:31:50.419Z] #70 5.508 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-09-02T19:31:50.419Z] #70 5.508 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-09-02T19:31:50.676Z] #70 5.592 Selecting previously unselected package systemd-sysv. [2021-09-02T19:31:50.676Z] #70 5.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 ... 29432 files and directories currently installed.) [2021-09-02T19:31:50.676Z] #70 5.606 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2021-09-02T19:31:50.676Z] #70 5.609 Unpacking systemd-sysv (247.3-6) ... [2021-09-02T19:31:50.676Z] #70 5.650 Selecting previously unselected package libdbus-1-3:amd64. [2021-09-02T19:31:50.676Z] #70 5.650 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2021-09-02T19:31:50.676Z] #70 5.653 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2021-09-02T19:31:50.676Z] #70 5.701 Selecting previously unselected package dbus. [2021-09-02T19:31:50.676Z] #70 5.704 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2021-09-02T19:31:50.676Z] #70 5.713 Unpacking dbus (1.12.20-2) ... [2021-09-02T19:31:50.936Z] #70 5.767 Selecting previously unselected package libpam-systemd:amd64. [2021-09-02T19:31:50.936Z] #70 5.767 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2021-09-02T19:31:50.936Z] #70 5.770 Unpacking libpam-systemd:amd64 (247.3-6) ... [2021-09-02T19:31:50.936Z] #70 5.814 Selecting previously unselected package dbus-user-session. [2021-09-02T19:31:50.936Z] #70 5.817 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2021-09-02T19:31:50.936Z] #70 5.820 Unpacking dbus-user-session (1.12.20-2) ... [2021-09-02T19:31:50.936Z] #70 5.907 Setting up systemd-sysv (247.3-6) ... [2021-09-02T19:31:50.936Z] #70 5.918 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2021-09-02T19:31:50.936Z] #70 5.928 Setting up dbus (1.12.20-2) ... [2021-09-02T19:31:50.936Z] #70 6.029 invoke-rc.d: could not determine current runlevel [2021-09-02T19:31:51.197Z] #70 6.032 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-02T19:31:51.197Z] #70 6.035 Setting up libpam-systemd:amd64 (247.3-6) ... [2021-09-02T19:31:51.241Z] #58 ... [2021-09-02T19:31:51.241Z] [2021-09-02T19:31:51.241Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:31:51.241Z] #55 sha256:b5cdd170aa831b40cbed668ee0fceca785f73d2f652beb6331bfdffb6167d650 [2021-09-02T19:31:51.241Z] #55 121.9 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-09-02T19:31:51.455Z] #70 6.223 Setting up dbus-user-session (1.12.20-2) ... [2021-09-02T19:31:51.455Z] #70 6.236 Processing triggers for libc-bin (2.31-13) ... [2021-09-02T19:31:51.455Z] #70 DONE 6.4s [2021-09-02T19:31:51.455Z] [2021-09-02T19:31:51.455Z] #71 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2021-09-02T19:31:51.455Z] #71 sha256:bca71368d9a04d50aff732e6f4bc5b579a48105dcb323a33458a563fa9823e06 [2021-09-02T19:31:52.022Z] #71 0.447 % Total % Received % Xferd Average Speed Time Time Time Current [2021-09-02T19:31:52.022Z] #71 0.449 Dload Upload Total Spent Left Speed [2021-09-02T19:31:52.022Z] #71 0.450 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 15852 0 --:--:-- --:--:-- --:--:-- 15852 [2021-09-02T19:31:52.022Z] #71 DONE 0.6s [2021-09-02T19:31:52.022Z] [2021-09-02T19:31:52.022Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-09-02T19:31:52.022Z] #72 sha256:6b33b48bfd5d0ca2a54d27e4ce7b6b9fa45ea8041e664889beb13a20193748f1 [2021-09-02T19:31:52.178Z] #55 122.8 + mkdir -p /build [2021-09-02T19:31:52.179Z] #55 122.8 + cp runc /build/runc [2021-09-02T19:31:52.957Z] #72 DONE 0.9s [2021-09-02T19:31:52.957Z] [2021-09-02T19:31:52.957Z] #73 exporting to image [2021-09-02T19:31:52.957Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-09-02T19:31:52.957Z] #73 exporting layers [2021-09-02T19:31:53.557Z] #55 DONE 123.9s [2021-09-02T19:31:53.557Z] [2021-09-02T19:31:53.557Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:31:53.557Z] #58 sha256:5ea160a25fa3631ea92cc47f80e454b15e0b86eecea5755dd12224e3f3588d86 [2021-09-02T19:31:54.883Z] #58 220.9 + bin/containerd [2021-09-02T19:31:54.936Z] #58 ... [2021-09-02T19:31:54.936Z] [2021-09-02T19:31:54.936Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-09-02T19:31:54.936Z] #56 sha256:d48d4c7d2a04144b1420ab3485683a9368cdb7bc9bd58bda790846963d724e9c [2021-09-02T19:31:55.505Z] #56 DONE 0.3s [2021-09-02T19:31:55.505Z] [2021-09-02T19:31:55.505Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:31:55.505Z] #58 sha256:5ea160a25fa3631ea92cc47f80e454b15e0b86eecea5755dd12224e3f3588d86 [2021-09-02T19:31:58.225Z] INFO: Expanding compiler 1 of 3... [2021-09-02T19:31:58.225Z] INFO: Expanding compiler 2 of 3... [2021-09-02T19:31:59.313Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-09-02T19:31:59.313Z] [2021-09-02T19:31:59.313Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-09-02T19:31:59.313Z] Installing docker-proxy to /usr/local/bin/ [2021-09-02T19:31:59.313Z] [2021-09-02T19:31:59.313Z] + mkdir -p bundles [2021-09-02T19:31:59.313Z] + '[' -n 'github.com/docker/docker/api [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/backend/build [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/httputils [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/middleware [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/router [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/router/build [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/router/container [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/router/debug [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/router/distribution [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/router/grpc [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/router/image [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/router/network [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/router/plugin [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/router/session [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/router/swarm [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/router/system [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/server/router/volume [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/types [2021-09-02T19:31:59.313Z] github.com/docker/docker/api/types/backend [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/blkiodev [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/container [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/events [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/filters [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/image [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/mount [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/network [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/registry [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/strslice [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/swarm [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/time [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/versions [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-02T19:31:59.314Z] github.com/docker/docker/api/types/volume [2021-09-02T19:31:59.314Z] github.com/docker/docker/builder [2021-09-02T19:31:59.314Z] github.com/docker/docker/builder/builder-next [2021-09-02T19:31:59.314Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-02T19:31:59.314Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-02T19:31:59.314Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-02T19:31:59.314Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-02T19:31:59.314Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-02T19:31:59.314Z] github.com/docker/docker/builder/builder-next/worker [2021-09-02T19:31:59.314Z] github.com/docker/docker/builder/dockerfile [2021-09-02T19:31:59.314Z] github.com/docker/docker/builder/dockerignore [2021-09-02T19:31:59.314Z] github.com/docker/docker/builder/remotecontext [2021-09-02T19:31:59.314Z] github.com/docker/docker/builder/remotecontext/git [2021-09-02T19:31:59.314Z] github.com/docker/docker/cli [2021-09-02T19:31:59.314Z] github.com/docker/docker/cli/config [2021-09-02T19:31:59.314Z] github.com/docker/docker/cli/debug [2021-09-02T19:31:59.314Z] github.com/docker/docker/client [2021-09-02T19:31:59.314Z] github.com/docker/docker/cmd/docker-proxy [2021-09-02T19:31:59.314Z] github.com/docker/docker/cmd/dockerd [2021-09-02T19:31:59.314Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-02T19:31:59.314Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-02T19:31:59.314Z] github.com/docker/docker/container [2021-09-02T19:31:59.314Z] github.com/docker/docker/container/stream [2021-09-02T19:31:59.314Z] github.com/docker/docker/contrib/apparmor [2021-09-02T19:31:59.314Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-02T19:31:59.314Z] github.com/docker/docker/contrib/httpserver [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/cluster [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/cluster/convert [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/cluster/executor [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/cluster/provider [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/config [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/discovery [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/events [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/events/testutils [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/exec [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/graphdriver [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/images [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/initlayer [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/links [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/listeners [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/logger [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/logger/gelf [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/logger/journald [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/logger/local [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/logger/logentries [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/logger/splunk [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/logger/syslog [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/logger/templates [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/names [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/network [2021-09-02T19:31:59.314Z] github.com/docker/docker/daemon/stats [2021-09-02T19:31:59.314Z] github.com/docker/docker/distribution [2021-09-02T19:31:59.314Z] github.com/docker/docker/distribution/metadata [2021-09-02T19:31:59.314Z] github.com/docker/docker/distribution/utils [2021-09-02T19:31:59.314Z] github.com/docker/docker/distribution/xfer [2021-09-02T19:31:59.314Z] github.com/docker/docker/dockerversion [2021-09-02T19:31:59.314Z] github.com/docker/docker/errdefs [2021-09-02T19:31:59.314Z] github.com/docker/docker/image [2021-09-02T19:31:59.314Z] github.com/docker/docker/image/cache [2021-09-02T19:31:59.314Z] github.com/docker/docker/image/tarexport [2021-09-02T19:31:59.314Z] github.com/docker/docker/image/v1 [2021-09-02T19:31:59.314Z] github.com/docker/docker/internal/test/suite [2021-09-02T19:31:59.314Z] github.com/docker/docker/layer [2021-09-02T19:31:59.314Z] github.com/docker/docker/libcontainerd [2021-09-02T19:31:59.314Z] github.com/docker/docker/libcontainerd/queue [2021-09-02T19:31:59.314Z] github.com/docker/docker/libcontainerd/remote [2021-09-02T19:31:59.314Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-02T19:31:59.314Z] github.com/docker/docker/libcontainerd/types [2021-09-02T19:31:59.314Z] github.com/docker/docker/oci [2021-09-02T19:31:59.314Z] github.com/docker/docker/oci/caps [2021-09-02T19:31:59.314Z] github.com/docker/docker/opts [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/aaparser [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/archive [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/authorization [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/broadcaster [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/capabilities [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/chrootarchive [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/containerfs [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/devicemapper [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/directory [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/discovery [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/discovery/file [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/discovery/kv [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/discovery/memory [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/dmesg [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/filenotify [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/fileutils [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/fsutils [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/homedir [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/idtools [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/ioutils [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/jsonmessage [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/locker [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/longpath [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/loopback [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/mount [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/namesgenerator [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/parsers [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/pidfile [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/platform [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/plugingetter [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/plugins [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/plugins/transport [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/pools [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/progress [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/pubsub [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/reexec [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/signal [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/stack [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/stdcopy [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/streamformatter [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/stringid [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/symlink [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/sysinfo [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/system [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/tailfile [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/tarsum [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/term [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/term/windows [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/truncindex [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/urlutil [2021-09-02T19:31:59.314Z] github.com/docker/docker/pkg/useragent [2021-09-02T19:31:59.314Z] github.com/docker/docker/plugin [2021-09-02T19:31:59.314Z] github.com/docker/docker/plugin/executor/containerd [2021-09-02T19:31:59.314Z] github.com/docker/docker/plugin/v2 [2021-09-02T19:31:59.314Z] github.com/docker/docker/profiles/apparmor [2021-09-02T19:31:59.314Z] github.com/docker/docker/profiles/seccomp [2021-09-02T19:31:59.314Z] github.com/docker/docker/quota [2021-09-02T19:31:59.314Z] github.com/docker/docker/reference [2021-09-02T19:31:59.314Z] github.com/docker/docker/registry [2021-09-02T19:31:59.314Z] github.com/docker/docker/registry/resumable [2021-09-02T19:31:59.314Z] github.com/docker/docker/restartmanager [2021-09-02T19:31:59.314Z] github.com/docker/docker/rootless [2021-09-02T19:31:59.314Z] github.com/docker/docker/rootless/specconv [2021-09-02T19:31:59.314Z] github.com/docker/docker/runconfig [2021-09-02T19:31:59.314Z] github.com/docker/docker/runconfig/opts [2021-09-02T19:31:59.314Z] github.com/docker/docker/testutil [2021-09-02T19:31:59.314Z] github.com/docker/docker/testutil/daemon [2021-09-02T19:31:59.314Z] github.com/docker/docker/testutil/environment [2021-09-02T19:31:59.314Z] github.com/docker/docker/testutil/fakecontext [2021-09-02T19:31:59.314Z] github.com/docker/docker/testutil/fakegit [2021-09-02T19:31:59.314Z] github.com/docker/docker/testutil/fakestorage [2021-09-02T19:31:59.314Z] github.com/docker/docker/testutil/fixtures/load [2021-09-02T19:31:59.314Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-02T19:31:59.314Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-02T19:31:59.314Z] github.com/docker/docker/testutil/registry [2021-09-02T19:31:59.314Z] github.com/docker/docker/testutil/request [2021-09-02T19:31:59.314Z] github.com/docker/docker/volume [2021-09-02T19:31:59.314Z] github.com/docker/docker/volume/drivers [2021-09-02T19:31:59.314Z] github.com/docker/docker/volume/local [2021-09-02T19:31:59.314Z] github.com/docker/docker/volume/mounts [2021-09-02T19:31:59.314Z] github.com/docker/docker/volume/service [2021-09-02T19:31:59.314Z] github.com/docker/docker/volume/service/opts [2021-09-02T19:31:59.314Z] github.com/docker/docker/volume/testutils' ']' [2021-09-02T19:31:59.315Z] + 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-09-02T19:31:59.521Z] #73 exporting layers 6.2s done [2021-09-02T19:31:59.521Z] #73 writing image sha256:c7c9935850c6649535341d5187a0c384c45b838e6297d8bbf1aa3725636c9c2c done [2021-09-02T19:31:59.521Z] #73 naming to docker.io/library/docker:1b8db067856387b4cc80bd5813993475382993b6 done [2021-09-02T19:31:59.521Z] #73 DONE 6.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-02T19:31:59.869Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42674/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr18 -e DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 -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:1b8db067856387b4cc80bd5813993475382993b6 hack/make.sh dynbinary test-integration [2021-09-02T19:32:00.265Z] ? github.com/docker/docker/api [no test files] [2021-09-02T19:32:00.447Z] INFO: Expanding compiler 3 of 3... [2021-09-02T19:32:00.447Z] INFO: Removing downloaded files... [2021-09-02T19:32:00.916Z] INFO: Downloading containerd [2021-09-02T19:32:01.471Z] #58 ... [2021-09-02T19:32:01.471Z] [2021-09-02T19:32:01.471Z] #55 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-09-02T19:32:01.471Z] #55 sha256:c4d41eeea3ddde4a3e6b31f364a531a6433aefc3b7f55f8348980e3bcaef0def [2021-09-02T19:32:01.471Z] #55 122.5 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-09-02T19:32:01.771Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-09-02T19:32:01.771Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-09-02T19:32:01.771Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-09-02T19:32:01.771Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-09-02T19:32:01.771Z] 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-09-02T19:32:01.771Z] Detected virtualization docker. [2021-09-02T19:32:01.771Z] Detected architecture x86-64. [2021-09-02T19:32:01.771Z] Set hostname to . [2021-09-02T19:32:01.771Z] modprobe@configfs.service: Succeeded. [2021-09-02T19:32:01.771Z] modprobe@drm.service: Succeeded. [2021-09-02T19:32:01.771Z] modprobe@fuse.service: Succeeded. [2021-09-02T19:32:02.337Z] + source /etc/docker-entrypoint-cmd [2021-09-02T19:32:02.338Z] ++ hack/make.sh dynbinary test-integration [2021-09-02T19:32:02.338Z] [2021-09-02T19:32:02.338Z] Removing bundles/ [2021-09-02T19:32:02.338Z] [2021-09-02T19:32:02.338Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-09-02T19:32:02.338Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-09-02T19:32:02.338Z] GOOS="" GOARCH="" GOARM="" [2021-09-02T19:32:02.413Z] #55 123.4 + mkdir -p /build [2021-09-02T19:32:02.413Z] #55 123.4 + cp runc /build/runc [2021-09-02T19:32:03.357Z] #55 DONE 124.5s [2021-09-02T19:32:03.357Z] [2021-09-02T19:32:03.357Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:32:03.357Z] #58 sha256:109a7568a5f2999631a78fecac1cb9bc467426046cdb062eaf64963f1caf7c48 [2021-09-02T19:32:05.269Z] #58 ... [2021-09-02T19:32:05.269Z] [2021-09-02T19:32:05.269Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-09-02T19:32:05.269Z] #56 sha256:93f24d1714297e08eb3733e3a11aa6075969b230b92ba01fab8fb50e55c9a1e7 [2021-09-02T19:32:05.269Z] #56 DONE 0.3s [2021-09-02T19:32:05.269Z] [2021-09-02T19:32:05.269Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-02T19:32:05.269Z] #58 sha256:109a7568a5f2999631a78fecac1cb9bc467426046cdb062eaf64963f1caf7c48 [2021-09-02T19:32:09.591Z] [2021-09-02T19:32:09.592Z] Name Version Source Summary [2021-09-02T19:32:09.592Z] ---- ------- ------ ------- [2021-09-02T19:32:09.592Z] 7Zip4Powershell 2.0.0 PSGallery Powershell ... [2021-09-02T19:32:09.592Z] [2021-09-02T19:32:09.592Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2021-09-02T19:32:09.592Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2021-09-02T19:32:09.592Z] PSChildName : containerd [2021-09-02T19:32:09.592Z] PSDrive : C [2021-09-02T19:32:09.592Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2021-09-02T19:32:09.592Z] PSIsContainer : True [2021-09-02T19:32:09.592Z] Name : containerd [2021-09-02T19:32:09.592Z] FullName : C:\containerd [2021-09-02T19:32:09.592Z] Parent : [2021-09-02T19:32:09.592Z] Exists : True [2021-09-02T19:32:09.592Z] Root : C:\ [2021-09-02T19:32:09.592Z] Extension : [2021-09-02T19:32:09.592Z] CreationTime : 9/2/2021 7:32:09 PM [2021-09-02T19:32:09.592Z] CreationTimeUtc : 9/2/2021 7:32:09 PM [2021-09-02T19:32:09.592Z] LastAccessTime : 9/2/2021 7:32:09 PM [2021-09-02T19:32:09.592Z] LastAccessTimeUtc : 9/2/2021 7:32:09 PM [2021-09-02T19:32:09.592Z] LastWriteTime : 9/2/2021 7:32:09 PM [2021-09-02T19:32:09.592Z] LastWriteTimeUtc : 9/2/2021 7:32:09 PM [2021-09-02T19:32:09.592Z] Attributes : Directory [2021-09-02T19:32:09.592Z] Mode : d----- [2021-09-02T19:32:09.592Z] BaseName : containerd [2021-09-02T19:32:09.592Z] Target : {} [2021-09-02T19:32:09.592Z] LinkType : [2021-09-02T19:32:09.592Z] [2021-09-02T19:32:10.583Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-09-02T19:32:10.583Z] INFO: Configuring git core.autocrlf... [2021-09-02T19:32:10.583Z] [2021-09-02T19:32:10.583Z] [2021-09-02T19:32:15.219Z] ok github.com/docker/docker/api/server 0.038s coverage: 9.0% of statements [2021-09-02T19:32:18.547Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-09-02T19:32:18.547Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-02T19:32:18.547Z] GOOS="" GOARCH="" GOARM="" [2021-09-02T19:32:18.547Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-02T19:32:18.547Z] [2021-09-02T19:32:18.547Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-09-02T19:32:18.547Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-09-02T19:32:18.547Z] Using test binary docker [2021-09-02T19:32:18.547Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-09-02T19:32:18.547Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-02T19:32:18.547Z] INFO: Waiting for daemon to start... [2021-09-02T19:32:18.547Z] Starting dockerd [2021-09-02T19:32:19.473Z] . [2021-09-02T19:32:19.473Z] INFO: Building docker-sdk-python3:5.0.0... [2021-09-02T19:32:22.059Z] #58 264.1 # github.com/containerd/containerd/cmd/containerd [2021-09-02T19:32:22.059Z] #58 264.1 /usr/bin/ld: /tmp/go-link-2617160361/000019.o: in function `New': [2021-09-02T19:32:22.059Z] #58 264.1 /tmp/tmp.8XgAdC4WPB/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-09-02T19:32:22.059Z] #58 264.2 + bin/containerd-stress [2021-09-02T19:32:23.436Z] #58 265.2 + bin/containerd-shim [2021-09-02T19:32:31.556Z] #58 272.4 + bin/containerd-shim-runc-v1 [2021-09-02T19:32:31.841Z] #58 257.5 # github.com/containerd/containerd/cmd/containerd [2021-09-02T19:32:31.842Z] #58 257.5 /usr/bin/ld: /tmp/go-link-2768484281/000019.o: in function `New': [2021-09-02T19:32:31.842Z] #58 257.5 /tmp/tmp.Fh8hYqZ2Sw/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-09-02T19:32:31.842Z] #58 257.6 + bin/containerd-stress [2021-09-02T19:32:32.398Z] c67ded6868b6: Pull complete [2021-09-02T19:32:32.398Z] Digest: sha256:1be9c8378b8c32d31538253a4b96169f5138a5f6d4c0a04e8d8f9a80b9ac8097 [2021-09-02T19:32:32.398Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T19:32:32.398Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T19:32:32.398Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-09-02T19:32:32.398Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-09-02T19:32:32.398Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2114' [2021-09-02T19:32:32.398Z] INFO: Docker version of control daemon [2021-09-02T19:32:32.398Z] [2021-09-02T19:32:32.398Z] Client: [2021-09-02T19:32:32.398Z] Version: 20.10.8 [2021-09-02T19:32:32.398Z] API version: 1.41 [2021-09-02T19:32:32.398Z] Go version: go1.16.6 [2021-09-02T19:32:32.398Z] Git commit: 3967b7d [2021-09-02T19:32:32.398Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-02T19:32:32.398Z] OS/Arch: windows/amd64 [2021-09-02T19:32:32.398Z] Context: default [2021-09-02T19:32:32.398Z] Experimental: true [2021-09-02T19:32:32.398Z] [2021-09-02T19:32:32.398Z] Server: Docker Engine - Community [2021-09-02T19:32:32.398Z] Engine: [2021-09-02T19:32:32.398Z] Version: 20.10.8 [2021-09-02T19:32:32.398Z] API version: 1.41 (minimum version 1.24) [2021-09-02T19:32:32.398Z] Go version: go1.16.6 [2021-09-02T19:32:32.398Z] Git commit: 75249d8 [2021-09-02T19:32:32.398Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-02T19:32:32.398Z] OS/Arch: windows/amd64 [2021-09-02T19:32:32.398Z] Experimental: true [2021-09-02T19:32:32.398Z] [2021-09-02T19:32:32.398Z] INFO: Docker info of control daemon [2021-09-02T19:32:32.398Z] [2021-09-02T19:32:32.398Z] Client: [2021-09-02T19:32:32.398Z] Context: default [2021-09-02T19:32:32.398Z] Debug Mode: false [2021-09-02T19:32:32.398Z] Plugins: [2021-09-02T19:32:32.398Z] app: Docker Application (Docker Inc., v0.8.0) [2021-09-02T19:32:32.398Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-09-02T19:32:32.398Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-09-02T19:32:32.398Z] [2021-09-02T19:32:32.398Z] Server: [2021-09-02T19:32:32.398Z] Containers: 0 [2021-09-02T19:32:32.398Z] Running: 0 [2021-09-02T19:32:32.398Z] Paused: 0 [2021-09-02T19:32:32.398Z] Stopped: 0 [2021-09-02T19:32:32.398Z] Images: 1 [2021-09-02T19:32:32.398Z] Server Version: 20.10.8 [2021-09-02T19:32:32.398Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-09-02T19:32:32.398Z] Windows: [2021-09-02T19:32:32.398Z] LCOW: [2021-09-02T19:32:32.398Z] Logging Driver: json-file [2021-09-02T19:32:32.398Z] Plugins: [2021-09-02T19:32:32.398Z] Volume: local [2021-09-02T19:32:32.398Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-02T19:32:32.398Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-02T19:32:32.398Z] Swarm: inactive [2021-09-02T19:32:32.398Z] Default Isolation: process [2021-09-02T19:32:32.398Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-09-02T19:32:32.398Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-09-02T19:32:32.398Z] OSType: windows [2021-09-02T19:32:32.398Z] Architecture: x86_64 [2021-09-02T19:32:32.398Z] CPUs: 4 [2021-09-02T19:32:32.398Z] Total Memory: 32GiB [2021-09-02T19:32:32.398Z] Name: azwin-2-584c50 [2021-09-02T19:32:32.398Z] ID: XY73:YXCL:4JV2:L5OD:3LLO:K3OC:FGXE:SVIG:WUSL:HBJG:UQY5:VISZ [2021-09-02T19:32:32.398Z] Docker Root Dir: D:\docker [2021-09-02T19:32:32.398Z] Debug Mode: false [2021-09-02T19:32:32.398Z] Registry: https://index.docker.io/v1/ [2021-09-02T19:32:32.398Z] Labels: [2021-09-02T19:32:32.398Z] Experimental: true [2021-09-02T19:32:32.398Z] Insecure Registries: [2021-09-02T19:32:32.398Z] 10.0.0.4:5000 [2021-09-02T19:32:32.398Z] 127.0.0.0/8 [2021-09-02T19:32:32.398Z] Registry Mirrors: [2021-09-02T19:32:32.398Z] http://10.0.0.4:5000/ [2021-09-02T19:32:32.398Z] Live Restore Enabled: false [2021-09-02T19:32:32.398Z] Product License: Community Engine [2021-09-02T19:32:32.398Z] [2021-09-02T19:32:32.398Z] [2021-09-02T19:32:32.398Z] INFO: Commit hash is 1b8db06785 [2021-09-02T19:32:32.398Z] INFO: Nuke-Everything... [2021-09-02T19:32:32.398Z] INFO: Container count on control daemon to delete is 0 [2021-09-02T19:32:32.398Z] INFO: Nuking d:\CI [2021-09-02T19:32:32.398Z] INFO: Zapped successfully [2021-09-02T19:32:32.398Z] INFO: Location for testing is d:\CI\PR-42674\18 [2021-09-02T19:32:32.398Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-09-02T19:32:32.398Z] [2021-09-02T19:32:32.398Z] [2021-09-02T19:32:32.398Z] INFO: Building the image from Dockerfile.windows at 09/02/2021 19:32:28... [2021-09-02T19:32:32.398Z] [2021-09-02T19:32:32.411Z] #58 258.7 + bin/containerd-shim [2021-09-02T19:32:33.390Z] Sending build context to Docker daemon 60.65MB [2021-09-02T19:32:33.390Z] [2021-09-02T19:32:33.864Z] Step 1/11 : FROM microsoft/windowsservercore [2021-09-02T19:32:33.864Z] ---> d1724c2d9a84 [2021-09-02T19:32:33.864Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-09-02T19:32:33.864Z] ---> Running in e769505a46be [2021-09-02T19:32:34.334Z] Removing intermediate container e769505a46be [2021-09-02T19:32:34.334Z] ---> 6b9dc8d2c4e0 [2021-09-02T19:32:34.334Z] Step 3/11 : ARG GO_VERSION=1.17.0 [2021-09-02T19:32:34.334Z] ---> Running in 99e0cbc2e6a4 [2021-09-02T19:32:34.334Z] Removing intermediate container 99e0cbc2e6a4 [2021-09-02T19:32:34.334Z] ---> 09264038a3ca [2021-09-02T19:32:34.334Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.5 [2021-09-02T19:32:34.334Z] ---> Running in 6da6e08653f5 [2021-09-02T19:32:34.804Z] Removing intermediate container 6da6e08653f5 [2021-09-02T19:32:34.804Z] ---> d4175aaafcd6 [2021-09-02T19:32:34.804Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2021-09-02T19:32:34.804Z] ---> Running in f849bb100573 [2021-09-02T19:32:35.274Z] Removing intermediate container f849bb100573 [2021-09-02T19:32:35.274Z] ---> b38c90704cce [2021-09-02T19:32:35.274Z] 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-09-02T19:32:35.274Z] ---> Running in f231d836a30e [2021-09-02T19:32:35.274Z] Removing intermediate container f231d836a30e [2021-09-02T19:32:35.274Z] ---> 0448d1e39801 [2021-09-02T19:32:35.274Z] 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-09-02T19:32:35.274Z] ---> Running in 7c37a812b7b8 [2021-09-02T19:32:35.744Z] #58 277.5 + bin/containerd-shim-runc-v2 [2021-09-02T19:32:36.003Z] #58 278.1 + binaries [2021-09-02T19:32:36.003Z] #58 278.1 + install -D bin/containerd /build/containerd [2021-09-02T19:32:36.003Z] #58 278.2 + install -D bin/containerd-shim /build/containerd-shim [2021-09-02T19:32:36.003Z] #58 278.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-09-02T19:32:36.003Z] #58 278.2 + install -D bin/ctr /build/ctr [2021-09-02T19:32:39.284Z] #58 DONE 281.1s [2021-09-02T19:32:39.851Z] [2021-09-02T19:32:39.851Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-09-02T19:32:39.851Z] #59 sha256:f03b6f7303fa5c350bd869583a0b8d6f664ba01ec5c87a9200386c44e052b723 [2021-09-02T19:32:40.606Z] #58 266.1 + bin/containerd-shim-runc-v1 [2021-09-02T19:32:40.784Z] #59 DONE 0.9s [2021-09-02T19:32:40.784Z] [2021-09-02T19:32:40.784Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-09-02T19:32:40.784Z] #63 sha256:e5ee0c3f489f68d9da82bd7fd2fceb8e48cae6f9c5a20b0e6f897347e72e07b5 [2021-09-02T19:32:41.042Z] #63 DONE 0.3s [2021-09-02T19:32:41.042Z] [2021-09-02T19:32:41.042Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-09-02T19:32:41.042Z] #68 sha256:7e51aba4c07d5e04b6df576968cd7cefbe44b3e60007868bc1031730d5c9dc2c [2021-09-02T19:32:42.415Z] #68 DONE 1.1s [2021-09-02T19:32:42.415Z] [2021-09-02T19:32:42.415Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-09-02T19:32:42.415Z] #69 sha256:fd0fc7fc62b281e6827388b15b95db571ca5ee4bdd50833bbdf32d1d27e266da [2021-09-02T19:32:42.415Z] #69 DONE 0.0s [2021-09-02T19:32:42.415Z] [2021-09-02T19:32:42.415Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-09-02T19:32:42.415Z] #70 sha256:a88bd8ee73924dd1e98554e2159946c0ecd534a14a70e85e12b825cf76916a05 [2021-09-02T19:32:43.792Z] #70 DONE 1.4s [2021-09-02T19:32:43.792Z] [2021-09-02T19:32:43.792Z] #71 exporting to image [2021-09-02T19:32:43.792Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-09-02T19:32:43.792Z] #71 exporting layers [2021-09-02T19:32:45.885Z] #58 271.3 + bin/containerd-shim-runc-v2 [2021-09-02T19:32:45.885Z] #58 271.9 + binaries [2021-09-02T19:32:45.885Z] #58 271.9 + install -D bin/containerd /build/containerd [2021-09-02T19:32:45.885Z] #58 271.9 + install -D bin/containerd-shim /build/containerd-shim [2021-09-02T19:32:45.885Z] #58 271.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-09-02T19:32:45.885Z] #58 271.9 + install -D bin/ctr /build/ctr [2021-09-02T19:32:47.791Z] #58 DONE 274.2s [2021-09-02T19:32:48.729Z] [2021-09-02T19:32:48.729Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-09-02T19:32:48.729Z] #59 sha256:dade721cf2871fdc341db3b90e7c789e54c99ba0a16bb56794457372f2ca23f5 [2021-09-02T19:32:49.667Z] #59 DONE 1.0s [2021-09-02T19:32:49.926Z] [2021-09-02T19:32:49.926Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-09-02T19:32:49.926Z] #63 sha256:eab4f5ae2352274fb559e2664b1c1a9ea3109ac7aae6d424e1992c40ea6dfa22 [2021-09-02T19:32:49.926Z] #63 DONE 0.2s [2021-09-02T19:32:49.926Z] [2021-09-02T19:32:49.926Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-09-02T19:32:49.926Z] #68 sha256:7ff1ef5af3bf5d5dd647ed01e5cb73dda7b10258e8fed6ae9ec2aff84297f3b6 [2021-09-02T19:32:50.232Z] [2021-09-02T19:32:50.232Z] SUCCESS: Specified value was saved. [2021-09-02T19:32:50.232Z] INFO: Downloading git... [2021-09-02T19:32:50.355Z] #71 exporting layers 6.4s done [2021-09-02T19:32:50.355Z] #71 writing image sha256:ccdcc8b5329e551d9d6222561ab7e1368a34bb9c3de3c98cba0ad1bd53449368 done [2021-09-02T19:32:50.355Z] #71 naming to docker.io/library/docker:1b8db067856387b4cc80bd5813993475382993b6 done [2021-09-02T19:32:50.355Z] #71 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-09-02T19:32:50.695Z] + trap exit INT TERM [2021-09-02T19:32:50.695Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-09-02T19:32:50.695Z] + CONTAINER_NAME=docker-pr18 [2021-09-02T19:32:50.695Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42674/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42674/.git:/go/src/github.com/docker/docker/.git --name docker-pr18-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 -e DOCKER_GRAPHDRIVER docker:1b8db067856387b4cc80bd5813993475382993b6 hack/make.sh dynbinary [2021-09-02T19:32:50.703Z] INFO: Downloading go... [2021-09-02T19:32:51.309Z] #68 DONE 1.1s [2021-09-02T19:32:51.309Z] [2021-09-02T19:32:51.309Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-09-02T19:32:51.309Z] #69 sha256:f1c72ae84a1770302cb10b122b32428fac13cbd4af9b42a630ea1533dc16604d [2021-09-02T19:32:51.309Z] #69 DONE 0.0s [2021-09-02T19:32:51.309Z] [2021-09-02T19:32:51.309Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-09-02T19:32:51.309Z] #70 sha256:a5cc3992b63d52b908e0174381b3e4d2926225e7fef4c1de5087276138c9ba2e [2021-09-02T19:32:52.248Z] #70 DONE 1.2s [2021-09-02T19:32:52.248Z] [2021-09-02T19:32:52.248Z] #71 exporting to image [2021-09-02T19:32:52.248Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-09-02T19:32:52.248Z] #71 exporting layers [2021-09-02T19:32:52.276Z] INFO: Downloading compiler 1 of 3... [2021-09-02T19:32:52.276Z] INFO: Downloading compiler 2 of 3... [2021-09-02T19:32:52.276Z] INFO: Downloading compiler 3 of 3... [2021-09-02T19:32:52.595Z] [2021-09-02T19:32:52.595Z] Removing bundles/ [2021-09-02T19:32:52.595Z] [2021-09-02T19:32:52.595Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-09-02T19:32:52.595Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-09-02T19:32:52.595Z] GOOS="" GOARCH="" GOARM="" [2021-09-02T19:32:52.746Z] INFO: Extracting git... [2021-09-02T19:32:58.824Z] #71 exporting layers 6.2s done [2021-09-02T19:32:58.824Z] #71 writing image sha256:ab9ebc46a97d6b50b8dda9c262cdec732a871801521bb347ebfbe370113a531d done [2021-09-02T19:32:58.824Z] #71 naming to docker.io/library/docker:1b8db067856387b4cc80bd5813993475382993b6 done [2021-09-02T19:32:58.824Z] #71 DONE 6.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-02T19:32:59.178Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42674/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr18 -e DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 -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:1b8db067856387b4cc80bd5813993475382993b6 hack/make.sh dynbinary test-integration [2021-09-02T19:33:00.559Z] [2021-09-02T19:33:00.559Z] Removing bundles/ [2021-09-02T19:33:00.559Z] [2021-09-02T19:33:00.559Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-09-02T19:33:00.559Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-09-02T19:33:00.559Z] GOOS="" GOARCH="" GOARM="" [2021-09-02T19:33:05.261Z] INFO: Expanding go... [2021-09-02T19:33:06.103Z] sha256:a8e7a2e874afdc067e5084fd53081b2c5c2a566e93aec09a089f09953413735d [2021-09-02T19:33:06.103Z] INFO: Starting docker-py tests... [2021-09-02T19:33:06.103Z] ============================= test session starts ============================== [2021-09-02T19:33:06.103Z] platform linux -- Python 3.7.11, pytest-4.3.1, py-1.10.0, pluggy-1.0.0 [2021-09-02T19:33:06.103Z] rootdir: /src, inifile: pytest.ini [2021-09-02T19:33:06.103Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-09-02T19:33:06.103Z] collected 390 items / 1 deselected / 389 selected [2021-09-02T19:33:06.103Z] [2021-09-02T19:33:11.247Z] Removing intermediate container 47f3128a1067 [2021-09-02T19:33:11.247Z] ---> bd9adc869c70 [2021-09-02T19:33:11.247Z] 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-09-02T19:33:11.247Z] ---> Running in fa3010e0ff46 [2021-09-02T19:33:12.819Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2021-09-02T19:33:12.819Z] go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-02T19:33:14.388Z] go: downloading github.com/fatih/color v1.10.0 [2021-09-02T19:33:14.388Z] go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-02T19:33:14.388Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-02T19:33:14.388Z] go: downloading github.com/pkg/errors v0.9.1 [2021-09-02T19:33:14.388Z] go: downloading golang.org/x/tools v0.1.0 [2021-09-02T19:33:14.388Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-02T19:33:14.388Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-02T19:33:14.388Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-02T19:33:14.388Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-02T19:33:14.388Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-02T19:33:14.388Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-02T19:33:14.858Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-02T19:33:15.328Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-02T19:33:15.328Z] go: downloading golang.org/x/mod v0.3.0 [2021-09-02T19:33:20.359Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-09-02T19:33:21.176Z] tests/integration/api_client_test.py ..... [ 7%] [2021-09-02T19:33:22.678Z] tests/integration/api_config_test.py ..... [ 8%] [2021-09-02T19:33:23.062Z] ok github.com/docker/docker/api/server/httputils 0.039s coverage: 14.7% of statements [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-09-02T19:33:23.062Z] ok github.com/docker/docker/api/server/middleware 0.006s coverage: 37.7% of statements [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/server/router [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-09-02T19:33:23.062Z] ok github.com/docker/docker/api/server/router/swarm 0.023s coverage: 5.7% of statements [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/types [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/types/container [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/types/events [no test files] [2021-09-02T19:33:23.062Z] ok github.com/docker/docker/api/types/filters 0.010s coverage: 92.2% of statements [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/types/image [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/types/network [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-09-02T19:33:23.062Z] ok github.com/docker/docker/api/types/strslice 0.011s coverage: 90.0% of statements [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-09-02T19:33:23.062Z] ok github.com/docker/docker/api/types/versions 0.013s coverage: 77.3% of statements [2021-09-02T19:33:23.062Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/builder [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-09-02T19:33:23.062Z] ok github.com/docker/docker/cli/debug 0.008s coverage: 100.0% of statements [2021-09-02T19:33:23.062Z] ok github.com/docker/docker/builder/remotecontext 0.142s coverage: 13.7% of statements [2021-09-02T19:33:23.062Z] ok github.com/docker/docker/builder/dockerfile 0.381s coverage: 49.0% of statements [2021-09-02T19:33:23.062Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-09-02T19:33:23.062Z] ok github.com/docker/docker/cmd/docker-proxy 0.209s coverage: 67.6% of statements [2021-09-02T19:33:23.640Z] ok github.com/docker/docker/builder/remotecontext/git 4.564s coverage: 86.3% of statements [2021-09-02T19:33:23.640Z] ? github.com/docker/docker/cli [no test files] [2021-09-02T19:33:23.640Z] ? github.com/docker/docker/cli/config [no test files] [2021-09-02T19:33:26.204Z] ok github.com/docker/docker/client 0.274s coverage: 75.6% of statements [2021-09-02T19:33:26.521Z] INFO: Expanding compiler 1 of 3... [2021-09-02T19:33:26.521Z] INFO: Expanding compiler 2 of 3... [2021-09-02T19:33:29.484Z] INFO: Expanding compiler 3 of 3... [2021-09-02T19:33:29.953Z] INFO: Removing downloaded files... [2021-09-02T19:33:29.953Z] INFO: Downloading containerd [2021-09-02T19:33:30.282Z] Removing intermediate container fa3010e0ff46 [2021-09-02T19:33:30.282Z] ---> 95b90c55d45e [2021-09-02T19:33:30.282Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2021-09-02T19:33:30.282Z] ---> Running in cd93490068f8 [2021-09-02T19:33:30.282Z] Removing intermediate container cd93490068f8 [2021-09-02T19:33:30.282Z] ---> ca14f09ab8d8 [2021-09-02T19:33:30.282Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-09-02T19:33:30.282Z] ---> Running in 303a09388360 [2021-09-02T19:33:30.282Z] Removing intermediate container 303a09388360 [2021-09-02T19:33:30.282Z] ---> a597e40343f9 [2021-09-02T19:33:30.282Z] Step 11/11 : COPY . . [2021-09-02T19:33:38.628Z] [2021-09-02T19:33:38.628Z] Name Version Source Summary [2021-09-02T19:33:38.628Z] ---- ------- ------ ------- [2021-09-02T19:33:38.628Z] 7Zip4Powershell 2.0.0 PSGallery Powershell ... [2021-09-02T19:33:38.628Z] [2021-09-02T19:33:38.628Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2021-09-02T19:33:38.628Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2021-09-02T19:33:38.628Z] PSChildName : containerd [2021-09-02T19:33:38.628Z] PSDrive : C [2021-09-02T19:33:38.628Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2021-09-02T19:33:38.628Z] PSIsContainer : True [2021-09-02T19:33:38.628Z] Name : containerd [2021-09-02T19:33:38.628Z] FullName : C:\containerd [2021-09-02T19:33:38.628Z] Parent : [2021-09-02T19:33:38.628Z] Exists : True [2021-09-02T19:33:38.628Z] Root : C:\ [2021-09-02T19:33:38.628Z] Extension : [2021-09-02T19:33:38.628Z] CreationTime : 9/2/2021 7:33:38 PM [2021-09-02T19:33:38.628Z] CreationTimeUtc : 9/2/2021 7:33:38 PM [2021-09-02T19:33:38.628Z] LastAccessTime : 9/2/2021 7:33:38 PM [2021-09-02T19:33:38.628Z] LastAccessTimeUtc : 9/2/2021 7:33:38 PM [2021-09-02T19:33:38.628Z] LastWriteTime : 9/2/2021 7:33:38 PM [2021-09-02T19:33:38.628Z] LastWriteTimeUtc : 9/2/2021 7:33:38 PM [2021-09-02T19:33:38.628Z] Attributes : Directory [2021-09-02T19:33:38.628Z] Mode : d----- [2021-09-02T19:33:38.628Z] BaseName : containerd [2021-09-02T19:33:38.628Z] Target : {} [2021-09-02T19:33:38.628Z] LinkType : [2021-09-02T19:33:38.628Z] [2021-09-02T19:33:38.779Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-09-02T19:33:38.779Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-02T19:33:38.779Z] GOOS="" GOARCH="" GOARM="" [2021-09-02T19:33:38.779Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-02T19:33:38.779Z] [2021-09-02T19:33:38.779Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-02T19:33:38.779Z] DOCKER_SYSTEMD=1 [2021-09-02T19:33:38.779Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-02T19:33:38.779Z] HOSTNAME=dc869d243473 [2021-09-02T19:33:38.779Z] DEST=bundles/test-integration [2021-09-02T19:33:38.779Z] PWD=/go/src/github.com/docker/docker [2021-09-02T19:33:38.779Z] DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:33:38.779Z] container=docker [2021-09-02T19:33:38.779Z] HOME=/root [2021-09-02T19:33:38.779Z] LANG=C.UTF-8 [2021-09-02T19:33:38.779Z] INVOCATION_ID=9a56923294a341d5a8a1c904591c0d28 [2021-09-02T19:33:38.779Z] GOLANG_VERSION=1.17 [2021-09-02T19:33:38.779Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-02T19:33:38.779Z] VALIDATE_BRANCH=master [2021-09-02T19:33:38.779Z] TERM=xterm [2021-09-02T19:33:38.779Z] DOCKER_PKG=github.com/docker/docker [2021-09-02T19:33:38.779Z] SHLVL=3 [2021-09-02T19:33:38.779Z] TIMEOUT=120m [2021-09-02T19:33:38.779Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-02T19:33:38.779Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-02T19:33:38.779Z] GO111MODULE=off [2021-09-02T19:33:38.779Z] DOCKER_EXPERIMENTAL=1 [2021-09-02T19:33:38.779Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-09-02T19:33:38.779Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-02T19:33:38.779Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-02T19:33:38.779Z] GOPATH=/go [2021-09-02T19:33:38.779Z] PKG_CONFIG=pkg-config [2021-09-02T19:33:38.779Z] _=/usr/bin/env [2021-09-02T19:33:38.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-09-02T19:33:39.620Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-09-02T19:33:39.620Z] INFO: Configuring git core.autocrlf... [2021-09-02T19:33:40.091Z] [2021-09-02T19:33:40.091Z] [2021-09-02T19:33:48.148Z] ---> d7060a30fa95 [2021-09-02T19:33:48.148Z] Successfully built d7060a30fa95 [2021-09-02T19:33:48.148Z] Successfully tagged docker:latest [2021-09-02T19:33:48.148Z] INFO: Image build ended at 09/02/2021 19:33:47. Duration:00:02:37.2476208 [2021-09-02T19:33:48.148Z] [2021-09-02T19:33:48.148Z] [2021-09-02T19:33:48.148Z] INFO: Building the test binaries at 09/02/2021 19:33:47... [2021-09-02T19:33:51.150Z] INFO: make.ps1 starting at 09/02/2021 19:33:50 [2021-09-02T19:33:51.150Z] INFO: Git commit (1b8db06785) assumed from DOCKER_GITCOMMIT environment variable [2021-09-02T19:33:51.150Z] INFO: Invoking autogen... [2021-09-02T19:33:51.620Z] INFO: Building daemon... [2021-09-02T19:33:52.199Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-09-02T19:33:58.378Z] ok github.com/docker/docker/cmd/dockerd 0.090s coverage: 29.3% of statements [2021-09-02T19:33:58.378Z] ok github.com/docker/docker/container 0.140s coverage: 34.8% of statements [2021-09-02T19:33:58.378Z] ok github.com/docker/docker/cmd/dockerd/trap 2.958s coverage: 0.0% of statements [2021-09-02T19:33:58.378Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-09-02T19:33:58.378Z] ? github.com/docker/docker/container/stream [no test files] [2021-09-02T19:33:58.378Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-09-02T19:33:58.378Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-09-02T19:33:58.378Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-09-02T19:33:58.378Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.071s coverage: 65.3% of statements [2021-09-02T19:34:00.945Z] ok github.com/docker/docker/daemon/cluster/convert 0.043s coverage: 35.9% of statements [2021-09-02T19:34:04.273Z] ok github.com/docker/docker/daemon/cluster 0.149s coverage: 0.5% of statements [2021-09-02T19:34:04.273Z] ok github.com/docker/docker/daemon/config 0.091s coverage: 81.1% of statements [2021-09-02T19:34:05.225Z] ok github.com/docker/docker/daemon/discovery 0.015s coverage: 30.0% of statements [2021-09-02T19:34:06.177Z] ok github.com/docker/docker/daemon/events 0.083s coverage: 50.0% of statements [2021-09-02T19:34:06.759Z] ok github.com/docker/docker/daemon/graphdriver 0.020s coverage: 2.2% of statements [2021-09-02T19:34:10.080Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.862s coverage: 74.6% of statements [2021-09-02T19:34:10.080Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.533s coverage: 13.7% of statements [2021-09-02T19:34:10.080Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.017s coverage: 3.1% of statements [2021-09-02T19:34:11.032Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.716s coverage: 56.2% of statements [2021-09-02T19:34:11.985Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.013s coverage: 1.9% of statements [2021-09-02T19:34:13.917Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.770s coverage: 49.4% of statements [2021-09-02T19:34:15.316Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.347s coverage: 57.7% of statements [2021-09-02T19:34:15.581Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.021s coverage: 57.5% of statements [2021-09-02T19:34:16.980Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.013s coverage: 3.0% of statements [2021-09-02T19:34:17.244Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.428s coverage: 46.2% of statements [2021-09-02T19:34:17.820Z] ok github.com/docker/docker/daemon/links 0.014s coverage: 93.0% of statements [2021-09-02T19:34:18.398Z] ok github.com/docker/docker/daemon/images 0.054s coverage: 6.7% of statements [2021-09-02T19:34:18.974Z] ok github.com/docker/docker/daemon/logger 0.230s coverage: 43.5% of statements [2021-09-02T19:34:19.550Z] ok github.com/docker/docker/daemon/logger/awslogs 0.288s coverage: 77.4% of statements [2021-09-02T19:34:19.550Z] ok github.com/docker/docker/daemon/logger/gelf 0.015s coverage: 67.0% of statements [2021-09-02T19:34:19.814Z] ok github.com/docker/docker/daemon/logger/journald 0.020s coverage: 23.9% of statements [2021-09-02T19:34:20.078Z] ok github.com/docker/docker/daemon 12.277s coverage: 17.5% of statements [2021-09-02T19:34:20.078Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 87.2% of statements [2021-09-02T19:34:20.078Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-09-02T19:34:20.078Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-09-02T19:34:20.078Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-09-02T19:34:20.078Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-09-02T19:34:20.078Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-09-02T19:34:20.078Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-09-02T19:34:20.078Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-09-02T19:34:20.078Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-09-02T19:34:20.078Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-09-02T19:34:20.078Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-09-02T19:34:20.078Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-09-02T19:34:20.342Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.017s coverage: 69.9% of statements [2021-09-02T19:34:21.294Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.026s coverage: 31.5% of statements [2021-09-02T19:34:21.558Z] ok github.com/docker/docker/daemon/logger/local 0.061s coverage: 75.2% of statements [2021-09-02T19:34:21.558Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-09-02T19:34:21.558Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.128s coverage: 58.6% of statements [2021-09-02T19:34:21.822Z] ok github.com/docker/docker/daemon/logger/templates 0.016s coverage: 8.3% of statements [2021-09-02T19:34:22.399Z] ok github.com/docker/docker/daemon/logger/syslog 0.016s coverage: 46.8% of statements [2021-09-02T19:34:22.976Z] ok github.com/docker/docker/daemon/network 0.039s coverage: 63.8% of statements [2021-09-02T19:34:23.927Z] ok github.com/docker/docker/distribution/metadata 0.112s coverage: 48.2% of statements [2021-09-02T19:34:24.192Z] ok github.com/docker/docker/daemon/logger/splunk 1.933s coverage: 82.5% of statements [2021-09-02T19:34:24.192Z] ? github.com/docker/docker/daemon/names [no test files] [2021-09-02T19:34:24.192Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-09-02T19:34:24.771Z] ok github.com/docker/docker/errdefs 0.009s coverage: 53.1% of statements [2021-09-02T19:34:25.035Z] ok github.com/docker/docker/distribution 0.215s coverage: 25.8% of statements [2021-09-02T19:34:25.035Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-09-02T19:34:25.484Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-09-02T19:34:25.484Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-09-02T19:34:25.614Z] ok github.com/docker/docker/image 0.044s coverage: 86.6% of statements [2021-09-02T19:34:25.880Z] ok github.com/docker/docker/image/cache 0.013s coverage: 19.2% of statements [2021-09-02T19:34:26.144Z] ok github.com/docker/docker/image/tarexport 0.015s coverage: 0.7% of statements [2021-09-02T19:34:26.409Z] ok github.com/docker/docker/libcontainerd/queue 0.034s coverage: 100.0% of statements [2021-09-02T19:34:26.409Z] ok github.com/docker/docker/distribution/xfer 1.767s coverage: 85.1% of statements [2021-09-02T19:34:26.409Z] ? github.com/docker/docker/dockerversion [no test files] [2021-09-02T19:34:26.409Z] ok github.com/docker/docker/image/v1 0.025s coverage: 25.0% of statements [2021-09-02T19:34:26.409Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-09-02T19:34:27.806Z] ok github.com/docker/docker/oci 0.019s coverage: 43.3% of statements [2021-09-02T19:34:27.806Z] ok github.com/docker/docker/pkg/aaparser 0.004s coverage: 52.9% of statements [2021-09-02T19:34:27.806Z] ok github.com/docker/docker/opts 0.048s coverage: 67.1% of statements [2021-09-02T19:34:28.811Z] ok github.com/docker/docker/pkg/broadcaster 0.038s coverage: 100.0% of statements [2021-09-02T19:34:29.092Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-09-02T19:34:29.092Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-02T19:34:29.092Z] GOOS="" GOARCH="" GOARM="" [2021-09-02T19:34:29.092Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-02T19:34:29.092Z] [2021-09-02T19:34:29.092Z] + TEST_INTEGRATION_DEST=2 [2021-09-02T19:34:29.092Z] + CONTAINER_NAME=docker-pr18-2 [2021-09-02T19:34:29.092Z] + TEST_SKIP_INTEGRATION=1 [2021-09-02T19:34:29.092Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-09-02T19:34:29.092Z] + run_tests [2021-09-02T19:34:29.092Z] + c=0 [2021-09-02T19:34:29.092Z] + '[' -n 0 ']' [2021-09-02T19:34:29.093Z] + rm= [2021-09-02T19:34:29.093Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42674/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42674/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42674/.git:/go/src/github.com/docker/docker/.git --name docker-pr18-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1b8db067856387b4cc80bd5813993475382993b6 hack/make.sh '' test-integration [2021-09-02T19:34:29.093Z] + TEST_INTEGRATION_DEST=1 [2021-09-02T19:34:29.093Z] + CONTAINER_NAME=docker-pr18-1 [2021-09-02T19:34:29.093Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-09-02T19:34:29.093Z] + run_tests test-integration-flaky [2021-09-02T19:34:29.093Z] + '[' -n 0 ']' [2021-09-02T19:34:29.093Z] + TEST_INTEGRATION_DEST=3 [2021-09-02T19:34:29.093Z] + CONTAINER_NAME=docker-pr18-3 [2021-09-02T19:34:29.093Z] + rm= [2021-09-02T19:34:29.093Z] + TEST_SKIP_INTEGRATION=1 [2021-09-02T19:34:29.093Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-09-02T19:34:29.093Z] + run_tests [2021-09-02T19:34:29.093Z] + '[' -n 0 ']' [2021-09-02T19:34:29.093Z] + rm= [2021-09-02T19:34:29.093Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42674/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42674/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42674/.git:/go/src/github.com/docker/docker/.git --name docker-pr18-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1b8db067856387b4cc80bd5813993475382993b6 hack/make.sh test-integration-flaky test-integration [2021-09-02T19:34:29.093Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42674/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42674/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42674/.git:/go/src/github.com/docker/docker/.git --name docker-pr18-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1b8db067856387b4cc80bd5813993475382993b6 hack/make.sh '' test-integration [2021-09-02T19:34:29.093Z] ++ jobs -p [2021-09-02T19:34:29.093Z] + for job in $(jobs -p) [2021-09-02T19:34:29.093Z] + wait 15313 [2021-09-02T19:34:29.103Z] ok github.com/docker/docker/pkg/capabilities 0.021s coverage: 87.5% of statements [2021-09-02T19:34:29.685Z] ok github.com/docker/docker/pkg/authorization 0.721s coverage: 68.3% of statements [2021-09-02T19:34:30.029Z] [2021-09-02T19:34:30.029Z] [2021-09-02T19:34:30.029Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-09-02T19:34:30.029Z] [2021-09-02T19:34:30.029Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-02T19:34:30.029Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-02T19:34:30.029Z] HOSTNAME=9911dd3fecd8 [2021-09-02T19:34:30.029Z] TEST_SKIP_INTEGRATION=1 [2021-09-02T19:34:30.029Z] TESTDEBUG=0 [2021-09-02T19:34:30.029Z] DEST=bundles/test-integration [2021-09-02T19:34:30.029Z] PWD=/go/src/github.com/docker/docker [2021-09-02T19:34:30.029Z] KEEPBUNDLE=1 [2021-09-02T19:34:30.029Z] DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:34:30.029Z] container=docker [2021-09-02T19:34:30.029Z] HOME=/root [2021-09-02T19:34:30.029Z] GOLANG_VERSION=1.17 [2021-09-02T19:34:30.029Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-02T19:34:30.029Z] VALIDATE_BRANCH=master [2021-09-02T19:34:30.029Z] TERM=xterm [2021-09-02T19:34:30.029Z] DOCKER_PKG=github.com/docker/docker [2021-09-02T19:34:30.029Z] SHLVL=1 [2021-09-02T19:34:30.029Z] TIMEOUT=120m [2021-09-02T19:34:30.029Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-02T19:34:30.029Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-02T19:34:30.029Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-09-02T19:34:30.029Z] GO111MODULE=off [2021-09-02T19:34:30.029Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-02T19:34:30.029Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-02T19:34:30.029Z] GOPATH=/go [2021-09-02T19:34:30.029Z] PKG_CONFIG=pkg-config [2021-09-02T19:34:30.029Z] _=/usr/bin/env [2021-09-02T19:34:30.029Z] Building test suite binary ./integration-cli/test.main [2021-09-02T19:34:30.029Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-02T19:34:30.029Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-02T19:34:30.029Z] HOSTNAME=d9e690856d15 [2021-09-02T19:34:30.029Z] TEST_SKIP_INTEGRATION=1 [2021-09-02T19:34:30.029Z] TESTDEBUG=0 [2021-09-02T19:34:30.029Z] DEST=bundles/test-integration [2021-09-02T19:34:30.029Z] PWD=/go/src/github.com/docker/docker [2021-09-02T19:34:30.029Z] KEEPBUNDLE=1 [2021-09-02T19:34:30.029Z] DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:34:30.029Z] container=docker [2021-09-02T19:34:30.029Z] HOME=/root [2021-09-02T19:34:30.029Z] GOLANG_VERSION=1.17 [2021-09-02T19:34:30.029Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-02T19:34:30.029Z] VALIDATE_BRANCH=master [2021-09-02T19:34:30.029Z] TERM=xterm [2021-09-02T19:34:30.029Z] DOCKER_PKG=github.com/docker/docker [2021-09-02T19:34:30.029Z] SHLVL=1 [2021-09-02T19:34:30.029Z] TIMEOUT=120m [2021-09-02T19:34:30.029Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-02T19:34:30.029Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-02T19:34:30.029Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-09-02T19:34:30.029Z] GO111MODULE=off [2021-09-02T19:34:30.029Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-02T19:34:30.029Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-02T19:34:30.029Z] GOPATH=/go [2021-09-02T19:34:30.029Z] PKG_CONFIG=pkg-config [2021-09-02T19:34:30.029Z] _=/usr/bin/env [2021-09-02T19:34:30.029Z] Building test suite binary ./integration-cli/test.main [2021-09-02T19:34:30.288Z] No new tests added to integration. [2021-09-02T19:34:30.288Z] [2021-09-02T19:34:30.288Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-02T19:34:30.641Z] ok github.com/docker/docker/pkg/directory 0.029s coverage: 80.0% of statements [2021-09-02T19:34:31.222Z] ok github.com/docker/docker/pkg/archive 1.180s coverage: 82.1% of statements [2021-09-02T19:34:31.222Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2021-09-02T19:34:31.486Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 97.6% of statements [2021-09-02T19:34:31.664Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-02T19:34:31.664Z] HOSTNAME=c7b26035dcdc [2021-09-02T19:34:31.664Z] TESTDEBUG=0 [2021-09-02T19:34:31.664Z] DEST=bundles/test-integration [2021-09-02T19:34:31.664Z] PWD=/go/src/github.com/docker/docker [2021-09-02T19:34:31.664Z] KEEPBUNDLE=1 [2021-09-02T19:34:31.664Z] DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:34:31.664Z] container=docker [2021-09-02T19:34:31.664Z] HOME=/root [2021-09-02T19:34:31.664Z] GOLANG_VERSION=1.17 [2021-09-02T19:34:31.664Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-02T19:34:31.664Z] VALIDATE_BRANCH=master [2021-09-02T19:34:31.664Z] TERM=xterm [2021-09-02T19:34:31.664Z] DOCKER_PKG=github.com/docker/docker [2021-09-02T19:34:31.664Z] SHLVL=1 [2021-09-02T19:34:31.664Z] TIMEOUT=120m [2021-09-02T19:34:31.664Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-02T19:34:31.664Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-02T19:34:31.664Z] GO111MODULE=off [2021-09-02T19:34:31.664Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-09-02T19:34:31.664Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-02T19:34:31.664Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-02T19:34:31.664Z] GOPATH=/go [2021-09-02T19:34:31.664Z] PKG_CONFIG=pkg-config [2021-09-02T19:34:31.664Z] _=/usr/bin/env [2021-09-02T19:34:31.664Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-09-02T19:34:32.062Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2021-09-02T19:34:32.325Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2021-09-02T19:34:32.588Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2021-09-02T19:34:33.536Z] ok github.com/docker/docker/pkg/chrootarchive 3.336s coverage: 43.2% of statements [2021-09-02T19:34:33.536Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2021-09-02T19:34:34.113Z] ok github.com/docker/docker/pkg/fileutils 0.014s coverage: 83.1% of statements [2021-09-02T19:34:34.378Z] ok github.com/docker/docker/pkg/fsutils 0.219s coverage: 85.1% of statements [2021-09-02T19:34:34.378Z] ok github.com/docker/docker/pkg/homedir 0.006s coverage: 11.4% of statements [2021-09-02T19:34:34.956Z] ok github.com/docker/docker/pkg/discovery/kv 3.043s coverage: 84.1% of statements [2021-09-02T19:34:35.906Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2021-09-02T19:34:35.906Z] ok github.com/docker/docker/pkg/idtools 0.606s coverage: 69.5% of statements [2021-09-02T19:34:35.906Z] ok github.com/docker/docker/pkg/ioutils 0.645s coverage: 71.0% of statements [2021-09-02T19:34:35.906Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2021-09-02T19:34:36.171Z] ok github.com/docker/docker/pkg/namesgenerator 0.011s coverage: 85.7% of statements [2021-09-02T19:34:36.171Z] ok github.com/docker/docker/layer 7.560s coverage: 68.8% of statements [2021-09-02T19:34:36.171Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-09-02T19:34:36.171Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-09-02T19:34:36.171Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-09-02T19:34:36.171Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-09-02T19:34:36.171Z] ? github.com/docker/docker/oci/caps [no test files] [2021-09-02T19:34:36.171Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-09-02T19:34:36.171Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-09-02T19:34:36.171Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-09-02T19:34:36.171Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-09-02T19:34:36.171Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-09-02T19:34:36.171Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-09-02T19:34:36.171Z] ok github.com/docker/docker/pkg/parsers 0.011s coverage: 97.0% of statements [2021-09-02T19:34:36.439Z] ok github.com/docker/docker/pkg/parsers/kernel 0.006s coverage: 60.0% of statements [2021-09-02T19:34:37.020Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.032s coverage: 86.7% of statements [2021-09-02T19:34:37.020Z] ok github.com/docker/docker/pkg/pidfile 0.021s coverage: 82.4% of statements [2021-09-02T19:34:37.020Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-09-02T19:34:37.020Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-09-02T19:34:37.053Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-09-02T19:34:37.053Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-02T19:34:37.053Z] GOOS="" GOARCH="" GOARM="" [2021-09-02T19:34:37.053Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-02T19:34:37.053Z] [2021-09-02T19:34:37.053Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-02T19:34:37.053Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-02T19:34:37.053Z] HOSTNAME=a0b428f4275d [2021-09-02T19:34:37.053Z] DEST=bundles/test-integration [2021-09-02T19:34:37.053Z] PWD=/go/src/github.com/docker/docker [2021-09-02T19:34:37.053Z] DOCKER_ROOTLESS=1 [2021-09-02T19:34:37.053Z] DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:34:37.053Z] container=docker [2021-09-02T19:34:37.053Z] HOME=/root [2021-09-02T19:34:37.053Z] GOLANG_VERSION=1.17 [2021-09-02T19:34:37.053Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-02T19:34:37.053Z] VALIDATE_BRANCH=master [2021-09-02T19:34:37.053Z] TERM=xterm [2021-09-02T19:34:37.053Z] DOCKER_PKG=github.com/docker/docker [2021-09-02T19:34:37.053Z] SHLVL=1 [2021-09-02T19:34:37.053Z] TIMEOUT=120m [2021-09-02T19:34:37.053Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-02T19:34:37.053Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-02T19:34:37.053Z] GO111MODULE=off [2021-09-02T19:34:37.053Z] DOCKER_EXPERIMENTAL=1 [2021-09-02T19:34:37.053Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-09-02T19:34:37.053Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-02T19:34:37.053Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-02T19:34:37.053Z] GOPATH=/go [2021-09-02T19:34:37.053Z] PKG_CONFIG=pkg-config [2021-09-02T19:34:37.053Z] _=/usr/bin/env [2021-09-02T19:34:37.053Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-09-02T19:34:37.284Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.040s coverage: 56.8% of statements [2021-09-02T19:34:37.548Z] ok github.com/docker/docker/pkg/pools 0.014s coverage: 88.2% of statements [2021-09-02T19:34:37.548Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2021-09-02T19:34:37.811Z] ok github.com/docker/docker/pkg/progress 0.008s coverage: 75.9% of statements [2021-09-02T19:34:38.076Z] ok github.com/docker/docker/pkg/reexec 0.029s coverage: 82.4% of statements [2021-09-02T19:34:38.340Z] ok github.com/docker/docker/pkg/stack 0.006s coverage: 90.9% of statements [2021-09-02T19:34:38.340Z] ok github.com/docker/docker/pkg/stdcopy 0.007s coverage: 100.0% of statements [2021-09-02T19:34:38.603Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2021-09-02T19:34:38.603Z] ok github.com/docker/docker/pkg/stringid 0.006s coverage: 70.6% of statements [2021-09-02T19:34:39.179Z] ok github.com/docker/docker/pkg/pubsub 1.083s coverage: 75.0% of statements [2021-09-02T19:34:39.442Z] ok github.com/docker/docker/pkg/system 0.010s coverage: 40.1% of statements [2021-09-02T19:34:39.706Z] ok github.com/docker/docker/pkg/sysinfo 0.042s coverage: 51.2% of statements [2021-09-02T19:34:39.969Z] ok github.com/docker/docker/pkg/tailfile 0.125s coverage: 88.6% of statements [2021-09-02T19:34:39.969Z] coverage: [no statements] [2021-09-02T19:34:39.969Z] ok github.com/docker/docker/pkg/term/windows 0.010s coverage: [no statements] [no tests to run] [2021-09-02T19:34:40.547Z] ok github.com/docker/docker/pkg/tarsum 0.143s coverage: 89.3% of statements [2021-09-02T19:34:40.547Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2021-09-02T19:34:40.547Z] ok github.com/docker/docker/pkg/truncindex 0.106s coverage: 91.5% of statements [2021-09-02T19:34:40.811Z] ok github.com/docker/docker/pkg/useragent 0.049s coverage: 88.9% of statements [2021-09-02T19:34:41.390Z] ok github.com/docker/docker/plugin/v2 0.022s coverage: 14.4% of statements [2021-09-02T19:34:41.654Z] ok github.com/docker/docker/profiles/seccomp 0.020s coverage: 86.0% of statements [2021-09-02T19:34:42.604Z] ok github.com/docker/docker/reference 0.017s coverage: 84.4% of statements [2021-09-02T19:34:42.868Z] ok github.com/docker/docker/plugin 0.544s coverage: 23.2% of statements [2021-09-02T19:34:43.564Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-09-02T19:34:44.267Z] ok github.com/docker/docker/quota 0.483s coverage: 71.4% of statements [2021-09-02T19:34:44.267Z] ok github.com/docker/docker/registry/resumable 0.030s coverage: 100.0% of statements [2021-09-02T19:34:44.267Z] ok github.com/docker/docker/registry 0.116s coverage: 58.8% of statements [2021-09-02T19:34:44.267Z] ok github.com/docker/docker/restartmanager 0.016s coverage: 45.3% of statements [2021-09-02T19:34:44.531Z] ok github.com/docker/docker/testutil 0.012s coverage: 62.5% of statements [2021-09-02T19:34:45.110Z] ok github.com/docker/docker/runconfig 0.042s coverage: 66.1% of statements [2021-09-02T19:34:45.520Z] ..........................xx.................... [ 29%] [2021-09-02T19:34:46.507Z] ok github.com/docker/docker/volume/drivers 0.032s coverage: 36.1% of statements [2021-09-02T19:34:47.906Z] ok github.com/docker/docker/volume/local 0.260s coverage: 76.4% of statements [2021-09-02T19:34:47.906Z] ok github.com/docker/docker/volume/mounts 0.016s coverage: 67.7% of statements [2021-09-02T19:34:49.827Z] ok github.com/docker/docker/volume/service 0.022s coverage: 72.3% of statements [2021-09-02T19:34:52.304Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-09-02T19:34:52.304Z] [2021-09-02T19:34:52.304Z] ________ ____ __. [2021-09-02T19:34:52.304Z] \_____ \ | |/ _| [2021-09-02T19:34:52.304Z] / | \| < [2021-09-02T19:34:52.304Z] / | \ | \ [2021-09-02T19:34:52.304Z] \_______ /____|__ \ [2021-09-02T19:34:52.304Z] \/ \/ [2021-09-02T19:34:52.304Z] [2021-09-02T19:34:52.304Z] INFO: make.ps1 ended at 09/02/2021 19:34:51 [2021-09-02T19:34:52.427Z] Removing intermediate container 7c37a812b7b8 [2021-09-02T19:34:52.427Z] ---> 9561f1388b4d [2021-09-02T19:34:52.427Z] 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-09-02T19:34:52.427Z] ---> Running in c3660f39b690 [2021-09-02T19:34:52.427Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2021-09-02T19:34:52.427Z] go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-02T19:34:52.427Z] go: downloading github.com/fatih/color v1.10.0 [2021-09-02T19:34:52.427Z] go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-02T19:34:52.427Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-02T19:34:52.427Z] go: downloading github.com/pkg/errors v0.9.1 [2021-09-02T19:34:52.427Z] go: downloading golang.org/x/tools v0.1.0 [2021-09-02T19:34:52.427Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-02T19:34:52.427Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-02T19:34:52.427Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-02T19:34:52.427Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-02T19:34:52.427Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-02T19:34:52.427Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-02T19:34:52.427Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-02T19:34:52.771Z] INFO: Binaries build ended at 09/02/2021 19:34:52. Duration:00:01:04.9932664 [2021-09-02T19:34:52.898Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-02T19:34:52.898Z] go: downloading golang.org/x/mod v0.3.0 [2021-09-02T19:34:53.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-09-02T19:34:54.331Z] INFO: Copying the built daemon binary to d:\CI\PR-42674\18\binary\dockerd-1b8db06785.exe... [2021-09-02T19:34:54.331Z] INFO: Copying the built client binary to d:\CI\PR-42674\18\binary\docker-1b8db06785.exe... [2021-09-02T19:34:54.331Z] INFO: Copying dockerversion from the container... [2021-09-02T19:34:54.331Z] INFO: Copying the golang package from the container to d:\CI\PR-42674\18\installer\go.zip... [2021-09-02T19:34:55.316Z] INFO: Extracting go.zip to d:\CI\PR-42674\18\go [2021-09-02T19:35:01.964Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-09-02T19:35:03.517Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-09-02T19:35:03.517Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-09-02T19:35:03.775Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-09-02T19:35:04.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-09-02T19:35:04.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-09-02T19:35:05.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-09-02T19:35:08.180Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-09-02T19:35:09.118Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-09-02T19:35:09.382Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-09-02T19:35:10.055Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-09-02T19:35:10.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-09-02T19:35:10.747Z] Removing intermediate container c3660f39b690 [2021-09-02T19:35:10.747Z] ---> 31cb55015007 [2021-09-02T19:35:10.747Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2021-09-02T19:35:10.747Z] ---> Running in d35ac330b6a8 [2021-09-02T19:35:10.747Z] Removing intermediate container d35ac330b6a8 [2021-09-02T19:35:10.747Z] ---> b91a46f2f98d [2021-09-02T19:35:10.747Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-09-02T19:35:10.747Z] ---> Running in cb0ec9c30f8e [2021-09-02T19:35:10.747Z] Removing intermediate container cb0ec9c30f8e [2021-09-02T19:35:10.747Z] ---> d77e3f86f932 [2021-09-02T19:35:10.747Z] Step 11/11 : COPY . . [2021-09-02T19:35:11.252Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-09-02T19:35:11.809Z] ok github.com/docker/docker/pkg/plugins 33.650s coverage: 76.3% of statements [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/pkg/term [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/rootless [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/testutil/request [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/volume [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-09-02T19:35:11.809Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-09-02T19:35:11.809Z] [2021-09-02T19:35:11.809Z] === Skipped [2021-09-02T19:35:11.809Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-09-02T19:35:11.809Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-02T19:35:11.809Z] [2021-09-02T19:35:11.809Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-09-02T19:35:11.809Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-02T19:35:11.809Z] [2021-09-02T19:35:11.809Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-09-02T19:35:11.809Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-02T19:35:11.809Z] [2021-09-02T19:35:11.809Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-09-02T19:35:11.809Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-02T19:35:11.809Z] [2021-09-02T19:35:11.809Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-09-02T19:35:11.809Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:35:11.809Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-02T19:35:11.809Z] [2021-09-02T19:35:11.809Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-09-02T19:35:11.809Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:35:11.809Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-02T19:35:11.809Z] [2021-09-02T19:35:11.809Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-09-02T19:35:11.809Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:35:11.809Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-02T19:35:11.809Z] [2021-09-02T19:35:11.809Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-09-02T19:35:11.809Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:35:11.809Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-02T19:35:11.809Z] [2021-09-02T19:35:11.809Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-09-02T19:35:11.809Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:35:11.809Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-02T19:35:11.809Z] [2021-09-02T19:35:11.809Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-09-02T19:35:11.809Z] graphtest_unix.go:71: No driver to put! [2021-09-02T19:35:11.809Z] [2021-09-02T19:35:11.809Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-09-02T19:35:11.809Z] time="2021-09-02T19:34:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-02T19:35:11.809Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-02T19:35:11.809Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-02T19:35:11.809Z] [2021-09-02T19:35:11.809Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-09-02T19:35:11.809Z] time="2021-09-02T19:34:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-02T19:35:11.809Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-02T19:35:11.809Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-02T19:35:11.809Z] [2021-09-02T19:35:11.809Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-09-02T19:35:11.809Z] time="2021-09-02T19:34:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-02T19:35:11.810Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-02T19:35:11.810Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-09-02T19:35:11.810Z] time="2021-09-02T19:34:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-02T19:35:11.810Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-02T19:35:11.810Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-09-02T19:35:11.810Z] time="2021-09-02T19:34:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-02T19:35:11.810Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-02T19:35:11.810Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-09-02T19:35:11.810Z] graphtest_unix.go:71: No driver to put! [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-09-02T19:35:11.810Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-09-02T19:35:11.810Z] overlay_test.go:50: Fails to compute changes intermittently [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-09-02T19:35:11.810Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-09-02T19:35:11.810Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-09-02T19:35:11.810Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:35:11.810Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-09-02T19:35:11.810Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:35:11.810Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-09-02T19:35:11.810Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:35:11.810Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-09-02T19:35:11.810Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:35:11.810Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-09-02T19:35:11.810Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:35:11.810Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-09-02T19:35:11.810Z] graphtest_unix.go:71: No driver to put! [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-09-02T19:35:11.810Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-09-02T19:35:11.810Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2021-09-02T19:35:11.810Z] [2021-09-02T19:35:11.810Z] DONE 2309 tests, 28 skipped in 192.455s [2021-09-02T19:35:11.810Z] + '[' -n 'github.com/docker/docker/libnetwork [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/bitseq [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/cluster [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/config [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/datastore [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/driverapi [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/etchosts [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/idm [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/ipam [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/iptables [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/netlabel [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/netutils [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/networkdb [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/ns [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/options [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/osl [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/portallocator [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/portmapper [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/testutils [2021-09-02T19:35:11.810Z] github.com/docker/docker/libnetwork/types' ']' [2021-09-02T19:35:11.810Z] + 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-09-02T19:35:11.822Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-09-02T19:35:12.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-09-02T19:35:12.971Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-09-02T19:35:13.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-09-02T19:35:14.260Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-09-02T19:35:15.194Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-02T19:35:15.194Z] Using test binary docker [2021-09-02T19:35:15.194Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-09-02T19:35:15.194Z] Starting apparmor (via systemctl): apparmor.service. [2021-09-02T19:35:15.194Z] INFO: Waiting for daemon to start... [2021-09-02T19:35:15.194Z] Starting dockerd [2021-09-02T19:35:15.798Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-09-02T19:35:15.798Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-09-02T19:35:19.377Z] . [2021-09-02T19:35:19.377Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-02T19:35:19.377Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-02T19:35:19.377Z] Error: No such image: emptyfs [2021-09-02T19:35:19.377Z] Running integration-test (iteration 1) [2021-09-02T19:35:19.377Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-09-02T19:35:19.636Z] Loaded image: busybox:latest [2021-09-02T19:35:19.636Z] Loaded image: busybox:glibc [2021-09-02T19:35:20.597Z] INFO: Extraction ended at 09/02/2021 19:35:16. Duration:00:00:21.6581252 [2021-09-02T19:35:20.597Z] INFO: Updating the golang and path environment variables [2021-09-02T19:35:20.597Z] INFO: GOPATH=d:\gopath [2021-09-02T19:35:20.597Z] INFO: go version go1.17 windows/amd64 [2021-09-02T19:35:20.597Z] INFO: Running the daemon under test in debug mode [2021-09-02T19:35:20.597Z] INFO: Starting a daemon under test... [2021-09-02T19:35:20.597Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42674\18\daemon --pidfile d:\CI\PR-42674\18\docker.pid -D [2021-09-02T19:35:20.597Z] INFO: Process started successfully. [2021-09-02T19:35:20.597Z] INFO: Start tailing logs of the daemon under tests [2021-09-02T19:35:20.597Z] INFO: Waiting for the daemon under test to start... [2021-09-02T19:35:21.012Z] Loaded image: debian:bullseye-slim [2021-09-02T19:35:21.270Z] Loaded image: hello-world:latest [2021-09-02T19:35:21.270Z] Loaded image: arm32v7/hello-world:latest [2021-09-02T19:35:21.270Z] INFO: Testing against a local daemon [2021-09-02T19:35:21.270Z] === RUN TestCgroupNamespacesBuild [2021-09-02T19:35:22.644Z] --- PASS: TestCgroupNamespacesBuild (1.28s) [2021-09-02T19:35:22.644Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-09-02T19:35:24.019Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.31s) [2021-09-02T19:35:24.019Z] === RUN TestBuildWithSession [2021-09-02T19:35:24.019Z] build_session_test.go:25: TODO: BuildKit [2021-09-02T19:35:24.019Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-02T19:35:24.019Z] === RUN TestBuildSquashParent [2021-09-02T19:35:28.204Z] --- PASS: TestBuildSquashParent (4.36s) [2021-09-02T19:35:28.204Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-02T19:35:28.204Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:35:28.204Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:35:28.204Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:35:28.204Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:35:28.204Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:35:28.204Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:35:28.204Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:35:28.204Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:35:28.204Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:35:28.204Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:35:28.204Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:35:28.204Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:35:28.204Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:35:28.204Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:35:28.886Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-09-02T19:35:29.579Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:35:30.145Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:35:31.520Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:35:31.520Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:35:32.004Z] ---> 63e2986dda7d [2021-09-02T19:35:32.004Z] Successfully built 63e2986dda7d [2021-09-02T19:35:32.004Z] Successfully tagged docker:latest [2021-09-02T19:35:32.004Z] INFO: Image build ended at 09/02/2021 19:35:29. Duration:00:03:00.4943837 [2021-09-02T19:35:32.004Z] [2021-09-02T19:35:32.004Z] [2021-09-02T19:35:32.004Z] INFO: Building the test binaries at 09/02/2021 19:35:29... [2021-09-02T19:35:33.421Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-02T19:35:33.421Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.34s) [2021-09-02T19:35:33.421Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.80s) [2021-09-02T19:35:33.421Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.67s) [2021-09-02T19:35:33.421Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.62s) [2021-09-02T19:35:33.421Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.72s) [2021-09-02T19:35:33.421Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.87s) [2021-09-02T19:35:33.421Z] === RUN TestBuildMultiStageCopy [2021-09-02T19:35:33.421Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-02T19:35:34.241Z] INFO: make.ps1 starting at 09/02/2021 19:35:34 [2021-09-02T19:35:34.713Z] INFO: Git commit (1b8db06785) assumed from DOCKER_GITCOMMIT environment variable [2021-09-02T19:35:34.713Z] INFO: Invoking autogen... [2021-09-02T19:35:35.185Z] INFO: Building daemon... [2021-09-02T19:35:35.322Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-02T19:35:35.322Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-02T19:35:35.322Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-02T19:35:35.581Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-02T19:35:35.838Z] --- PASS: TestBuildMultiStageCopy (2.38s) [2021-09-02T19:35:35.838Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.55s) [2021-09-02T19:35:35.838Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2021-09-02T19:35:35.838Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2021-09-02T19:35:35.838Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2021-09-02T19:35:35.838Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2021-09-02T19:35:35.838Z] === RUN TestBuildMultiStageParentConfig [2021-09-02T19:35:35.875Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-09-02T19:35:36.404Z] --- PASS: TestBuildMultiStageParentConfig (0.58s) [2021-09-02T19:35:36.404Z] === RUN TestBuildLabelWithTargets [2021-09-02T19:35:37.313Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-09-02T19:35:37.338Z] --- PASS: TestBuildLabelWithTargets (0.91s) [2021-09-02T19:35:37.338Z] === RUN TestBuildWithEmptyLayers [2021-09-02T19:35:37.760Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-09-02T19:35:37.904Z] --- PASS: TestBuildWithEmptyLayers (0.40s) [2021-09-02T19:35:37.904Z] === RUN TestBuildMultiStageOnBuild [2021-09-02T19:35:38.393Z] ...INFO: Daemon under test started and replied! [2021-09-02T19:35:38.393Z] INFO: Docker version of the daemon under test [2021-09-02T19:35:38.393Z] [2021-09-02T19:35:38.393Z] Client: [2021-09-02T19:35:38.393Z] Version: 17.06.2-ce [2021-09-02T19:35:38.393Z] API version: 1.30 [2021-09-02T19:35:38.393Z] Go version: go1.8.3 [2021-09-02T19:35:38.393Z] Git commit: cec0b72 [2021-09-02T19:35:38.393Z] Built: Tue Sep 5 19:57:19 2017 [2021-09-02T19:35:38.393Z] OS/Arch: windows/amd64 [2021-09-02T19:35:38.393Z] [2021-09-02T19:35:38.393Z] Server: [2021-09-02T19:35:38.393Z] Version: 0.0.0-dev [2021-09-02T19:35:38.393Z] API version: 1.42 (minimum version 1.24) [2021-09-02T19:35:38.393Z] Go version: go1.17 [2021-09-02T19:35:38.393Z] Git commit: 1b8db06785 [2021-09-02T19:35:38.393Z] Built: 09/02/2021 19:33:50 [2021-09-02T19:35:38.393Z] OS/Arch: windows/amd64 [2021-09-02T19:35:38.393Z] Experimental: false [2021-09-02T19:35:38.393Z] [2021-09-02T19:35:38.393Z] INFO: Docker info of the daemon under test [2021-09-02T19:35:38.393Z] [2021-09-02T19:35:38.393Z] Containers: 0 [2021-09-02T19:35:38.393Z] Running: 0 [2021-09-02T19:35:38.393Z] Paused: 0 [2021-09-02T19:35:38.393Z] Stopped: 0 [2021-09-02T19:35:38.393Z] Images: 0 [2021-09-02T19:35:38.393Z] Server Version: 0.0.0-dev [2021-09-02T19:35:38.393Z] Storage Driver: windowsfilter [2021-09-02T19:35:38.393Z] Windows: [2021-09-02T19:35:38.393Z] Logging Driver: json-file [2021-09-02T19:35:38.393Z] Plugins: [2021-09-02T19:35:38.393Z] Volume: local [2021-09-02T19:35:38.393Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-02T19:35:38.393Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-02T19:35:38.393Z] Swarm: inactive [2021-09-02T19:35:38.393Z] Default Isolation: process [2021-09-02T19:35:38.393Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-02T19:35:38.393Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-02T19:35:38.393Z] OSType: windows [2021-09-02T19:35:38.393Z] Architecture: x86_64 [2021-09-02T19:35:38.393Z] CPUs: 4 [2021-09-02T19:35:38.393Z] Total Memory: 32GiB [2021-09-02T19:35:38.393Z] Name: azwin-2-7d9360 [2021-09-02T19:35:38.393Z] ID: QUQ3:YKBX:T3EI:4IUN:FMQR:ZBMQ:MOGU:YKB3:VY3E:34GV:3AGM:XJGU [2021-09-02T19:35:38.393Z] Docker Root Dir: D:\CI\PR-42674\18\daemon [2021-09-02T19:35:38.393Z] Debug Mode (client): false [2021-09-02T19:35:38.393Z] Debug Mode (server): true [2021-09-02T19:35:38.393Z] File Descriptors: -1 [2021-09-02T19:35:38.393Z] Goroutines: 16 [2021-09-02T19:35:38.393Z] System Time: 2021-09-02T19:35:36.0445632Z [2021-09-02T19:35:38.393Z] EventsListeners: 0 [2021-09-02T19:35:38.393Z] Registry: https://index.docker.io/v1/ [2021-09-02T19:35:38.393Z] Labels: [2021-09-02T19:35:38.393Z] Experimental: false [2021-09-02T19:35:38.393Z] Insecure Registries: [2021-09-02T19:35:38.393Z] 127.0.0.0/8 [2021-09-02T19:35:38.393Z] Live Restore Enabled: false [2021-09-02T19:35:38.393Z] [2021-09-02T19:35:38.393Z] [2021-09-02T19:35:38.393Z] INFO: Docker images of the daemon under test [2021-09-02T19:35:38.393Z] [2021-09-02T19:35:38.393Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-02T19:35:38.393Z] [2021-09-02T19:35:38.393Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-09-02T19:35:38.393Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2021-09-02T19:35:38.393Z] ltsc2022: Pulling from windows/servercore [2021-09-02T19:35:38.393Z] 8f616e6e9eec: Pulling fs layer [2021-09-02T19:35:38.393Z] 393f6f5bddce: Pulling fs layer [2021-09-02T19:35:39.278Z] --- PASS: TestBuildMultiStageOnBuild (1.63s) [2021-09-02T19:35:39.278Z] === RUN TestBuildUncleanTarFilenames [2021-09-02T19:35:39.845Z] --- PASS: TestBuildUncleanTarFilenames (0.55s) [2021-09-02T19:35:39.845Z] === RUN TestBuildMultiStageLayerLeak [2021-09-02T19:35:40.859Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-09-02T19:35:41.745Z] --- PASS: TestBuildMultiStageLayerLeak (1.73s) [2021-09-02T19:35:41.745Z] === RUN TestBuildWithHugeFile [2021-09-02T19:35:44.259Z] 393f6f5bddce: Verifying Checksum [2021-09-02T19:35:44.259Z] 393f6f5bddce: Download complete [2021-09-02T19:35:45.895Z] 8f616e6e9eec: Verifying Checksum [2021-09-02T19:35:45.895Z] 8f616e6e9eec: Download complete [2021-09-02T19:35:47.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-09-02T19:35:56.564Z] .......................... [ 67%] [2021-09-02T19:35:57.753Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-09-02T19:35:58.694Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-09-02T19:35:59.265Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-09-02T19:36:00.205Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-09-02T19:36:00.205Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-09-02T19:36:01.145Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-09-02T19:36:03.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-09-02T19:36:04.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-09-02T19:36:05.633Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-09-02T19:36:05.892Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-09-02T19:36:06.836Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-09-02T19:36:07.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-09-02T19:36:08.115Z] ok github.com/docker/docker/libnetwork 46.874s coverage: 41.0% of statements [2021-09-02T19:36:08.115Z] ok github.com/docker/docker/libnetwork/bitseq 0.314s coverage: 84.4% of statements [2021-09-02T19:36:08.115Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-09-02T19:36:08.115Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-09-02T19:36:08.115Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-09-02T19:36:08.115Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-09-02T19:36:08.115Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-09-02T19:36:08.115Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-09-02T19:36:08.115Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-09-02T19:36:08.349Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-09-02T19:36:08.378Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-09-02T19:36:08.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-09-02T19:36:09.865Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-09-02T19:36:10.297Z] ok github.com/docker/docker/libnetwork/config 0.050s coverage: 24.0% of statements [2021-09-02T19:36:10.805Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-02T19:36:10.805Z] Using test binary docker [2021-09-02T19:36:10.805Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-09-02T19:36:10.805Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-02T19:36:10.805Z] INFO: Waiting for daemon to start... [2021-09-02T19:36:10.805Z] Starting dockerd [2021-09-02T19:36:10.873Z] ok github.com/docker/docker/libnetwork/datastore 0.005s coverage: 21.9% of statements [2021-09-02T19:36:10.873Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-09-02T19:36:10.873Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-09-02T19:36:11.448Z] ok github.com/docker/docker/libnetwork/driverapi 0.004s coverage: 68.9% of statements [2021-09-02T19:36:13.343Z] . [2021-09-02T19:36:13.343Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-02T19:36:13.343Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-02T19:36:13.343Z] Error: No such image: emptyfs [2021-09-02T19:36:13.343Z] Running integration-test (iteration 1) [2021-09-02T19:36:13.343Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-09-02T19:36:13.603Z] Loaded image: busybox:latest [2021-09-02T19:36:13.863Z] Loaded image: busybox:glibc [2021-09-02T19:36:15.245Z] Loaded image: debian:bullseye-slim [2021-09-02T19:36:15.245Z] Loaded image: hello-world:latest [2021-09-02T19:36:15.245Z] Loaded image: arm32v7/hello-world:latest [2021-09-02T19:36:15.505Z] INFO: Testing against a local daemon [2021-09-02T19:36:15.505Z] === RUN TestCgroupNamespacesBuild [2021-09-02T19:36:16.770Z] ok github.com/docker/docker/libnetwork/drivers/bridge 2.485s coverage: 59.9% of statements [2021-09-02T19:36:16.770Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-09-02T19:36:16.771Z] ok github.com/docker/docker/libnetwork/drivers/host 0.004s coverage: 34.8% of statements [2021-09-02T19:36:16.887Z] --- PASS: TestCgroupNamespacesBuild (1.27s) [2021-09-02T19:36:16.887Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-09-02T19:36:17.349Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.026s coverage: 4.0% of statements [2021-09-02T19:36:17.349Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-09-02T19:36:17.828Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s) [2021-09-02T19:36:17.828Z] === RUN TestBuildWithSession [2021-09-02T19:36:17.828Z] build_session_test.go:25: TODO: BuildKit [2021-09-02T19:36:17.828Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-02T19:36:17.828Z] === RUN TestBuildSquashParent [2021-09-02T19:36:19.903Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.028s coverage: 4.5% of statements [2021-09-02T19:36:19.903Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-09-02T19:36:20.478Z] ok github.com/docker/docker/libnetwork/drivers/null 0.004s coverage: 34.8% of statements [2021-09-02T19:36:25.958Z] --- PASS: TestBuildSquashParent (7.38s) [2021-09-02T19:36:25.958Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-02T19:36:25.958Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:36:25.958Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:36:25.958Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:36:25.958Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:36:25.958Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:36:25.958Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:36:25.958Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:36:25.958Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:36:25.958Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:36:25.958Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:36:25.958Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:36:25.958Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:36:25.958Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:36:25.958Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:36:26.898Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:36:26.898Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:36:28.811Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:36:28.811Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:36:30.719Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-02T19:36:30.719Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.48s) [2021-09-02T19:36:30.719Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.55s) [2021-09-02T19:36:30.719Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.09s) [2021-09-02T19:36:30.719Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.06s) [2021-09-02T19:36:30.719Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.05s) [2021-09-02T19:36:30.719Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.05s) [2021-09-02T19:36:30.719Z] === RUN TestBuildMultiStageCopy [2021-09-02T19:36:30.719Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-02T19:36:32.729Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.202s coverage: 6.6% of statements [2021-09-02T19:36:32.729Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-09-02T19:36:33.675Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2021-09-02T19:36:34.479Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-09-02T19:36:34.914Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-02T19:36:35.174Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-02T19:36:35.595Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.020s coverage: 57.4% of statements [2021-09-02T19:36:35.595Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-09-02T19:36:35.595Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-09-02T19:36:35.595Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-09-02T19:36:36.113Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-02T19:36:36.171Z] ok github.com/docker/docker/libnetwork/drvregistry 0.023s coverage: 82.4% of statements [2021-09-02T19:36:36.433Z] ok github.com/docker/docker/libnetwork/etchosts 0.035s coverage: 81.2% of statements [2021-09-02T19:36:37.011Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.005s coverage: 48.1% of statements [2021-09-02T19:36:37.051Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-02T19:36:37.587Z] ok github.com/docker/docker/libnetwork/idm 0.004s coverage: 87.5% of statements [2021-09-02T19:36:37.587Z] ok github.com/docker/docker/libnetwork/internal/caller 0.003s coverage: 100.0% of statements [2021-09-02T19:36:38.164Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-09-02T19:36:38.164Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-09-02T19:36:38.430Z] --- PASS: TestBuildMultiStageCopy (7.31s) [2021-09-02T19:36:38.430Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.31s) [2021-09-02T19:36:38.430Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.04s) [2021-09-02T19:36:38.430Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.96s) [2021-09-02T19:36:38.430Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-09-02T19:36:38.430Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-09-02T19:36:38.430Z] === RUN TestBuildMultiStageParentConfig [2021-09-02T19:36:43.705Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2021-09-02T19:36:43.705Z] === RUN TestBuildLabelWithTargets [2021-09-02T19:36:47.651Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-09-02T19:36:47.651Z] [2021-09-02T19:36:47.651Z] ________ ____ __. [2021-09-02T19:36:47.651Z] \_____ \ | |/ _| [2021-09-02T19:36:47.651Z] / | \| < [2021-09-02T19:36:47.651Z] / | \ | \ [2021-09-02T19:36:47.651Z] \_______ /____|__ \ [2021-09-02T19:36:47.651Z] \/ \/ [2021-09-02T19:36:47.651Z] [2021-09-02T19:36:47.651Z] INFO: make.ps1 ended at 09/02/2021 19:36:40 [2021-09-02T19:36:47.651Z] INFO: Binaries build ended at 09/02/2021 19:36:42. Duration:00:01:12.7454332 [2021-09-02T19:36:47.651Z] INFO: Copying the built daemon binary to d:\CI\PR-42674\18\binary\dockerd-1b8db06785.exe... [2021-09-02T19:36:47.651Z] INFO: Copying the built client binary to d:\CI\PR-42674\18\binary\docker-1b8db06785.exe... [2021-09-02T19:36:47.651Z] INFO: Copying dockerversion from the container... [2021-09-02T19:36:47.651Z] INFO: Copying the golang package from the container to d:\CI\PR-42674\18\installer\go.zip... [2021-09-02T19:36:47.651Z] INFO: Extracting go.zip to d:\CI\PR-42674\18\go [2021-09-02T19:36:49.477Z] --- PASS: TestBuildWithHugeFile (60.60s) [2021-09-02T19:36:49.477Z] === RUN TestBuildWCOWSandboxSize [2021-09-02T19:36:49.477Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-02T19:36:49.477Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-09-02T19:36:49.477Z] === RUN TestBuildWithEmptyDockerfile [2021-09-02T19:36:49.477Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T19:36:49.477Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T19:36:49.477Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T19:36:49.477Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T19:36:49.477Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T19:36:49.477Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T19:36:49.477Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T19:36:49.477Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T19:36:49.477Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T19:36:49.477Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-09-02T19:36:49.477Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2021-09-02T19:36:49.477Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2021-09-02T19:36:49.477Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-09-02T19:36:49.477Z] === RUN TestBuildPreserveOwnership [2021-09-02T19:36:49.477Z] === RUN TestBuildPreserveOwnership/copy_from [2021-09-02T19:36:49.477Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-09-02T19:36:49.477Z] --- PASS: TestBuildPreserveOwnership (3.60s) [2021-09-02T19:36:49.477Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.45s) [2021-09-02T19:36:49.477Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.14s) [2021-09-02T19:36:49.477Z] === RUN TestBuildPlatformInvalid [2021-09-02T19:36:49.477Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-09-02T19:36:49.477Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-09-02T19:36:49.477Z] Loaded image: busybox:latest [2021-09-02T19:36:49.477Z] Loaded image: busybox:glibc [2021-09-02T19:36:49.477Z] Loaded image: debian:bullseye-slim [2021-09-02T19:36:49.478Z] Loaded image: hello-world:latest [2021-09-02T19:36:49.478Z] Loaded image: arm32v7/hello-world:latest [2021-09-02T19:36:49.839Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.004s coverage: 100.0% of statements [2021-09-02T19:36:51.829Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-09-02T19:36:51.829Z] === RUN TestBuildWithEmptyLayers [2021-09-02T19:36:52.518Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-09-02T19:36:52.518Z] tests/integration/client_test.py ..... [ 75%] [2021-09-02T19:36:52.518Z] tests/integration/context_api_test.py ... [ 76%] [2021-09-02T19:36:52.518Z] tests/integration/errors_test.py . [ 76%] [2021-09-02T19:36:54.368Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-09-02T19:36:54.368Z] === RUN TestBuildMultiStageOnBuild [2021-09-02T19:36:57.588Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.62s) [2021-09-02T19:36:57.588Z] PASS [2021-09-02T19:36:57.588Z] [2021-09-02T19:36:57.588Z] === Skipped [2021-09-02T19:36:57.588Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-09-02T19:36:57.588Z] build_session_test.go:25: TODO: BuildKit [2021-09-02T19:36:57.588Z] [2021-09-02T19:36:57.588Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-09-02T19:36:57.588Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-02T19:36:57.588Z] [2021-09-02T19:36:57.588Z] DONE 34 tests, 2 skipped in 97.502s [2021-09-02T19:36:57.588Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-09-02T19:36:57.588Z] INFO: Testing against a local daemon [2021-09-02T19:36:57.588Z] === RUN TestConfigInspect [2021-09-02T19:36:58.202Z] 8f616e6e9eec: Pull complete [2021-09-02T19:36:59.487Z] --- PASS: TestConfigInspect (2.30s) [2021-09-02T19:36:59.487Z] === RUN TestConfigList [2021-09-02T19:36:59.648Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-09-02T19:36:59.648Z] === RUN TestBuildUncleanTarFilenames [2021-09-02T19:36:59.648Z] --- PASS: TestBuildUncleanTarFilenames (0.52s) [2021-09-02T19:36:59.648Z] === RUN TestBuildMultiStageLayerLeak [2021-09-02T19:37:01.386Z] --- PASS: TestConfigList (2.14s) [2021-09-02T19:37:01.386Z] === RUN TestConfigsCreateAndDelete [2021-09-02T19:37:03.917Z] --- PASS: TestConfigsCreateAndDelete (2.15s) [2021-09-02T19:37:03.917Z] === RUN TestConfigsUpdate [2021-09-02T19:37:04.926Z] --- PASS: TestBuildMultiStageLayerLeak (4.47s) [2021-09-02T19:37:04.927Z] === RUN TestBuildWithHugeFile [2021-09-02T19:37:05.816Z] --- PASS: TestConfigsUpdate (2.12s) [2021-09-02T19:37:05.816Z] === RUN TestTemplatedConfig [2021-09-02T19:37:08.345Z] --- PASS: TestTemplatedConfig (2.63s) [2021-09-02T19:37:08.345Z] === RUN TestConfigCreateResolve [2021-09-02T19:37:08.751Z] INFO: Extraction ended at 09/02/2021 19:37:07. Duration:00:00:22.5636809 [2021-09-02T19:37:08.751Z] INFO: Updating the golang and path environment variables [2021-09-02T19:37:08.751Z] INFO: GOPATH=d:\gopath [2021-09-02T19:37:08.751Z] INFO: go version go1.17 windows/amd64 [2021-09-02T19:37:08.751Z] INFO: Running the daemon under test in debug mode [2021-09-02T19:37:08.751Z] INFO: Starting a daemon under test... [2021-09-02T19:37:08.751Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42674\18\daemon --pidfile d:\CI\PR-42674\18\docker.pid -D [2021-09-02T19:37:08.751Z] INFO: Process started successfully. [2021-09-02T19:37:08.751Z] INFO: Start tailing logs of the daemon under tests [2021-09-02T19:37:08.751Z] INFO: Waiting for the daemon under test to start... [2021-09-02T19:37:10.245Z] --- PASS: TestConfigCreateResolve (2.16s) [2021-09-02T19:37:10.245Z] PASS [2021-09-02T19:37:10.245Z] [2021-09-02T19:37:10.245Z] DONE 6 tests in 13.529s [2021-09-02T19:37:10.245Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-09-02T19:37:10.504Z] INFO: Testing against a local daemon [2021-09-02T19:37:10.504Z] === RUN TestCheckpoint [2021-09-02T19:37:10.504Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-02T19:37:10.504Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-02T19:37:10.504Z] === RUN TestContainerInvalidJSON [2021-09-02T19:37:10.504Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T19:37:10.504Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T19:37:10.504Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-02T19:37:10.504Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-02T19:37:10.504Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T19:37:10.504Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-02T19:37:10.504Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-09-02T19:37:10.504Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-02T19:37:10.504Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-02T19:37:10.504Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-02T19:37:10.504Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-09-02T19:37:10.504Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-02T19:37:10.504Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-09-02T19:37:10.504Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-02T19:37:10.504Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-09-02T19:37:10.504Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-02T19:37:10.504Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-09-02T19:37:10.504Z] === RUN TestCopyFromContainer [2021-09-02T19:37:10.560Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-09-02T19:37:11.879Z] === RUN TestCopyFromContainer// [2021-09-02T19:37:11.880Z] === RUN TestCopyFromContainer//bar/root [2021-09-02T19:37:11.880Z] === RUN TestCopyFromContainer//bar/root/ [2021-09-02T19:37:11.880Z] === RUN TestCopyFromContainer/bar/quux [2021-09-02T19:37:11.880Z] === RUN TestCopyFromContainer/bar/quux/ [2021-09-02T19:37:11.880Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-09-02T19:37:11.880Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-09-02T19:37:12.139Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-09-02T19:37:12.139Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-09-02T19:37:12.139Z] === RUN TestCopyFromContainer/bar/notarget [2021-09-02T19:37:12.139Z] --- PASS: TestCopyFromContainer (1.64s) [2021-09-02T19:37:12.139Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-09-02T19:37:12.139Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-09-02T19:37:12.139Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-09-02T19:37:12.139Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-09-02T19:37:12.139Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-09-02T19:37:12.139Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-09-02T19:37:12.139Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-09-02T19:37:12.139Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-09-02T19:37:12.139Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-09-02T19:37:12.139Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-09-02T19:37:12.139Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-02T19:37:12.139Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T19:37:12.139Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T19:37:12.139Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T19:37:12.139Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T19:37:12.139Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T19:37:12.139Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T19:37:12.139Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T19:37:12.139Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T19:37:12.139Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T19:37:12.139Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-09-02T19:37:12.139Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-02T19:37:12.139Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-02T19:37:12.139Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-02T19:37:12.139Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-02T19:37:12.397Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-09-02T19:37:12.397Z] === RUN TestCreateWithInvalidEnv [2021-09-02T19:37:12.397Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-02T19:37:12.397Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-02T19:37:12.397Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-02T19:37:12.397Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-02T19:37:12.397Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-02T19:37:12.397Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-02T19:37:12.397Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-02T19:37:12.397Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-02T19:37:12.397Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-02T19:37:12.397Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-09-02T19:37:12.397Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-02T19:37:12.397Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-02T19:37:12.397Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-02T19:37:12.397Z] === RUN TestCreateTmpfsMountsTarget [2021-09-02T19:37:12.397Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-09-02T19:37:12.397Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-02T19:37:14.299Z] --- PASS: TestCreateWithCustomMaskedPaths (1.79s) [2021-09-02T19:37:14.299Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-02T19:37:16.200Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.72s) [2021-09-02T19:37:16.200Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-02T19:37:16.200Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T19:37:16.200Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T19:37:16.200Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T19:37:16.200Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T19:37:16.200Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T19:37:16.200Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T19:37:16.200Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T19:37:16.200Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T19:37:16.200Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T19:37:16.200Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T19:37:16.200Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T19:37:16.200Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T19:37:16.200Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T19:37:16.200Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T19:37:16.200Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T19:37:16.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-09-02T19:37:16.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-09-02T19:37:16.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-09-02T19:37:16.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-09-02T19:37:16.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-09-02T19:37:16.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-09-02T19:37:16.200Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-02T19:37:16.458Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.62s) [2021-09-02T19:37:16.458Z] === RUN TestCreateDifferentPlatform [2021-09-02T19:37:16.458Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-02T19:37:16.458Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-02T19:37:16.458Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-09-02T19:37:16.458Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-02T19:37:16.458Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-02T19:37:16.458Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-02T19:37:16.458Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-09-02T19:37:16.458Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-02T19:37:16.458Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-09-02T19:37:16.458Z] === RUN TestContainerStartOnDaemonRestart [2021-09-02T19:37:16.458Z] === PAUSE TestContainerStartOnDaemonRestart [2021-09-02T19:37:16.458Z] === RUN TestDaemonRestartIpcMode [2021-09-02T19:37:16.458Z] === PAUSE TestDaemonRestartIpcMode [2021-09-02T19:37:16.458Z] === RUN TestDaemonHostGatewayIP [2021-09-02T19:37:16.458Z] === PAUSE TestDaemonHostGatewayIP [2021-09-02T19:37:16.459Z] === RUN TestRestartDaemonWithRestartingContainer [2021-09-02T19:37:16.459Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-09-02T19:37:16.459Z] === RUN TestContainerKillOnDaemonStart [2021-09-02T19:37:16.459Z] === PAUSE TestContainerKillOnDaemonStart [2021-09-02T19:37:16.459Z] === RUN TestDiff [2021-09-02T19:37:17.392Z] --- PASS: TestDiff (0.64s) [2021-09-02T19:37:17.392Z] === RUN TestExecWithCloseStdin [2021-09-02T19:37:17.958Z] --- PASS: TestExecWithCloseStdin (0.69s) [2021-09-02T19:37:17.958Z] === RUN TestExec [2021-09-02T19:37:18.524Z] --- PASS: TestExec (0.70s) [2021-09-02T19:37:18.524Z] === RUN TestExecUser [2021-09-02T19:37:19.462Z] --- PASS: TestExecUser (0.68s) [2021-09-02T19:37:19.462Z] === RUN TestExportContainerAndImportImage [2021-09-02T19:37:20.028Z] --- PASS: TestExportContainerAndImportImage (0.79s) [2021-09-02T19:37:20.028Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-02T19:37:21.402Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2021-09-02T19:37:21.402Z] === RUN TestHealthCheckWorkdir [2021-09-02T19:37:22.337Z] --- PASS: TestHealthCheckWorkdir (0.83s) [2021-09-02T19:37:22.337Z] === RUN TestHealthKillContainer [2021-09-02T19:37:24.865Z] --- PASS: TestHealthKillContainer (2.70s) [2021-09-02T19:37:24.865Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-02T19:37:25.432Z] --- PASS: TestInspectCpusetInConfigPre120 (0.62s) [2021-09-02T19:37:25.432Z] === RUN TestIpcModeNone [2021-09-02T19:37:26.367Z] --- PASS: TestIpcModeNone (0.69s) [2021-09-02T19:37:26.367Z] === RUN TestIpcModePrivate [2021-09-02T19:37:26.425Z] ......... [ 86%] [2021-09-02T19:37:26.625Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-09-02T19:37:26.884Z] --- PASS: TestIpcModePrivate (0.64s) [2021-09-02T19:37:26.884Z] === RUN TestIpcModeShareable [2021-09-02T19:37:27.142Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-09-02T19:37:27.399Z] --- PASS: TestIpcModeShareable (0.65s) [2021-09-02T19:37:27.399Z] === RUN TestAPIIpcModeShareableAndContainer [2021-09-02T19:37:29.825Z] .....INFO: Daemon under test started and replied! [2021-09-02T19:37:29.825Z] INFO: Docker version of the daemon under test [2021-09-02T19:37:29.825Z] [2021-09-02T19:37:29.825Z] Client: [2021-09-02T19:37:29.825Z] Version: 17.06.2-ce [2021-09-02T19:37:29.825Z] API version: 1.30 [2021-09-02T19:37:29.825Z] Go version: go1.8.3 [2021-09-02T19:37:29.825Z] Git commit: cec0b72 [2021-09-02T19:37:29.825Z] Built: Tue Sep 5 19:57:19 2017 [2021-09-02T19:37:29.825Z] OS/Arch: windows/amd64 [2021-09-02T19:37:29.825Z] [2021-09-02T19:37:29.825Z] Server: [2021-09-02T19:37:29.825Z] Version: 0.0.0-dev [2021-09-02T19:37:29.825Z] API version: 1.42 (minimum version 1.24) [2021-09-02T19:37:29.825Z] Go version: go1.17 [2021-09-02T19:37:29.825Z] Git commit: 1b8db06785 [2021-09-02T19:37:29.825Z] Built: 09/02/2021 19:35:34 [2021-09-02T19:37:29.825Z] OS/Arch: windows/amd64 [2021-09-02T19:37:29.825Z] Experimental: false [2021-09-02T19:37:29.825Z] [2021-09-02T19:37:29.825Z] INFO: Docker info of the daemon under test [2021-09-02T19:37:29.825Z] [2021-09-02T19:37:29.825Z] Containers: 0 [2021-09-02T19:37:29.825Z] Running: 0 [2021-09-02T19:37:29.825Z] Paused: 0 [2021-09-02T19:37:29.825Z] Stopped: 0 [2021-09-02T19:37:29.825Z] Images: 0 [2021-09-02T19:37:29.825Z] Server Version: 0.0.0-dev [2021-09-02T19:37:29.825Z] Storage Driver: windowsfilter [2021-09-02T19:37:29.825Z] Windows: [2021-09-02T19:37:29.825Z] Logging Driver: json-file [2021-09-02T19:37:29.825Z] Plugins: [2021-09-02T19:37:29.825Z] Volume: local [2021-09-02T19:37:29.825Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-02T19:37:29.825Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-02T19:37:29.825Z] Swarm: inactive [2021-09-02T19:37:29.825Z] Default Isolation: process [2021-09-02T19:37:29.825Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-09-02T19:37:29.825Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-09-02T19:37:29.825Z] OSType: windows [2021-09-02T19:37:29.825Z] Architecture: x86_64 [2021-09-02T19:37:29.825Z] CPUs: 4 [2021-09-02T19:37:29.825Z] Total Memory: 32GiB [2021-09-02T19:37:29.825Z] Name: azwin-2-584c50 [2021-09-02T19:37:29.825Z] ID: XSYB:7X25:MJSA:JGT4:4TNV:C6BK:R2EU:SQPO:YMKY:CASE:LNCS:PC3M [2021-09-02T19:37:29.825Z] Docker Root Dir: D:\CI\PR-42674\18\daemon [2021-09-02T19:37:29.825Z] Debug Mode (client): false [2021-09-02T19:37:29.825Z] Debug Mode (server): true [2021-09-02T19:37:29.825Z] File Descriptors: -1 [2021-09-02T19:37:29.825Z] Goroutines: 16 [2021-09-02T19:37:29.825Z] System Time: 2021-09-02T19:37:26.8430869Z [2021-09-02T19:37:29.825Z] EventsListeners: 0 [2021-09-02T19:37:29.825Z] Registry: https://index.docker.io/v1/ [2021-09-02T19:37:29.825Z] Labels: [2021-09-02T19:37:29.825Z] Experimental: false [2021-09-02T19:37:29.825Z] Insecure Registries: [2021-09-02T19:37:29.825Z] 127.0.0.0/8 [2021-09-02T19:37:29.825Z] Live Restore Enabled: false [2021-09-02T19:37:29.825Z] [2021-09-02T19:37:29.825Z] [2021-09-02T19:37:29.825Z] INFO: Docker images of the daemon under test [2021-09-02T19:37:29.825Z] [2021-09-02T19:37:29.825Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-02T19:37:29.825Z] [2021-09-02T19:37:29.825Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-09-02T19:37:29.825Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-09-02T19:37:29.825Z] ltsc2019: Pulling from windows/servercore [2021-09-02T19:37:29.825Z] 4612f6d0b889: Pulling fs layer [2021-09-02T19:37:29.825Z] c67ded6868b6: Pulling fs layer [2021-09-02T19:37:29.928Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.96s) [2021-09-02T19:37:29.928Z] === RUN TestAPIIpcModeHost [2021-09-02T19:37:29.928Z] --- PASS: TestAPIIpcModeHost (0.45s) [2021-09-02T19:37:29.928Z] === RUN TestDaemonIpcModeShareable [2021-09-02T19:37:30.624Z] tests/integration/models_images_test.py ............... [ 89%] [2021-09-02T19:37:30.863Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-09-02T19:37:31.121Z] --- PASS: TestDaemonIpcModeShareable (1.16s) [2021-09-02T19:37:31.121Z] === RUN TestDaemonIpcModePrivate [2021-09-02T19:37:32.054Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-09-02T19:37:32.062Z] tests/integration/models_networks_test.py .... [ 91%] [2021-09-02T19:37:32.312Z] --- PASS: TestDaemonIpcModePrivate (1.17s) [2021-09-02T19:37:32.312Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-09-02T19:37:33.246Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-09-02T19:37:33.504Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.22s) [2021-09-02T19:37:33.504Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-09-02T19:37:34.437Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-09-02T19:37:34.695Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.20s) [2021-09-02T19:37:34.695Z] === RUN TestIpcModeOlderClient [2021-09-02T19:37:34.695Z] === PAUSE TestIpcModeOlderClient [2021-09-02T19:37:34.695Z] === RUN TestKillContainerInvalidSignal [2021-09-02T19:37:35.261Z] --- PASS: TestKillContainerInvalidSignal (0.48s) [2021-09-02T19:37:35.261Z] === RUN TestKillContainer [2021-09-02T19:37:35.261Z] === RUN TestKillContainer/no_signal [2021-09-02T19:37:35.520Z] === RUN TestKillContainer/non_killing_signal [2021-09-02T19:37:35.779Z] === RUN TestKillContainer/killing_signal [2021-09-02T19:37:36.345Z] --- PASS: TestKillContainer (1.30s) [2021-09-02T19:37:36.345Z] --- PASS: TestKillContainer/no_signal (0.40s) [2021-09-02T19:37:36.345Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2021-09-02T19:37:36.345Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2021-09-02T19:37:36.345Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-02T19:37:36.345Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-09-02T19:37:36.913Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-09-02T19:37:37.480Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.88s) [2021-09-02T19:37:37.480Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2021-09-02T19:37:37.480Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.30s) [2021-09-02T19:37:37.480Z] === RUN TestKillStoppedContainer [2021-09-02T19:37:37.480Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-09-02T19:37:37.480Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-02T19:37:37.480Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-09-02T19:37:37.480Z] === RUN TestKillDifferentUserContainer [2021-09-02T19:37:38.047Z] --- PASS: TestKillDifferentUserContainer (0.52s) [2021-09-02T19:37:38.047Z] === RUN TestInspectOomKilledTrue [2021-09-02T19:37:38.047Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-09-02T19:37:38.047Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-02T19:37:38.047Z] === RUN TestInspectOomKilledFalse [2021-09-02T19:37:38.306Z] --- PASS: TestInspectOomKilledFalse (0.44s) [2021-09-02T19:37:38.306Z] === RUN TestLinksEtcHostsContentMatch [2021-09-02T19:37:38.595Z] tests/integration/models_nodes_test.py . [ 91%] [2021-09-02T19:37:38.595Z] tests/integration/models_resources_test.py . [ 91%] [2021-09-02T19:37:38.872Z] --- PASS: TestLinksEtcHostsContentMatch (0.37s) [2021-09-02T19:37:38.872Z] === RUN TestLinksContainerNames [2021-09-02T19:37:39.807Z] --- PASS: TestLinksContainerNames (0.95s) [2021-09-02T19:37:39.807Z] === RUN TestLogsFollowTailEmpty [2021-09-02T19:37:40.065Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2021-09-02T19:37:40.065Z] === RUN TestContainerNetworkMountsNoChown [2021-09-02T19:37:40.135Z] 4612f6d0b889: Verifying Checksum [2021-09-02T19:37:40.136Z] 4612f6d0b889: Download complete [2021-09-02T19:37:40.632Z] --- PASS: TestContainerNetworkMountsNoChown (0.46s) [2021-09-02T19:37:40.632Z] === RUN TestMountDaemonRoot [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/default [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/default [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/private [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/private [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/rprivate [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/rprivate [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/slave [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/slave [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/rslave [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/rslave [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/shared [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/shared [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/rshared [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/rshared [2021-09-02T19:37:40.633Z] === CONT TestMountDaemonRoot/default [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/default/mount_root [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/default/bind_root [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-09-02T19:37:40.633Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-09-02T19:37:40.633Z] === CONT TestMountDaemonRoot/rshared [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-09-02T19:37:40.633Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-09-02T19:37:40.633Z] === CONT TestMountDaemonRoot/shared [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-09-02T19:37:40.633Z] === CONT TestMountDaemonRoot/rslave [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-09-02T19:37:40.633Z] === CONT TestMountDaemonRoot/slave [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-09-02T19:37:40.633Z] === CONT TestMountDaemonRoot/rprivate [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-09-02T19:37:40.633Z] === CONT TestMountDaemonRoot/private [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/private/bind_root [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/private/mount_root [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-09-02T19:37:40.633Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-09-02T19:37:40.633Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-09-02T19:37:40.633Z] === CONT TestMountDaemonRoot/default/bind_root [2021-09-02T19:37:40.633Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-09-02T19:37:40.633Z] === CONT TestMountDaemonRoot/default/mount_root [2021-09-02T19:37:40.633Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-09-02T19:37:40.633Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/private/bind_root [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-09-02T19:37:40.891Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-09-02T19:37:41.150Z] === CONT TestMountDaemonRoot/private/mount_root [2021-09-02T19:37:41.150Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.01s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-09-02T19:37:41.150Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-09-02T19:37:41.150Z] === RUN TestContainerBindMountNonRecursive [2021-09-02T19:37:42.569Z] --- PASS: TestContainerBindMountNonRecursive (1.50s) [2021-09-02T19:37:42.569Z] === RUN TestContainerVolumesMountedAsShared [2021-09-02T19:37:43.151Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s) [2021-09-02T19:37:43.151Z] === RUN TestContainerVolumesMountedAsSlave [2021-09-02T19:37:43.411Z] --- PASS: TestContainerVolumesMountedAsSlave (0.38s) [2021-09-02T19:37:43.411Z] === RUN TestNetworkNat [2021-09-02T19:37:43.861Z] c67ded6868b6: Verifying Checksum [2021-09-02T19:37:43.861Z] c67ded6868b6: Download complete [2021-09-02T19:37:43.977Z] --- PASS: TestNetworkNat (0.59s) [2021-09-02T19:37:43.978Z] === RUN TestNetworkLocalhostTCPNat [2021-09-02T19:37:44.545Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2021-09-02T19:37:44.545Z] === RUN TestNetworkLoopbackNat [2021-09-02T19:37:44.604Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-09-02T19:37:45.860Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-09-02T19:37:47.073Z] --- PASS: TestNetworkLoopbackNat (2.70s) [2021-09-02T19:37:47.073Z] === RUN TestPause [2021-09-02T19:37:47.333Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-09-02T19:37:47.333Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-09-02T19:37:47.640Z] --- PASS: TestPause (0.50s) [2021-09-02T19:37:47.640Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-02T19:37:47.640Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-02T19:37:47.640Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-02T19:37:47.640Z] === RUN TestPauseStopPausedContainer [2021-09-02T19:37:48.207Z] --- PASS: TestPauseStopPausedContainer (0.51s) [2021-09-02T19:37:48.207Z] === RUN TestPidHost [2021-09-02T19:37:49.584Z] --- PASS: TestPidHost (1.13s) [2021-09-02T19:37:49.584Z] === RUN TestPsFilter [2021-09-02T19:37:49.584Z] --- PASS: TestPsFilter (0.12s) [2021-09-02T19:37:49.584Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-02T19:37:49.842Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.48s) [2021-09-02T19:37:49.842Z] === RUN TestRemoveContainerWithVolume [2021-09-02T19:37:50.412Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2021-09-02T19:37:50.412Z] === RUN TestRemoveContainerRunning [2021-09-02T19:37:50.670Z] --- PASS: TestRemoveContainerRunning (0.45s) [2021-09-02T19:37:50.670Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-02T19:37:50.948Z] tests/integration/regression_test.py ...... [ 98%] [2021-09-02T19:37:51.237Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s) [2021-09-02T19:37:51.237Z] === RUN TestRemoveInvalidContainer [2021-09-02T19:37:51.237Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-09-02T19:37:51.237Z] === RUN TestRenameLinkedContainer [2021-09-02T19:37:51.460Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-09-02T19:37:51.460Z] tests/integration/credentials/utils_test.py . [100%] [2021-09-02T19:37:51.460Z] [2021-09-02T19:37:51.460Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-09-02T19:37:51.460Z] =========================== short test summary info ============================ [2021-09-02T19:37:51.460Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-09-02T19:37:51.460Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-09-02T19:37:51.460Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-09-02T19:37:51.460Z] Not supported on most drivers [2021-09-02T19:37:51.460Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-09-02T19:37:51.460Z] Output of docker top depends on host distro, and is not formalized. [2021-09-02T19:37:51.460Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-09-02T19:37:51.460Z] Output of docker top depends on host distro, and is not formalized. [2021-09-02T19:37:51.460Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-09-02T19:37:51.460Z] Can fail if eth0 has multiple IP addresses [2021-09-02T19:37:51.460Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-09-02T19:37:51.460Z] This doesn't seem to be taken into account by the engine [2021-09-02T19:37:51.460Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-09-02T19:37:51.460Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-09-02T19:37:51.460Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-09-02T19:37:51.460Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 291.47 seconds == [2021-09-02T19:37:51.716Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-09-02T19:37:53.136Z] --- PASS: TestRenameLinkedContainer (1.92s) [2021-09-02T19:37:53.136Z] === RUN TestRenameStoppedContainer [2021-09-02T19:37:53.703Z] --- PASS: TestRenameStoppedContainer (0.43s) [2021-09-02T19:37:53.703Z] === RUN TestRenameRunningContainerAndReuse [2021-09-02T19:37:54.637Z] --- PASS: TestRenameRunningContainerAndReuse (0.94s) [2021-09-02T19:37:54.637Z] === RUN TestRenameInvalidName [2021-09-02T19:37:54.895Z] --- PASS: TestRenameInvalidName (0.45s) [2021-09-02T19:37:54.895Z] === RUN TestRenameAnonymousContainer [2021-09-02T19:37:56.797Z] --- PASS: TestRenameAnonymousContainer (1.69s) [2021-09-02T19:37:56.797Z] === RUN TestRenameContainerWithSameName [2021-09-02T19:37:57.055Z] --- PASS: TestRenameContainerWithSameName (0.48s) [2021-09-02T19:37:57.055Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-02T19:37:57.989Z] --- PASS: TestRenameContainerWithLinkedContainer (0.92s) [2021-09-02T19:37:57.989Z] === RUN TestResize [2021-09-02T19:37:58.557Z] --- PASS: TestResize (0.49s) [2021-09-02T19:37:58.557Z] === RUN TestResizeWithInvalidSize [2021-09-02T19:37:59.124Z] --- PASS: TestResizeWithInvalidSize (0.51s) [2021-09-02T19:37:59.124Z] === RUN TestResizeWhenContainerNotStarted [2021-09-02T19:37:59.383Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2021-09-02T19:37:59.383Z] === RUN TestDaemonRestartKillContainers [2021-09-02T19:37:59.383Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-02T19:37:59.383Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-02T19:37:59.383Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-02T19:37:59.383Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-02T19:37:59.383Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-02T19:37:59.383Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-02T19:37:59.383Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-02T19:37:59.383Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-02T19:37:59.383Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-02T19:37:59.383Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-02T19:37:59.383Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-02T19:37:59.383Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-02T19:37:59.383Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-02T19:37:59.383Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-02T19:37:59.383Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-02T19:37:59.383Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-02T19:37:59.383Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:37:59.383Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:37:59.383Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:37:59.383Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:37:59.383Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:37:59.383Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:37:59.383Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:37:59.383Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:37:59.383Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-02T19:37:59.383Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-02T19:38:01.285Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:38:01.543Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:38:02.917Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:38:02.917Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:38:03.881Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-02T19:38:03.881Z] [2021-09-02T19:38:03.881Z] Unloading profiles will leave already running processes permanently [2021-09-02T19:38:03.881Z] unconfined, which can lead to unexpected situations. [2021-09-02T19:38:03.881Z] [2021-09-02T19:38:03.881Z] To set a process to complain mode, use the command line tool [2021-09-02T19:38:03.881Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-02T19:38:03.881Z] Post stage [Pipeline] junit [2021-09-02T19:38:03.891Z] Recording test results [2021-09-02T19:38:03.923Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-09-02T19:38:04.244Z] + echo Ensuring container killed. [2021-09-02T19:38:04.244Z] Ensuring container killed. [2021-09-02T19:38:04.244Z] + docker rm -vf docker-pr18 [2021-09-02T19:38:04.244Z] Error: No such container: docker-pr18 [Pipeline] sh [2021-09-02T19:38:04.291Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-02T19:38:04.292Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-02T19:38:04.517Z] + echo Chowning /workspace to jenkins user [2021-09-02T19:38:04.517Z] Chowning /workspace to jenkins user [2021-09-02T19:38:04.517Z] + id -u [2021-09-02T19:38:04.517Z] + id -g [2021-09-02T19:38:04.517Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42674:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-02T19:38:06.192Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-02T19:38:06.192Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-02T19:38:06.212Z] + bundleName=docker-py [2021-09-02T19:38:06.212Z] + echo Creating docker-py-bundles.tar.gz [2021-09-02T19:38:06.212Z] Creating docker-py-bundles.tar.gz [2021-09-02T19:38:06.212Z] + 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-09-02T19:38:06.222Z] Archiving artifacts [2021-09-02T19:38:06.461Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42674/18/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-09-02T19:38:06.811Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42674/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr18 -e DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 -e DOCKER_GRAPHDRIVER docker:1b8db067856387b4cc80bd5813993475382993b6 hack/make.sh binary [2021-09-02T19:38:07.374Z] [2021-09-02T19:38:07.374Z] Removing bundles/ [2021-09-02T19:38:07.374Z] [2021-09-02T19:38:07.374Z] ---> Making bundle: binary (in bundles/binary) [2021-09-02T19:38:07.374Z] Building: bundles/binary-daemon/dockerd-dev [2021-09-02T19:38:07.374Z] GOOS="" GOARCH="" GOARM="" [2021-09-02T19:38:08.096Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-02T19:38:08.355Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-02T19:38:10.257Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-09-02T19:38:10.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.92s) [2021-09-02T19:38:10.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.98s) [2021-09-02T19:38:10.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.43s) [2021-09-02T19:38:10.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.46s) [2021-09-02T19:38:10.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.34s) [2021-09-02T19:38:10.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.34s) [2021-09-02T19:38:10.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.83s) [2021-09-02T19:38:10.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.00s) [2021-09-02T19:38:10.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.05s) [2021-09-02T19:38:10.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.23s) [2021-09-02T19:38:10.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.80s) [2021-09-02T19:38:10.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.62s) [2021-09-02T19:38:10.257Z] === RUN TestCgroupNamespacesRun [2021-09-02T19:38:11.634Z] --- PASS: TestCgroupNamespacesRun (1.24s) [2021-09-02T19:38:11.634Z] === RUN TestCgroupNamespacesRunPrivileged [2021-09-02T19:38:11.634Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-09-02T19:38:11.634Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-09-02T19:38:11.634Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-09-02T19:38:12.569Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.21s) [2021-09-02T19:38:12.569Z] === RUN TestCgroupNamespacesRunHostMode [2021-09-02T19:38:12.651Z] --- PASS: TestBuildWithHugeFile (57.17s) [2021-09-02T19:38:12.651Z] === RUN TestBuildWCOWSandboxSize [2021-09-02T19:38:12.651Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-02T19:38:12.651Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-09-02T19:38:12.651Z] === RUN TestBuildWithEmptyDockerfile [2021-09-02T19:38:12.651Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T19:38:12.651Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T19:38:12.651Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T19:38:12.651Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T19:38:12.651Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T19:38:12.651Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T19:38:12.651Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T19:38:12.651Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T19:38:12.651Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T19:38:12.651Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-09-02T19:38:12.651Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2021-09-02T19:38:12.651Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2021-09-02T19:38:12.651Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-09-02T19:38:12.651Z] === RUN TestBuildPreserveOwnership [2021-09-02T19:38:12.651Z] === RUN TestBuildPreserveOwnership/copy_from [2021-09-02T19:38:12.651Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-09-02T19:38:12.651Z] --- PASS: TestBuildPreserveOwnership (9.60s) [2021-09-02T19:38:12.651Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.60s) [2021-09-02T19:38:12.651Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-09-02T19:38:12.651Z] === RUN TestBuildPlatformInvalid [2021-09-02T19:38:12.651Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-09-02T19:38:12.651Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-09-02T19:38:12.651Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2021-09-02T19:38:12.651Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-09-02T19:38:12.651Z] PASS [2021-09-02T19:38:12.651Z] [2021-09-02T19:38:12.651Z] === Skipped [2021-09-02T19:38:12.651Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-09-02T19:38:12.651Z] build_session_test.go:25: TODO: BuildKit [2021-09-02T19:38:12.651Z] [2021-09-02T19:38:12.651Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-09-02T19:38:12.651Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-02T19:38:12.651Z] [2021-09-02T19:38:12.651Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-09-02T19:38:12.651Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2021-09-02T19:38:12.651Z] [2021-09-02T19:38:12.652Z] DONE 34 tests, 3 skipped in 117.750s [2021-09-02T19:38:12.652Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-09-02T19:38:12.652Z] INFO: Testing against a local daemon [2021-09-02T19:38:12.652Z] === RUN TestConfigInspect [2021-09-02T19:38:12.652Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:38:12.652Z] --- SKIP: TestConfigInspect (0.01s) [2021-09-02T19:38:12.652Z] === RUN TestConfigList [2021-09-02T19:38:12.652Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:38:12.652Z] --- SKIP: TestConfigList (0.01s) [2021-09-02T19:38:12.652Z] === RUN TestConfigsCreateAndDelete [2021-09-02T19:38:12.652Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:38:12.652Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-09-02T19:38:12.652Z] === RUN TestConfigsUpdate [2021-09-02T19:38:12.652Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:38:12.652Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-09-02T19:38:12.652Z] === RUN TestTemplatedConfig [2021-09-02T19:38:12.652Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:38:12.652Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-09-02T19:38:12.652Z] === RUN TestConfigCreateResolve [2021-09-02T19:38:12.652Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:38:12.652Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-09-02T19:38:12.652Z] PASS [2021-09-02T19:38:12.652Z] [2021-09-02T19:38:12.652Z] === Skipped [2021-09-02T19:38:12.652Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2021-09-02T19:38:12.652Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:38:12.652Z] [2021-09-02T19:38:12.652Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-09-02T19:38:12.652Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:38:12.652Z] [2021-09-02T19:38:12.652Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-09-02T19:38:12.652Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:38:12.652Z] [2021-09-02T19:38:12.652Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-09-02T19:38:12.652Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:38:12.652Z] [2021-09-02T19:38:12.652Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-09-02T19:38:12.652Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:38:12.652Z] [2021-09-02T19:38:12.652Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-09-02T19:38:12.652Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:38:12.652Z] [2021-09-02T19:38:12.652Z] DONE 6 tests, 6 skipped in 0.141s [2021-09-02T19:38:12.652Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-09-02T19:38:12.652Z] INFO: Testing against a local daemon [2021-09-02T19:38:12.652Z] === RUN TestCheckpoint [2021-09-02T19:38:12.652Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-02T19:38:12.652Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-02T19:38:12.652Z] === RUN TestContainerInvalidJSON [2021-09-02T19:38:12.652Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T19:38:12.652Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T19:38:12.652Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-02T19:38:12.652Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-02T19:38:12.652Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T19:38:12.652Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-02T19:38:12.652Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-09-02T19:38:12.652Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-02T19:38:12.652Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-02T19:38:12.652Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-02T19:38:12.652Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2021-09-02T19:38:12.652Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-02T19:38:12.652Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-09-02T19:38:12.652Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-02T19:38:12.652Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-09-02T19:38:12.652Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-02T19:38:12.652Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-09-02T19:38:12.652Z] === RUN TestCopyFromContainer [2021-09-02T19:38:13.942Z] --- PASS: TestCgroupNamespacesRunHostMode (1.20s) [2021-09-02T19:38:13.942Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-09-02T19:38:14.877Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.23s) [2021-09-02T19:38:14.877Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-09-02T19:38:15.212Z] === RUN TestCopyFromContainer// [2021-09-02T19:38:15.212Z] === RUN TestCopyFromContainer//bar/root [2021-09-02T19:38:15.212Z] === RUN TestCopyFromContainer//bar/root/ [2021-09-02T19:38:15.212Z] === RUN TestCopyFromContainer/bar/quux [2021-09-02T19:38:15.481Z] === RUN TestCopyFromContainer/bar/quux/ [2021-09-02T19:38:15.481Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-09-02T19:38:15.481Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-09-02T19:38:15.481Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-09-02T19:38:15.481Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-09-02T19:38:15.747Z] === RUN TestCopyFromContainer/bar/notarget [2021-09-02T19:38:15.747Z] --- PASS: TestCopyFromContainer (3.99s) [2021-09-02T19:38:15.747Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-09-02T19:38:15.747Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2021-09-02T19:38:15.747Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-09-02T19:38:15.747Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2021-09-02T19:38:15.747Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-09-02T19:38:15.747Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-09-02T19:38:15.747Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-09-02T19:38:15.747Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-09-02T19:38:15.747Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-09-02T19:38:15.747Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-09-02T19:38:15.747Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-02T19:38:15.747Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T19:38:15.747Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T19:38:15.747Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T19:38:15.747Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T19:38:15.747Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T19:38:15.747Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T19:38:15.747Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T19:38:15.747Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T19:38:15.747Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T19:38:15.747Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-09-02T19:38:15.747Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-02T19:38:15.747Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-02T19:38:15.747Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-02T19:38:15.747Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-02T19:38:15.747Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s) [2021-09-02T19:38:15.747Z] === RUN TestCreateWithInvalidEnv [2021-09-02T19:38:15.747Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-02T19:38:15.747Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-02T19:38:15.747Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-02T19:38:15.747Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-02T19:38:15.747Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-02T19:38:15.747Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-02T19:38:15.747Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-02T19:38:15.747Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-02T19:38:15.747Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-02T19:38:15.747Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-09-02T19:38:15.747Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-02T19:38:15.747Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-02T19:38:15.747Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-02T19:38:15.747Z] === RUN TestCreateTmpfsMountsTarget [2021-09-02T19:38:15.747Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-09-02T19:38:15.747Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-02T19:38:16.252Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.18s) [2021-09-02T19:38:16.252Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-09-02T19:38:16.818Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2021-09-02T19:38:16.818Z] === RUN TestCgroupNamespacesRunOlderClient [2021-09-02T19:38:17.139Z] --- PASS: TestCreateWithCustomMaskedPaths (1.18s) [2021-09-02T19:38:17.139Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-02T19:38:18.079Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.17s) [2021-09-02T19:38:18.079Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-02T19:38:18.079Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T19:38:18.079Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T19:38:18.079Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T19:38:18.079Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T19:38:18.079Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T19:38:18.079Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T19:38:18.079Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T19:38:18.079Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T19:38:18.079Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T19:38:18.079Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T19:38:18.079Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T19:38:18.079Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T19:38:18.079Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T19:38:18.079Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T19:38:18.079Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T19:38:18.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-09-02T19:38:18.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-09-02T19:38:18.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-09-02T19:38:18.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-09-02T19:38:18.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-09-02T19:38:18.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-09-02T19:38:18.079Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-02T19:38:18.193Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.24s) [2021-09-02T19:38:18.193Z] === RUN TestNISDomainname [2021-09-02T19:38:18.648Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2021-09-02T19:38:18.648Z] === RUN TestCreateDifferentPlatform [2021-09-02T19:38:18.648Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-02T19:38:18.648Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-02T19:38:18.648Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-09-02T19:38:18.648Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-02T19:38:18.648Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-02T19:38:18.648Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-02T19:38:18.648Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-09-02T19:38:18.648Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-02T19:38:18.648Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-09-02T19:38:18.648Z] === RUN TestContainerStartOnDaemonRestart [2021-09-02T19:38:18.648Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-09-02T19:38:18.648Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-09-02T19:38:18.648Z] === RUN TestDaemonRestartIpcMode [2021-09-02T19:38:18.648Z] === PAUSE TestDaemonRestartIpcMode [2021-09-02T19:38:18.648Z] === RUN TestDaemonHostGatewayIP [2021-09-02T19:38:18.648Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:38:18.648Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-09-02T19:38:18.648Z] === RUN TestRestartDaemonWithRestartingContainer [2021-09-02T19:38:18.648Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-09-02T19:38:18.648Z] === RUN TestContainerKillOnDaemonStart [2021-09-02T19:38:18.648Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-09-02T19:38:18.648Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-09-02T19:38:18.648Z] === RUN TestDiff [2021-09-02T19:38:18.760Z] --- PASS: TestNISDomainname (0.58s) [2021-09-02T19:38:18.760Z] === RUN TestHostnameDnsResolution [2021-09-02T19:38:19.218Z] --- PASS: TestDiff (0.40s) [2021-09-02T19:38:19.218Z] === RUN TestExecWithCloseStdin [2021-09-02T19:38:19.326Z] --- PASS: TestHostnameDnsResolution (0.77s) [2021-09-02T19:38:19.326Z] === RUN TestStats [2021-09-02T19:38:19.478Z] --- PASS: TestExecWithCloseStdin (0.42s) [2021-09-02T19:38:19.478Z] === RUN TestExec [2021-09-02T19:38:20.047Z] --- PASS: TestExec (0.44s) [2021-09-02T19:38:20.047Z] === RUN TestExecUser [2021-09-02T19:38:20.307Z] --- PASS: TestExecUser (0.47s) [2021-09-02T19:38:20.307Z] === RUN TestExportContainerAndImportImage [2021-09-02T19:38:20.876Z] --- PASS: TestExportContainerAndImportImage (0.54s) [2021-09-02T19:38:20.876Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-02T19:38:21.857Z] --- PASS: TestStats (2.49s) [2021-09-02T19:38:21.857Z] === RUN TestStopContainerWithTimeout [2021-09-02T19:38:21.857Z] === RUN TestStopContainerWithTimeout/0 [2021-09-02T19:38:21.857Z] === PAUSE TestStopContainerWithTimeout/0 [2021-09-02T19:38:21.857Z] === RUN TestStopContainerWithTimeout/1 [2021-09-02T19:38:21.857Z] === PAUSE TestStopContainerWithTimeout/1 [2021-09-02T19:38:21.857Z] === RUN TestStopContainerWithTimeout/3 [2021-09-02T19:38:21.857Z] === PAUSE TestStopContainerWithTimeout/3 [2021-09-02T19:38:21.857Z] === RUN TestStopContainerWithTimeout/-1 [2021-09-02T19:38:21.857Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-09-02T19:38:21.857Z] === CONT TestStopContainerWithTimeout/0 [2021-09-02T19:38:21.857Z] === CONT TestStopContainerWithTimeout/-1 [2021-09-02T19:38:22.258Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2021-09-02T19:38:22.258Z] === RUN TestHealthCheckWorkdir [2021-09-02T19:38:22.792Z] === CONT TestStopContainerWithTimeout/3 [2021-09-02T19:38:22.828Z] --- PASS: TestHealthCheckWorkdir (0.55s) [2021-09-02T19:38:22.828Z] === RUN TestHealthKillContainer [2021-09-02T19:38:24.430Z] 393f6f5bddce: Pull complete [2021-09-02T19:38:24.430Z] Digest: sha256:8f756a7fd4fe963cc7dd2c3ad1597327535da8e8f55a7d1932780934efa87e04 [2021-09-02T19:38:24.430Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:38:24.430Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2021-09-02T19:38:24.430Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2021-09-02T19:38:24.430Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.169' [2021-09-02T19:38:24.430Z] WARN: Skipping validation tests [2021-09-02T19:38:24.430Z] INFO: Running unit tests at 09/02/2021 19:38:15... [2021-09-02T19:38:24.430Z] INFO: make.ps1 starting at 09/02/2021 19:38:18 [2021-09-02T19:38:24.430Z] INFO: Git commit (1b8db06785) assumed from DOCKER_GITCOMMIT environment variable [2021-09-02T19:38:24.430Z] INFO: Invoking autogen... [2021-09-02T19:38:24.430Z] INFO: Running unit tests... [2021-09-02T19:38:24.431Z] 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-09-02T19:38:24.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-09-02T19:38:24.691Z] === CONT TestStopContainerWithTimeout/1 [2021-09-02T19:38:25.364Z] --- PASS: TestHealthKillContainer (2.47s) [2021-09-02T19:38:25.364Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-02T19:38:25.624Z] --- PASS: TestInspectCpusetInConfigPre120 (0.38s) [2021-09-02T19:38:25.624Z] === RUN TestIpcModeNone [2021-09-02T19:38:26.064Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-09-02T19:38:26.064Z] --- PASS: TestStopContainerWithTimeout/0 (0.64s) [2021-09-02T19:38:26.064Z] --- PASS: TestStopContainerWithTimeout/-1 (2.61s) [2021-09-02T19:38:26.064Z] --- PASS: TestStopContainerWithTimeout/3 (2.45s) [2021-09-02T19:38:26.064Z] --- PASS: TestStopContainerWithTimeout/1 (1.45s) [2021-09-02T19:38:26.064Z] === RUN TestDeleteDevicemapper [2021-09-02T19:38:26.064Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-02T19:38:26.064Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-09-02T19:38:26.064Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-02T19:38:26.195Z] --- PASS: TestIpcModeNone (0.44s) [2021-09-02T19:38:26.195Z] === RUN TestIpcModePrivate [2021-09-02T19:38:26.365Z] ok github.com/docker/docker/libnetwork/ipam 91.970s coverage: 85.3% of statements [2021-09-02T19:38:26.365Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-09-02T19:38:26.365Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-09-02T19:38:26.365Z] ok github.com/docker/docker/libnetwork/ipams/null 0.004s coverage: 57.1% of statements [2021-09-02T19:38:26.365Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.014s coverage: 47.4% of statements [2021-09-02T19:38:26.365Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-09-02T19:38:26.365Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.004s coverage: 71.4% of statements [2021-09-02T19:38:26.455Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-09-02T19:38:26.456Z] --- PASS: TestIpcModePrivate (0.45s) [2021-09-02T19:38:26.456Z] === RUN TestIpcModeShareable [2021-09-02T19:38:26.456Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-02T19:38:26.456Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-09-02T19:38:26.456Z] === RUN TestAPIIpcModeShareableAndContainer [2021-09-02T19:38:27.439Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.54s) [2021-09-02T19:38:27.439Z] === RUN TestUpdateMemory [2021-09-02T19:38:27.836Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.34s) [2021-09-02T19:38:27.836Z] === RUN TestAPIIpcModeHost [2021-09-02T19:38:27.836Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-02T19:38:27.836Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-09-02T19:38:27.836Z] === RUN TestDaemonIpcModeShareable [2021-09-02T19:38:27.836Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-02T19:38:27.836Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-09-02T19:38:27.836Z] === RUN TestDaemonIpcModePrivate [2021-09-02T19:38:28.372Z] --- PASS: TestUpdateMemory (0.64s) [2021-09-02T19:38:28.372Z] === RUN TestUpdateCPUQuota [2021-09-02T19:38:28.775Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-09-02T19:38:29.034Z] --- PASS: TestDaemonIpcModePrivate (1.12s) [2021-09-02T19:38:29.034Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-09-02T19:38:29.034Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-02T19:38:29.034Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-09-02T19:38:29.034Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-09-02T19:38:29.034Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-02T19:38:29.034Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-09-02T19:38:29.034Z] === RUN TestIpcModeOlderClient [2021-09-02T19:38:29.034Z] === PAUSE TestIpcModeOlderClient [2021-09-02T19:38:29.035Z] === RUN TestKillContainerInvalidSignal [2021-09-02T19:38:29.295Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2021-09-02T19:38:29.295Z] === RUN TestKillContainer [2021-09-02T19:38:29.295Z] === RUN TestKillContainer/no_signal [2021-09-02T19:38:29.307Z] --- PASS: TestUpdateCPUQuota (0.92s) [2021-09-02T19:38:29.307Z] === RUN TestUpdatePidsLimit [2021-09-02T19:38:29.307Z] === RUN TestUpdatePidsLimit/update_from_none [2021-09-02T19:38:29.307Z] === RUN TestUpdatePidsLimit/no_change [2021-09-02T19:38:29.566Z] === RUN TestUpdatePidsLimit/update_lower [2021-09-02T19:38:29.825Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-09-02T19:38:29.864Z] === RUN TestKillContainer/non_killing_signal [2021-09-02T19:38:30.083Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-09-02T19:38:30.123Z] === RUN TestKillContainer/killing_signal [2021-09-02T19:38:30.342Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-09-02T19:38:30.601Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-09-02T19:38:30.692Z] --- PASS: TestKillContainer (1.24s) [2021-09-02T19:38:30.692Z] --- PASS: TestKillContainer/no_signal (0.39s) [2021-09-02T19:38:30.692Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2021-09-02T19:38:30.692Z] --- PASS: TestKillContainer/killing_signal (0.37s) [2021-09-02T19:38:30.692Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-02T19:38:30.692Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-09-02T19:38:30.952Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-09-02T19:38:31.521Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.82s) [2021-09-02T19:38:31.521Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2021-09-02T19:38:31.521Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2021-09-02T19:38:31.521Z] === RUN TestKillStoppedContainer [2021-09-02T19:38:31.521Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-09-02T19:38:31.521Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-02T19:38:31.521Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-09-02T19:38:31.521Z] === RUN TestKillDifferentUserContainer [2021-09-02T19:38:31.535Z] --- PASS: TestUpdatePidsLimit (2.27s) [2021-09-02T19:38:31.535Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) [2021-09-02T19:38:31.535Z] --- PASS: TestUpdatePidsLimit/no_change (0.25s) [2021-09-02T19:38:31.535Z] --- PASS: TestUpdatePidsLimit/update_lower (0.22s) [2021-09-02T19:38:31.535Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.26s) [2021-09-02T19:38:31.535Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.25s) [2021-09-02T19:38:31.535Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2021-09-02T19:38:31.535Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2021-09-02T19:38:31.535Z] === RUN TestUpdateRestartPolicy [2021-09-02T19:38:31.583Z] ? github.com/docker/docker/api [no test files] [2021-09-02T19:38:31.665Z] ok github.com/docker/docker/libnetwork/ipamutils 4.308s coverage: 74.0% of statements [2021-09-02T19:38:32.091Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2021-09-02T19:38:32.091Z] === RUN TestInspectOomKilledTrue [2021-09-02T19:38:32.091Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-02T19:38:32.091Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-02T19:38:32.091Z] === RUN TestInspectOomKilledFalse [2021-09-02T19:38:32.091Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:38:32.091Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-02T19:38:32.091Z] === RUN TestLinksEtcHostsContentMatch [2021-09-02T19:38:32.091Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-09-02T19:38:32.091Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-09-02T19:38:32.091Z] === RUN TestLinksContainerNames [2021-09-02T19:38:32.612Z] ok github.com/docker/docker/libnetwork/iptables 0.277s coverage: 45.1% of statements [2021-09-02T19:38:32.876Z] ok github.com/docker/docker/libnetwork/netlabel 0.003s coverage: 60.0% of statements [2021-09-02T19:38:33.030Z] --- PASS: TestLinksContainerNames (0.88s) [2021-09-02T19:38:33.030Z] === RUN TestLogsFollowTailEmpty [2021-09-02T19:38:33.290Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2021-09-02T19:38:33.290Z] === RUN TestContainerNetworkMountsNoChown [2021-09-02T19:38:33.453Z] ok github.com/docker/docker/libnetwork/netutils 0.030s coverage: 44.1% of statements [2021-09-02T19:38:33.550Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot/default [2021-09-02T19:38:33.550Z] === PAUSE TestMountDaemonRoot/default [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot/private [2021-09-02T19:38:33.550Z] === PAUSE TestMountDaemonRoot/private [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot/rprivate [2021-09-02T19:38:33.550Z] === PAUSE TestMountDaemonRoot/rprivate [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot/slave [2021-09-02T19:38:33.550Z] === PAUSE TestMountDaemonRoot/slave [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot/rslave [2021-09-02T19:38:33.550Z] === PAUSE TestMountDaemonRoot/rslave [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot/shared [2021-09-02T19:38:33.550Z] === PAUSE TestMountDaemonRoot/shared [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot/rshared [2021-09-02T19:38:33.550Z] === PAUSE TestMountDaemonRoot/rshared [2021-09-02T19:38:33.550Z] === CONT TestMountDaemonRoot/default [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot/default/bind_root [2021-09-02T19:38:33.550Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-09-02T19:38:33.550Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot/default/mount_root [2021-09-02T19:38:33.550Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-09-02T19:38:33.550Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-09-02T19:38:33.550Z] === CONT TestMountDaemonRoot/default/bind_root [2021-09-02T19:38:33.550Z] === CONT TestMountDaemonRoot/rshared [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-09-02T19:38:33.550Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-09-02T19:38:33.550Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-09-02T19:38:33.550Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-09-02T19:38:33.550Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-09-02T19:38:33.550Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-09-02T19:38:33.550Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-09-02T19:38:33.810Z] === CONT TestMountDaemonRoot/shared [2021-09-02T19:38:33.810Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-09-02T19:38:33.810Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-09-02T19:38:33.810Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-09-02T19:38:33.810Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-09-02T19:38:33.810Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-09-02T19:38:33.810Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-09-02T19:38:33.810Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-09-02T19:38:33.810Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-09-02T19:38:33.810Z] === CONT TestMountDaemonRoot/rslave [2021-09-02T19:38:33.810Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-09-02T19:38:33.810Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-09-02T19:38:33.810Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-09-02T19:38:33.810Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-09-02T19:38:33.810Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-09-02T19:38:33.810Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-09-02T19:38:33.810Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-09-02T19:38:33.810Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-09-02T19:38:33.810Z] === CONT TestMountDaemonRoot/slave [2021-09-02T19:38:33.810Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-09-02T19:38:33.810Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-09-02T19:38:33.810Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-09-02T19:38:33.810Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-09-02T19:38:33.811Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-09-02T19:38:33.811Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-09-02T19:38:33.811Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-09-02T19:38:33.811Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/rprivate [2021-09-02T19:38:33.811Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-09-02T19:38:33.811Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-09-02T19:38:33.811Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-09-02T19:38:33.811Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-09-02T19:38:33.811Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-09-02T19:38:33.811Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-09-02T19:38:33.811Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-09-02T19:38:33.811Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/private [2021-09-02T19:38:33.811Z] === RUN TestMountDaemonRoot/private/bind_root [2021-09-02T19:38:33.811Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-09-02T19:38:33.811Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-09-02T19:38:33.811Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-09-02T19:38:33.811Z] === RUN TestMountDaemonRoot/private/mount_root [2021-09-02T19:38:33.811Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-09-02T19:38:33.811Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-09-02T19:38:33.811Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/default/mount_root [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-09-02T19:38:33.811Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-09-02T19:38:34.071Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-09-02T19:38:34.071Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-09-02T19:38:34.071Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-09-02T19:38:34.071Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-09-02T19:38:34.071Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-09-02T19:38:34.071Z] === CONT TestMountDaemonRoot/private/bind_root [2021-09-02T19:38:34.071Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-09-02T19:38:34.071Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-09-02T19:38:34.071Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-09-02T19:38:34.071Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-09-02T19:38:34.071Z] === CONT TestMountDaemonRoot/private/mount_root [2021-09-02T19:38:34.071Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-09-02T19:38:34.071Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-09-02T19:38:34.071Z] === RUN TestContainerBindMountNonRecursive [2021-09-02T19:38:34.071Z] 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-09-02T19:38:34.071Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-09-02T19:38:34.071Z] === RUN TestContainerVolumesMountedAsShared [2021-09-02T19:38:34.071Z] 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-09-02T19:38:34.071Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-09-02T19:38:34.071Z] === RUN TestContainerVolumesMountedAsSlave [2021-09-02T19:38:34.071Z] 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-09-02T19:38:34.071Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-09-02T19:38:34.071Z] === RUN TestNetworkNat [2021-09-02T19:38:34.640Z] --- PASS: TestNetworkNat (0.51s) [2021-09-02T19:38:34.640Z] === RUN TestNetworkLocalhostTCPNat [2021-09-02T19:38:34.900Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2021-09-02T19:38:34.900Z] === RUN TestNetworkLoopbackNat [2021-09-02T19:38:37.438Z] --- PASS: TestNetworkLoopbackNat (2.56s) [2021-09-02T19:38:37.438Z] === RUN TestPause [2021-09-02T19:38:37.438Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-02T19:38:37.698Z] --- SKIP: TestPause (0.00s) [2021-09-02T19:38:37.698Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-02T19:38:37.698Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-02T19:38:37.698Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-02T19:38:37.698Z] === RUN TestPauseStopPausedContainer [2021-09-02T19:38:37.698Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-02T19:38:37.698Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-09-02T19:38:37.698Z] === RUN TestPidHost [2021-09-02T19:38:38.636Z] --- PASS: TestPidHost (0.89s) [2021-09-02T19:38:38.636Z] === RUN TestPsFilter [2021-09-02T19:38:38.636Z] --- PASS: TestPsFilter (0.09s) [2021-09-02T19:38:38.636Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-02T19:38:38.897Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2021-09-02T19:38:38.897Z] === RUN TestRemoveContainerWithVolume [2021-09-02T19:38:39.467Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2021-09-02T19:38:39.467Z] === RUN TestRemoveContainerRunning [2021-09-02T19:38:39.727Z] --- PASS: TestRemoveContainerRunning (0.40s) [2021-09-02T19:38:39.727Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-02T19:38:40.297Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.39s) [2021-09-02T19:38:40.298Z] === RUN TestRemoveInvalidContainer [2021-09-02T19:38:40.298Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-09-02T19:38:40.298Z] === RUN TestRenameLinkedContainer [2021-09-02T19:38:42.206Z] --- PASS: TestRenameLinkedContainer (1.66s) [2021-09-02T19:38:42.206Z] === RUN TestRenameStoppedContainer [2021-09-02T19:38:42.206Z] --- PASS: TestRenameStoppedContainer (0.40s) [2021-09-02T19:38:42.206Z] === RUN TestRenameRunningContainerAndReuse [2021-09-02T19:38:43.146Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2021-09-02T19:38:43.146Z] === RUN TestRenameInvalidName [2021-09-02T19:38:43.406Z] --- PASS: TestRenameInvalidName (0.40s) [2021-09-02T19:38:43.406Z] === RUN TestRenameAnonymousContainer [2021-09-02T19:38:43.755Z] --- PASS: TestUpdateRestartPolicy (11.22s) [2021-09-02T19:38:43.755Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-02T19:38:43.755Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s) [2021-09-02T19:38:43.755Z] === RUN TestWaitNonBlocked [2021-09-02T19:38:43.755Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T19:38:43.755Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T19:38:43.755Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T19:38:43.755Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T19:38:43.755Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T19:38:43.755Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T19:38:43.755Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-09-02T19:38:43.755Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.67s) [2021-09-02T19:38:43.755Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2021-09-02T19:38:43.755Z] === RUN TestWaitBlocked [2021-09-02T19:38:43.755Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-02T19:38:43.755Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-02T19:38:43.755Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-09-02T19:38:43.755Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-09-02T19:38:43.755Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-02T19:38:43.755Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-09-02T19:38:44.071Z] === RUN TestMiddlewares [2021-09-02T19:38:44.071Z] --- PASS: TestMiddlewares (0.00s) [2021-09-02T19:38:44.071Z] PASS [2021-09-02T19:38:44.071Z] coverage: 9.0% of statements [2021-09-02T19:38:44.071Z] ok github.com/docker/docker/api/server 0.037s coverage: 9.0% of statements [2021-09-02T19:38:44.694Z] --- PASS: TestWaitBlocked (0.01s) [2021-09-02T19:38:44.694Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.90s) [2021-09-02T19:38:44.694Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.90s) [2021-09-02T19:38:44.694Z] === CONT TestContainerStartOnDaemonRestart [2021-09-02T19:38:44.694Z] === CONT TestContainerKillOnDaemonStart [2021-09-02T19:38:44.788Z] --- PASS: TestRenameAnonymousContainer (1.46s) [2021-09-02T19:38:44.788Z] === RUN TestRenameContainerWithSameName [2021-09-02T19:38:45.357Z] --- PASS: TestRenameContainerWithSameName (0.39s) [2021-09-02T19:38:45.357Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-02T19:38:46.295Z] --- PASS: TestRenameContainerWithLinkedContainer (0.80s) [2021-09-02T19:38:46.295Z] === RUN TestResize [2021-09-02T19:38:46.554Z] --- PASS: TestResize (0.39s) [2021-09-02T19:38:46.554Z] === RUN TestResizeWithInvalidSize [2021-09-02T19:38:46.814Z] --- PASS: TestResizeWithInvalidSize (0.41s) [2021-09-02T19:38:46.814Z] === RUN TestResizeWhenContainerNotStarted [2021-09-02T19:38:47.223Z] --- PASS: TestContainerStartOnDaemonRestart (2.24s) [2021-09-02T19:38:47.223Z] === CONT TestRestartDaemonWithRestartingContainer [2021-09-02T19:38:47.383Z] --- PASS: TestResizeWhenContainerNotStarted (0.37s) [2021-09-02T19:38:47.383Z] === RUN TestDaemonRestartKillContainers [2021-09-02T19:38:47.383Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-09-02T19:38:47.383Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-09-02T19:38:47.383Z] === RUN TestCgroupNamespacesRun [2021-09-02T19:38:48.322Z] --- PASS: TestCgroupNamespacesRun (1.10s) [2021-09-02T19:38:48.322Z] === RUN TestCgroupNamespacesRunPrivileged [2021-09-02T19:38:48.601Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.73s) [2021-09-02T19:38:48.601Z] === CONT TestDaemonHostGatewayIP [2021-09-02T19:38:49.703Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.08s) [2021-09-02T19:38:49.703Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-09-02T19:38:50.643Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.11s) [2021-09-02T19:38:50.643Z] === RUN TestCgroupNamespacesRunHostMode [2021-09-02T19:38:51.132Z] --- PASS: TestDaemonHostGatewayIP (2.31s) [2021-09-02T19:38:51.132Z] === CONT TestDaemonRestartIpcMode [2021-09-02T19:38:51.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-09-02T19:38:52.024Z] --- PASS: TestCgroupNamespacesRunHostMode (1.15s) [2021-09-02T19:38:52.024Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-09-02T19:38:52.963Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s) [2021-09-02T19:38:52.963Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-09-02T19:38:53.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-09-02T19:38:53.661Z] --- PASS: TestDaemonRestartIpcMode (2.29s) [2021-09-02T19:38:53.662Z] === CONT TestIpcModeOlderClient [2021-09-02T19:38:53.662Z] --- PASS: TestIpcModeOlderClient (0.08s) [2021-09-02T19:38:53.905Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.08s) [2021-09-02T19:38:53.905Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-09-02T19:38:54.844Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2021-09-02T19:38:54.844Z] === RUN TestCgroupNamespacesRunOlderClient [2021-09-02T19:38:55.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-09-02T19:38:55.785Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.18s) [2021-09-02T19:38:55.785Z] === RUN TestNISDomainname [2021-09-02T19:38:55.785Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-09-02T19:38:55.785Z] --- SKIP: TestNISDomainname (0.01s) [2021-09-02T19:38:55.785Z] === RUN TestHostnameDnsResolution [2021-09-02T19:38:56.355Z] --- PASS: TestHostnameDnsResolution (0.65s) [2021-09-02T19:38:56.355Z] === RUN TestStats [2021-09-02T19:38:56.355Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-02T19:38:56.355Z] --- SKIP: TestStats (0.00s) [2021-09-02T19:38:56.355Z] === RUN TestStopContainerWithTimeout [2021-09-02T19:38:56.616Z] === RUN TestStopContainerWithTimeout/0 [2021-09-02T19:38:56.616Z] === PAUSE TestStopContainerWithTimeout/0 [2021-09-02T19:38:56.616Z] === RUN TestStopContainerWithTimeout/1 [2021-09-02T19:38:56.616Z] === PAUSE TestStopContainerWithTimeout/1 [2021-09-02T19:38:56.616Z] === RUN TestStopContainerWithTimeout/3 [2021-09-02T19:38:56.616Z] === PAUSE TestStopContainerWithTimeout/3 [2021-09-02T19:38:56.616Z] === RUN TestStopContainerWithTimeout/-1 [2021-09-02T19:38:56.616Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-09-02T19:38:56.616Z] === CONT TestStopContainerWithTimeout/0 [2021-09-02T19:38:56.616Z] === CONT TestStopContainerWithTimeout/-1 [2021-09-02T19:38:56.944Z] --- PASS: TestContainerKillOnDaemonStart (11.80s) [2021-09-02T19:38:56.945Z] PASS [2021-09-02T19:38:56.945Z] [2021-09-02T19:38:56.945Z] === Skipped [2021-09-02T19:38:56.945Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-09-02T19:38:56.945Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-02T19:38:56.945Z] [2021-09-02T19:38:56.945Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-09-02T19:38:56.945Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-09-02T19:38:56.945Z] [2021-09-02T19:38:56.945Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-02T19:38:56.945Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-02T19:38:56.945Z] [2021-09-02T19:38:56.945Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-09-02T19:38:56.945Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-09-02T19:38:56.945Z] [2021-09-02T19:38:56.945Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-09-02T19:38:56.945Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-02T19:38:56.945Z] [2021-09-02T19:38:56.945Z] DONE 195 tests, 5 skipped in 106.125s [2021-09-02T19:38:56.945Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-09-02T19:38:56.945Z] === RUN TestConfigDaemonLibtrustID [2021-09-02T19:38:56.945Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2021-09-02T19:38:56.945Z] === RUN TestDaemonConfigValidation [2021-09-02T19:38:56.945Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-09-02T19:38:56.945Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-09-02T19:38:56.945Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-09-02T19:38:56.945Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-09-02T19:38:56.945Z] === RUN TestDaemonConfigValidation/invalid_config [2021-09-02T19:38:56.945Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-09-02T19:38:56.945Z] === RUN TestDaemonConfigValidation/malformed_config [2021-09-02T19:38:56.945Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-09-02T19:38:56.945Z] === RUN TestDaemonConfigValidation/valid_config [2021-09-02T19:38:56.945Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-09-02T19:38:56.945Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-09-02T19:38:56.945Z] === CONT TestDaemonConfigValidation/malformed_config [2021-09-02T19:38:57.185Z] === CONT TestStopContainerWithTimeout/3 [2021-09-02T19:38:57.203Z] === CONT TestDaemonConfigValidation/valid_config [2021-09-02T19:38:57.203Z] === CONT TestDaemonConfigValidation/invalid_config [2021-09-02T19:38:57.203Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-09-02T19:38:57.203Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-09-02T19:38:57.203Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2021-09-02T19:38:57.203Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2021-09-02T19:38:57.203Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2021-09-02T19:38:57.203Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2021-09-02T19:38:57.203Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2021-09-02T19:38:57.203Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-02T19:38:57.203Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-09-02T19:38:58.123Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-09-02T19:38:58.576Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-09-02T19:38:58.691Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-09-02T19:38:59.093Z] === CONT TestStopContainerWithTimeout/1 [2021-09-02T19:38:59.510Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-09-02T19:39:00.445Z] === CONT TestConfigDaemonSeccompProfiles [2021-09-02T19:39:00.445Z] daemon_test.go:148: [d42b50fc6dd38] daemon is not started [2021-09-02T19:39:00.445Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s) [2021-09-02T19:39:00.445Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2021-09-02T19:39:00.445Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2021-09-02T19:39:00.445Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2021-09-02T19:39:00.445Z] PASS [2021-09-02T19:39:00.445Z] [2021-09-02T19:39:00.445Z] DONE 11 tests in 3.877s [2021-09-02T19:39:00.445Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-09-02T19:39:00.445Z] INFO: Testing against a local daemon [2021-09-02T19:39:00.445Z] === RUN TestCommitInheritsEnv [2021-09-02T19:39:00.473Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-09-02T19:39:00.473Z] --- PASS: TestStopContainerWithTimeout/0 (0.64s) [2021-09-02T19:39:00.473Z] --- PASS: TestStopContainerWithTimeout/-1 (2.57s) [2021-09-02T19:39:00.473Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2021-09-02T19:39:00.473Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2021-09-02T19:39:00.473Z] === RUN TestDeleteDevicemapper [2021-09-02T19:39:00.473Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-02T19:39:00.473Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-09-02T19:39:00.473Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-02T19:39:00.703Z] --- PASS: TestCommitInheritsEnv (0.25s) [2021-09-02T19:39:00.703Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-02T19:39:00.703Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-09-02T19:39:00.703Z] === RUN TestImagesFilterMultiReference [2021-09-02T19:39:00.703Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-09-02T19:39:00.703Z] === RUN TestImagePullPlatformInvalid [2021-09-02T19:39:00.703Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-09-02T19:39:00.703Z] === RUN TestRemoveImageOrphaning [2021-09-02T19:39:00.961Z] --- PASS: TestRemoveImageOrphaning (0.23s) [2021-09-02T19:39:00.962Z] === RUN TestRemoveImageGarbageCollector [2021-09-02T19:39:01.853Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.18s) [2021-09-02T19:39:01.853Z] === RUN TestUpdateMemory [2021-09-02T19:39:01.853Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-02T19:39:01.853Z] --- SKIP: TestUpdateMemory (0.00s) [2021-09-02T19:39:01.853Z] === RUN TestUpdateCPUQuota [2021-09-02T19:39:01.853Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-02T19:39:01.853Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-09-02T19:39:01.853Z] === RUN TestUpdatePidsLimit [2021-09-02T19:39:01.853Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-02T19:39:01.853Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-09-02T19:39:01.853Z] === RUN TestUpdateRestartPolicy [2021-09-02T19:39:01.983Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-09-02T19:39:02.861Z] --- PASS: TestRemoveImageGarbageCollector (1.75s) [2021-09-02T19:39:02.861Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-02T19:39:02.861Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-09-02T19:39:02.861Z] === RUN TestTagInvalidReference [2021-09-02T19:39:02.861Z] --- PASS: TestTagInvalidReference (0.01s) [2021-09-02T19:39:02.861Z] === RUN TestTagValidPrefixedRepo [2021-09-02T19:39:02.861Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-09-02T19:39:02.861Z] === RUN TestTagExistedNameWithoutForce [2021-09-02T19:39:02.861Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-09-02T19:39:02.861Z] === RUN TestTagOfficialNames [2021-09-02T19:39:02.861Z] --- PASS: TestTagOfficialNames (0.04s) [2021-09-02T19:39:02.861Z] === RUN TestTagMatchesDigest [2021-09-02T19:39:02.861Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-09-02T19:39:02.861Z] === CONT TestImportExtremelyLargeImageWorks [2021-09-02T19:39:10.108Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-09-02T19:39:12.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-09-02T19:39:14.112Z] --- PASS: TestUpdateRestartPolicy (10.85s) [2021-09-02T19:39:14.112Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-02T19:39:14.112Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s) [2021-09-02T19:39:14.112Z] === RUN TestWaitNonBlocked [2021-09-02T19:39:14.112Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T19:39:14.112Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T19:39:14.112Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T19:39:14.112Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T19:39:14.112Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T19:39:14.112Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T19:39:14.112Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-09-02T19:39:14.112Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.52s) [2021-09-02T19:39:14.112Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.63s) [2021-09-02T19:39:14.112Z] === RUN TestWaitBlocked [2021-09-02T19:39:14.112Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-02T19:39:14.112Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-02T19:39:14.112Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-09-02T19:39:14.112Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-09-02T19:39:14.112Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-02T19:39:14.112Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-09-02T19:39:14.112Z] --- PASS: TestWaitBlocked (0.01s) [2021-09-02T19:39:14.112Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.58s) [2021-09-02T19:39:14.112Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.63s) [2021-09-02T19:39:14.112Z] === CONT TestDaemonRestartIpcMode [2021-09-02T19:39:14.112Z] === CONT TestIpcModeOlderClient [2021-09-02T19:39:14.112Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-09-02T19:39:14.112Z] === CONT TestRestartDaemonWithRestartingContainer [2021-09-02T19:39:15.182Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-09-02T19:39:16.596Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-09-02T19:39:16.655Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.32s) [2021-09-02T19:39:16.914Z] --- PASS: TestDaemonRestartIpcMode (2.74s) [2021-09-02T19:39:16.914Z] PASS [2021-09-02T19:39:16.914Z] [2021-09-02T19:39:16.914Z] === Skipped [2021-09-02T19:39:16.914Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-09-02T19:39:16.914Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-02T19:39:16.914Z] [2021-09-02T19:39:16.914Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-09-02T19:39:16.914Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-09-02T19:39:16.914Z] [2021-09-02T19:39:16.914Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-09-02T19:39:16.914Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:39:16.914Z] [2021-09-02T19:39:16.914Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-09-02T19:39:16.914Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-09-02T19:39:16.914Z] [2021-09-02T19:39:16.914Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-09-02T19:39:16.914Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-02T19:39:16.914Z] [2021-09-02T19:39:16.914Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-09-02T19:39:16.914Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-09-02T19:39:16.915Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-09-02T19:39:16.915Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-09-02T19:39:16.915Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-09-02T19:39:16.915Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-09-02T19:39:16.915Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-09-02T19:39:16.915Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-09-02T19:39:16.915Z] 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-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-09-02T19:39:16.915Z] 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-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-09-02T19:39:16.915Z] 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-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-09-02T19:39:16.915Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-02T19:39:16.915Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-09-02T19:39:16.915Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-09-02T19:39:16.915Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-09-02T19:39:16.915Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-09-02T19:39:16.915Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-09-02T19:39:16.915Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-09-02T19:39:16.915Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-09-02T19:39:16.915Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-09-02T19:39:16.915Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-02T19:39:16.915Z] [2021-09-02T19:39:16.915Z] DONE 176 tests, 25 skipped in 65.493s [2021-09-02T19:39:16.915Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-09-02T19:39:17.175Z] === RUN TestConfigDaemonLibtrustID [2021-09-02T19:39:17.744Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2021-09-02T19:39:17.744Z] === RUN TestDaemonConfigValidation [2021-09-02T19:39:17.744Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-09-02T19:39:17.744Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-09-02T19:39:17.744Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-09-02T19:39:17.744Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-09-02T19:39:17.744Z] === RUN TestDaemonConfigValidation/invalid_config [2021-09-02T19:39:17.744Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-09-02T19:39:17.744Z] === RUN TestDaemonConfigValidation/malformed_config [2021-09-02T19:39:17.744Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-09-02T19:39:17.744Z] === RUN TestDaemonConfigValidation/valid_config [2021-09-02T19:39:17.744Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-09-02T19:39:17.744Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-09-02T19:39:17.744Z] === CONT TestDaemonConfigValidation/malformed_config [2021-09-02T19:39:17.745Z] === CONT TestDaemonConfigValidation/valid_config [2021-09-02T19:39:17.745Z] === CONT TestDaemonConfigValidation/invalid_config [2021-09-02T19:39:17.745Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-09-02T19:39:17.745Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-09-02T19:39:17.745Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2021-09-02T19:39:17.745Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2021-09-02T19:39:17.745Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2021-09-02T19:39:17.745Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2021-09-02T19:39:17.745Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2021-09-02T19:39:17.745Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-02T19:39:17.745Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-09-02T19:39:19.124Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-09-02T19:39:19.141Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-09-02T19:39:20.068Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-09-02T19:39:21.007Z] === CONT TestConfigDaemonSeccompProfiles [2021-09-02T19:39:21.007Z] daemon_test.go:148: [d1e53337b6995] daemon is not started [2021-09-02T19:39:21.007Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s) [2021-09-02T19:39:21.007Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2021-09-02T19:39:21.007Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2021-09-02T19:39:21.007Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2021-09-02T19:39:21.007Z] PASS [2021-09-02T19:39:21.007Z] [2021-09-02T19:39:21.007Z] DONE 11 tests in 4.141s [2021-09-02T19:39:21.007Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-09-02T19:39:21.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-09-02T19:39:21.266Z] INFO: Testing against a local daemon [2021-09-02T19:39:21.266Z] === RUN TestCommitInheritsEnv [2021-09-02T19:39:23.172Z] --- PASS: TestCommitInheritsEnv (1.95s) [2021-09-02T19:39:23.172Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-02T19:39:23.172Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-09-02T19:39:23.172Z] === RUN TestImagesFilterMultiReference [2021-09-02T19:39:23.172Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-09-02T19:39:23.172Z] === RUN TestImagePullPlatformInvalid [2021-09-02T19:39:23.172Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-09-02T19:39:23.172Z] === RUN TestRemoveImageOrphaning [2021-09-02T19:39:24.335Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-09-02T19:39:25.080Z] --- PASS: TestRemoveImageOrphaning (1.93s) [2021-09-02T19:39:25.080Z] === RUN TestRemoveImageGarbageCollector [2021-09-02T19:39:25.080Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-09-02T19:39:25.080Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-09-02T19:39:25.080Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-02T19:39:25.080Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-09-02T19:39:25.080Z] === RUN TestTagInvalidReference [2021-09-02T19:39:25.080Z] --- PASS: TestTagInvalidReference (0.01s) [2021-09-02T19:39:25.080Z] === RUN TestTagValidPrefixedRepo [2021-09-02T19:39:25.113Z] 4612f6d0b889: Pull complete [2021-09-02T19:39:25.340Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-09-02T19:39:25.340Z] === RUN TestTagExistedNameWithoutForce [2021-09-02T19:39:25.340Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-09-02T19:39:25.340Z] === RUN TestTagOfficialNames [2021-09-02T19:39:25.340Z] --- PASS: TestTagOfficialNames (0.04s) [2021-09-02T19:39:25.340Z] === RUN TestTagMatchesDigest [2021-09-02T19:39:25.340Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-09-02T19:39:25.340Z] === CONT TestImportExtremelyLargeImageWorks [2021-09-02T19:39:26.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-09-02T19:39:28.778Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-09-02T19:39:31.315Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-02T19:39:31.315Z] Using test binary docker [2021-09-02T19:39:31.315Z] +++ /etc/init.d/apparmor start [2021-09-02T19:39:31.315Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-02T19:39:31.315Z] INFO: Waiting for daemon to start... [2021-09-02T19:39:31.315Z] Starting dockerd [2021-09-02T19:39:31.315Z] +++ 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-09-02T19:39:33.852Z] . [2021-09-02T19:39:33.852Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-02T19:39:33.852Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-02T19:39:33.852Z] Error: No such image: emptyfs [2021-09-02T19:39:33.852Z] ++++ docker load [2021-09-02T19:39:33.852Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-09-02T19:39:34.112Z] Running integration-test (iteration 1) [2021-09-02T19:39:34.112Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-09-02T19:39:34.112Z] ++ 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-09-02T19:39:34.112Z] ++ set -e [2021-09-02T19:39:34.112Z] ++ '[' -n 0 ']' [2021-09-02T19:39:34.112Z] ++ set -x [2021-09-02T19:39:34.113Z] ++ 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-09-02T19:39:34.925Z] === RUN TestBoolValue [2021-09-02T19:39:34.925Z] --- PASS: TestBoolValue (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestBoolValueOrDefault [2021-09-02T19:39:34.925Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestInt64ValueOrZero [2021-09-02T19:39:34.925Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestInt64ValueOrDefault [2021-09-02T19:39:34.925Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestInt64ValueOrDefaultWithError [2021-09-02T19:39:34.925Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestJsonContentType [2021-09-02T19:39:34.925Z] --- PASS: TestJsonContentType (0.00s) [2021-09-02T19:39:34.925Z] PASS [2021-09-02T19:39:34.925Z] coverage: 14.7% of statements [2021-09-02T19:39:34.925Z] ok github.com/docker/docker/api/server/httputils 0.061s coverage: 14.7% of statements [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-09-02T19:39:34.925Z] === RUN TestMaskSecretKeys [2021-09-02T19:39:34.925Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-09-02T19:39:34.925Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-09-02T19:39:34.925Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-09-02T19:39:34.925Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-09-02T19:39:34.925Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-09-02T19:39:34.925Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-09-02T19:39:34.925Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestVersionMiddlewareVersion [2021-09-02T19:39:34.925Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-09-02T19:39:34.925Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-09-02T19:39:34.925Z] PASS [2021-09-02T19:39:34.925Z] coverage: 37.7% of statements [2021-09-02T19:39:34.925Z] ok github.com/docker/docker/api/server/middleware 0.090s coverage: 37.7% of statements [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/server/router [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-09-02T19:39:34.925Z] === RUN TestToJSON [2021-09-02T19:39:34.925Z] --- PASS: TestToJSON (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestToParamWithVersion [2021-09-02T19:39:34.925Z] --- PASS: TestToParamWithVersion (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestFromJSON [2021-09-02T19:39:34.925Z] --- PASS: TestFromJSON (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestEmpty [2021-09-02T19:39:34.925Z] --- PASS: TestEmpty (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestArgsMatchKVListEmptySources [2021-09-02T19:39:34.925Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestArgsMatchKVList [2021-09-02T19:39:34.925Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestArgsMatch [2021-09-02T19:39:34.925Z] --- PASS: TestArgsMatch (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestAdd [2021-09-02T19:39:34.925Z] --- PASS: TestAdd (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestDel [2021-09-02T19:39:34.925Z] --- PASS: TestDel (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestLen [2021-09-02T19:39:34.925Z] --- PASS: TestLen (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestExactMatch [2021-09-02T19:39:34.925Z] --- PASS: TestExactMatch (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestOnlyOneExactMatch [2021-09-02T19:39:34.925Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestContains [2021-09-02T19:39:34.925Z] --- PASS: TestContains (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestValidate [2021-09-02T19:39:34.925Z] === RUN TestStrSliceMarshalJSON [2021-09-02T19:39:34.925Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestStrSliceUnmarshalJSON [2021-09-02T19:39:34.925Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestStrSliceUnmarshalString [2021-09-02T19:39:34.925Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestStrSliceUnmarshalSlice [2021-09-02T19:39:34.925Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-09-02T19:39:34.925Z] PASS [2021-09-02T19:39:34.925Z] coverage: 90.0% of statements [2021-09-02T19:39:34.925Z] --- PASS: TestValidate (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestWalkValues [2021-09-02T19:39:34.925Z] --- PASS: TestWalkValues (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestFuzzyMatch [2021-09-02T19:39:34.925Z] --- PASS: TestFuzzyMatch (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestClone [2021-09-02T19:39:34.925Z] --- PASS: TestClone (0.00s) [2021-09-02T19:39:34.925Z] PASS [2021-09-02T19:39:34.925Z] coverage: 92.2% of statements [2021-09-02T19:39:34.925Z] ok github.com/docker/docker/api/types/strslice 0.032s coverage: 90.0% of statements [2021-09-02T19:39:34.925Z] ok github.com/docker/docker/api/types/filters 0.039s coverage: 92.2% of statements [2021-09-02T19:39:34.925Z] === RUN TestAdjustForAPIVersion [2021-09-02T19:39:34.925Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-09-02T19:39:34.925Z] PASS [2021-09-02T19:39:34.925Z] coverage: 5.7% of statements [2021-09-02T19:39:34.925Z] ok github.com/docker/docker/api/server/router/swarm 0.034s coverage: 5.7% of statements [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/types [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/types/container [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/types/events [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/types/image [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/types/network [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-09-02T19:39:34.925Z] === RUN TestDurationToSecondsString [2021-09-02T19:39:34.925Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestGetTimestamp [2021-09-02T19:39:34.925Z] --- PASS: TestGetTimestamp (0.12s) [2021-09-02T19:39:34.925Z] === RUN TestParseTimestamps [2021-09-02T19:39:34.925Z] --- PASS: TestParseTimestamps (0.00s) [2021-09-02T19:39:34.925Z] PASS [2021-09-02T19:39:34.925Z] coverage: 100.0% of statements [2021-09-02T19:39:34.925Z] ok github.com/docker/docker/api/types/time 0.154s coverage: 100.0% of statements [2021-09-02T19:39:34.925Z] === RUN TestCompareVersion [2021-09-02T19:39:34.925Z] --- PASS: TestCompareVersion (0.00s) [2021-09-02T19:39:34.925Z] PASS [2021-09-02T19:39:34.925Z] coverage: 77.3% of statements [2021-09-02T19:39:34.925Z] ok github.com/docker/docker/api/types/versions 0.030s coverage: 77.3% of statements [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/builder [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-09-02T19:39:34.925Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-09-02T19:39:34.925Z] === RUN TestParseRemoteURL [2021-09-02T19:39:34.925Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-09-02T19:39:34.925Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-09-02T19:39:34.925Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-09-02T19:39:34.925Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-09-02T19:39:34.925Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-09-02T19:39:34.925Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-09-02T19:39:34.925Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-09-02T19:39:34.925Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-09-02T19:39:34.925Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-09-02T19:39:34.925Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-09-02T19:39:34.925Z] --- PASS: TestParseRemoteURL (0.00s) [2021-09-02T19:39:34.925Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-09-02T19:39:34.925Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-09-02T19:39:34.925Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-09-02T19:39:34.925Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-09-02T19:39:34.925Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-09-02T19:39:34.925Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-09-02T19:39:34.925Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-09-02T19:39:34.925Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-09-02T19:39:34.925Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-09-02T19:39:34.925Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-09-02T19:39:34.925Z] === RUN TestCloneArgsSmartHttp [2021-09-02T19:39:34.926Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-09-02T19:39:34.926Z] === RUN TestCloneArgsDumbHttp [2021-09-02T19:39:34.926Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestCloneArgsGit [2021-09-02T19:39:34.926Z] --- PASS: TestCloneArgsGit (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestCheckoutGit [2021-09-02T19:39:34.926Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-09-02T19:39:34.926Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestProcessNoDockerignore [2021-09-02T19:39:34.926Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestProcessShouldLeaveAllFiles [2021-09-02T19:39:34.926Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestDetectContentType [2021-09-02T19:39:34.926Z] --- PASS: TestDetectContentType (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestSelectAcceptableMIME [2021-09-02T19:39:34.926Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestInspectEmptyResponse [2021-09-02T19:39:34.926Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestInspectResponseBinary [2021-09-02T19:39:34.926Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestResponseUnsupportedContentType [2021-09-02T19:39:34.926Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestInspectResponseTextSimple [2021-09-02T19:39:34.926Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestInspectResponseEmptyContentType [2021-09-02T19:39:34.926Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestUnknownContentLength [2021-09-02T19:39:34.926Z] --- PASS: TestUnknownContentLength (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestDownloadRemote [2021-09-02T19:39:34.926Z] --- PASS: TestDownloadRemote (0.07s) [2021-09-02T19:39:34.926Z] === RUN TestGetWithStatusError [2021-09-02T19:39:34.926Z] --- PASS: TestGetWithStatusError (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestCloseRootDirectory [2021-09-02T19:39:34.926Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:39:34.926Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestHashFile [2021-09-02T19:39:34.926Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:39:34.926Z] --- SKIP: TestHashFile (0.01s) [2021-09-02T19:39:34.926Z] === RUN TestHashSubdir [2021-09-02T19:39:34.926Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:39:34.926Z] --- SKIP: TestHashSubdir (0.01s) [2021-09-02T19:39:34.926Z] === RUN TestRemoveDirectory [2021-09-02T19:39:34.926Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:39:34.926Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-09-02T19:39:34.926Z] PASS [2021-09-02T19:39:34.926Z] coverage: 9.3% of statements [2021-09-02T19:39:34.926Z] ok github.com/docker/docker/builder/remotecontext 0.190s coverage: 9.3% of statements [2021-09-02T19:39:34.926Z] === RUN TestEnable [2021-09-02T19:39:34.926Z] --- PASS: TestEnable (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestDisable [2021-09-02T19:39:34.926Z] --- PASS: TestDisable (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestEnabled [2021-09-02T19:39:34.926Z] --- PASS: TestEnabled (0.00s) [2021-09-02T19:39:34.926Z] PASS [2021-09-02T19:39:34.926Z] coverage: 100.0% of statements [2021-09-02T19:39:34.926Z] ok github.com/docker/docker/cli/debug 0.032s coverage: 100.0% of statements [2021-09-02T19:39:34.926Z] === RUN TestGetAllAllowed [2021-09-02T19:39:34.926Z] --- PASS: TestGetAllAllowed (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestGetAllMeta [2021-09-02T19:39:34.926Z] --- PASS: TestGetAllMeta (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestWarnOnUnusedBuildArgs [2021-09-02T19:39:34.926Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestIsUnreferencedBuiltin [2021-09-02T19:39:34.926Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestIsExistingDirectory [2021-09-02T19:39:34.926Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestGetFilenameForDownload [2021-09-02T19:39:34.926Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestEnv2Variables [2021-09-02T19:39:34.926Z] --- PASS: TestEnv2Variables (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-09-02T19:39:34.926Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestMaintainer [2021-09-02T19:39:34.926Z] --- PASS: TestMaintainer (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestLabel [2021-09-02T19:39:34.926Z] --- PASS: TestLabel (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestFromScratch [2021-09-02T19:39:34.926Z] --- PASS: TestFromScratch (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestFromWithArg [2021-09-02T19:39:34.926Z] --- PASS: TestFromWithArg (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-09-02T19:39:34.926Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestFromWithUndefinedArg [2021-09-02T19:39:34.926Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestFromMultiStageWithNamedStage [2021-09-02T19:39:34.926Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestOnbuild [2021-09-02T19:39:34.926Z] --- PASS: TestOnbuild (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestWorkdir [2021-09-02T19:39:34.926Z] --- PASS: TestWorkdir (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestCmd [2021-09-02T19:39:34.926Z] --- PASS: TestCmd (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestHealthcheckNone [2021-09-02T19:39:34.926Z] --- PASS: TestHealthcheckNone (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestHealthcheckCmd [2021-09-02T19:39:34.926Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestEntrypoint [2021-09-02T19:39:34.926Z] --- PASS: TestEntrypoint (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestExpose [2021-09-02T19:39:34.926Z] --- PASS: TestExpose (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestUser [2021-09-02T19:39:34.926Z] --- PASS: TestUser (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestVolume [2021-09-02T19:39:34.926Z] --- PASS: TestVolume (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestStopSignal [2021-09-02T19:39:34.926Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-02T19:39:34.926Z] --- SKIP: TestStopSignal (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestArg [2021-09-02T19:39:34.926Z] --- PASS: TestArg (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestShell [2021-09-02T19:39:34.926Z] --- PASS: TestShell (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestPrependEnvOnCmd [2021-09-02T19:39:34.926Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestRunWithBuildArgs [2021-09-02T19:39:34.926Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestRunIgnoresHealthcheck [2021-09-02T19:39:34.926Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestDispatchUnsupportedOptions [2021-09-02T19:39:34.926Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-09-02T19:39:34.926Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-09-02T19:39:34.926Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-09-02T19:39:34.926Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-09-02T19:39:34.926Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-09-02T19:39:34.926Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-09-02T19:39:34.926Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestNormalizeWorkdir [2021-09-02T19:39:34.926Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestDispatch [2021-09-02T19:39:34.926Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-09-02T19:39:34.926Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-09-02T19:39:34.926Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-09-02T19:39:34.926Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-09-02T19:39:34.926Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-09-02T19:39:34.926Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-09-02T19:39:34.926Z] === RUN TestDispatch/COPY_url [2021-09-02T19:39:34.926Z] --- PASS: TestDispatch (0.04s) [2021-09-02T19:39:34.926Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-09-02T19:39:34.926Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-09-02T19:39:34.926Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-09-02T19:39:34.926Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-09-02T19:39:34.926Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-09-02T19:39:34.926Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-09-02T19:39:34.926Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestAddScratchImageAddsToMounts [2021-09-02T19:39:34.926Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestAddFromScratchPopulatesPlatform [2021-09-02T19:39:34.926Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-09-02T19:39:34.926Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-09-02T19:39:34.926Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestImageSourceGetAddsToMounts [2021-09-02T19:39:34.926Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestEmptyDockerfile [2021-09-02T19:39:34.926Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestSymlinkDockerfile [2021-09-02T19:39:34.926Z] --- PASS: TestSymlinkDockerfile (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestDockerfileOutsideTheBuildContext [2021-09-02T19:39:34.926Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestNonExistingDockerfile [2021-09-02T19:39:34.926Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestCopyRunConfig [2021-09-02T19:39:34.926Z] --- PASS: TestCopyRunConfig (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestDeepCopyRunConfig [2021-09-02T19:39:34.926Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestExportImage [2021-09-02T19:39:34.926Z] --- PASS: TestExportImage (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestNormalizeDest [2021-09-02T19:39:34.926Z] --- PASS: TestNormalizeDest (0.00s) [2021-09-02T19:39:34.926Z] PASS [2021-09-02T19:39:34.926Z] coverage: 46.8% of statements [2021-09-02T19:39:34.926Z] ok github.com/docker/docker/builder/dockerfile 0.138s coverage: 46.8% of statements [2021-09-02T19:39:34.926Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-09-02T19:39:34.926Z] === RUN TestTCP4Proxy [2021-09-02T19:39:34.926Z] --- PASS: TestTCP4Proxy (0.01s) [2021-09-02T19:39:34.926Z] === RUN TestTCP4ProxyHalfClose [2021-09-02T19:39:34.926Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestTCP6Proxy [2021-09-02T19:39:34.926Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-02T19:39:34.926Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestTCPDualStackProxy [2021-09-02T19:39:34.926Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-02T19:39:34.926Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestUDP4Proxy [2021-09-02T19:39:34.926Z] --- PASS: TestUDP4Proxy (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestUDP6Proxy [2021-09-02T19:39:34.926Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-02T19:39:34.926Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestUDPWriteError [2021-09-02T19:39:34.926Z] --- PASS: TestUDPWriteError (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestSCTP4Proxy [2021-09-02T19:39:34.926Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-02T19:39:34.926Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-09-02T19:39:34.926Z] === RUN TestSCTP6Proxy [2021-09-02T19:39:34.926Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-02T19:39:34.926Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-09-02T19:39:34.926Z] PASS [2021-09-02T19:39:34.926Z] coverage: 49.4% of statements [2021-09-02T19:39:34.926Z] ok github.com/docker/docker/cmd/docker-proxy 0.069s coverage: 49.4% of statements [2021-09-02T19:39:35.051Z] Loaded image: busybox:latest [2021-09-02T19:39:35.311Z] Loaded image: busybox:glibc [2021-09-02T19:39:40.587Z] Loaded image: debian:bullseye-slim [2021-09-02T19:39:40.587Z] Loaded image: hello-world:latest [2021-09-02T19:39:40.587Z] Loaded image: arm32v7/hello-world:latest [2021-09-02T19:39:40.587Z] INFO: Testing against a local daemon [2021-09-02T19:39:40.587Z] === RUN TestCgroupNamespacesBuild [2021-09-02T19:39:43.125Z] --- PASS: TestCgroupNamespacesBuild (2.46s) [2021-09-02T19:39:43.125Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-09-02T19:39:43.584Z] === RUN TestCheckpointCreateError [2021-09-02T19:39:43.584Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestCheckpointCreate [2021-09-02T19:39:43.584Z] --- PASS: TestCheckpointCreate (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestCheckpointDeleteError [2021-09-02T19:39:43.584Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestCheckpointDelete [2021-09-02T19:39:43.584Z] --- PASS: TestCheckpointDelete (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestCheckpointListError [2021-09-02T19:39:43.584Z] --- PASS: TestCheckpointListError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestCheckpointList [2021-09-02T19:39:43.584Z] --- PASS: TestCheckpointList (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestCheckpointListContainerNotFound [2021-09-02T19:39:43.584Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestNewClientWithOpsFromEnv [2021-09-02T19:39:43.584Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-02T19:39:43.584Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestGetAPIPath [2021-09-02T19:39:43.584Z] --- PASS: TestGetAPIPath (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestParseHostURL [2021-09-02T19:39:43.584Z] --- PASS: TestParseHostURL (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-09-02T19:39:43.584Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestNegotiateAPIVersionEmpty [2021-09-02T19:39:43.584Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestNegotiateAPIVersion [2021-09-02T19:39:43.584Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestNegotiateAPVersionOverride [2021-09-02T19:39:43.584Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestNegotiateAPIVersionAutomatic [2021-09-02T19:39:43.584Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-09-02T19:39:43.584Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-09-02T19:39:43.584Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestClientRedirect [2021-09-02T19:39:43.584Z] --- PASS: TestClientRedirect (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigCreateUnsupported [2021-09-02T19:39:43.584Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigCreateError [2021-09-02T19:39:43.584Z] --- PASS: TestConfigCreateError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigCreate [2021-09-02T19:39:43.584Z] --- PASS: TestConfigCreate (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigInspectNotFound [2021-09-02T19:39:43.584Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigInspectWithEmptyID [2021-09-02T19:39:43.584Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigInspectUnsupported [2021-09-02T19:39:43.584Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigInspectError [2021-09-02T19:39:43.584Z] --- PASS: TestConfigInspectError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigInspectConfigNotFound [2021-09-02T19:39:43.584Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigInspect [2021-09-02T19:39:43.584Z] --- PASS: TestConfigInspect (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigListUnsupported [2021-09-02T19:39:43.584Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigListError [2021-09-02T19:39:43.584Z] --- PASS: TestConfigListError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigList [2021-09-02T19:39:43.584Z] --- PASS: TestConfigList (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigRemoveUnsupported [2021-09-02T19:39:43.584Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigRemoveError [2021-09-02T19:39:43.584Z] --- PASS: TestConfigRemoveError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigRemove [2021-09-02T19:39:43.584Z] --- PASS: TestConfigRemove (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigUpdateUnsupported [2021-09-02T19:39:43.584Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigUpdateError [2021-09-02T19:39:43.584Z] --- PASS: TestConfigUpdateError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestConfigUpdate [2021-09-02T19:39:43.584Z] --- PASS: TestConfigUpdate (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestContainerCommitError [2021-09-02T19:39:43.584Z] --- PASS: TestContainerCommitError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestContainerCommit [2021-09-02T19:39:43.584Z] --- PASS: TestContainerCommit (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestContainerStatPathError [2021-09-02T19:39:43.584Z] --- PASS: TestContainerStatPathError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestContainerStatPathNotFoundError [2021-09-02T19:39:43.584Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestContainerStatPathNoHeaderError [2021-09-02T19:39:43.584Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestContainerStatPath [2021-09-02T19:39:43.584Z] --- PASS: TestContainerStatPath (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestCopyToContainerError [2021-09-02T19:39:43.584Z] --- PASS: TestCopyToContainerError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestCopyToContainerNotFoundError [2021-09-02T19:39:43.584Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestCopyToContainerNotStatusOKError [2021-09-02T19:39:43.584Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestCopyToContainer [2021-09-02T19:39:43.584Z] --- PASS: TestCopyToContainer (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestCopyFromContainerError [2021-09-02T19:39:43.584Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestCopyFromContainerNotFoundError [2021-09-02T19:39:43.584Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestCopyFromContainerNotStatusOKError [2021-09-02T19:39:43.584Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestCopyFromContainerNoHeaderError [2021-09-02T19:39:43.584Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestCopyFromContainer [2021-09-02T19:39:43.584Z] --- PASS: TestCopyFromContainer (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestContainerCreateError [2021-09-02T19:39:43.584Z] --- PASS: TestContainerCreateError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestContainerCreateImageNotFound [2021-09-02T19:39:43.584Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestContainerCreateWithName [2021-09-02T19:39:43.584Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestContainerCreateAutoRemove [2021-09-02T19:39:43.584Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestContainerDiffError [2021-09-02T19:39:43.584Z] --- PASS: TestContainerDiffError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestContainerDiff [2021-09-02T19:39:43.584Z] --- PASS: TestContainerDiff (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestContainerExecCreateError [2021-09-02T19:39:43.584Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-09-02T19:39:43.584Z] === RUN TestContainerExecCreate [2021-09-02T19:39:43.585Z] --- PASS: TestContainerExecCreate (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerExecStartError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerExecStartError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerExecStart [2021-09-02T19:39:43.585Z] --- PASS: TestContainerExecStart (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerExecInspectError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerExecInspect [2021-09-02T19:39:43.585Z] --- PASS: TestContainerExecInspect (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerExportError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerExportError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerExport [2021-09-02T19:39:43.585Z] --- PASS: TestContainerExport (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerInspectError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerInspectError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerInspectContainerNotFound [2021-09-02T19:39:43.585Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerInspectWithEmptyID [2021-09-02T19:39:43.585Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerInspect [2021-09-02T19:39:43.585Z] --- PASS: TestContainerInspect (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerInspectNode [2021-09-02T19:39:43.585Z] --- PASS: TestContainerInspectNode (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerKillError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerKillError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerKill [2021-09-02T19:39:43.585Z] --- PASS: TestContainerKill (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerListError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerListError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerList [2021-09-02T19:39:43.585Z] --- PASS: TestContainerList (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerLogsNotFoundError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerLogsError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerLogsError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerLogs [2021-09-02T19:39:43.585Z] --- PASS: TestContainerLogs (0.15s) [2021-09-02T19:39:43.585Z] === RUN TestContainerPauseError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerPauseError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerPause [2021-09-02T19:39:43.585Z] --- PASS: TestContainerPause (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainersPruneError [2021-09-02T19:39:43.585Z] --- PASS: TestContainersPruneError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainersPrune [2021-09-02T19:39:43.585Z] --- PASS: TestContainersPrune (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerRemoveError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerRemoveError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerRemoveNotFoundError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerRemove [2021-09-02T19:39:43.585Z] --- PASS: TestContainerRemove (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerRenameError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerRenameError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerRename [2021-09-02T19:39:43.585Z] --- PASS: TestContainerRename (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerResizeError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerResizeError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerExecResizeError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerResize [2021-09-02T19:39:43.585Z] --- PASS: TestContainerResize (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerExecResize [2021-09-02T19:39:43.585Z] --- PASS: TestContainerExecResize (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerRestartError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerRestartError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerRestart [2021-09-02T19:39:43.585Z] --- PASS: TestContainerRestart (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerStartError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerStartError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerStart [2021-09-02T19:39:43.585Z] --- PASS: TestContainerStart (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerStatsError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerStatsError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerStats [2021-09-02T19:39:43.585Z] --- PASS: TestContainerStats (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerStopError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerStopError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerStop [2021-09-02T19:39:43.585Z] --- PASS: TestContainerStop (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerTopError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerTopError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerTop [2021-09-02T19:39:43.585Z] --- PASS: TestContainerTop (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerUnpauseError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerUnpause [2021-09-02T19:39:43.585Z] --- PASS: TestContainerUnpause (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerUpdateError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerUpdateError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerUpdate [2021-09-02T19:39:43.585Z] --- PASS: TestContainerUpdate (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerWaitError [2021-09-02T19:39:43.585Z] --- PASS: TestContainerWaitError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestContainerWait [2021-09-02T19:39:43.585Z] --- PASS: TestContainerWait (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestDiskUsageError [2021-09-02T19:39:43.585Z] --- PASS: TestDiskUsageError (0.01s) [2021-09-02T19:39:43.585Z] === RUN TestDiskUsage [2021-09-02T19:39:43.585Z] --- PASS: TestDiskUsage (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestDistributionInspectUnsupported [2021-09-02T19:39:43.585Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestDistributionInspectWithEmptyID [2021-09-02T19:39:43.585Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestEventsErrorInOptions [2021-09-02T19:39:43.585Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestEventsErrorFromServer [2021-09-02T19:39:43.585Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestEvents [2021-09-02T19:39:43.585Z] --- PASS: TestEvents (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestTLSCloseWriter [2021-09-02T19:39:43.585Z] === PAUSE TestTLSCloseWriter [2021-09-02T19:39:43.585Z] === RUN TestImageBuildError [2021-09-02T19:39:43.585Z] --- PASS: TestImageBuildError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageBuild [2021-09-02T19:39:43.585Z] --- PASS: TestImageBuild (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestGetDockerOS [2021-09-02T19:39:43.585Z] --- PASS: TestGetDockerOS (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageCreateError [2021-09-02T19:39:43.585Z] --- PASS: TestImageCreateError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageCreate [2021-09-02T19:39:43.585Z] --- PASS: TestImageCreate (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageHistoryError [2021-09-02T19:39:43.585Z] --- PASS: TestImageHistoryError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageHistory [2021-09-02T19:39:43.585Z] --- PASS: TestImageHistory (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageImportError [2021-09-02T19:39:43.585Z] --- PASS: TestImageImportError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageImport [2021-09-02T19:39:43.585Z] --- PASS: TestImageImport (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageInspectError [2021-09-02T19:39:43.585Z] --- PASS: TestImageInspectError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageInspectImageNotFound [2021-09-02T19:39:43.585Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageInspectWithEmptyID [2021-09-02T19:39:43.585Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageInspect [2021-09-02T19:39:43.585Z] --- PASS: TestImageInspect (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageListError [2021-09-02T19:39:43.585Z] --- PASS: TestImageListError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageList [2021-09-02T19:39:43.585Z] --- PASS: TestImageList (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageListApiBefore125 [2021-09-02T19:39:43.585Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageLoadError [2021-09-02T19:39:43.585Z] --- PASS: TestImageLoadError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageLoad [2021-09-02T19:39:43.585Z] --- PASS: TestImageLoad (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagesPruneError [2021-09-02T19:39:43.585Z] --- PASS: TestImagesPruneError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagesPrune [2021-09-02T19:39:43.585Z] --- PASS: TestImagesPrune (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagePullReferenceParseError [2021-09-02T19:39:43.585Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagePullAnyError [2021-09-02T19:39:43.585Z] --- PASS: TestImagePullAnyError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagePullStatusUnauthorizedError [2021-09-02T19:39:43.585Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-02T19:39:43.585Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-02T19:39:43.585Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-09-02T19:39:43.585Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagePullWithoutErrors [2021-09-02T19:39:43.585Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagePushReferenceError [2021-09-02T19:39:43.585Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagePushAnyError [2021-09-02T19:39:43.585Z] --- PASS: TestImagePushAnyError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagePushStatusUnauthorizedError [2021-09-02T19:39:43.585Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-02T19:39:43.585Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-02T19:39:43.585Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-09-02T19:39:43.585Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImagePushWithoutErrors [2021-09-02T19:39:43.585Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-09-02T19:39:43.585Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-09-02T19:39:43.585Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-09-02T19:39:43.585Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-09-02T19:39:43.585Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-09-02T19:39:43.585Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-09-02T19:39:43.585Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-09-02T19:39:43.585Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-09-02T19:39:43.585Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageRemoveError [2021-09-02T19:39:43.585Z] --- PASS: TestImageRemoveError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageRemoveImageNotFound [2021-09-02T19:39:43.585Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageRemove [2021-09-02T19:39:43.585Z] --- PASS: TestImageRemove (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageSaveError [2021-09-02T19:39:43.585Z] --- PASS: TestImageSaveError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageSave [2021-09-02T19:39:43.585Z] --- PASS: TestImageSave (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageSearchAnyError [2021-09-02T19:39:43.585Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageSearchStatusUnauthorizedError [2021-09-02T19:39:43.585Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-02T19:39:43.585Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-02T19:39:43.585Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-09-02T19:39:43.585Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageSearchWithoutErrors [2021-09-02T19:39:43.585Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageTagError [2021-09-02T19:39:43.585Z] --- PASS: TestImageTagError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageTagInvalidReference [2021-09-02T19:39:43.585Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageTagInvalidSourceImageName [2021-09-02T19:39:43.585Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageTagHexSource [2021-09-02T19:39:43.585Z] --- PASS: TestImageTagHexSource (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestImageTag [2021-09-02T19:39:43.585Z] --- PASS: TestImageTag (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestInfoServerError [2021-09-02T19:39:43.585Z] --- PASS: TestInfoServerError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestInfoInvalidResponseJSONError [2021-09-02T19:39:43.585Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestInfo [2021-09-02T19:39:43.585Z] --- PASS: TestInfo (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworkConnectError [2021-09-02T19:39:43.585Z] --- PASS: TestNetworkConnectError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-09-02T19:39:43.585Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworkConnect [2021-09-02T19:39:43.585Z] --- PASS: TestNetworkConnect (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworkCreateError [2021-09-02T19:39:43.585Z] --- PASS: TestNetworkCreateError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworkCreate [2021-09-02T19:39:43.585Z] --- PASS: TestNetworkCreate (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworkDisconnectError [2021-09-02T19:39:43.585Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworkDisconnect [2021-09-02T19:39:43.585Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworkInspectError [2021-09-02T19:39:43.585Z] --- PASS: TestNetworkInspectError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworkInspectNotFoundError [2021-09-02T19:39:43.585Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworkInspectWithEmptyID [2021-09-02T19:39:43.585Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworkInspect [2021-09-02T19:39:43.585Z] --- PASS: TestNetworkInspect (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworkListError [2021-09-02T19:39:43.585Z] --- PASS: TestNetworkListError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworkList [2021-09-02T19:39:43.585Z] --- PASS: TestNetworkList (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworksPruneError [2021-09-02T19:39:43.585Z] --- PASS: TestNetworksPruneError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworksPrune [2021-09-02T19:39:43.585Z] --- PASS: TestNetworksPrune (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworkRemoveError [2021-09-02T19:39:43.585Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNetworkRemove [2021-09-02T19:39:43.585Z] --- PASS: TestNetworkRemove (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNodeInspectError [2021-09-02T19:39:43.585Z] --- PASS: TestNodeInspectError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNodeInspectNodeNotFound [2021-09-02T19:39:43.585Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNodeInspectWithEmptyID [2021-09-02T19:39:43.585Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNodeInspect [2021-09-02T19:39:43.585Z] --- PASS: TestNodeInspect (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNodeListError [2021-09-02T19:39:43.585Z] --- PASS: TestNodeListError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNodeList [2021-09-02T19:39:43.585Z] --- PASS: TestNodeList (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNodeRemoveError [2021-09-02T19:39:43.585Z] --- PASS: TestNodeRemoveError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNodeRemove [2021-09-02T19:39:43.585Z] --- PASS: TestNodeRemove (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNodeUpdateError [2021-09-02T19:39:43.585Z] --- PASS: TestNodeUpdateError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestNodeUpdate [2021-09-02T19:39:43.585Z] --- PASS: TestNodeUpdate (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestOptionWithTimeout [2021-09-02T19:39:43.585Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestPingFail [2021-09-02T19:39:43.585Z] --- PASS: TestPingFail (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestPingWithError [2021-09-02T19:39:43.585Z] 2021/09/02 19:39:42 RoundTripper returned a response & error; ignoring response [2021-09-02T19:39:43.585Z] 2021/09/02 19:39:42 RoundTripper returned a response & error; ignoring response [2021-09-02T19:39:43.585Z] --- PASS: TestPingWithError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestPingSuccess [2021-09-02T19:39:43.585Z] --- PASS: TestPingSuccess (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestPingHeadFallback [2021-09-02T19:39:43.585Z] === RUN TestPingHeadFallback/OK [2021-09-02T19:39:43.585Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-09-02T19:39:43.585Z] === RUN TestPingHeadFallback/Not_Found [2021-09-02T19:39:43.585Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-09-02T19:39:43.585Z] --- PASS: TestPingHeadFallback (0.00s) [2021-09-02T19:39:43.585Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-09-02T19:39:43.585Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-09-02T19:39:43.585Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-09-02T19:39:43.585Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestPluginDisableError [2021-09-02T19:39:43.585Z] --- PASS: TestPluginDisableError (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestPluginDisable [2021-09-02T19:39:43.585Z] --- PASS: TestPluginDisable (0.00s) [2021-09-02T19:39:43.585Z] === RUN TestPluginEnableError [2021-09-02T19:39:43.585Z] --- PASS: TestPluginEnableError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestPluginEnable [2021-09-02T19:39:43.586Z] --- PASS: TestPluginEnable (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestPluginInspectError [2021-09-02T19:39:43.586Z] --- PASS: TestPluginInspectError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestPluginInspectWithEmptyID [2021-09-02T19:39:43.586Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestPluginInspect [2021-09-02T19:39:43.586Z] --- PASS: TestPluginInspect (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestPluginListError [2021-09-02T19:39:43.586Z] --- PASS: TestPluginListError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestPluginList [2021-09-02T19:39:43.586Z] --- PASS: TestPluginList (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestPluginPushError [2021-09-02T19:39:43.586Z] --- PASS: TestPluginPushError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestPluginPush [2021-09-02T19:39:43.586Z] --- PASS: TestPluginPush (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestPluginRemoveError [2021-09-02T19:39:43.586Z] --- PASS: TestPluginRemoveError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestPluginRemove [2021-09-02T19:39:43.586Z] --- PASS: TestPluginRemove (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestPluginSetError [2021-09-02T19:39:43.586Z] --- PASS: TestPluginSetError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestPluginSet [2021-09-02T19:39:43.586Z] --- PASS: TestPluginSet (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSetHostHeader [2021-09-02T19:39:43.586Z] --- PASS: TestSetHostHeader (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestPlainTextError [2021-09-02T19:39:43.586Z] --- PASS: TestPlainTextError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestInfiniteError [2021-09-02T19:39:43.586Z] --- PASS: TestInfiniteError (0.02s) [2021-09-02T19:39:43.586Z] === RUN TestCanceledContext [2021-09-02T19:39:43.586Z] 2021/09/02 19:39:42 RoundTripper returned a response & error; ignoring response [2021-09-02T19:39:43.586Z] --- PASS: TestCanceledContext (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestDeadlineExceededContext [2021-09-02T19:39:43.586Z] 2021/09/02 19:39:42 RoundTripper returned a response & error; ignoring response [2021-09-02T19:39:43.586Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretCreateUnsupported [2021-09-02T19:39:43.586Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretCreateError [2021-09-02T19:39:43.586Z] --- PASS: TestSecretCreateError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretCreate [2021-09-02T19:39:43.586Z] --- PASS: TestSecretCreate (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretInspectUnsupported [2021-09-02T19:39:43.586Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretInspectError [2021-09-02T19:39:43.586Z] --- PASS: TestSecretInspectError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretInspectSecretNotFound [2021-09-02T19:39:43.586Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretInspectWithEmptyID [2021-09-02T19:39:43.586Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretInspect [2021-09-02T19:39:43.586Z] --- PASS: TestSecretInspect (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretListUnsupported [2021-09-02T19:39:43.586Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretListError [2021-09-02T19:39:43.586Z] --- PASS: TestSecretListError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretList [2021-09-02T19:39:43.586Z] --- PASS: TestSecretList (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretRemoveUnsupported [2021-09-02T19:39:43.586Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretRemoveError [2021-09-02T19:39:43.586Z] --- PASS: TestSecretRemoveError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretRemove [2021-09-02T19:39:43.586Z] --- PASS: TestSecretRemove (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretUpdateUnsupported [2021-09-02T19:39:43.586Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretUpdateError [2021-09-02T19:39:43.586Z] --- PASS: TestSecretUpdateError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSecretUpdate [2021-09-02T19:39:43.586Z] --- PASS: TestSecretUpdate (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceCreateError [2021-09-02T19:39:43.586Z] --- PASS: TestServiceCreateError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceCreate [2021-09-02T19:39:43.586Z] --- PASS: TestServiceCreate (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceCreateCompatiblePlatforms [2021-09-02T19:39:43.586Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceCreateDigestPinning [2021-09-02T19:39:43.586Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceInspectError [2021-09-02T19:39:43.586Z] --- PASS: TestServiceInspectError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceInspectServiceNotFound [2021-09-02T19:39:43.586Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceInspectWithEmptyID [2021-09-02T19:39:43.586Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceInspect [2021-09-02T19:39:43.586Z] --- PASS: TestServiceInspect (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceListError [2021-09-02T19:39:43.586Z] --- PASS: TestServiceListError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceList [2021-09-02T19:39:43.586Z] --- PASS: TestServiceList (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceLogsError [2021-09-02T19:39:43.586Z] --- PASS: TestServiceLogsError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceLogs [2021-09-02T19:39:43.586Z] --- PASS: TestServiceLogs (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceRemoveError [2021-09-02T19:39:43.586Z] --- PASS: TestServiceRemoveError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceRemoveNotFoundError [2021-09-02T19:39:43.586Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceRemove [2021-09-02T19:39:43.586Z] --- PASS: TestServiceRemove (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceUpdateError [2021-09-02T19:39:43.586Z] --- PASS: TestServiceUpdateError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestServiceUpdate [2021-09-02T19:39:43.586Z] --- PASS: TestServiceUpdate (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSwarmGetUnlockKeyError [2021-09-02T19:39:43.586Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSwarmGetUnlockKey [2021-09-02T19:39:43.586Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSwarmInitError [2021-09-02T19:39:43.586Z] --- PASS: TestSwarmInitError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSwarmInit [2021-09-02T19:39:43.586Z] --- PASS: TestSwarmInit (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSwarmInspectError [2021-09-02T19:39:43.586Z] --- PASS: TestSwarmInspectError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSwarmInspect [2021-09-02T19:39:43.586Z] --- PASS: TestSwarmInspect (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSwarmJoinError [2021-09-02T19:39:43.586Z] --- PASS: TestSwarmJoinError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSwarmJoin [2021-09-02T19:39:43.586Z] --- PASS: TestSwarmJoin (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSwarmLeaveError [2021-09-02T19:39:43.586Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSwarmLeave [2021-09-02T19:39:43.586Z] --- PASS: TestSwarmLeave (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSwarmUnlockError [2021-09-02T19:39:43.586Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSwarmUnlock [2021-09-02T19:39:43.586Z] --- PASS: TestSwarmUnlock (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSwarmUpdateError [2021-09-02T19:39:43.586Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestSwarmUpdate [2021-09-02T19:39:43.586Z] --- PASS: TestSwarmUpdate (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestTaskInspectError [2021-09-02T19:39:43.586Z] --- PASS: TestTaskInspectError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestTaskInspectWithEmptyID [2021-09-02T19:39:43.586Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestTaskInspect [2021-09-02T19:39:43.586Z] --- PASS: TestTaskInspect (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestTaskListError [2021-09-02T19:39:43.586Z] --- PASS: TestTaskListError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestTaskList [2021-09-02T19:39:43.586Z] --- PASS: TestTaskList (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestVolumeCreateError [2021-09-02T19:39:43.586Z] --- PASS: TestVolumeCreateError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestVolumeCreate [2021-09-02T19:39:43.586Z] --- PASS: TestVolumeCreate (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestVolumeInspectError [2021-09-02T19:39:43.586Z] --- PASS: TestVolumeInspectError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestVolumeInspectNotFound [2021-09-02T19:39:43.586Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestVolumeInspectWithEmptyID [2021-09-02T19:39:43.586Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestVolumeInspect [2021-09-02T19:39:43.586Z] --- PASS: TestVolumeInspect (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestVolumeListError [2021-09-02T19:39:43.586Z] --- PASS: TestVolumeListError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestVolumeList [2021-09-02T19:39:43.586Z] --- PASS: TestVolumeList (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestVolumeRemoveError [2021-09-02T19:39:43.586Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-09-02T19:39:43.586Z] === RUN TestVolumeRemove [2021-09-02T19:39:43.586Z] --- PASS: TestVolumeRemove (0.00s) [2021-09-02T19:39:43.586Z] === CONT TestTLSCloseWriter [2021-09-02T19:39:43.586Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-09-02T19:39:43.586Z] PASS [2021-09-02T19:39:43.586Z] coverage: 75.1% of statements [2021-09-02T19:39:43.586Z] ok github.com/docker/docker/client 0.394s coverage: 75.1% of statements [2021-09-02T19:39:43.787Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-09-02T19:39:43.787Z] Copying nested executables into bundles/binary-daemon [2021-09-02T19:39:43.787Z] Building: bundles/binary-daemon/docker-proxy-dev [2021-09-02T19:39:43.787Z] GOOS="" GOARCH="" GOARM="" [2021-09-02T19:39:43.787Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2021-09-02T19:39:43.787Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-09-02T19:39:44.109Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42674/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr18 -e DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 -e DOCKER_GRAPHDRIVER docker:1b8db067856387b4cc80bd5813993475382993b6 hack/make.sh cross [2021-09-02T19:39:44.366Z] [2021-09-02T19:39:44.622Z] Removing bundles/ [2021-09-02T19:39:44.622Z] [2021-09-02T19:39:44.622Z] ---> Making bundle: cross (in bundles/cross) [2021-09-02T19:39:44.622Z] Cross building: bundles/cross/linux/amd64 [2021-09-02T19:39:44.622Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-09-02T19:39:44.622Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-09-02T19:39:45.661Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.26s) [2021-09-02T19:39:45.662Z] === RUN TestBuildWithSession [2021-09-02T19:39:45.662Z] build_session_test.go:25: TODO: BuildKit [2021-09-02T19:39:45.662Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-02T19:39:45.662Z] === RUN TestBuildSquashParent [2021-09-02T19:39:53.784Z] --- PASS: TestBuildSquashParent (8.22s) [2021-09-02T19:39:53.784Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-02T19:39:53.784Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:39:53.784Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:39:53.784Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:39:53.784Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:39:53.784Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:39:53.784Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:39:53.784Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:39:53.784Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:39:53.784Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:39:53.784Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:39:53.784Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:39:53.784Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:39:53.784Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:39:53.784Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:39:57.075Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:39:57.075Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:39:58.508Z] --- PASS: TestCheckoutGit (24.81s) [2021-09-02T19:39:58.508Z] === RUN TestValidGitTransport [2021-09-02T19:39:58.508Z] --- PASS: TestValidGitTransport (0.00s) [2021-09-02T19:39:58.508Z] === RUN TestGitInvalidRef [2021-09-02T19:39:58.508Z] --- PASS: TestGitInvalidRef (0.18s) [2021-09-02T19:39:58.508Z] PASS [2021-09-02T19:39:58.508Z] coverage: 86.3% of statements [2021-09-02T19:39:58.508Z] ok github.com/docker/docker/builder/remotecontext/git 25.149s coverage: 86.3% of statements [2021-09-02T19:39:58.508Z] ? github.com/docker/docker/cli [no test files] [2021-09-02T19:39:58.508Z] ? github.com/docker/docker/cli/config [no test files] [2021-09-02T19:40:00.367Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:40:00.367Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:40:02.904Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-02T19:40:02.904Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.27s) [2021-09-02T19:40:02.904Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.31s) [2021-09-02T19:40:02.904Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.10s) [2021-09-02T19:40:02.904Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.12s) [2021-09-02T19:40:02.904Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.95s) [2021-09-02T19:40:02.904Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.91s) [2021-09-02T19:40:02.904Z] === RUN TestBuildMultiStageCopy [2021-09-02T19:40:02.904Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-02T19:40:03.262Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-09-02T19:40:03.262Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-09-02T19:40:03.262Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-09-02T19:40:03.262Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-09-02T19:40:03.262Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-09-02T19:40:03.262Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-09-02T19:40:03.262Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-09-02T19:40:03.262Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-09-02T19:40:03.262Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-09-02T19:40:03.262Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-09-02T19:40:03.262Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-09-02T19:40:03.262Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-09-02T19:40:03.262Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-09-02T19:40:03.262Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-09-02T19:40:03.262Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-09-02T19:40:03.262Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-09-02T19:40:03.262Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-09-02T19:40:03.262Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-09-02T19:40:03.262Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-09-02T19:40:03.262Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-09-02T19:40:03.262Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-09-02T19:40:03.262Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-09-02T19:40:03.262Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-09-02T19:40:03.262Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-09-02T19:40:03.262Z] === RUN TestConfigureDaemonLogs [2021-09-02T19:40:03.262Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-09-02T19:40:03.262Z] === RUN TestCommonOptionsInstallFlags [2021-09-02T19:40:03.262Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-09-02T19:40:03.262Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-09-02T19:40:03.262Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-09-02T19:40:03.262Z] PASS [2021-09-02T19:40:03.262Z] coverage: 18.5% of statements [2021-09-02T19:40:03.262Z] ok github.com/docker/docker/cmd/dockerd 0.330s coverage: 18.5% of statements [2021-09-02T19:40:03.262Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-09-02T19:40:03.262Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-09-02T19:40:03.730Z] === RUN TestContainerStopSignal [2021-09-02T19:40:03.730Z] --- PASS: TestContainerStopSignal (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestContainerStopTimeout [2021-09-02T19:40:03.730Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestContainerSecretReferenceDestTarget [2021-09-02T19:40:03.730Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-09-02T19:40:03.730Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestContainerLogPathSetForRingLogger [2021-09-02T19:40:03.730Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestReplaceAndAppendEnvVars [2021-09-02T19:40:03.730Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-09-02T19:40:03.730Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestNewMemoryStore [2021-09-02T19:40:03.730Z] --- PASS: TestNewMemoryStore (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestAddContainers [2021-09-02T19:40:03.730Z] --- PASS: TestAddContainers (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestGetContainer [2021-09-02T19:40:03.730Z] --- PASS: TestGetContainer (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestDeleteContainer [2021-09-02T19:40:03.730Z] --- PASS: TestDeleteContainer (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestListContainers [2021-09-02T19:40:03.730Z] --- PASS: TestListContainers (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestFirstContainer [2021-09-02T19:40:03.730Z] --- PASS: TestFirstContainer (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestApplyAllContainer [2021-09-02T19:40:03.730Z] --- PASS: TestApplyAllContainer (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestIsValidHealthString [2021-09-02T19:40:03.730Z] --- PASS: TestIsValidHealthString (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestStateRunStop [2021-09-02T19:40:03.730Z] --- PASS: TestStateRunStop (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestStateTimeoutWait [2021-09-02T19:40:03.730Z] state_test.go:141: Stop callback fired [2021-09-02T19:40:03.730Z] state_test.go:165: Stop callback fired [2021-09-02T19:40:03.730Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-09-02T19:40:03.730Z] === RUN TestIsValidStateString [2021-09-02T19:40:03.730Z] --- PASS: TestIsValidStateString (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestViewSaveDelete [2021-09-02T19:40:03.730Z] --- PASS: TestViewSaveDelete (0.01s) [2021-09-02T19:40:03.730Z] === RUN TestViewAll [2021-09-02T19:40:03.730Z] --- PASS: TestViewAll (0.01s) [2021-09-02T19:40:03.730Z] === RUN TestViewGet [2021-09-02T19:40:03.730Z] --- PASS: TestViewGet (0.01s) [2021-09-02T19:40:03.730Z] === RUN TestNames [2021-09-02T19:40:03.730Z] --- PASS: TestNames (0.00s) [2021-09-02T19:40:03.730Z] === RUN TestViewWithHealthCheck [2021-09-02T19:40:03.730Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-09-02T19:40:03.730Z] PASS [2021-09-02T19:40:03.730Z] coverage: 41.7% of statements [2021-09-02T19:40:03.730Z] ok github.com/docker/docker/container 0.238s coverage: 41.7% of statements [2021-09-02T19:40:03.730Z] ? github.com/docker/docker/container/stream [no test files] [2021-09-02T19:40:03.730Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-09-02T19:40:03.730Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-09-02T19:40:03.730Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-09-02T19:40:04.720Z] === RUN TestPrepare [2021-09-02T19:40:04.720Z] --- PASS: TestPrepare (0.00s) [2021-09-02T19:40:04.720Z] === RUN TestStart [2021-09-02T19:40:04.720Z] --- PASS: TestStart (0.00s) [2021-09-02T19:40:04.720Z] === RUN TestWaitCancel [2021-09-02T19:40:04.720Z] --- PASS: TestWaitCancel (0.00s) [2021-09-02T19:40:04.720Z] === RUN TestWaitDisabled [2021-09-02T19:40:04.720Z] --- PASS: TestWaitDisabled (0.00s) [2021-09-02T19:40:04.720Z] === RUN TestWaitEnabled [2021-09-02T19:40:04.720Z] --- PASS: TestWaitEnabled (0.00s) [2021-09-02T19:40:04.720Z] === RUN TestRemove [2021-09-02T19:40:04.720Z] --- PASS: TestRemove (0.00s) [2021-09-02T19:40:04.720Z] PASS [2021-09-02T19:40:04.720Z] coverage: 65.3% of statements [2021-09-02T19:40:04.720Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.050s coverage: 65.3% of statements [2021-09-02T19:40:05.439Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-02T19:40:06.008Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-02T19:40:06.576Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-02T19:40:06.934Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-09-02T19:40:06.935Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCIsolation [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertFromGRPCIsolation [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-09-02T19:40:06.935Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-09-02T19:40:06.935Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertFromGRPCConfigs [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCConfigs [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-09-02T19:40:06.935Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-09-02T19:40:06.935Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-09-02T19:40:06.935Z] PASS [2021-09-02T19:40:06.935Z] coverage: 35.9% of statements [2021-09-02T19:40:06.935Z] ok github.com/docker/docker/daemon/cluster/convert 0.561s coverage: 35.9% of statements [2021-09-02T19:40:06.935Z] === RUN TestNewListSecretsFilters [2021-09-02T19:40:06.935Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-09-02T19:40:06.935Z] === RUN TestNewListConfigsFilters [2021-09-02T19:40:06.935Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-09-02T19:40:06.935Z] PASS [2021-09-02T19:40:06.935Z] coverage: 0.5% of statements [2021-09-02T19:40:06.935Z] ok github.com/docker/docker/daemon/cluster 0.434s coverage: 0.5% of statements [2021-09-02T19:40:07.146Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-02T19:40:07.714Z] --- PASS: TestBuildMultiStageCopy (4.85s) [2021-09-02T19:40:07.714Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.69s) [2021-09-02T19:40:07.714Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2021-09-02T19:40:07.714Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.62s) [2021-09-02T19:40:07.714Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.51s) [2021-09-02T19:40:07.714Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.53s) [2021-09-02T19:40:07.714Z] === RUN TestBuildMultiStageParentConfig [2021-09-02T19:40:09.092Z] --- PASS: TestBuildMultiStageParentConfig (1.36s) [2021-09-02T19:40:09.092Z] === RUN TestBuildLabelWithTargets [2021-09-02T19:40:09.147Z] === RUN TestDiscoveryOptsErrors [2021-09-02T19:40:09.147Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-09-02T19:40:09.147Z] === RUN TestDiscoveryOpts [2021-09-02T19:40:09.147Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-09-02T19:40:09.147Z] PASS [2021-09-02T19:40:09.147Z] coverage: 30.0% of statements [2021-09-02T19:40:09.147Z] ok github.com/docker/docker/daemon/discovery 0.040s coverage: 30.0% of statements [2021-09-02T19:40:09.147Z] === RUN TestBuilderGC [2021-09-02T19:40:09.147Z] --- PASS: TestBuilderGC (0.00s) [2021-09-02T19:40:09.147Z] === RUN TestDaemonConfigurationNotFound [2021-09-02T19:40:09.147Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-09-02T19:40:09.147Z] === RUN TestDaemonBrokenConfiguration [2021-09-02T19:40:09.147Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-09-02T19:40:09.147Z] === RUN TestParseClusterAdvertiseSettings [2021-09-02T19:40:09.147Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-09-02T19:40:09.147Z] === RUN TestFindConfigurationConflicts [2021-09-02T19:40:09.147Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-09-02T19:40:09.147Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-09-02T19:40:09.147Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-09-02T19:40:09.147Z] === RUN TestDaemonConfigurationMergeConflicts [2021-09-02T19:40:09.147Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-09-02T19:40:09.147Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-09-02T19:40:09.147Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-09-02T19:40:09.147Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-09-02T19:40:09.614Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-09-02T19:40:09.614Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-09-02T19:40:09.614Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-09-02T19:40:09.614Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-09-02T19:40:09.614Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-09-02T19:40:09.614Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-09-02T19:40:09.614Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-09-02T19:40:09.614Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-09-02T19:40:09.614Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-09-02T19:40:09.614Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-09-02T19:40:09.614Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-09-02T19:40:09.614Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-09-02T19:40:09.614Z] === RUN TestValidateConfigurationErrors [2021-09-02T19:40:09.614Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-09-02T19:40:09.614Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-09-02T19:40:09.614Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-09-02T19:40:09.614Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-09-02T19:40:09.614Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-09-02T19:40:09.614Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-09-02T19:40:09.614Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-09-02T19:40:09.614Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-09-02T19:40:09.614Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-09-02T19:40:09.614Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-09-02T19:40:09.614Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-09-02T19:40:09.614Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-09-02T19:40:09.614Z] === RUN TestValidateConfiguration [2021-09-02T19:40:09.614Z] === RUN TestValidateConfiguration/with_label [2021-09-02T19:40:09.614Z] === RUN TestValidateConfiguration/with_dns [2021-09-02T19:40:09.614Z] === RUN TestValidateConfiguration/with_dns-search [2021-09-02T19:40:09.614Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-09-02T19:40:09.614Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-09-02T19:40:09.614Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-09-02T19:40:09.614Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-09-02T19:40:09.614Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfiguration (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-09-02T19:40:09.614Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-09-02T19:40:09.614Z] === RUN TestModifiedDiscoverySettings [2021-09-02T19:40:09.614Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-09-02T19:40:09.614Z] === RUN TestReloadSetConfigFileNotExist [2021-09-02T19:40:09.614Z] time="2021-09-02T19:40:09Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-09-02T19:40:09.614Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-09-02T19:40:09.614Z] === RUN TestReloadDefaultConfigNotExist [2021-09-02T19:40:09.614Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:40:09.614Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2021-09-02T19:40:09.614Z] === RUN TestReloadBadDefaultConfig [2021-09-02T19:40:09.614Z] time="2021-09-02T19:40:09Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3926658082" [2021-09-02T19:40:09.614Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-09-02T19:40:09.614Z] === RUN TestReloadWithConflictingLabels [2021-09-02T19:40:09.614Z] time="2021-09-02T19:40:09Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1120846420" [2021-09-02T19:40:09.614Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-09-02T19:40:09.614Z] === RUN TestReloadWithDuplicateLabels [2021-09-02T19:40:09.614Z] time="2021-09-02T19:40:09Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2481359827" [2021-09-02T19:40:09.614Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-09-02T19:40:09.614Z] === RUN TestDaemonConfigurationMerge [2021-09-02T19:40:09.614Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-09-02T19:40:09.614Z] PASS [2021-09-02T19:40:09.614Z] coverage: 80.4% of statements [2021-09-02T19:40:09.614Z] ok github.com/docker/docker/daemon/config 0.219s coverage: 80.4% of statements [2021-09-02T19:40:10.082Z] === RUN TestWaitNodeAttachment [2021-09-02T19:40:10.550Z] === RUN TestEventsLog [2021-09-02T19:40:10.550Z] --- PASS: TestEventsLog (0.00s) [2021-09-02T19:40:10.550Z] === RUN TestEventsLogTimeout [2021-09-02T19:40:10.550Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-09-02T19:40:10.550Z] === RUN TestLogEvents [2021-09-02T19:40:10.550Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-09-02T19:40:10.550Z] === RUN TestIsolationConversion [2021-09-02T19:40:10.550Z] === RUN TestIsolationConversion/default [2021-09-02T19:40:10.550Z] === RUN TestIsolationConversion/process [2021-09-02T19:40:10.550Z] === RUN TestIsolationConversion/hyperv [2021-09-02T19:40:10.550Z] --- PASS: TestIsolationConversion (0.00s) [2021-09-02T19:40:10.550Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-09-02T19:40:10.550Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-09-02T19:40:10.550Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-09-02T19:40:10.550Z] === RUN TestContainerLabels [2021-09-02T19:40:10.550Z] --- PASS: TestContainerLabels (0.00s) [2021-09-02T19:40:10.550Z] === RUN TestCredentialSpecConversion [2021-09-02T19:40:10.550Z] === RUN TestCredentialSpecConversion/none [2021-09-02T19:40:10.550Z] === RUN TestCredentialSpecConversion/config [2021-09-02T19:40:10.550Z] === RUN TestCredentialSpecConversion/file [2021-09-02T19:40:10.550Z] === RUN TestCredentialSpecConversion/registry [2021-09-02T19:40:10.550Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-09-02T19:40:10.550Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-09-02T19:40:10.550Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-09-02T19:40:10.550Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-09-02T19:40:10.550Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-09-02T19:40:10.550Z] === RUN TestControllerValidateMountBind [2021-09-02T19:40:10.550Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-09-02T19:40:10.550Z] === RUN TestControllerValidateMountVolume [2021-09-02T19:40:10.550Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-09-02T19:40:10.550Z] === RUN TestControllerValidateMountTarget [2021-09-02T19:40:10.550Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-09-02T19:40:10.550Z] === RUN TestControllerValidateMountTmpfs [2021-09-02T19:40:10.550Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-09-02T19:40:10.550Z] === RUN TestControllerValidateMountInvalidType [2021-09-02T19:40:10.550Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-09-02T19:40:10.550Z] === RUN TestControllerValidateMountNamedPipe [2021-09-02T19:40:10.550Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-09-02T19:40:10.550Z] PASS [2021-09-02T19:40:10.550Z] coverage: 11.0% of statements [2021-09-02T19:40:10.550Z] --- PASS: TestLogEvents (0.05s) [2021-09-02T19:40:10.550Z] === RUN TestLoadBufferedEvents [2021-09-02T19:40:10.550Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.719s coverage: 11.0% of statements [2021-09-02T19:40:10.997Z] --- PASS: TestBuildLabelWithTargets (2.06s) [2021-09-02T19:40:10.997Z] === RUN TestBuildWithEmptyLayers [2021-09-02T19:40:11.019Z] --- PASS: TestLoadBufferedEvents (0.11s) [2021-09-02T19:40:11.019Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-09-02T19:40:11.019Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-09-02T19:40:11.019Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-09-02T19:40:11.019Z] PASS [2021-09-02T19:40:11.019Z] coverage: 50.0% of statements [2021-09-02T19:40:11.019Z] ok github.com/docker/docker/daemon/events 0.316s coverage: 50.0% of statements [2021-09-02T19:40:11.019Z] === RUN TestIsEmptyDir [2021-09-02T19:40:11.019Z] --- PASS: TestIsEmptyDir (0.01s) [2021-09-02T19:40:11.019Z] PASS [2021-09-02T19:40:11.019Z] coverage: 2.3% of statements [2021-09-02T19:40:11.019Z] ok github.com/docker/docker/daemon/graphdriver 0.078s coverage: 2.3% of statements [2021-09-02T19:40:11.019Z] === RUN TestVerifyNetworkingConfig [2021-09-02T19:40:11.019Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestGetContainer [2021-09-02T19:40:11.019Z] --- PASS: TestGetContainer (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestValidContainerNames [2021-09-02T19:40:11.019Z] --- PASS: TestValidContainerNames (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestContainerInitDNS [2021-09-02T19:40:11.019Z] daemon_test.go:146: root required [2021-09-02T19:40:11.019Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestMerge [2021-09-02T19:40:11.019Z] --- PASS: TestMerge (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestValidateContainerIsolation [2021-09-02T19:40:11.019Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestFindNetworkErrorType [2021-09-02T19:40:11.019Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestEnsureServicesExist [2021-09-02T19:40:11.019Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestEnsureServicesExistErrors [2021-09-02T19:40:11.019Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-09-02T19:40:11.019Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-09-02T19:40:11.019Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-09-02T19:40:11.019Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestContainerDelete [2021-09-02T19:40:11.019Z] --- PASS: TestContainerDelete (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestContainerDoubleDelete [2021-09-02T19:40:11.019Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestLogContainerEventCopyLabels [2021-09-02T19:40:11.019Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestLogContainerEventWithAttributes [2021-09-02T19:40:11.019Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestNoneHealthcheck [2021-09-02T19:40:11.019Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestHealthStates [2021-09-02T19:40:11.019Z] time="2021-09-02T19:40:10Z" 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-09-02T19:40:11.019Z] time="2021-09-02T19:40:10Z" 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-09-02T19:40:11.019Z] time="2021-09-02T19:40:10Z" 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-09-02T19:40:11.019Z] time="2021-09-02T19:40:10Z" 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-09-02T19:40:11.019Z] time="2021-09-02T19:40:10Z" 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-09-02T19:40:11.019Z] time="2021-09-02T19:40:10Z" 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-09-02T19:40:11.019Z] time="2021-09-02T19:40:10Z" 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-09-02T19:40:11.019Z] time="2021-09-02T19:40:10Z" 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-09-02T19:40:11.019Z] time="2021-09-02T19:40:10Z" 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-09-02T19:40:11.019Z] time="2021-09-02T19:40:10Z" 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-09-02T19:40:11.019Z] --- PASS: TestHealthStates (0.14s) [2021-09-02T19:40:11.019Z] === RUN TestMaskURLCredentials [2021-09-02T19:40:11.019Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestGetInspectData [2021-09-02T19:40:11.019Z] --- PASS: TestGetInspectData (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestFillLicense [2021-09-02T19:40:11.019Z] --- PASS: TestFillLicense (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestListInvalidFilter [2021-09-02T19:40:11.019Z] --- PASS: TestListInvalidFilter (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestNameFilter [2021-09-02T19:40:11.019Z] --- PASS: TestNameFilter (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-09-02T19:40:11.019Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-09-02T19:40:11.019Z] === 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-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-09-02T19:40:11.019Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-09-02T19:40:11.019Z] --- 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-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-09-02T19:40:11.019Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestDaemonReloadLabels [2021-09-02T19:40:11.019Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-09-02T19:40:11.019Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestDaemonReloadMirrors [2021-09-02T19:40:11.019Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestDaemonReloadInsecureRegistries [2021-09-02T19:40:11.019Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestDaemonReloadNotAffectOthers [2021-09-02T19:40:11.019Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-09-02T19:40:11.019Z] === RUN TestDaemonDiscoveryReload [2021-09-02T19:40:11.487Z] === RUN TestLinkNaming [2021-09-02T19:40:11.487Z] --- PASS: TestLinkNaming (0.00s) [2021-09-02T19:40:11.487Z] === RUN TestLinkNew [2021-09-02T19:40:11.487Z] --- PASS: TestLinkNew (0.00s) [2021-09-02T19:40:11.487Z] === RUN TestLinkEnv [2021-09-02T19:40:11.487Z] --- PASS: TestLinkEnv (0.00s) [2021-09-02T19:40:11.487Z] === RUN TestLinkMultipleEnv [2021-09-02T19:40:11.487Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-09-02T19:40:11.487Z] === RUN TestLinkPortRangeEnv [2021-09-02T19:40:11.487Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-09-02T19:40:11.487Z] PASS [2021-09-02T19:40:11.487Z] coverage: 93.0% of statements [2021-09-02T19:40:11.487Z] ok github.com/docker/docker/daemon/links 0.029s coverage: 93.0% of statements [2021-09-02T19:40:11.955Z] --- PASS: TestDaemonDiscoveryReload (1.01s) [2021-09-02T19:40:11.955Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-09-02T19:40:12.376Z] --- PASS: TestBuildWithEmptyLayers (1.19s) [2021-09-02T19:40:12.376Z] === RUN TestBuildMultiStageOnBuild [2021-09-02T19:40:12.942Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-09-02T19:40:12.942Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-09-02T19:40:12.942Z] === RUN TestAdapterReadLogs [2021-09-02T19:40:12.942Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-09-02T19:40:12.942Z] === RUN TestCopier [2021-09-02T19:40:12.942Z] --- PASS: TestCopier (0.00s) [2021-09-02T19:40:12.942Z] === RUN TestCopierLongLines [2021-09-02T19:40:12.942Z] --- PASS: TestCopierLongLines (0.00s) [2021-09-02T19:40:12.942Z] === RUN TestCopierSlow [2021-09-02T19:40:12.942Z] --- PASS: TestCopierSlow (0.20s) [2021-09-02T19:40:12.942Z] === RUN TestCopierWithSized [2021-09-02T19:40:12.942Z] === RUN TestCopierWithSized/as_is [2021-09-02T19:40:12.942Z] === RUN TestCopierWithSized/With_RingLogger [2021-09-02T19:40:12.942Z] --- PASS: TestCopierWithSized (0.01s) [2021-09-02T19:40:12.942Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-09-02T19:40:12.942Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-09-02T19:40:12.942Z] === RUN TestCopierWithPartial [2021-09-02T19:40:12.942Z] --- PASS: TestCopierWithPartial (0.00s) [2021-09-02T19:40:12.942Z] === RUN TestRingLogger [2021-09-02T19:40:12.942Z] --- PASS: TestRingLogger (0.00s) [2021-09-02T19:40:12.942Z] === RUN TestRingCap [2021-09-02T19:40:12.942Z] --- PASS: TestRingCap (0.00s) [2021-09-02T19:40:12.942Z] === RUN TestRingClose [2021-09-02T19:40:12.942Z] --- PASS: TestRingClose (0.00s) [2021-09-02T19:40:12.942Z] === RUN TestRingDrain [2021-09-02T19:40:12.942Z] --- PASS: TestRingDrain (0.00s) [2021-09-02T19:40:12.942Z] PASS [2021-09-02T19:40:12.942Z] coverage: 43.8% of statements [2021-09-02T19:40:12.942Z] ok github.com/docker/docker/daemon/logger 0.249s coverage: 43.8% of statements [2021-09-02T19:40:13.411Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-09-02T19:40:13.411Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-09-02T19:40:13.411Z] reload_test.go:520: root required [2021-09-02T19:40:13.411Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-02T19:40:13.411Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-09-02T19:40:13.411Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2021-09-02T19:40:13.411Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-09-02T19:40:13.411Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.04s) [2021-09-02T19:40:13.411Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-09-02T19:40:13.411Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-09-02T19:40:13.411Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-09-02T19:40:13.411Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.10s) [2021-09-02T19:40:13.411Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-09-02T19:40:13.411Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-09-02T19:40:13.411Z] === RUN TestParseVolumesFrom [2021-09-02T19:40:13.411Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-09-02T19:40:13.411Z] PASS [2021-09-02T19:40:13.411Z] coverage: 9.1% of statements [2021-09-02T19:40:13.411Z] ok github.com/docker/docker/daemon 2.502s coverage: 9.1% of statements [2021-09-02T19:40:13.411Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-09-02T19:40:13.411Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-09-02T19:40:13.411Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-09-02T19:40:13.411Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-09-02T19:40:13.411Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-09-02T19:40:13.411Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-09-02T19:40:13.411Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-09-02T19:40:13.411Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-09-02T19:40:13.411Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-09-02T19:40:13.411Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-09-02T19:40:13.411Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-09-02T19:40:13.411Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-09-02T19:40:13.411Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-09-02T19:40:13.411Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-09-02T19:40:13.411Z] === RUN TestNewStreamConfig [2021-09-02T19:40:13.879Z] === RUN TestNewStreamConfig/defaults [2021-09-02T19:40:13.879Z] === RUN TestNewStreamConfig/invalid_create_group [2021-09-02T19:40:13.879Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-09-02T19:40:13.879Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-09-02T19:40:13.879Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-09-02T19:40:13.879Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-09-02T19:40:13.879Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-09-02T19:40:13.879Z] --- PASS: TestNewStreamConfig (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-09-02T19:40:13.879Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-09-02T19:40:13.879Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestNewAWSLogsClientRegionDetect [2021-09-02T19:40:13.879Z] === RUN TestSearchRegistryForImagesErrors [2021-09-02T19:40:13.879Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestSearchRegistryForImages [2021-09-02T19:40:13.879Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestOnlyPlatformWithFallback [2021-09-02T19:40:13.879Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestImageDelete [2021-09-02T19:40:13.879Z] === RUN TestImageDelete/no_lease [2021-09-02T19:40:13.879Z] === RUN TestImageDelete/lease_exists [2021-09-02T19:40:13.879Z] --- PASS: TestImageDelete (0.03s) [2021-09-02T19:40:13.879Z] --- PASS: TestImageDelete/no_lease (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-09-02T19:40:13.879Z] === RUN TestContentStoreForPull [2021-09-02T19:40:13.879Z] time="2021-09-02T19:40:13Z" level=info msg="Trying to get region from EC2 Metadata" [2021-09-02T19:40:13.879Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2021-09-02T19:40:13.879Z] === RUN TestCreateSuccess [2021-09-02T19:40:13.879Z] --- PASS: TestCreateSuccess (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestCreateStreamSkipped [2021-09-02T19:40:13.879Z] time="2021-09-02T19:40:13Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-09-02T19:40:13.879Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestCreateLogGroupSuccess [2021-09-02T19:40:13.879Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestCreateError [2021-09-02T19:40:13.879Z] --- PASS: TestCreateError (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestCreateAlreadyExists [2021-09-02T19:40:13.879Z] time="2021-09-02T19:40:13Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-09-02T19:40:13.879Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestLogClosed [2021-09-02T19:40:13.879Z] --- PASS: TestLogClosed (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestLogBlocking [2021-09-02T19:40:13.879Z] --- PASS: TestLogBlocking (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestLogNonBlockingBufferEmpty [2021-09-02T19:40:13.879Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestLogNonBlockingBufferFull [2021-09-02T19:40:13.879Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestPublishBatchSuccess [2021-09-02T19:40:13.879Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestPublishBatchError [2021-09-02T19:40:13.879Z] time="2021-09-02T19:40:13Z" level=error msg=Error [2021-09-02T19:40:13.879Z] --- PASS: TestPublishBatchError (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-09-02T19:40:13.879Z] time="2021-09-02T19:40:13Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-02T19:40:13.879Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestPublishBatchAlreadyAccepted [2021-09-02T19:40:13.879Z] time="2021-09-02T19:40:13Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-02T19:40:13.879Z] time="2021-09-02T19:40:13Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-09-02T19:40:13.879Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestCollectBatchSimple [2021-09-02T19:40:13.879Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestCollectBatchTicker [2021-09-02T19:40:13.879Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestCollectBatchMultilinePattern [2021-09-02T19:40:13.879Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-09-02T19:40:13.879Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-09-02T19:40:13.879Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-09-02T19:40:13.879Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-09-02T19:40:13.879Z] === RUN TestCollectBatchClose [2021-09-02T19:40:13.879Z] --- PASS: TestCollectBatchClose (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestEffectiveLen [2021-09-02T19:40:13.879Z] === RUN TestEffectiveLen/0/Hello [2021-09-02T19:40:13.879Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-09-02T19:40:13.879Z] === RUN TestEffectiveLen/2/🙃 [2021-09-02T19:40:13.879Z] === RUN TestEffectiveLen/3/���� [2021-09-02T19:40:13.879Z] === RUN TestEffectiveLen/4/He��o [2021-09-02T19:40:13.879Z] === RUN TestEffectiveLen/5/ [2021-09-02T19:40:13.879Z] --- PASS: TestEffectiveLen (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestFindValidSplit [2021-09-02T19:40:13.879Z] === RUN TestFindValidSplit/0/ [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1063: [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1064: [2021-09-02T19:40:13.879Z] === RUN TestFindValidSplit/1/Hello [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1063: Hello [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1064: [2021-09-02T19:40:13.879Z] === RUN TestFindValidSplit/2/Hello [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1063: He [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1064: llo [2021-09-02T19:40:13.879Z] === RUN TestFindValidSplit/3/Hello [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1063: [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1064: Hello [2021-09-02T19:40:13.879Z] === RUN TestFindValidSplit/4/🙃 [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1063: [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1064: 🙃 [2021-09-02T19:40:13.879Z] === RUN TestFindValidSplit/5/🙃 [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1063: 🙃 [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1064: [2021-09-02T19:40:13.879Z] === RUN TestFindValidSplit/6/a� [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1063: a [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1064: � [2021-09-02T19:40:13.879Z] === RUN TestFindValidSplit/7/a� [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1063: a� [2021-09-02T19:40:13.879Z] cloudwatchlogs_test.go:1064: [2021-09-02T19:40:13.879Z] --- PASS: TestFindValidSplit (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestProcessEventEmoji [2021-09-02T19:40:13.879Z] --- PASS: TestProcessEventEmoji (0.02s) [2021-09-02T19:40:13.879Z] === RUN TestCollectBatchLineSplit [2021-09-02T19:40:13.879Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestCollectBatchLineSplitWithBinary [2021-09-02T19:40:13.879Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2021-09-02T19:40:13.879Z] === RUN TestCollectBatchMaxEvents [2021-09-02T19:40:13.879Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2021-09-02T19:40:13.879Z] === RUN TestCollectBatchMaxTotalBytes [2021-09-02T19:40:13.879Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2021-09-02T19:40:13.879Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-09-02T19:40:13.879Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-09-02T19:40:13.879Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-09-02T19:40:13.879Z] --- PASS: TestContentStoreForPull (0.15s) [2021-09-02T19:40:13.879Z] PASS [2021-09-02T19:40:13.879Z] coverage: 6.7% of statements [2021-09-02T19:40:13.879Z] ok github.com/docker/docker/daemon/images 0.261s coverage: 6.7% of statements [2021-09-02T19:40:13.879Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-09-02T19:40:13.879Z] === RUN TestParseLogOptionsMultilinePattern [2021-09-02T19:40:13.879Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestParseLogOptionsDatetimeFormat [2021-09-02T19:40:13.879Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-09-02T19:40:13.879Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-09-02T19:40:13.879Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-09-02T19:40:13.879Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-09-02T19:40:13.879Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-09-02T19:40:13.879Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-09-02T19:40:13.879Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-09-02T19:40:13.879Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-09-02T19:40:13.879Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-09-02T19:40:13.879Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-09-02T19:40:13.879Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-09-02T19:40:13.879Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-09-02T19:40:13.879Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-09-02T19:40:13.879Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-09-02T19:40:13.879Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-09-02T19:40:13.879Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-09-02T19:40:13.880Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-09-02T19:40:13.880Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-09-02T19:40:13.880Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-09-02T19:40:13.880Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-09-02T19:40:13.880Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-09-02T19:40:13.880Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-09-02T19:40:13.880Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-09-02T19:40:13.880Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-09-02T19:40:13.880Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-09-02T19:40:13.880Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-09-02T19:40:13.880Z] === RUN TestCreateTagSuccess [2021-09-02T19:40:13.880Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-09-02T19:40:13.880Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-09-02T19:40:13.880Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-09-02T19:40:13.880Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-09-02T19:40:13.880Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.01s) [2021-09-02T19:40:13.880Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-09-02T19:40:13.880Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-09-02T19:40:13.880Z] PASS [2021-09-02T19:40:13.880Z] coverage: 77.4% of statements [2021-09-02T19:40:13.880Z] ok github.com/docker/docker/daemon/logger/awslogs 0.337s coverage: 77.4% of statements [2021-09-02T19:40:13.880Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-09-02T19:40:13.880Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-09-02T19:40:13.880Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-09-02T19:40:13.880Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-09-02T19:40:13.880Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-09-02T19:40:13.880Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-09-02T19:40:13.880Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-09-02T19:40:14.348Z] === RUN TestJSONLogsMarshalJSONBuf [2021-09-02T19:40:14.348Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-09-02T19:40:14.348Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-09-02T19:40:14.348Z] === RUN TestJSONFileLogger [2021-09-02T19:40:14.348Z] --- PASS: TestJSONFileLogger (0.00s) [2021-09-02T19:40:14.348Z] === RUN TestJSONFileLoggerWithTags [2021-09-02T19:40:14.348Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-09-02T19:40:14.348Z] === RUN TestJSONFileLoggerWithOpts [2021-09-02T19:40:14.348Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-09-02T19:40:14.348Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-09-02T19:40:14.348Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-09-02T19:40:14.348Z] === RUN TestEncodeDecode [2021-09-02T19:40:14.348Z] === PAUSE TestEncodeDecode [2021-09-02T19:40:14.348Z] === RUN TestUnexpectedEOF [2021-09-02T19:40:14.348Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2021-09-02T19:40:14.348Z] === RUN TestFastTimeMarshalJSON [2021-09-02T19:40:14.348Z] --- PASS: TestFastTimeMarshalJSON (0.04s) [2021-09-02T19:40:14.348Z] PASS [2021-09-02T19:40:14.348Z] coverage: 87.2% of statements [2021-09-02T19:40:14.348Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.265s coverage: 87.2% of statements [2021-09-02T19:40:14.816Z] time="2021-09-02T19:40:14Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-02T19:40:14.816Z] time="2021-09-02T19:40:14Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-02T19:40:14.816Z] --- PASS: TestUnexpectedEOF (0.21s) [2021-09-02T19:40:14.816Z] === CONT TestEncodeDecode [2021-09-02T19:40:14.816Z] --- PASS: TestEncodeDecode (0.00s) [2021-09-02T19:40:14.816Z] PASS [2021-09-02T19:40:14.816Z] coverage: 69.9% of statements [2021-09-02T19:40:14.816Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.272s coverage: 69.9% of statements [2021-09-02T19:40:15.285Z] === RUN TestWriteLog [2021-09-02T19:40:15.285Z] === PAUSE TestWriteLog [2021-09-02T19:40:15.285Z] === RUN TestReadLog [2021-09-02T19:40:15.285Z] === PAUSE TestReadLog [2021-09-02T19:40:15.285Z] === CONT TestWriteLog [2021-09-02T19:40:15.285Z] === CONT TestReadLog [2021-09-02T19:40:15.285Z] --- PASS: TestWriteLog (0.00s) [2021-09-02T19:40:15.285Z] === RUN TestReadLog/tail_exact [2021-09-02T19:40:15.285Z] === RUN TestOpenFileDelete [2021-09-02T19:40:15.285Z] --- PASS: TestOpenFileDelete (0.00s) [2021-09-02T19:40:15.285Z] === RUN TestOpenFileRename [2021-09-02T19:40:15.285Z] --- PASS: TestOpenFileRename (0.00s) [2021-09-02T19:40:15.285Z] === RUN TestParseLogTagDefaultTag [2021-09-02T19:40:15.285Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-09-02T19:40:15.285Z] === RUN TestParseLogTag [2021-09-02T19:40:15.285Z] --- PASS: TestParseLogTag (0.00s) [2021-09-02T19:40:15.285Z] === RUN TestParseLogTagEmptyTag [2021-09-02T19:40:15.285Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-09-02T19:40:15.285Z] === RUN TestTailFiles [2021-09-02T19:40:15.285Z] --- PASS: TestTailFiles (0.00s) [2021-09-02T19:40:15.285Z] === RUN TestFollowLogsConsumerGone [2021-09-02T19:40:15.285Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-09-02T19:40:15.285Z] === RUN TestFollowLogsProducerGone [2021-09-02T19:40:15.285Z] logfile_test.go:231: messages sent: 4098, received: 4098 [2021-09-02T19:40:15.285Z] logfile_test.go:178: logDecode() closed after sending 4098 messages [2021-09-02T19:40:15.285Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-09-02T19:40:15.285Z] === RUN TestCheckCapacityAndRotate [2021-09-02T19:40:15.285Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-09-02T19:40:15.285Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-09-02T19:40:15.285Z] === RUN TestReadLog/tail_less_than_available [2021-09-02T19:40:15.285Z] === RUN TestReadLog/tail_more_than_available [2021-09-02T19:40:15.285Z] --- PASS: TestReadLog (0.13s) [2021-09-02T19:40:15.285Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-09-02T19:40:15.285Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-09-02T19:40:15.285Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-09-02T19:40:15.285Z] PASS [2021-09-02T19:40:15.285Z] coverage: 75.2% of statements [2021-09-02T19:40:15.285Z] ok github.com/docker/docker/daemon/logger/local 0.335s coverage: 75.2% of statements [2021-09-02T19:40:15.285Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2021-09-02T19:40:15.285Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-09-02T19:40:15.285Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.01s) [2021-09-02T19:40:15.285Z] PASS [2021-09-02T19:40:15.285Z] coverage: 53.9% of statements [2021-09-02T19:40:15.285Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-09-02T19:40:15.683Z] --- PASS: TestBuildMultiStageOnBuild (2.96s) [2021-09-02T19:40:15.683Z] === RUN TestBuildUncleanTarFilenames [2021-09-02T19:40:15.754Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.085s coverage: 53.9% of statements [2021-09-02T19:40:15.754Z] === RUN TestLog [2021-09-02T19:40:15.754Z] --- PASS: TestLog (0.00s) [2021-09-02T19:40:15.754Z] PASS [2021-09-02T19:40:15.754Z] coverage: 31.5% of statements [2021-09-02T19:40:15.754Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.046s coverage: 31.5% of statements [2021-09-02T19:40:16.222Z] === RUN TestNewParse [2021-09-02T19:40:16.222Z] --- PASS: TestNewParse (0.00s) [2021-09-02T19:40:16.222Z] PASS [2021-09-02T19:40:16.222Z] coverage: 8.3% of statements [2021-09-02T19:40:16.222Z] ok github.com/docker/docker/daemon/logger/templates 0.028s coverage: 8.3% of statements [2021-09-02T19:40:16.222Z] === RUN TestValidateLogOpt [2021-09-02T19:40:16.222Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-02T19:40:16.222Z] === RUN TestNewMissedConfig [2021-09-02T19:40:16.222Z] --- PASS: TestNewMissedConfig (0.00s) [2021-09-02T19:40:16.222Z] === RUN TestNewMissedUrl [2021-09-02T19:40:16.222Z] --- PASS: TestNewMissedUrl (0.00s) [2021-09-02T19:40:16.222Z] === RUN TestNewMissedToken [2021-09-02T19:40:16.222Z] --- PASS: TestNewMissedToken (0.00s) [2021-09-02T19:40:16.222Z] === RUN TestNewWithProxy [2021-09-02T19:40:16.222Z] --- PASS: TestNewWithProxy (0.00s) [2021-09-02T19:40:16.222Z] === RUN TestDefault [2021-09-02T19:40:16.222Z] --- PASS: TestDefault (0.01s) [2021-09-02T19:40:16.222Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-09-02T19:40:16.222Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-09-02T19:40:16.222Z] === RUN TestJsonFormat [2021-09-02T19:40:16.222Z] --- PASS: TestJsonFormat (0.00s) [2021-09-02T19:40:16.222Z] === RUN TestRawFormat [2021-09-02T19:40:16.222Z] --- PASS: TestRawFormat (0.00s) [2021-09-02T19:40:16.222Z] === RUN TestRawFormatWithLabels [2021-09-02T19:40:16.222Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-09-02T19:40:16.222Z] === RUN TestRawFormatWithoutTag [2021-09-02T19:40:16.222Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-09-02T19:40:16.222Z] === RUN TestBatching [2021-09-02T19:40:16.691Z] --- PASS: TestBatching (0.20s) [2021-09-02T19:40:16.691Z] === RUN TestFrequency [2021-09-02T19:40:16.691Z] === RUN TestParseLogFormat [2021-09-02T19:40:16.691Z] --- PASS: TestParseLogFormat (0.00s) [2021-09-02T19:40:16.691Z] === RUN TestValidateLogOptEmpty [2021-09-02T19:40:16.691Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-09-02T19:40:16.691Z] === RUN TestValidateSyslogAddress [2021-09-02T19:40:16.691Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-09-02T19:40:16.691Z] === RUN TestParseAddressDefaultPort [2021-09-02T19:40:16.691Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-09-02T19:40:16.691Z] === RUN TestValidateSyslogFacility [2021-09-02T19:40:16.691Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-09-02T19:40:16.691Z] === RUN TestValidateLogOptSyslogFormat [2021-09-02T19:40:16.691Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-09-02T19:40:16.691Z] === RUN TestValidateLogOpt [2021-09-02T19:40:16.691Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-02T19:40:16.691Z] PASS [2021-09-02T19:40:16.691Z] coverage: 46.8% of statements [2021-09-02T19:40:16.691Z] ok github.com/docker/docker/daemon/logger/syslog 0.043s coverage: 46.8% of statements [2021-09-02T19:40:16.691Z] --- PASS: TestFrequency (0.17s) [2021-09-02T19:40:16.691Z] === RUN TestOneMessagePerRequest [2021-09-02T19:40:16.691Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-09-02T19:40:16.691Z] === RUN TestVerify [2021-09-02T19:40:16.691Z] --- PASS: TestVerify (0.00s) [2021-09-02T19:40:16.691Z] === RUN TestSkipVerify [2021-09-02T19:40:16.691Z] time="2021-09-02T19:40:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:40:16.691Z] time="2021-09-02T19:40:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:40:17.062Z] --- PASS: TestBuildUncleanTarFilenames (1.61s) [2021-09-02T19:40:17.062Z] === RUN TestBuildMultiStageLayerLeak [2021-09-02T19:40:17.157Z] time="2021-09-02T19:40:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:40:17.157Z] --- PASS: TestSkipVerify (0.55s) [2021-09-02T19:40:17.157Z] === RUN TestBufferMaximum [2021-09-02T19:40:17.157Z] time="2021-09-02T19:40:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:40:17.157Z] time="2021-09-02T19:40:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:40:17.157Z] time="2021-09-02T19:40:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:40:17.157Z] time="2021-09-02T19:40:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:40:17.157Z] time="2021-09-02T19:40:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:40:17.157Z] time="2021-09-02T19:40:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630611617.013072\",\"host\":\"080234300e54\"}'" [2021-09-02T19:40:17.158Z] time="2021-09-02T19:40:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630611617.013072\",\"host\":\"080234300e54\"}'" [2021-09-02T19:40:17.158Z] --- PASS: TestBufferMaximum (0.00s) [2021-09-02T19:40:17.158Z] === RUN TestServerAlwaysDown [2021-09-02T19:40:17.158Z] time="2021-09-02T19:40:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:40:17.158Z] time="2021-09-02T19:40:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:40:17.158Z] time="2021-09-02T19:40:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630611617.016071\",\"host\":\"080234300e54\"}'" [2021-09-02T19:40:17.158Z] time="2021-09-02T19:40:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630611617.016071\",\"host\":\"080234300e54\"}'" [2021-09-02T19:40:17.158Z] time="2021-09-02T19:40:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:40:17.158Z] time="2021-09-02T19:40:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630611617.016071\",\"host\":\"080234300e54\"}'" [2021-09-02T19:40:17.158Z] time="2021-09-02T19:40:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630611617.016862\",\"host\":\"080234300e54\"}'" [2021-09-02T19:40:17.158Z] time="2021-09-02T19:40:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630611617.016862\",\"host\":\"080234300e54\"}'" [2021-09-02T19:40:17.158Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-09-02T19:40:17.158Z] === RUN TestCannotSendAfterClose [2021-09-02T19:40:17.158Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-09-02T19:40:17.158Z] === RUN TestDeadlockOnBlockedEndpoint [2021-09-02T19:40:17.158Z] === RUN TestV1IDService [2021-09-02T19:40:17.625Z] --- PASS: TestV1IDService (0.05s) [2021-09-02T19:40:17.625Z] === RUN TestV2MetadataService [2021-09-02T19:40:18.092Z] --- PASS: TestV2MetadataService (0.57s) [2021-09-02T19:40:18.092Z] PASS [2021-09-02T19:40:18.092Z] coverage: 48.2% of statements [2021-09-02T19:40:18.092Z] ok github.com/docker/docker/distribution/metadata 0.672s coverage: 48.2% of statements [2021-09-02T19:40:18.092Z] time="2021-09-02T19:40:18Z" 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-09-02T19:40:18.092Z] time="2021-09-02T19:40:18Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"080234300e54\"}'" [2021-09-02T19:40:18.092Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-09-02T19:40:18.092Z] PASS [2021-09-02T19:40:18.092Z] coverage: 82.5% of statements [2021-09-02T19:40:18.092Z] ok github.com/docker/docker/daemon/logger/splunk 2.002s coverage: 82.5% of statements [2021-09-02T19:40:18.092Z] ? github.com/docker/docker/daemon/names [no test files] [2021-09-02T19:40:18.560Z] ? github.com/docker/docker/daemon/network [no test files] [2021-09-02T19:40:18.560Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-09-02T19:40:18.560Z] === RUN TestSuccessfulDownload [2021-09-02T19:40:18.560Z] download_test.go:267: Needs fixing on Windows [2021-09-02T19:40:18.560Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-09-02T19:40:18.560Z] === RUN TestCancelledDownload [2021-09-02T19:40:18.560Z] --- PASS: TestCancelledDownload (0.00s) [2021-09-02T19:40:18.560Z] === RUN TestMaxDownloadAttempts [2021-09-02T19:40:18.560Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-02T19:40:18.560Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-02T19:40:18.560Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-02T19:40:18.560Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-02T19:40:18.560Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-02T19:40:18.560Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-02T19:40:18.560Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-02T19:40:18.560Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-02T19:40:18.560Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-02T19:40:18.560Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-02T19:40:18.560Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-02T19:40:18.560Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-02T19:40:18.560Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-09-02T19:40:18.560Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-09-02T19:40:18.560Z] === RUN TestContinueOnError_MirrorEndpoint [2021-09-02T19:40:18.560Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-09-02T19:40:18.560Z] === RUN TestContinueOnError_NeverContinue [2021-09-02T19:40:18.560Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-09-02T19:40:18.560Z] === RUN TestManifestStore [2021-09-02T19:40:18.560Z] === RUN TestManifestStore/no_remote_or_local [2021-09-02T19:40:18.560Z] time="2021-09-02T19:40:18Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2217502672\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-09-02T19:40:18.560Z] === RUN TestManifestStore/no_local_cache [2021-09-02T19:40:18.560Z] === RUN TestManifestStore/with_local_cache [2021-09-02T19:40:18.560Z] === RUN TestManifestStore/unknown_media_type [2021-09-02T19:40:18.560Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-09-02T19:40:18.560Z] time="2021-09-02T19:40:18Z" level=warning msg="reference for unknown type: " [2021-09-02T19:40:18.560Z] time="2021-09-02T19:40:18Z" level=warning msg="reference for unknown type: " [2021-09-02T19:40:18.560Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-09-02T19:40:18.560Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-09-02T19:40:18.560Z] time="2021-09-02T19:40:18Z" level=warning msg="reference for unknown type: " [2021-09-02T19:40:18.560Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-09-02T19:40:18.560Z] time="2021-09-02T19:40:18Z" level=warning msg="reference for unknown type: " [2021-09-02T19:40:18.560Z] time="2021-09-02T19:40:18Z" level=warning msg="reference for unknown type: " [2021-09-02T19:40:18.560Z] === RUN TestManifestStore/error_persisting_manifest [2021-09-02T19:40:18.560Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-09-02T19:40:18.560Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-09-02T19:40:18.560Z] time="2021-09-02T19:40:18Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-09-02T19:40:18.560Z] --- PASS: TestManifestStore (0.27s) [2021-09-02T19:40:18.560Z] --- PASS: TestManifestStore/no_remote_or_local (0.15s) [2021-09-02T19:40:18.560Z] --- PASS: TestManifestStore/no_local_cache (0.03s) [2021-09-02T19:40:18.560Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-09-02T19:40:18.560Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2021-09-02T19:40:18.560Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-09-02T19:40:18.560Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2021-09-02T19:40:18.560Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-09-02T19:40:18.560Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-09-02T19:40:18.560Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-09-02T19:40:18.560Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-09-02T19:40:18.560Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2021-09-02T19:40:18.560Z] === RUN TestDetectManifestBlobMediaType [2021-09-02T19:40:18.560Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-09-02T19:40:18.560Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-09-02T19:40:18.560Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-09-02T19:40:18.560Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-09-02T19:40:18.560Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-09-02T19:40:18.560Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-09-02T19:40:19.031Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-09-02T19:40:19.031Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-09-02T19:40:19.031Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-09-02T19:40:19.031Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-09-02T19:40:19.031Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-09-02T19:40:19.031Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-09-02T19:40:19.031Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-09-02T19:40:19.031Z] === RUN TestFixManifestLayers [2021-09-02T19:40:19.031Z] --- PASS: TestFixManifestLayers (0.05s) [2021-09-02T19:40:19.031Z] === RUN TestFixManifestLayersBaseLayerParent [2021-09-02T19:40:19.031Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-02T19:40:19.031Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-02T19:40:19.031Z] === RUN TestFixManifestLayersBadParent [2021-09-02T19:40:19.031Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-09-02T19:40:19.031Z] === RUN TestValidateManifest [2021-09-02T19:40:19.031Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-02T19:40:19.031Z] --- SKIP: TestValidateManifest (0.00s) [2021-09-02T19:40:19.031Z] === RUN TestFormatPlatform [2021-09-02T19:40:19.031Z] --- PASS: TestFormatPlatform (0.00s) [2021-09-02T19:40:19.031Z] === RUN TestGetRepositoryMountCandidates [2021-09-02T19:40:19.031Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-09-02T19:40:19.031Z] === RUN TestLayerAlreadyExists [2021-09-02T19:40:19.031Z] 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-09-02T19:40:19.031Z] 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-09-02T19:40:19.031Z] 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-09-02T19:40:19.031Z] 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-09-02T19:40:19.031Z] 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-09-02T19:40:19.031Z] 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-09-02T19:40:19.031Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-09-02T19:40:19.031Z] === RUN TestWhenEmptyAuthConfig [2021-09-02T19:40:19.031Z] time="2021-09-02T19:40:18Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-02T19:40:19.031Z] time="2021-09-02T19:40:18Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-02T19:40:19.031Z] time="2021-09-02T19:40:18Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-02T19:40:19.031Z] time="2021-09-02T19:40:18Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-02T19:40:19.031Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-09-02T19:40:19.031Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.43s) [2021-09-02T19:40:19.031Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.43s) [2021-09-02T19:40:19.031Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.43s) [2021-09-02T19:40:19.031Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.43s) [2021-09-02T19:40:19.031Z] === RUN TestTransfer [2021-09-02T19:40:19.031Z] --- PASS: TestTransfer (0.12s) [2021-09-02T19:40:19.031Z] === RUN TestConcurrencyLimit [2021-09-02T19:40:19.498Z] === RUN TestNotFound [2021-09-02T19:40:19.498Z] --- PASS: TestNotFound (0.00s) [2021-09-02T19:40:19.498Z] === RUN TestConflict [2021-09-02T19:40:19.498Z] --- PASS: TestConflict (0.00s) [2021-09-02T19:40:19.498Z] === RUN TestForbidden [2021-09-02T19:40:19.498Z] --- PASS: TestForbidden (0.00s) [2021-09-02T19:40:19.498Z] === RUN TestInvalidParameter [2021-09-02T19:40:19.498Z] --- PASS: TestInvalidParameter (0.00s) [2021-09-02T19:40:19.498Z] === RUN TestNotImplemented [2021-09-02T19:40:19.498Z] --- PASS: TestNotImplemented (0.00s) [2021-09-02T19:40:19.498Z] === RUN TestNotModified [2021-09-02T19:40:19.498Z] --- PASS: TestNotModified (0.00s) [2021-09-02T19:40:19.498Z] === RUN TestUnauthorized [2021-09-02T19:40:19.498Z] --- PASS: TestUnauthorized (0.00s) [2021-09-02T19:40:19.498Z] === RUN TestUnknown [2021-09-02T19:40:19.498Z] --- PASS: TestUnknown (0.00s) [2021-09-02T19:40:19.498Z] === RUN TestCancelled [2021-09-02T19:40:19.498Z] --- PASS: TestCancelled (0.00s) [2021-09-02T19:40:19.498Z] === RUN TestDeadline [2021-09-02T19:40:19.498Z] --- PASS: TestDeadline (0.00s) [2021-09-02T19:40:19.498Z] === RUN TestDataLoss [2021-09-02T19:40:19.498Z] --- PASS: TestDataLoss (0.00s) [2021-09-02T19:40:19.498Z] === RUN TestUnavailable [2021-09-02T19:40:19.498Z] --- PASS: TestUnavailable (0.00s) [2021-09-02T19:40:19.498Z] === RUN TestSystem [2021-09-02T19:40:19.498Z] --- PASS: TestSystem (0.00s) [2021-09-02T19:40:19.498Z] === RUN TestFromStatusCode [2021-09-02T19:40:19.498Z] === RUN TestFromStatusCode/Not_Found [2021-09-02T19:40:19.498Z] === RUN TestFromStatusCode/Bad_Request [2021-09-02T19:40:19.498Z] === RUN TestFromStatusCode/Conflict [2021-09-02T19:40:19.498Z] === RUN TestFromStatusCode/Unauthorized [2021-09-02T19:40:19.498Z] === RUN TestFromStatusCode/Service_Unavailable [2021-09-02T19:40:19.498Z] === RUN TestFromStatusCode/Forbidden [2021-09-02T19:40:19.498Z] === RUN TestFromStatusCode/Not_Modified [2021-09-02T19:40:19.498Z] === RUN TestFromStatusCode/Not_Implemented [2021-09-02T19:40:19.498Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-09-02T19:40:19.498Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-09-02T19:40:19.498Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-09-02T19:40:19.498Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-09-02T19:40:19.498Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-09-02T19:40:19.498Z] --- PASS: TestFromStatusCode (0.00s) [2021-09-02T19:40:19.498Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-09-02T19:40:19.498Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-09-02T19:40:19.498Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-09-02T19:40:19.498Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-09-02T19:40:19.498Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-09-02T19:40:19.498Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-09-02T19:40:19.498Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-09-02T19:40:19.498Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-09-02T19:40:19.498Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-09-02T19:40:19.498Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-09-02T19:40:19.498Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-09-02T19:40:19.498Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-09-02T19:40:19.498Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-09-02T19:40:19.498Z] PASS [2021-09-02T19:40:19.498Z] coverage: 53.1% of statements [2021-09-02T19:40:19.498Z] ok github.com/docker/docker/errdefs 0.034s coverage: 53.1% of statements [2021-09-02T19:40:19.498Z] --- PASS: TestConcurrencyLimit (0.36s) [2021-09-02T19:40:19.498Z] === RUN TestInactiveJobs [2021-09-02T19:40:19.498Z] === RUN TestFSGetInvalidData [2021-09-02T19:40:19.498Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-09-02T19:40:19.498Z] === RUN TestFSInvalidSet [2021-09-02T19:40:19.498Z] --- PASS: TestFSInvalidSet (0.01s) [2021-09-02T19:40:19.498Z] === RUN TestFSInvalidRoot [2021-09-02T19:40:19.498Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-09-02T19:40:19.498Z] === RUN TestFSMetadataGetSet [2021-09-02T19:40:19.498Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-09-02T19:40:19.498Z] === RUN TestFSInvalidWalker [2021-09-02T19:40:19.498Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-09-02T19:40:19.499Z] === RUN TestFSGetSet [2021-09-02T19:40:19.499Z] --- PASS: TestFSGetSet (0.01s) [2021-09-02T19:40:19.499Z] === RUN TestFSGetUnsetKey [2021-09-02T19:40:19.499Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-09-02T19:40:19.499Z] === RUN TestFSGetEmptyData [2021-09-02T19:40:19.499Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-09-02T19:40:19.499Z] === RUN TestFSDelete [2021-09-02T19:40:19.499Z] --- PASS: TestFSDelete (0.01s) [2021-09-02T19:40:19.499Z] === RUN TestFSWalker [2021-09-02T19:40:19.499Z] --- PASS: TestFSWalker (0.01s) [2021-09-02T19:40:19.499Z] === RUN TestFSWalkerStopOnError [2021-09-02T19:40:19.499Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-09-02T19:40:19.499Z] === RUN TestNewFromJSON [2021-09-02T19:40:19.499Z] --- PASS: TestNewFromJSON (0.00s) [2021-09-02T19:40:19.499Z] === RUN TestNewFromJSONWithInvalidJSON [2021-09-02T19:40:19.499Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-09-02T19:40:19.499Z] === RUN TestMarshalKeyOrder [2021-09-02T19:40:19.499Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-09-02T19:40:19.499Z] === RUN TestHistoryEqual [2021-09-02T19:40:19.499Z] --- PASS: TestInactiveJobs (0.37s) [2021-09-02T19:40:19.499Z] === RUN TestWatchRelease [2021-09-02T19:40:19.499Z] --- PASS: TestWatchRelease (0.04s) [2021-09-02T19:40:19.499Z] === RUN TestWatchFinishedTransfer [2021-09-02T19:40:19.499Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-09-02T19:40:19.499Z] === RUN TestDuplicateTransfer [2021-09-02T19:40:19.966Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-09-02T19:40:19.966Z] === RUN TestSuccessfulUpload [2021-09-02T19:40:19.966Z] --- PASS: TestHistoryEqual (0.10s) [2021-09-02T19:40:19.966Z] === RUN TestImage [2021-09-02T19:40:19.966Z] --- PASS: TestImage (0.00s) [2021-09-02T19:40:19.966Z] === RUN TestImageOSNotEmpty [2021-09-02T19:40:19.966Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-09-02T19:40:19.966Z] === RUN TestNewChildImageFromImageWithRootFS [2021-09-02T19:40:19.966Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-09-02T19:40:19.966Z] === RUN TestCreate [2021-09-02T19:40:19.966Z] --- PASS: TestCreate (0.00s) [2021-09-02T19:40:19.966Z] === RUN TestRestore [2021-09-02T19:40:19.966Z] time="2021-09-02T19:40:19Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-09-02T19:40:19.966Z] --- PASS: TestRestore (0.02s) [2021-09-02T19:40:19.966Z] === RUN TestAddDelete [2021-09-02T19:40:19.966Z] --- PASS: TestAddDelete (0.01s) [2021-09-02T19:40:19.966Z] === RUN TestSearchAfterDelete [2021-09-02T19:40:19.966Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-09-02T19:40:19.966Z] === RUN TestParentReset [2021-09-02T19:40:19.966Z] --- PASS: TestParentReset (0.02s) [2021-09-02T19:40:19.966Z] === RUN TestGetAndSetLastUpdated [2021-09-02T19:40:19.966Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-09-02T19:40:19.966Z] === RUN TestStoreLen [2021-09-02T19:40:19.966Z] --- PASS: TestStoreLen (0.03s) [2021-09-02T19:40:19.966Z] PASS [2021-09-02T19:40:19.966Z] coverage: 86.6% of statements [2021-09-02T19:40:19.966Z] ok github.com/docker/docker/image 0.331s coverage: 86.6% of statements [2021-09-02T19:40:19.966Z] --- PASS: TestWhenEmptyAuthConfig (1.14s) [2021-09-02T19:40:19.966Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-09-02T19:40:19.966Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-09-02T19:40:19.966Z] === RUN TestTokenPassThru [2021-09-02T19:40:19.966Z] --- PASS: TestTokenPassThru (0.01s) [2021-09-02T19:40:19.966Z] === RUN TestTokenPassThruDifferentHost [2021-09-02T19:40:19.966Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2021-09-02T19:40:19.966Z] PASS [2021-09-02T19:40:19.966Z] coverage: 24.1% of statements [2021-09-02T19:40:19.966Z] ok github.com/docker/docker/distribution 1.551s coverage: 24.1% of statements [2021-09-02T19:40:19.967Z] time="2021-09-02T19:40:19Z" level=error msg="Upload failed, retrying: simulating retry" [2021-09-02T19:40:19.967Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-09-02T19:40:19.967Z] --- PASS: TestSuccessfulUpload (0.35s) [2021-09-02T19:40:19.967Z] === RUN TestCancelledUpload [2021-09-02T19:40:19.967Z] --- PASS: TestCancelledUpload (0.00s) [2021-09-02T19:40:19.967Z] PASS [2021-09-02T19:40:19.967Z] coverage: 77.3% of statements [2021-09-02T19:40:19.967Z] ok github.com/docker/docker/distribution/xfer 1.759s coverage: 77.3% of statements [2021-09-02T19:40:19.967Z] === RUN TestCompare [2021-09-02T19:40:19.967Z] --- PASS: TestCompare (0.00s) [2021-09-02T19:40:19.967Z] PASS [2021-09-02T19:40:19.967Z] coverage: 19.2% of statements [2021-09-02T19:40:19.967Z] ? github.com/docker/docker/dockerversion [no test files] [2021-09-02T19:40:19.967Z] ok github.com/docker/docker/image/cache 0.049s coverage: 19.2% of statements [2021-09-02T19:40:20.353Z] --- PASS: TestBuildMultiStageLayerLeak (3.04s) [2021-09-02T19:40:20.353Z] === RUN TestBuildWithHugeFile [2021-09-02T19:40:20.952Z] === RUN TestMakeV1ConfigFromConfig [2021-09-02T19:40:20.952Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-09-02T19:40:20.952Z] PASS [2021-09-02T19:40:20.952Z] coverage: 25.0% of statements [2021-09-02T19:40:20.952Z] ok github.com/docker/docker/image/v1 0.164s coverage: 25.0% of statements [2021-09-02T19:40:20.952Z] === RUN TestValidateManifest [2021-09-02T19:40:20.952Z] === RUN TestValidateManifest/nil [2021-09-02T19:40:20.952Z] === RUN TestValidateManifest/non-nil [2021-09-02T19:40:20.952Z] --- PASS: TestValidateManifest (0.00s) [2021-09-02T19:40:20.952Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-09-02T19:40:20.952Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-09-02T19:40:20.952Z] PASS [2021-09-02T19:40:20.952Z] coverage: 0.7% of statements [2021-09-02T19:40:20.952Z] ok github.com/docker/docker/image/tarexport 0.105s coverage: 0.7% of statements [2021-09-02T19:40:20.952Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-09-02T19:40:21.938Z] === RUN TestSerialization [2021-09-02T19:40:21.938Z] --- PASS: TestSerialization (0.02s) [2021-09-02T19:40:21.938Z] PASS [2021-09-02T19:40:21.938Z] coverage: 100.0% of statements [2021-09-02T19:40:21.938Z] ok github.com/docker/docker/libcontainerd/queue 0.053s coverage: 100.0% of statements [2021-09-02T19:40:21.938Z] === RUN TestEmptyLayer [2021-09-02T19:40:21.938Z] --- PASS: TestEmptyLayer (0.00s) [2021-09-02T19:40:21.938Z] === RUN TestCommitFailure [2021-09-02T19:40:21.938Z] --- PASS: TestCommitFailure (0.02s) [2021-09-02T19:40:21.938Z] === RUN TestStartTransactionFailure [2021-09-02T19:40:21.938Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-09-02T19:40:21.938Z] === RUN TestGetOrphan [2021-09-02T19:40:21.938Z] --- PASS: TestGetOrphan (0.01s) [2021-09-02T19:40:21.938Z] === RUN TestMountAndRegister [2021-09-02T19:40:22.405Z] layer_test.go:270: Layer size: 14 [2021-09-02T19:40:22.405Z] --- PASS: TestMountAndRegister (0.09s) [2021-09-02T19:40:22.405Z] === RUN TestLayerRelease [2021-09-02T19:40:22.405Z] layer_test.go:303: Failing on Windows [2021-09-02T19:40:22.405Z] --- SKIP: TestLayerRelease (0.00s) [2021-09-02T19:40:22.405Z] === RUN TestStoreRestore [2021-09-02T19:40:22.405Z] layer_test.go:352: Failing on Windows [2021-09-02T19:40:22.405Z] --- SKIP: TestStoreRestore (0.00s) [2021-09-02T19:40:22.405Z] === RUN TestTarStreamStability [2021-09-02T19:40:22.405Z] layer_test.go:467: Failing on Windows [2021-09-02T19:40:22.405Z] --- SKIP: TestTarStreamStability (0.00s) [2021-09-02T19:40:22.405Z] === RUN TestRegisterExistingLayer [2021-09-02T19:40:22.405Z] === RUN TestEnvironmentParsing [2021-09-02T19:40:22.405Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-09-02T19:40:22.405Z] PASS [2021-09-02T19:40:22.405Z] coverage: 1.2% of statements [2021-09-02T19:40:22.405Z] ok github.com/docker/docker/libcontainerd/local 0.086s coverage: 1.2% of statements [2021-09-02T19:40:22.405Z] --- PASS: TestRegisterExistingLayer (0.10s) [2021-09-02T19:40:22.405Z] === RUN TestTarStreamVerification [2021-09-02T19:40:22.405Z] layer_test.go:696: Failing on Windows [2021-09-02T19:40:22.405Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-09-02T19:40:22.405Z] === RUN TestLayerMigration [2021-09-02T19:40:22.405Z] migration_test.go:45: Failing on Windows [2021-09-02T19:40:22.405Z] --- SKIP: TestLayerMigration (0.00s) [2021-09-02T19:40:22.405Z] === RUN TestLayerMigrationNoTarsplit [2021-09-02T19:40:22.405Z] migration_test.go:181: Failing on Windows [2021-09-02T19:40:22.405Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-09-02T19:40:22.405Z] === RUN TestMountInit [2021-09-02T19:40:22.405Z] mount_test.go:17: Failing on Windows [2021-09-02T19:40:22.405Z] --- SKIP: TestMountInit (0.00s) [2021-09-02T19:40:22.405Z] === RUN TestMountSize [2021-09-02T19:40:22.405Z] mount_test.go:76: Failing on Windows [2021-09-02T19:40:22.405Z] --- SKIP: TestMountSize (0.00s) [2021-09-02T19:40:22.405Z] === RUN TestMountChanges [2021-09-02T19:40:22.405Z] mount_test.go:125: Failing on Windows [2021-09-02T19:40:22.405Z] --- SKIP: TestMountChanges (0.00s) [2021-09-02T19:40:22.405Z] === RUN TestMountApply [2021-09-02T19:40:22.405Z] mount_test.go:212: Failing on Windows [2021-09-02T19:40:22.405Z] --- SKIP: TestMountApply (0.00s) [2021-09-02T19:40:22.405Z] PASS [2021-09-02T19:40:22.405Z] coverage: 30.1% of statements [2021-09-02T19:40:22.405Z] ok github.com/docker/docker/layer 0.284s coverage: 30.1% of statements [2021-09-02T19:40:22.406Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-09-02T19:40:22.406Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-09-02T19:40:22.406Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-09-02T19:40:22.406Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-09-02T19:40:22.875Z] === RUN TestSequenceGetAvailableBit [2021-09-02T19:40:22.875Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-09-02T19:40:22.875Z] === RUN TestSequenceEqual [2021-09-02T19:40:22.875Z] --- PASS: TestSequenceEqual (0.00s) [2021-09-02T19:40:22.875Z] === RUN TestSequenceCopy [2021-09-02T19:40:22.875Z] --- PASS: TestSequenceCopy (0.00s) [2021-09-02T19:40:22.875Z] === RUN TestGetFirstAvailable [2021-09-02T19:40:22.875Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-09-02T19:40:22.875Z] === RUN TestFindSequence [2021-09-02T19:40:22.875Z] --- PASS: TestFindSequence (0.00s) [2021-09-02T19:40:22.875Z] === RUN TestCheckIfAvailable [2021-09-02T19:40:22.875Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-09-02T19:40:22.875Z] === RUN TestMergeSequences [2021-09-02T19:40:22.875Z] --- PASS: TestMergeSequences (0.00s) [2021-09-02T19:40:22.875Z] === RUN TestPushReservation [2021-09-02T19:40:22.875Z] --- PASS: TestPushReservation (0.00s) [2021-09-02T19:40:22.875Z] === RUN TestSerializeDeserialize [2021-09-02T19:40:22.875Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-09-02T19:40:22.875Z] === RUN TestSet [2021-09-02T19:40:22.875Z] --- PASS: TestSet (0.00s) [2021-09-02T19:40:22.875Z] === RUN TestSetUnset [2021-09-02T19:40:22.875Z] --- PASS: TestSetUnset (0.00s) [2021-09-02T19:40:22.875Z] === RUN TestOffsetSetUnset [2021-09-02T19:40:22.875Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-09-02T19:40:22.875Z] === RUN TestSetInRange [2021-09-02T19:40:22.875Z] --- PASS: TestSetInRange (0.00s) [2021-09-02T19:40:22.875Z] === RUN TestSetAnyInRange [2021-09-02T19:40:22.875Z] --- PASS: TestSetAnyInRange (0.00s) [2021-09-02T19:40:22.875Z] === RUN TestMethods [2021-09-02T19:40:22.875Z] --- PASS: TestMethods (0.00s) [2021-09-02T19:40:22.875Z] === RUN TestRandomAllocateDeallocate [2021-09-02T19:40:23.861Z] === RUN TestInvalidConfig [2021-09-02T19:40:23.861Z] --- PASS: TestInvalidConfig (0.00s) [2021-09-02T19:40:23.861Z] === RUN TestConfig [2021-09-02T19:40:23.861Z] --- PASS: TestConfig (0.00s) [2021-09-02T19:40:23.861Z] === RUN TestOptionsLabels [2021-09-02T19:40:23.861Z] --- PASS: TestOptionsLabels (0.00s) [2021-09-02T19:40:23.861Z] === RUN TestValidName [2021-09-02T19:40:23.861Z] --- PASS: TestValidName (0.00s) [2021-09-02T19:40:23.861Z] === RUN TestTLSConfiguration [2021-09-02T19:40:24.330Z] time="2021-09-02T19:40:23Z" level=info msg="Option Initializing KV with TLS" [2021-09-02T19:40:24.330Z] --- PASS: TestTLSConfiguration (0.13s) [2021-09-02T19:40:24.330Z] PASS [2021-09-02T19:40:24.330Z] coverage: 24.0% of statements [2021-09-02T19:40:24.330Z] ok github.com/docker/docker/libnetwork/config 0.235s coverage: 24.0% of statements [2021-09-02T19:40:24.330Z] === RUN TestKey [2021-09-02T19:40:24.330Z] --- PASS: TestKey (0.00s) [2021-09-02T19:40:24.330Z] === RUN TestParseKey [2021-09-02T19:40:24.330Z] --- PASS: TestParseKey (0.00s) [2021-09-02T19:40:24.330Z] === RUN TestInvalidDataStore [2021-09-02T19:40:24.330Z] --- PASS: TestInvalidDataStore (0.00s) [2021-09-02T19:40:24.330Z] === RUN TestKVObjectFlatKey [2021-09-02T19:40:24.330Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-09-02T19:40:24.330Z] === RUN TestAtomicKVObjectFlatKey [2021-09-02T19:40:24.330Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-09-02T19:40:24.330Z] PASS [2021-09-02T19:40:24.330Z] coverage: 21.9% of statements [2021-09-02T19:40:24.330Z] ok github.com/docker/docker/libnetwork/datastore 0.044s coverage: 21.9% of statements [2021-09-02T19:40:24.798Z] === RUN TestIPDataMarshalling [2021-09-02T19:40:24.798Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-09-02T19:40:24.798Z] === RUN TestValidateAndIsV6 [2021-09-02T19:40:24.798Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-09-02T19:40:24.798Z] PASS [2021-09-02T19:40:24.798Z] coverage: 68.9% of statements [2021-09-02T19:40:24.798Z] ok github.com/docker/docker/libnetwork/driverapi 0.034s coverage: 68.9% of statements [2021-09-02T19:40:24.995Z] ok github.com/docker/docker/libnetwork/networkdb 104.023s coverage: 60.0% of statements [2021-09-02T19:40:24.995Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-09-02T19:40:24.995Z] ok github.com/docker/docker/libnetwork/options 0.004s coverage: 100.0% of statements [2021-09-02T19:40:25.782Z] === RUN TestErrorInterfaces [2021-09-02T19:40:25.782Z] --- PASS: TestErrorInterfaces (0.00s) [2021-09-02T19:40:25.782Z] === RUN TestNetworkMarshalling [2021-09-02T19:40:25.782Z] === RUN TestDriver [2021-09-02T19:40:25.782Z] --- PASS: TestDriver (0.00s) [2021-09-02T19:40:25.782Z] PASS [2021-09-02T19:40:25.782Z] coverage: 34.8% of statements [2021-09-02T19:40:25.782Z] ok github.com/docker/docker/libnetwork/drivers/host 0.032s coverage: 34.8% of statements [2021-09-02T19:40:25.782Z] --- PASS: TestNetworkMarshalling (0.13s) [2021-09-02T19:40:25.782Z] === RUN TestEndpointMarshalling [2021-09-02T19:40:25.782Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-09-02T19:40:25.782Z] === RUN TestAuxAddresses [2021-09-02T19:40:25.782Z] time="2021-09-02T19:40:25Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-02T19:40:25.782Z] --- PASS: TestAuxAddresses (0.01s) [2021-09-02T19:40:25.782Z] === RUN TestSRVServiceQuery [2021-09-02T19:40:25.782Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:40:25.782Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-09-02T19:40:25.782Z] === RUN TestServiceVIPReuse [2021-09-02T19:40:25.782Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:40:25.782Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-09-02T19:40:25.782Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-09-02T19:40:25.782Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:40:25.782Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-02T19:40:25.782Z] === RUN TestDNSIPQuery [2021-09-02T19:40:25.782Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:40:25.782Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-09-02T19:40:25.782Z] === RUN TestDNSProxyServFail [2021-09-02T19:40:25.782Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:40:25.782Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-09-02T19:40:25.782Z] === RUN TestSandboxAddEmpty [2021-09-02T19:40:25.782Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:40:25.782Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-09-02T19:40:25.782Z] === RUN TestSandboxAddMultiPrio [2021-09-02T19:40:25.782Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:40:25.782Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-09-02T19:40:25.782Z] === RUN TestSandboxAddSamePrio [2021-09-02T19:40:25.782Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:40:25.782Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-09-02T19:40:25.782Z] === RUN TestCleanupServiceDiscovery [2021-09-02T19:40:25.782Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:40:25.782Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-09-02T19:40:25.782Z] === RUN TestDNSOptions [2021-09-02T19:40:25.782Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:40:25.782Z] --- SKIP: TestDNSOptions (0.00s) [2021-09-02T19:40:25.782Z] === RUN TestMultipleControllersWithSameStore [2021-09-02T19:40:25.782Z] time="2021-09-02T19:40:25Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-02T19:40:25.782Z] time="2021-09-02T19:40:25Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-02T19:40:25.782Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-09-02T19:40:25.782Z] PASS [2021-09-02T19:40:25.782Z] coverage: 8.6% of statements [2021-09-02T19:40:25.782Z] ok github.com/docker/docker/libnetwork 0.244s coverage: 8.6% of statements [2021-09-02T19:40:25.942Z] ok github.com/docker/docker/libnetwork/osl 4.453s coverage: 39.7% of statements [2021-09-02T19:40:26.205Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.004s coverage: 20.0% of statements [2021-09-02T19:40:26.251Z] === RUN TestDriver [2021-09-02T19:40:26.252Z] --- PASS: TestDriver (0.00s) [2021-09-02T19:40:26.252Z] PASS [2021-09-02T19:40:26.252Z] coverage: 34.8% of statements [2021-09-02T19:40:26.252Z] ok github.com/docker/docker/libnetwork/drivers/null 0.039s coverage: 34.8% of statements [2021-09-02T19:40:26.252Z] === RUN TestNetworkAllocateFree [2021-09-02T19:40:26.252Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-09-02T19:40:26.252Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-09-02T19:40:26.252Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-09-02T19:40:26.252Z] PASS [2021-09-02T19:40:26.252Z] coverage: 63.6% of statements [2021-09-02T19:40:26.252Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.035s coverage: 63.6% of statements [2021-09-02T19:40:26.469Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 86.1% of statements [2021-09-02T19:40:26.719Z] === RUN TestGetEmptyCapabilities [2021-09-02T19:40:26.720Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-09-02T19:40:26.720Z] === RUN TestGetExtraCapabilities [2021-09-02T19:40:26.720Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-09-02T19:40:26.720Z] === RUN TestGetInvalidCapabilities [2021-09-02T19:40:26.720Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-09-02T19:40:26.720Z] === RUN TestRemoteDriver [2021-09-02T19:40:26.720Z] --- PASS: TestRemoteDriver (0.01s) [2021-09-02T19:40:26.720Z] === RUN TestDriverError [2021-09-02T19:40:26.720Z] --- PASS: TestDriverError (0.00s) [2021-09-02T19:40:26.720Z] === RUN TestMissingValues [2021-09-02T19:40:26.720Z] --- PASS: TestMissingValues (0.00s) [2021-09-02T19:40:26.720Z] === RUN TestRollback [2021-09-02T19:40:26.720Z] --- PASS: TestRollback (0.00s) [2021-09-02T19:40:26.720Z] PASS [2021-09-02T19:40:26.720Z] coverage: 57.4% of statements [2021-09-02T19:40:26.720Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.065s coverage: 57.4% of statements [2021-09-02T19:40:26.720Z] --- PASS: TestRandomAllocateDeallocate (4.06s) [2021-09-02T19:40:26.720Z] === RUN TestAllocateRandomDeallocate [2021-09-02T19:40:27.187Z] === RUN TestNAT [2021-09-02T19:40:27.187Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-02T19:40:27.187Z] --- SKIP: TestNAT (0.00s) [2021-09-02T19:40:27.187Z] === RUN TestTransparent [2021-09-02T19:40:27.187Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-02T19:40:27.187Z] --- SKIP: TestTransparent (0.00s) [2021-09-02T19:40:27.187Z] PASS [2021-09-02T19:40:27.187Z] coverage: 0.0% of statements [2021-09-02T19:40:27.187Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.038s coverage: 0.0% of statements [2021-09-02T19:40:27.187Z] === RUN TestBuildDefault [2021-09-02T19:40:27.187Z] --- PASS: TestBuildDefault (0.00s) [2021-09-02T19:40:27.187Z] === RUN TestBuildHostnameDomainname [2021-09-02T19:40:27.187Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-09-02T19:40:27.187Z] === RUN TestBuildHostname [2021-09-02T19:40:27.187Z] --- PASS: TestBuildHostname (0.00s) [2021-09-02T19:40:27.187Z] === RUN TestBuildHostnameFQDN [2021-09-02T19:40:27.187Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-09-02T19:40:27.187Z] === RUN TestBuildNoIP [2021-09-02T19:40:27.187Z] --- PASS: TestBuildNoIP (0.00s) [2021-09-02T19:40:27.187Z] === RUN TestUpdate [2021-09-02T19:40:27.187Z] --- PASS: TestUpdate (0.00s) [2021-09-02T19:40:27.187Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-09-02T19:40:27.187Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-09-02T19:40:27.187Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-09-02T19:40:27.187Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-09-02T19:40:27.187Z] === RUN TestAddEmpty [2021-09-02T19:40:27.187Z] --- PASS: TestAddEmpty (0.00s) [2021-09-02T19:40:27.187Z] === RUN TestAdd [2021-09-02T19:40:27.655Z] --- PASS: TestAdd (0.00s) [2021-09-02T19:40:27.655Z] === RUN TestDeleteEmpty [2021-09-02T19:40:27.655Z] --- PASS: TestDeleteEmpty (0.00s) [2021-09-02T19:40:27.655Z] === RUN TestDeleteNewline [2021-09-02T19:40:27.655Z] --- PASS: TestDeleteNewline (0.00s) [2021-09-02T19:40:27.655Z] === RUN TestDelete [2021-09-02T19:40:27.655Z] --- PASS: TestDelete (0.00s) [2021-09-02T19:40:27.655Z] === RUN TestConcurrentWrites [2021-09-02T19:40:27.655Z] --- PASS: TestConcurrentWrites (0.12s) [2021-09-02T19:40:27.655Z] PASS [2021-09-02T19:40:27.655Z] coverage: 81.2% of statements [2021-09-02T19:40:27.655Z] ok github.com/docker/docker/libnetwork/etchosts 0.172s coverage: 81.2% of statements [2021-09-02T19:40:27.655Z] === RUN TestNew [2021-09-02T19:40:27.655Z] --- PASS: TestNew (0.00s) [2021-09-02T19:40:27.655Z] === RUN TestAddDriver [2021-09-02T19:40:27.655Z] --- PASS: TestAddDriver (0.00s) [2021-09-02T19:40:27.655Z] === RUN TestAddDuplicateDriver [2021-09-02T19:40:27.655Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-09-02T19:40:27.655Z] === RUN TestIPAMDefaultAddressSpaces [2021-09-02T19:40:27.655Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-09-02T19:40:27.655Z] === RUN TestDriver [2021-09-02T19:40:27.655Z] --- PASS: TestDriver (0.00s) [2021-09-02T19:40:27.655Z] === RUN TestIPAM [2021-09-02T19:40:27.655Z] --- PASS: TestIPAM (0.00s) [2021-09-02T19:40:27.655Z] === RUN TestWalkIPAMs [2021-09-02T19:40:27.655Z] --- PASS: TestWalkIPAMs (0.00s) [2021-09-02T19:40:27.655Z] === RUN TestWalkDrivers [2021-09-02T19:40:27.655Z] --- PASS: TestWalkDrivers (0.00s) [2021-09-02T19:40:27.655Z] PASS [2021-09-02T19:40:27.655Z] coverage: 82.4% of statements [2021-09-02T19:40:27.655Z] ok github.com/docker/docker/libnetwork/drvregistry 0.054s coverage: 82.4% of statements [2021-09-02T19:40:27.655Z] --- PASS: TestAllocateRandomDeallocate (0.93s) [2021-09-02T19:40:27.655Z] === RUN TestAllocateRandomDeallocateSerialize [2021-09-02T19:40:28.123Z] === RUN TestDiff [2021-09-02T19:40:28.123Z] --- PASS: TestDiff (0.00s) [2021-09-02T19:40:28.123Z] === RUN TestAddedCallback [2021-09-02T19:40:28.123Z] --- PASS: TestAddedCallback (0.00s) [2021-09-02T19:40:28.123Z] === RUN TestRemovedCallback [2021-09-02T19:40:28.123Z] --- PASS: TestRemovedCallback (0.00s) [2021-09-02T19:40:28.123Z] === RUN TestNoCallback [2021-09-02T19:40:28.123Z] --- PASS: TestNoCallback (0.00s) [2021-09-02T19:40:28.123Z] PASS [2021-09-02T19:40:28.123Z] coverage: 48.1% of statements [2021-09-02T19:40:28.123Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.036s coverage: 48.1% of statements [2021-09-02T19:40:28.123Z] === RUN TestNew [2021-09-02T19:40:28.123Z] --- PASS: TestNew (0.00s) [2021-09-02T19:40:28.123Z] === RUN TestAllocate [2021-09-02T19:40:28.123Z] --- PASS: TestAllocate (0.00s) [2021-09-02T19:40:28.123Z] === RUN TestUninitialized [2021-09-02T19:40:28.123Z] --- PASS: TestUninitialized (0.00s) [2021-09-02T19:40:28.123Z] === RUN TestAllocateInRange [2021-09-02T19:40:28.123Z] --- PASS: TestAllocateInRange (0.00s) [2021-09-02T19:40:28.123Z] === RUN TestAllocateSerial [2021-09-02T19:40:28.123Z] --- PASS: TestAllocateSerial (0.00s) [2021-09-02T19:40:28.123Z] PASS [2021-09-02T19:40:28.123Z] coverage: 87.5% of statements [2021-09-02T19:40:28.123Z] ok github.com/docker/docker/libnetwork/idm 0.032s coverage: 87.5% of statements [2021-09-02T19:40:28.393Z] ok github.com/docker/docker/libnetwork/portmapper 1.107s coverage: 48.6% of statements [2021-09-02T19:40:28.590Z] === RUN TestCaller [2021-09-02T19:40:28.591Z] --- PASS: TestCaller (0.00s) [2021-09-02T19:40:28.591Z] PASS [2021-09-02T19:40:28.591Z] coverage: 100.0% of statements [2021-09-02T19:40:28.591Z] ok github.com/docker/docker/libnetwork/internal/caller 0.032s coverage: 100.0% of statements [2021-09-02T19:40:28.591Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.80s) [2021-09-02T19:40:28.591Z] === RUN TestRetrieveFromStore [2021-09-02T19:40:28.591Z] === RUN TestSetSerialInsertDelete [2021-09-02T19:40:28.591Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-09-02T19:40:28.591Z] === RUN TestSetParallelInsertDelete [2021-09-02T19:40:28.966Z] ok github.com/docker/docker/libnetwork/resolvconf 0.006s coverage: 70.6% of statements [2021-09-02T19:40:28.966Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-09-02T19:40:29.058Z] --- PASS: TestRetrieveFromStore (0.59s) [2021-09-02T19:40:29.058Z] === RUN TestIsCorrupted [2021-09-02T19:40:29.058Z] --- PASS: TestIsCorrupted (0.02s) [2021-09-02T19:40:29.058Z] === RUN TestSetRollover [2021-09-02T19:40:29.058Z] === RUN TestPoolRequest [2021-09-02T19:40:29.058Z] --- PASS: TestPoolRequest (0.00s) [2021-09-02T19:40:29.058Z] === RUN TestOtherRequests [2021-09-02T19:40:29.058Z] --- PASS: TestOtherRequests (0.00s) [2021-09-02T19:40:29.058Z] PASS [2021-09-02T19:40:29.058Z] coverage: 57.1% of statements [2021-09-02T19:40:29.058Z] ok github.com/docker/docker/libnetwork/ipams/null 0.032s coverage: 57.1% of statements [2021-09-02T19:40:29.526Z] === RUN TestInt2IP2IntConversion [2021-09-02T19:40:29.993Z] --- PASS: TestInt2IP2IntConversion (0.40s) [2021-09-02T19:40:29.993Z] === RUN TestGetAddressVersion [2021-09-02T19:40:29.993Z] --- PASS: TestGetAddressVersion (0.00s) [2021-09-02T19:40:29.993Z] === RUN TestKeyString [2021-09-02T19:40:29.993Z] --- PASS: TestKeyString (0.00s) [2021-09-02T19:40:29.993Z] === RUN TestPoolDataMarshal [2021-09-02T19:40:29.993Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-09-02T19:40:29.993Z] === RUN TestSubnetsMarshal [2021-09-02T19:40:29.993Z] --- PASS: TestSubnetsMarshal (0.02s) [2021-09-02T19:40:29.993Z] === RUN TestAddSubnets [2021-09-02T19:40:29.993Z] --- PASS: TestAddSubnets (0.03s) [2021-09-02T19:40:29.993Z] === RUN TestDoublePoolRelease [2021-09-02T19:40:29.993Z] --- PASS: TestDoublePoolRelease (0.02s) [2021-09-02T19:40:29.993Z] === RUN TestAddReleasePoolID [2021-09-02T19:40:29.993Z] --- PASS: TestAddReleasePoolID (0.04s) [2021-09-02T19:40:29.993Z] === RUN TestPredefinedPool [2021-09-02T19:40:29.993Z] === RUN TestGetCapabilities [2021-09-02T19:40:29.993Z] --- PASS: TestGetCapabilities (0.01s) [2021-09-02T19:40:29.993Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-09-02T19:40:29.993Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-09-02T19:40:29.993Z] === RUN TestGetDefaultAddressSpaces [2021-09-02T19:40:29.993Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-09-02T19:40:29.993Z] === RUN TestRemoteDriver [2021-09-02T19:40:29.993Z] --- PASS: TestRemoteDriver (0.00s) [2021-09-02T19:40:29.993Z] PASS [2021-09-02T19:40:29.993Z] coverage: 47.4% of statements [2021-09-02T19:40:29.993Z] --- PASS: TestPredefinedPool (0.03s) [2021-09-02T19:40:29.993Z] === RUN TestRemoveSubnet [2021-09-02T19:40:29.993Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.051s coverage: 47.4% of statements [2021-09-02T19:40:29.993Z] --- PASS: TestRemoveSubnet (0.09s) [2021-09-02T19:40:29.993Z] === RUN TestGetSameAddress [2021-09-02T19:40:29.993Z] --- PASS: TestSetRollover (1.03s) [2021-09-02T19:40:29.993Z] === RUN TestSetRolloverSerial [2021-09-02T19:40:29.993Z] --- PASS: TestGetSameAddress (0.03s) [2021-09-02T19:40:29.993Z] === RUN TestPoolAllocationReuse [2021-09-02T19:40:30.400Z] ok github.com/docker/docker/libnetwork/types 0.004s coverage: 37.3% of statements [2021-09-02T19:40:30.400Z] [2021-09-02T19:40:30.400Z] === Skipped [2021-09-02T19:40:30.400Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-09-02T19:40:30.400Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:40:30.400Z] [2021-09-02T19:40:30.400Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-09-02T19:40:30.400Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:40:30.400Z] [2021-09-02T19:40:30.400Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-09-02T19:40:30.400Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:40:30.400Z] [2021-09-02T19:40:30.400Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-09-02T19:40:30.400Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:40:30.400Z] [2021-09-02T19:40:30.400Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-09-02T19:40:30.400Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:40:30.400Z] [2021-09-02T19:40:30.400Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-09-02T19:40:30.400Z] firewalld_test.go:14: firewalld is not running [2021-09-02T19:40:30.400Z] [2021-09-02T19:40:30.400Z] DONE 331 tests, 6 skipped in 318.942s [2021-09-02T19:40:30.983Z] === RUN TestWindowsIPAM [2021-09-02T19:40:30.983Z] --- PASS: TestWindowsIPAM (0.00s) [2021-09-02T19:40:30.983Z] PASS [2021-09-02T19:40:30.983Z] coverage: 71.4% of statements [2021-09-02T19:40:30.983Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.057s coverage: 71.4% of statements [2021-09-02T19:40:31.453Z] --- PASS: TestSetRolloverSerial (1.16s) [2021-09-02T19:40:31.453Z] === RUN TestGetFirstAvailableFromCurrent [2021-09-02T19:40:31.453Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-09-02T19:40:31.453Z] PASS [2021-09-02T19:40:31.453Z] coverage: 84.4% of statements [2021-09-02T19:40:31.453Z] ok github.com/docker/docker/libnetwork/bitseq 8.628s coverage: 84.4% of statements [2021-09-02T19:40:31.453Z] --- PASS: TestPoolAllocationReuse (1.20s) [2021-09-02T19:40:31.453Z] === RUN TestGetAddressSubPoolEqualPool [2021-09-02T19:40:31.453Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2021-09-02T19:40:31.453Z] === RUN TestRequestReleaseAddressFromSubPool [2021-09-02T19:40:31.453Z] === RUN TestDefaultNetwork Post stage [Pipeline] junit [2021-09-02T19:40:31.807Z] Recording test results [2021-09-02T19:40:31.922Z] --- PASS: TestDefaultNetwork (0.25s) [2021-09-02T19:40:31.922Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-09-02T19:40:31.922Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.30s) [2021-09-02T19:40:31.922Z] === RUN TestInitAddressPools [2021-09-02T19:40:31.922Z] --- PASS: TestInitAddressPools (0.00s) [2021-09-02T19:40:31.922Z] PASS [2021-09-02T19:40:31.922Z] coverage: 74.0% of statements [2021-09-02T19:40:31.922Z] ok github.com/docker/docker/libnetwork/ipamutils 0.654s coverage: 74.0% of statements [2021-09-02T19:40:32.912Z] === RUN TestKeyValue [2021-09-02T19:40:32.912Z] --- PASS: TestKeyValue (0.00s) [2021-09-02T19:40:32.912Z] PASS [2021-09-02T19:40:32.912Z] coverage: 60.0% of statements [2021-09-02T19:40:32.912Z] ok github.com/docker/docker/libnetwork/netlabel 0.074s coverage: 60.0% of statements [2021-09-02T19:40:33.380Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.02s) [2021-09-02T19:40:33.380Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-09-02T19:40:33.605Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-02T19:40:33.967Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42674/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr18 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 -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:1b8db067856387b4cc80bd5813993475382993b6 hack/make.sh dynbinary test-integration [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-09-02T19:40:34.365Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-09-02T19:40:34.915Z] [2021-09-02T19:40:34.915Z] Removing bundles/ [2021-09-02T19:40:34.915Z] [2021-09-02T19:40:34.915Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-09-02T19:40:34.915Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-09-02T19:40:34.915Z] GOOS="" GOARCH="" GOARM="" [2021-09-02T19:40:35.352Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.71s) [2021-09-02T19:40:35.352Z] === RUN TestGetAddress [2021-09-02T19:40:35.352Z] === RUN TestNetworkDBSimple [2021-09-02T19:40:35.352Z] === RUN TestGenerate [2021-09-02T19:40:35.352Z] --- PASS: TestGenerate (0.00s) [2021-09-02T19:40:35.352Z] === RUN TestGeneratePtr [2021-09-02T19:40:35.352Z] --- PASS: TestGeneratePtr (0.00s) [2021-09-02T19:40:35.352Z] === RUN TestGenerateMissingField [2021-09-02T19:40:35.352Z] --- PASS: TestGenerateMissingField (0.00s) [2021-09-02T19:40:35.352Z] === RUN TestFieldCannotBeSet [2021-09-02T19:40:35.352Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-09-02T19:40:35.352Z] === RUN TestTypeMismatchError [2021-09-02T19:40:35.352Z] --- PASS: TestTypeMismatchError (0.00s) [2021-09-02T19:40:35.352Z] PASS [2021-09-02T19:40:35.352Z] coverage: 100.0% of statements [2021-09-02T19:40:35.352Z] ok github.com/docker/docker/libnetwork/options 0.034s coverage: 100.0% of statements [2021-09-02T19:40:35.820Z] testing: warning: no tests to run [2021-09-02T19:40:35.820Z] PASS [2021-09-02T19:40:35.820Z] coverage: 0.0% of statements [2021-09-02T19:40:35.820Z] ok github.com/docker/docker/libnetwork/osl 0.032s coverage: 0.0% of statements [no tests to run] [2021-09-02T19:40:36.288Z] 2021/09/02 19:40:35 Closing DB instances... [2021-09-02T19:40:36.288Z] === RUN TestRequestNewPort [2021-09-02T19:40:36.288Z] --- PASS: TestRequestNewPort (0.00s) [2021-09-02T19:40:36.288Z] === RUN TestRequestSpecificPort [2021-09-02T19:40:36.288Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-09-02T19:40:36.288Z] === RUN TestReleasePort [2021-09-02T19:40:36.288Z] --- PASS: TestReleasePort (0.00s) [2021-09-02T19:40:36.288Z] === RUN TestReuseReleasedPort [2021-09-02T19:40:36.288Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-09-02T19:40:36.288Z] === RUN TestReleaseUnreadledPort [2021-09-02T19:40:36.288Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-09-02T19:40:36.288Z] === RUN TestUnknowProtocol [2021-09-02T19:40:36.288Z] --- PASS: TestUnknowProtocol (0.00s) [2021-09-02T19:40:36.288Z] === RUN TestAllocateAllPorts [2021-09-02T19:40:36.288Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-09-02T19:40:36.288Z] === RUN TestPortAllocation [2021-09-02T19:40:36.288Z] --- PASS: TestPortAllocation (0.00s) [2021-09-02T19:40:36.288Z] === RUN TestPortAllocationWithCustomRange [2021-09-02T19:40:36.288Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-09-02T19:40:36.288Z] === RUN TestNoDuplicateBPR [2021-09-02T19:40:36.288Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-09-02T19:40:36.288Z] === RUN TestChangePortRange [2021-09-02T19:40:36.288Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-09-02T19:40:36.288Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-09-02T19:40:36.288Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-09-02T19:40:36.288Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-09-02T19:40:36.288Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-09-02T19:40:36.288Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-09-02T19:40:36.288Z] --- PASS: TestChangePortRange (0.00s) [2021-09-02T19:40:36.288Z] PASS [2021-09-02T19:40:36.288Z] coverage: 88.6% of statements [2021-09-02T19:40:36.288Z] ok github.com/docker/docker/libnetwork/portallocator 0.035s coverage: 88.6% of statements [2021-09-02T19:40:37.272Z] --- PASS: TestNetworkDBSimple (2.04s) [2021-09-02T19:40:37.272Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-09-02T19:40:37.272Z] testing: warning: no tests to run [2021-09-02T19:40:37.272Z] PASS [2021-09-02T19:40:37.272Z] coverage: 0.0% of statements [2021-09-02T19:40:37.272Z] ok github.com/docker/docker/libnetwork/portmapper 0.031s coverage: 0.0% of statements [no tests to run] [2021-09-02T19:40:37.741Z] === RUN TestHashData [2021-09-02T19:40:37.741Z] --- PASS: TestHashData (0.00s) [2021-09-02T19:40:37.741Z] PASS [2021-09-02T19:40:37.741Z] coverage: 2.8% of statements [2021-09-02T19:40:37.741Z] ok github.com/docker/docker/libnetwork/resolvconf 0.034s coverage: 2.8% of statements [2021-09-02T19:40:38.209Z] === RUN TestErrorConstructors [2021-09-02T19:40:38.209Z] --- PASS: TestErrorConstructors (0.00s) [2021-09-02T19:40:38.209Z] === RUN TestCompareIPMask [2021-09-02T19:40:38.209Z] --- PASS: TestCompareIPMask (0.00s) [2021-09-02T19:40:38.209Z] === RUN TestUtilGetHostPartIP [2021-09-02T19:40:38.209Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-09-02T19:40:38.209Z] === RUN TestUtilGetBroadcastIP [2021-09-02T19:40:38.209Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-09-02T19:40:38.209Z] === RUN TestParseCIDR [2021-09-02T19:40:38.209Z] --- PASS: TestParseCIDR (0.00s) [2021-09-02T19:40:38.209Z] PASS [2021-09-02T19:40:38.209Z] coverage: 37.3% of statements [2021-09-02T19:40:38.209Z] ok github.com/docker/docker/libnetwork/types 0.029s coverage: 37.3% of statements [2021-09-02T19:40:38.209Z] 2021/09/02 19:40:38 Closing DB instances... [2021-09-02T19:40:38.676Z] --- PASS: TestSetParallelInsertDelete (10.01s) [2021-09-02T19:40:38.676Z] PASS [2021-09-02T19:40:38.676Z] coverage: 100.0% of statements [2021-09-02T19:40:38.676Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.040s coverage: 100.0% of statements [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-09-02T19:40:39.145Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-09-02T19:40:39.145Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-09-02T19:40:39.145Z] PASS [2021-09-02T19:40:39.145Z] coverage: 50.0% of statements [2021-09-02T19:40:39.145Z] ok github.com/docker/docker/oci 0.076s coverage: 50.0% of statements [2021-09-02T19:40:39.301Z] --- PASS: TestImportExtremelyLargeImageWorks (91.75s) [2021-09-02T19:40:39.301Z] PASS [2021-09-02T19:40:39.301Z] [2021-09-02T19:40:39.301Z] DONE 12 tests in 94.239s [2021-09-02T19:40:39.301Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-09-02T19:40:39.301Z] INFO: Testing against a local daemon [2021-09-02T19:40:39.301Z] === RUN TestNetworkCreateDelete [2021-09-02T19:40:39.301Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-09-02T19:40:39.301Z] === RUN TestDockerNetworkDeletePreferID [2021-09-02T19:40:39.301Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2021-09-02T19:40:39.301Z] === RUN TestDaemonDNSFallback [2021-09-02T19:40:39.613Z] === RUN TestParseVersion [2021-09-02T19:40:39.613Z] --- PASS: TestParseVersion (0.00s) [2021-09-02T19:40:39.613Z] PASS [2021-09-02T19:40:39.613Z] coverage: 52.9% of statements [2021-09-02T19:40:39.613Z] ok github.com/docker/docker/pkg/aaparser 0.033s coverage: 52.9% of statements [2021-09-02T19:40:39.613Z] === RUN TestAddressPoolOpt [2021-09-02T19:40:39.613Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/a [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/something [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/_=a [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/env1=value1 [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/_env1=value1 [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/env2=value2=value3 [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/env3=abc!qwe [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/env_4=value_4 [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/PATH [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/=a [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/PATH= [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/PATH=something [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/asd!qwe [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/1asd [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/123 [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/some_space [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/__some_space_before [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/some_space_after__ [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/= [2021-09-02T19:40:39.613Z] === RUN TestValidateEnv/PaTh [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/a (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/something (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/= (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestParseHost [2021-09-02T19:40:39.613Z] --- PASS: TestParseHost (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestParseDockerDaemonHost [2021-09-02T19:40:39.613Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestParseTCP [2021-09-02T19:40:39.613Z] --- PASS: TestParseTCP (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestParseInvalidUnixAddrInvalid [2021-09-02T19:40:39.613Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestValidateExtraHosts [2021-09-02T19:40:39.613Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestIpOptString [2021-09-02T19:40:39.613Z] --- PASS: TestIpOptString (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestNewIpOptInvalidDefaultVal [2021-09-02T19:40:39.613Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestNewIpOptValidDefaultVal [2021-09-02T19:40:39.613Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestIpOptSetInvalidVal [2021-09-02T19:40:39.613Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestValidateIPAddress [2021-09-02T19:40:39.613Z] --- PASS: TestValidateIPAddress (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestMapOpts [2021-09-02T19:40:39.613Z] --- PASS: TestMapOpts (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestListOptsWithoutValidator [2021-09-02T19:40:39.613Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestListOptsWithValidator [2021-09-02T19:40:39.613Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestValidateDNSSearch [2021-09-02T19:40:39.613Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestValidateLabel [2021-09-02T19:40:39.613Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-09-02T19:40:39.613Z] === RUN TestValidateLabel/label_with_general_format [2021-09-02T19:40:39.613Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-09-02T19:40:39.613Z] === RUN TestValidateLabel/label_with_one_more [2021-09-02T19:40:39.613Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-09-02T19:40:39.613Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-09-02T19:40:39.613Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-09-02T19:40:39.613Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-09-02T19:40:39.613Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-09-02T19:40:39.613Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-09-02T19:40:39.613Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-09-02T19:40:39.613Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-09-02T19:40:39.613Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-09-02T19:40:39.613Z] --- PASS: TestValidateLabel (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-09-02T19:40:39.613Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestNamedListOpts [2021-09-02T19:40:39.613Z] --- PASS: TestNamedListOpts (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestNamedMapOpts [2021-09-02T19:40:39.613Z] --- PASS: TestNamedMapOpts (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestParseLink [2021-09-02T19:40:39.613Z] --- PASS: TestParseLink (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestQuotedStringSetWithQuotes [2021-09-02T19:40:39.613Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-09-02T19:40:39.613Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestQuotedStringSetWithNoQuotes [2021-09-02T19:40:39.613Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-09-02T19:40:39.613Z] === RUN TestUlimitOpt [2021-09-02T19:40:39.613Z] --- PASS: TestUlimitOpt (0.00s) [2021-09-02T19:40:39.613Z] PASS [2021-09-02T19:40:39.613Z] coverage: 67.1% of statements [2021-09-02T19:40:39.613Z] ok github.com/docker/docker/opts 0.050s coverage: 67.1% of statements [2021-09-02T19:40:40.082Z] --- PASS: TestNetworkDBJoinLeaveNetwork (3.03s) [2021-09-02T19:40:40.082Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-09-02T19:40:41.071Z] === RUN TestPeerCertificateMarshalJSON [2021-09-02T19:40:41.071Z] === RUN TestIsArchivePathDir [2021-09-02T19:40:41.538Z] --- PASS: TestIsArchivePathDir (0.05s) [2021-09-02T19:40:41.538Z] === RUN TestIsArchivePathInvalidFile [2021-09-02T19:40:41.538Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-09-02T19:40:41.538Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-09-02T19:40:41.538Z] --- PASS: TestPeerCertificateMarshalJSON (0.29s) [2021-09-02T19:40:41.538Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-09-02T19:40:41.538Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-09-02T19:40:41.538Z] === RUN TestMiddleware [2021-09-02T19:40:41.538Z] --- PASS: TestMiddleware (0.00s) [2021-09-02T19:40:41.538Z] === RUN TestNewResponseModifier [2021-09-02T19:40:41.538Z] --- PASS: TestNewResponseModifier (0.00s) [2021-09-02T19:40:41.538Z] PASS [2021-09-02T19:40:41.538Z] coverage: 26.8% of statements [2021-09-02T19:40:41.538Z] ok github.com/docker/docker/pkg/authorization 0.329s coverage: 26.8% of statements [2021-09-02T19:40:41.538Z] --- PASS: TestIsArchivePathInvalidFile (0.10s) [2021-09-02T19:40:41.538Z] === RUN TestIsArchivePathTar [2021-09-02T19:40:41.538Z] 2021/09/02 19:40:41 Closing DB instances... [2021-09-02T19:40:41.538Z] --- PASS: TestIsArchivePathTar (0.12s) [2021-09-02T19:40:41.538Z] === RUN TestDecompressStreamGzip [2021-09-02T19:40:41.538Z] --- PASS: TestDecompressStreamGzip (0.10s) [2021-09-02T19:40:41.538Z] === RUN TestDecompressStreamBzip2 [2021-09-02T19:40:41.538Z] --- PASS: TestDecompressStreamBzip2 (0.08s) [2021-09-02T19:40:41.538Z] === RUN TestDecompressStreamXz [2021-09-02T19:40:41.538Z] archive_test.go:133: Xz not present in msys2 [2021-09-02T19:40:41.538Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-09-02T19:40:41.538Z] === RUN TestCompressStreamXzUnsupported [2021-09-02T19:40:41.538Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-09-02T19:40:41.538Z] === RUN TestCompressStreamBzip2Unsupported [2021-09-02T19:40:41.538Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-09-02T19:40:41.538Z] === RUN TestCompressStreamInvalid [2021-09-02T19:40:41.538Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-09-02T19:40:41.538Z] === RUN TestExtensionInvalid [2021-09-02T19:40:41.538Z] --- PASS: TestExtensionInvalid (0.00s) [2021-09-02T19:40:41.538Z] === RUN TestExtensionUncompressed [2021-09-02T19:40:41.538Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-09-02T19:40:41.538Z] === RUN TestExtensionBzip2 [2021-09-02T19:40:41.538Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-09-02T19:40:41.538Z] === RUN TestExtensionGzip [2021-09-02T19:40:41.538Z] --- PASS: TestExtensionGzip (0.00s) [2021-09-02T19:40:41.538Z] === RUN TestExtensionXz [2021-09-02T19:40:41.538Z] --- PASS: TestExtensionXz (0.00s) [2021-09-02T19:40:41.538Z] === RUN TestCmdStreamLargeStderr [2021-09-02T19:40:41.828Z] --- PASS: TestDaemonDNSFallback (6.38s) [2021-09-02T19:40:41.828Z] === RUN TestInspectNetwork [2021-09-02T19:40:42.005Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2021-09-02T19:40:42.005Z] === RUN TestCmdStreamBad [2021-09-02T19:40:42.005Z] archive_test.go:238: Failing on Windows CI machines [2021-09-02T19:40:42.005Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-09-02T19:40:42.005Z] === RUN TestCmdStreamGood [2021-09-02T19:40:42.005Z] --- PASS: TestCmdStreamGood (0.04s) [2021-09-02T19:40:42.005Z] === RUN TestUntarPathWithInvalidDest [2021-09-02T19:40:42.005Z] === RUN TestUnbuffered [2021-09-02T19:40:42.005Z] --- PASS: TestUnbuffered (0.00s) [2021-09-02T19:40:42.005Z] === RUN TestRaceUnbuffered [2021-09-02T19:40:42.005Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-09-02T19:40:42.005Z] PASS [2021-09-02T19:40:42.005Z] coverage: 100.0% of statements [2021-09-02T19:40:42.005Z] ok github.com/docker/docker/pkg/broadcaster 0.030s coverage: 100.0% of statements [2021-09-02T19:40:42.005Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-09-02T19:40:42.005Z] === RUN TestUntarPathWithInvalidSrc [2021-09-02T19:40:42.005Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-09-02T19:40:42.005Z] === RUN TestUntarPath [2021-09-02T19:40:42.005Z] --- PASS: TestUntarPath (0.05s) [2021-09-02T19:40:42.005Z] === RUN TestUntarPathWithDestinationFile [2021-09-02T19:40:42.005Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-09-02T19:40:42.005Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-09-02T19:40:42.005Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.15s) [2021-09-02T19:40:42.005Z] === RUN TestCopyWithTarInvalidSrc [2021-09-02T19:40:42.005Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-09-02T19:40:42.005Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-09-02T19:40:42.005Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-09-02T19:40:42.005Z] === RUN TestCopyWithTarSrcFile [2021-09-02T19:40:42.005Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-09-02T19:40:42.005Z] === RUN TestCopyWithTarSrcFolder [2021-09-02T19:40:42.005Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-09-02T19:40:42.005Z] === RUN TestCopyFileWithTarInvalidSrc [2021-09-02T19:40:42.005Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-09-02T19:40:42.005Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-09-02T19:40:42.005Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-09-02T19:40:42.005Z] === RUN TestCopyFileWithTarSrcFolder [2021-09-02T19:40:42.005Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-09-02T19:40:42.005Z] === RUN TestCopyFileWithTarSrcFile [2021-09-02T19:40:42.005Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-09-02T19:40:42.005Z] === RUN TestTarFiles [2021-09-02T19:40:42.005Z] === RUN TestMatch [2021-09-02T19:40:42.005Z] === RUN TestMatch/[[]] [2021-09-02T19:40:42.005Z] === RUN TestMatch/[[foo]] [2021-09-02T19:40:42.005Z] === RUN TestMatch/[[bar]_[foo]] [2021-09-02T19:40:42.005Z] === RUN TestMatch/[[foo_bar]] [2021-09-02T19:40:42.005Z] === RUN TestMatch/[[qux]_[foo]] [2021-09-02T19:40:42.005Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-09-02T19:40:42.005Z] === RUN TestMatch/[] [2021-09-02T19:40:42.005Z] === RUN TestMatch/[]#01 [2021-09-02T19:40:42.005Z] === RUN TestMatch/[[qux]] [2021-09-02T19:40:42.005Z] === RUN TestMatch/[[foo_bar_qux]] [2021-09-02T19:40:42.005Z] === RUN TestMatch/[[qux]_[baz]] [2021-09-02T19:40:42.005Z] === RUN TestMatch/[[foo_baz]] [2021-09-02T19:40:42.005Z] --- PASS: TestMatch (0.00s) [2021-09-02T19:40:42.005Z] --- PASS: TestMatch/[[]] (0.00s) [2021-09-02T19:40:42.005Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-09-02T19:40:42.480Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-09-02T19:40:42.480Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-09-02T19:40:42.480Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-09-02T19:40:42.480Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-09-02T19:40:42.480Z] --- PASS: TestMatch/[] (0.00s) [2021-09-02T19:40:42.480Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-09-02T19:40:42.480Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-09-02T19:40:42.480Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-09-02T19:40:42.480Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-09-02T19:40:42.480Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-09-02T19:40:42.480Z] PASS [2021-09-02T19:40:42.480Z] coverage: 87.5% of statements [2021-09-02T19:40:42.480Z] ok github.com/docker/docker/pkg/capabilities 0.028s coverage: 87.5% of statements [2021-09-02T19:40:42.948Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.82s) [2021-09-02T19:40:42.948Z] === RUN TestNetworkDBCRUDTableEntry [2021-09-02T19:40:42.948Z] === RUN TestChrootTarUntar [2021-09-02T19:40:42.948Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:40:42.948Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-09-02T19:40:42.948Z] === RUN TestChrootUntarWithHugeExcludesList [2021-09-02T19:40:42.948Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:40:42.948Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-02T19:40:42.948Z] === RUN TestChrootUntarEmptyArchive [2021-09-02T19:40:42.948Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-09-02T19:40:42.948Z] === RUN TestChrootTarUntarWithSymlink [2021-09-02T19:40:42.948Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T19:40:42.948Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-09-02T19:40:42.948Z] === RUN TestChrootCopyWithTar [2021-09-02T19:40:42.948Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T19:40:42.948Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-09-02T19:40:42.948Z] === RUN TestChrootCopyFileWithTar [2021-09-02T19:40:42.948Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:40:42.948Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-09-02T19:40:42.948Z] === RUN TestChrootUntarPath [2021-09-02T19:40:42.948Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T19:40:42.948Z] --- SKIP: TestChrootUntarPath (0.01s) [2021-09-02T19:40:42.948Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-09-02T19:40:42.948Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:40:42.948Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-02T19:40:42.948Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-09-02T19:40:42.948Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:40:42.948Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-02T19:40:42.948Z] === RUN TestChrootApplyDotDotFile [2021-09-02T19:40:42.948Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:40:42.948Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-09-02T19:40:42.948Z] PASS [2021-09-02T19:40:42.948Z] coverage: 15.4% of statements [2021-09-02T19:40:42.948Z] ok github.com/docker/docker/pkg/chrootarchive 0.082s coverage: 15.4% of statements [2021-09-02T19:40:43.933Z] === RUN TestSizeEmpty [2021-09-02T19:40:43.933Z] --- PASS: TestSizeEmpty (0.00s) [2021-09-02T19:40:43.933Z] === RUN TestSizeEmptyFile [2021-09-02T19:40:43.933Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-09-02T19:40:43.933Z] === RUN TestSizeNonemptyFile [2021-09-02T19:40:43.933Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-09-02T19:40:43.933Z] === RUN TestSizeNestedDirectoryEmpty [2021-09-02T19:40:43.933Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-09-02T19:40:43.933Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-09-02T19:40:43.933Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-09-02T19:40:43.933Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-09-02T19:40:43.933Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-09-02T19:40:43.933Z] === RUN TestMoveToSubdir [2021-09-02T19:40:43.933Z] --- PASS: TestMoveToSubdir (0.00s) [2021-09-02T19:40:43.933Z] === RUN TestSizeNonExistingDirectory [2021-09-02T19:40:43.933Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-09-02T19:40:43.933Z] PASS [2021-09-02T19:40:43.933Z] coverage: 80.0% of statements [2021-09-02T19:40:43.933Z] ok github.com/docker/docker/pkg/directory 0.041s coverage: 80.0% of statements [2021-09-02T19:40:44.357Z] === RUN TestInspectNetwork/full_network_id [2021-09-02T19:40:44.357Z] === RUN TestInspectNetwork/partial_network_id [2021-09-02T19:40:44.357Z] === RUN TestInspectNetwork/network_name [2021-09-02T19:40:44.357Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-09-02T19:40:44.401Z] === RUN Test [2021-09-02T19:40:44.401Z] === RUN Test/TestContainsEntry [2021-09-02T19:40:44.401Z] === RUN Test/TestCreateEntries [2021-09-02T19:40:44.401Z] === RUN Test/TestEntriesDiff [2021-09-02T19:40:44.401Z] === RUN Test/TestEntriesEquality [2021-09-02T19:40:44.401Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-09-02T19:40:44.401Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-09-02T19:40:44.401Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-09-02T19:40:44.401Z] === RUN Test/TestGeneratorNotGenerate [2021-09-02T19:40:44.401Z] === RUN Test/TestGeneratorWithPort [2021-09-02T19:40:44.401Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-09-02T19:40:44.401Z] === RUN Test/TestNewEntry [2021-09-02T19:40:44.401Z] === RUN Test/TestParse [2021-09-02T19:40:44.401Z] --- PASS: Test (0.00s) [2021-09-02T19:40:44.401Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-09-02T19:40:44.401Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-09-02T19:40:44.401Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-09-02T19:40:44.401Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-09-02T19:40:44.401Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-09-02T19:40:44.401Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-09-02T19:40:44.401Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-09-02T19:40:44.401Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-09-02T19:40:44.401Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-09-02T19:40:44.401Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-09-02T19:40:44.401Z] --- PASS: Test/TestNewEntry (0.00s) [2021-09-02T19:40:44.401Z] --- PASS: Test/TestParse (0.00s) [2021-09-02T19:40:44.401Z] PASS [2021-09-02T19:40:44.401Z] coverage: 58.3% of statements [2021-09-02T19:40:44.401Z] ok github.com/docker/docker/pkg/discovery 0.037s coverage: 58.3% of statements [2021-09-02T19:40:44.869Z] 2021/09/02 19:40:44 Closing DB instances... [2021-09-02T19:40:45.336Z] === RUN Test [2021-09-02T19:40:45.336Z] === RUN Test/TestContent [2021-09-02T19:40:45.336Z] === RUN Test/TestInitialize [2021-09-02T19:40:45.336Z] === RUN Test/TestNew [2021-09-02T19:40:45.336Z] === RUN Test/TestParsingContentsWithComments [2021-09-02T19:40:45.336Z] === RUN Test/TestRegister [2021-09-02T19:40:45.336Z] === RUN Test/TestWatch [2021-09-02T19:40:45.336Z] --- PASS: Test (0.00s) [2021-09-02T19:40:45.336Z] --- PASS: Test/TestContent (0.00s) [2021-09-02T19:40:45.336Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-02T19:40:45.336Z] --- PASS: Test/TestNew (0.00s) [2021-09-02T19:40:45.336Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-09-02T19:40:45.336Z] --- PASS: Test/TestRegister (0.00s) [2021-09-02T19:40:45.336Z] --- PASS: Test/TestWatch (0.00s) [2021-09-02T19:40:45.336Z] PASS [2021-09-02T19:40:45.336Z] coverage: 92.9% of statements [2021-09-02T19:40:45.336Z] ok github.com/docker/docker/pkg/discovery/file 0.036s coverage: 92.9% of statements [2021-09-02T19:40:45.803Z] --- PASS: TestTarFiles (3.41s) [2021-09-02T19:40:45.803Z] === RUN TestTarUntar [2021-09-02T19:40:45.803Z] --- PASS: TestTarUntar (0.03s) [2021-09-02T19:40:45.803Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-09-02T19:40:45.803Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-09-02T19:40:45.803Z] === RUN TestTarWithOptions [2021-09-02T19:40:45.803Z] --- PASS: TestTarWithOptions (0.02s) [2021-09-02T19:40:45.803Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-09-02T19:40:45.803Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-09-02T19:40:45.803Z] === RUN TestUntarUstarGnuConflict [2021-09-02T19:40:45.803Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-09-02T19:40:45.803Z] === RUN TestUntarInvalidFilenames [2021-09-02T19:40:45.803Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2216691278\\dest" [2021-09-02T19:40:45.803Z] --- PASS: TestUntarInvalidFilenames (0.12s) [2021-09-02T19:40:45.803Z] === RUN TestUntarHardlinkToSymlink [2021-09-02T19:40:45.803Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-09-02T19:40:45.803Z] === RUN TestUntarInvalidHardlink [2021-09-02T19:40:45.803Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2189861126\\victim\\hello" -> "../victim/hello" [2021-09-02T19:40:45.803Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4104570177\\victim\\hello" -> "/../victim/hello" [2021-09-02T19:40:45.803Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1545175822\\victim" -> "../victim" [2021-09-02T19:40:45.803Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink360580768\\victim" -> "../victim" [2021-09-02T19:40:45.803Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink24406014\\victim" -> "../victim" [2021-09-02T19:40:45.803Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1291169692\\victim" -> "../victim" [2021-09-02T19:40:45.803Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-09-02T19:40:45.803Z] === RUN TestUntarInvalidSymlink [2021-09-02T19:40:45.803Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3961129118\\dest\\dotdot" -> "../victim/hello" [2021-09-02T19:40:45.803Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4196335441\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-02T19:40:45.803Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink768322914\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:40:45.803Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1193962161\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:40:45.803Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4263695244\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:40:45.803Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1006733523\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:40:45.803Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2849648368\\dest\\dir\\loophole" -> "../../victim" [2021-09-02T19:40:45.803Z] --- PASS: TestUntarInvalidSymlink (0.02s) [2021-09-02T19:40:45.803Z] === RUN TestTempArchiveCloseMultipleTimes [2021-09-02T19:40:45.803Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-09-02T19:40:45.803Z] === RUN TestXGlobalNoParent [2021-09-02T19:40:45.803Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-09-02T19:40:45.803Z] === RUN TestReplaceFileTarWrapper [2021-09-02T19:40:45.803Z] --- PASS: TestReplaceFileTarWrapper (0.11s) [2021-09-02T19:40:45.803Z] === RUN TestPrefixHeaderReadable [2021-09-02T19:40:45.803Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-09-02T19:40:45.803Z] === RUN TestDisablePigz [2021-09-02T19:40:45.803Z] archive_test.go:1330: Test will not check full path when Pigz not installed [2021-09-02T19:40:46.271Z] --- PASS: TestDisablePigz (0.11s) [2021-09-02T19:40:46.271Z] === RUN TestPigz [2021-09-02T19:40:46.271Z] === RUN Test [2021-09-02T19:40:46.271Z] === RUN Test/TestInitialize [2021-09-02T19:40:46.271Z] archive_test.go:1359: Tested whether Pigz is not used, as it not installed [2021-09-02T19:40:46.271Z] --- PASS: TestPigz (0.21s) [2021-09-02T19:40:46.271Z] === RUN TestCopyFileWithInvalidDest [2021-09-02T19:40:46.271Z] archive_windows_test.go:16: Currently fails [2021-09-02T19:40:46.271Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-09-02T19:40:46.271Z] === RUN TestCanonicalTarNameForPath [2021-09-02T19:40:46.271Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-09-02T19:40:46.271Z] === RUN TestCanonicalTarName [2021-09-02T19:40:46.271Z] --- PASS: TestCanonicalTarName (0.00s) [2021-09-02T19:40:46.271Z] === RUN TestChmodTarEntry [2021-09-02T19:40:46.271Z] --- PASS: TestChmodTarEntry (0.00s) [2021-09-02T19:40:46.271Z] === RUN TestHardLinkOrder [2021-09-02T19:40:46.271Z] time="2021-09-02T19:40:45Z" level=info msg="Initializing discovery without TLS" [2021-09-02T19:40:46.271Z] time="2021-09-02T19:40:45Z" level=info msg="Initializing discovery without TLS" [2021-09-02T19:40:46.271Z] time="2021-09-02T19:40:45Z" level=info msg="Initializing discovery without TLS" [2021-09-02T19:40:46.271Z] === RUN Test/TestInitializeWithCerts [2021-09-02T19:40:46.271Z] time="2021-09-02T19:40:45Z" level=info msg="Initializing discovery with TLS" [2021-09-02T19:40:46.271Z] === RUN Test/TestWatch [2021-09-02T19:40:46.271Z] time="2021-09-02T19:40:45Z" level=info msg="Initializing discovery without TLS" [2021-09-02T19:40:46.271Z] --- PASS: TestHardLinkOrder (0.06s) [2021-09-02T19:40:46.271Z] === RUN TestChangeString [2021-09-02T19:40:46.271Z] --- PASS: TestChangeString (0.00s) [2021-09-02T19:40:46.271Z] === RUN TestChangesWithNoChanges [2021-09-02T19:40:46.271Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-09-02T19:40:46.271Z] === RUN TestChangesWithChanges [2021-09-02T19:40:46.271Z] --- PASS: TestChangesWithChanges (0.04s) [2021-09-02T19:40:46.271Z] === RUN TestChangesWithChangesGH13590 [2021-09-02T19:40:46.271Z] changes_test.go:195: needs more investigation [2021-09-02T19:40:46.271Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-09-02T19:40:46.271Z] === RUN TestChangesDirsEmpty [2021-09-02T19:40:46.271Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-02T19:40:46.271Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-09-02T19:40:46.271Z] === RUN TestChangesDirsMutated [2021-09-02T19:40:46.271Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-02T19:40:46.271Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-09-02T19:40:46.271Z] === RUN TestApplyLayer [2021-09-02T19:40:46.271Z] changes_test.go:432: needs further investigation [2021-09-02T19:40:46.271Z] --- SKIP: TestApplyLayer (0.00s) [2021-09-02T19:40:46.271Z] === RUN TestChangesSizeWithHardlinks [2021-09-02T19:40:46.271Z] changes_test.go:468: needs further investigation [2021-09-02T19:40:46.271Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-09-02T19:40:46.271Z] === RUN TestChangesSizeWithNoChanges [2021-09-02T19:40:46.271Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-09-02T19:40:46.271Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-09-02T19:40:46.271Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-09-02T19:40:46.271Z] === RUN TestChangesSize [2021-09-02T19:40:46.271Z] --- PASS: TestChangesSize (0.00s) [2021-09-02T19:40:46.271Z] === RUN TestApplyLayerInvalidFilenames [2021-09-02T19:40:46.271Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2433732505\\dest" [2021-09-02T19:40:46.271Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-09-02T19:40:46.271Z] === RUN TestApplyLayerInvalidHardlink [2021-09-02T19:40:46.271Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3695510630\\victim\\hello" -> "../victim/hello" [2021-09-02T19:40:46.271Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1331435503\\victim\\hello" -> "/../victim/hello" [2021-09-02T19:40:46.271Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3477635164\\victim" -> "../victim" [2021-09-02T19:40:46.271Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3342378780\\victim" -> "../victim" [2021-09-02T19:40:46.271Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2280098252\\victim" -> "../victim" [2021-09-02T19:40:46.271Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink951690056\\victim" -> "../victim" [2021-09-02T19:40:46.271Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-09-02T19:40:46.271Z] === RUN TestApplyLayerInvalidSymlink [2021-09-02T19:40:46.271Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3995761135\\dest\\dotdot" -> "../victim/hello" [2021-09-02T19:40:46.271Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink690328388\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-02T19:40:46.271Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2295323040\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:40:46.271Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3829690067\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:40:46.271Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink325159042\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:40:46.271Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1726559242\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:40:46.271Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-09-02T19:40:46.271Z] === RUN TestApplyLayerWhiteouts [2021-09-02T19:40:46.271Z] --- PASS: TestApplyLayerWhiteouts (0.04s) [2021-09-02T19:40:46.271Z] === RUN TestGenerateEmptyFile [2021-09-02T19:40:46.271Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-09-02T19:40:46.271Z] === RUN TestGenerateWithContent [2021-09-02T19:40:46.271Z] --- PASS: TestGenerateWithContent (0.00s) [2021-09-02T19:40:46.271Z] PASS [2021-09-02T19:40:46.271Z] coverage: 61.9% of statements [2021-09-02T19:40:46.271Z] ok github.com/docker/docker/pkg/archive 5.207s coverage: 61.9% of statements [2021-09-02T19:40:47.256Z] --- PASS: TestNetworkDBCRUDTableEntry (4.06s) [2021-09-02T19:40:47.256Z] === RUN TestNetworkDBCRUDTableEntries [2021-09-02T19:40:48.542Z] --- PASS: TestInspectNetwork (7.14s) [2021-09-02T19:40:48.542Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-09-02T19:40:48.542Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-09-02T19:40:48.542Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-09-02T19:40:48.542Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-09-02T19:40:48.542Z] === RUN TestRunContainerWithBridgeNone [2021-09-02T19:40:49.468Z] 2021/09/02 19:40:48 Closing DB instances... [2021-09-02T19:40:49.468Z] --- PASS: Test (3.11s) [2021-09-02T19:40:49.468Z] --- PASS: Test/TestInitialize (0.10s) [2021-09-02T19:40:49.468Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-09-02T19:40:49.468Z] --- PASS: Test/TestWatch (3.00s) [2021-09-02T19:40:49.468Z] PASS [2021-09-02T19:40:49.468Z] coverage: 84.1% of statements [2021-09-02T19:40:49.468Z] ok github.com/docker/docker/pkg/discovery/kv 3.139s coverage: 84.1% of statements [2021-09-02T19:40:49.936Z] === RUN Test [2021-09-02T19:40:49.936Z] === RUN Test/TestWatch [2021-09-02T19:40:49.936Z] --- PASS: Test (0.00s) [2021-09-02T19:40:49.936Z] --- PASS: Test/TestWatch (0.00s) [2021-09-02T19:40:49.936Z] PASS [2021-09-02T19:40:49.936Z] coverage: 92.3% of statements [2021-09-02T19:40:49.936Z] ok github.com/docker/docker/pkg/discovery/memory 0.033s coverage: 92.3% of statements [2021-09-02T19:40:50.403Z] === RUN Test [2021-09-02T19:40:50.403Z] === RUN Test/TestInitialize [2021-09-02T19:40:50.403Z] === RUN Test/TestInitializeWithPattern [2021-09-02T19:40:50.403Z] === RUN Test/TestRegister [2021-09-02T19:40:50.403Z] === RUN Test/TestWatch [2021-09-02T19:40:50.403Z] --- PASS: Test (0.00s) [2021-09-02T19:40:50.403Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-02T19:40:50.403Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-09-02T19:40:50.403Z] --- PASS: Test/TestRegister (0.00s) [2021-09-02T19:40:50.403Z] --- PASS: Test/TestWatch (0.00s) [2021-09-02T19:40:50.403Z] PASS [2021-09-02T19:40:50.403Z] coverage: 93.8% of statements [2021-09-02T19:40:50.403Z] ok github.com/docker/docker/pkg/discovery/nodes 0.032s coverage: 93.8% of statements [2021-09-02T19:40:50.403Z] --- PASS: TestNetworkDBCRUDTableEntries (3.42s) [2021-09-02T19:40:50.403Z] === RUN TestNetworkDBNodeLeave [2021-09-02T19:40:50.443Z] --- PASS: TestRunContainerWithBridgeNone (1.70s) [2021-09-02T19:40:50.443Z] === RUN TestNetworkInvalidJSON [2021-09-02T19:40:50.443Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-02T19:40:50.443Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-02T19:40:50.443Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T19:40:50.443Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T19:40:50.443Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T19:40:50.443Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T19:40:50.443Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-02T19:40:50.443Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T19:40:50.443Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T19:40:50.443Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-09-02T19:40:50.443Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-02T19:40:50.443Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-02T19:40:50.443Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-02T19:40:50.443Z] === RUN TestNetworkList [2021-09-02T19:40:50.443Z] === RUN TestNetworkList//networks [2021-09-02T19:40:50.443Z] === PAUSE TestNetworkList//networks [2021-09-02T19:40:50.443Z] === RUN TestNetworkList//networks/ [2021-09-02T19:40:50.443Z] === PAUSE TestNetworkList//networks/ [2021-09-02T19:40:50.443Z] === CONT TestNetworkList//networks [2021-09-02T19:40:50.443Z] === CONT TestNetworkList//networks/ [2021-09-02T19:40:50.443Z] --- PASS: TestNetworkList (0.02s) [2021-09-02T19:40:50.443Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-02T19:40:50.443Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-02T19:40:50.443Z] === RUN TestHostIPv4BridgeLabel [2021-09-02T19:40:50.869Z] === RUN TestPollerAddRemove [2021-09-02T19:40:50.869Z] --- PASS: TestPollerAddRemove (0.00s) [2021-09-02T19:40:50.869Z] === RUN TestPollerEvent [2021-09-02T19:40:50.869Z] poller_test.go:40: No chmod on Windows [2021-09-02T19:40:50.869Z] --- SKIP: TestPollerEvent (0.00s) [2021-09-02T19:40:50.869Z] === RUN TestPollerClose [2021-09-02T19:40:50.869Z] --- PASS: TestPollerClose (0.00s) [2021-09-02T19:40:50.869Z] PASS [2021-09-02T19:40:50.869Z] coverage: 45.7% of statements [2021-09-02T19:40:50.869Z] ok github.com/docker/docker/pkg/filenotify 0.031s coverage: 45.7% of statements [2021-09-02T19:40:51.009Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-09-02T19:40:51.009Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-02T19:40:51.853Z] === RUN TestCopyFileWithInvalidSrc [2021-09-02T19:40:51.853Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestCopyFileWithInvalidDest [2021-09-02T19:40:51.853Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestCopyFileWithSameSrcAndDest [2021-09-02T19:40:51.853Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-09-02T19:40:51.853Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestCopyFile [2021-09-02T19:40:51.853Z] --- PASS: TestCopyFile (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-09-02T19:40:51.853Z] fileutils_test.go:133: Needs porting to Windows [2021-09-02T19:40:51.853Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-09-02T19:40:51.853Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestReadSymlinkedDirectoryToFile [2021-09-02T19:40:51.853Z] fileutils_test.go:179: Needs porting to Windows [2021-09-02T19:40:51.853Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestWildcardMatches [2021-09-02T19:40:51.853Z] --- PASS: TestWildcardMatches (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestPatternMatches [2021-09-02T19:40:51.853Z] --- PASS: TestPatternMatches (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-09-02T19:40:51.853Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestPatternMatchesFolderExclusions [2021-09-02T19:40:51.853Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-09-02T19:40:51.853Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-09-02T19:40:51.853Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-09-02T19:40:51.853Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-09-02T19:40:51.853Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestSingleExclamationError [2021-09-02T19:40:51.853Z] --- PASS: TestSingleExclamationError (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestMatchesWithNoPatterns [2021-09-02T19:40:51.853Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestMatchesWithMalformedPatterns [2021-09-02T19:40:51.853Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestMatches [2021-09-02T19:40:51.853Z] === RUN TestMatches/MatchesOrParentMatches [2021-09-02T19:40:51.853Z] === RUN TestMatches/MatchesUsingParentResult [2021-09-02T19:40:51.853Z] --- PASS: TestMatches (0.00s) [2021-09-02T19:40:51.853Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-09-02T19:40:51.853Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestCleanPatterns [2021-09-02T19:40:51.853Z] --- PASS: TestCleanPatterns (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-09-02T19:40:51.853Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestCleanPatternsExceptionFlag [2021-09-02T19:40:51.853Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-09-02T19:40:51.853Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-09-02T19:40:51.853Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestCleanPatternsErrorSingleException [2021-09-02T19:40:51.853Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestCreateIfNotExistsDir [2021-09-02T19:40:51.853Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-09-02T19:40:51.853Z] === RUN TestCreateIfNotExistsFile [2021-09-02T19:40:51.853Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2021-09-02T19:40:51.853Z] === RUN TestMatch [2021-09-02T19:40:51.853Z] --- PASS: TestMatch (0.00s) [2021-09-02T19:40:51.853Z] PASS [2021-09-02T19:40:51.853Z] coverage: 82.2% of statements [2021-09-02T19:40:51.853Z] ok github.com/docker/docker/pkg/fileutils 0.063s coverage: 82.2% of statements [2021-09-02T19:40:51.853Z] --- PASS: TestGetAddress (16.77s) [2021-09-02T19:40:51.853Z] === RUN TestRequestSyntaxCheck [2021-09-02T19:40:51.853Z] --- PASS: TestRequestSyntaxCheck (0.01s) [2021-09-02T19:40:51.853Z] === RUN TestRequest [2021-09-02T19:40:51.952Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-09-02T19:40:51.952Z] === RUN TestDaemonDefaultNetworkPools [2021-09-02T19:40:52.320Z] === RUN TestGet [2021-09-02T19:40:52.320Z] --- PASS: TestGet (0.00s) [2021-09-02T19:40:52.320Z] === RUN TestGetShortcutString [2021-09-02T19:40:52.320Z] --- PASS: TestGetShortcutString (0.00s) [2021-09-02T19:40:52.320Z] PASS [2021-09-02T19:40:52.320Z] coverage: 42.9% of statements [2021-09-02T19:40:52.320Z] ok github.com/docker/docker/pkg/homedir 0.030s coverage: 42.9% of statements [2021-09-02T19:40:52.787Z] === RUN TestCreateIDMapOrder [2021-09-02T19:40:52.787Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-09-02T19:40:52.787Z] PASS [2021-09-02T19:40:52.787Z] coverage: 7.2% of statements [2021-09-02T19:40:52.787Z] ok github.com/docker/docker/pkg/idtools 0.030s coverage: 7.2% of statements [2021-09-02T19:40:52.887Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2021-09-02T19:40:52.887Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-02T19:40:53.254Z] --- PASS: TestNetworkDBNodeLeave (2.82s) [2021-09-02T19:40:53.254Z] === RUN TestNetworkDBWatch [2021-09-02T19:40:53.722Z] === RUN TestFixedBufferCap [2021-09-02T19:40:53.722Z] --- PASS: TestFixedBufferCap (0.00s) [2021-09-02T19:40:53.722Z] === RUN TestFixedBufferLen [2021-09-02T19:40:53.722Z] --- PASS: TestFixedBufferLen (0.00s) [2021-09-02T19:40:53.722Z] === RUN TestFixedBufferString [2021-09-02T19:40:53.722Z] --- PASS: TestFixedBufferString (0.00s) [2021-09-02T19:40:53.722Z] === RUN TestFixedBufferWrite [2021-09-02T19:40:53.722Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-09-02T19:40:53.722Z] === RUN TestFixedBufferRead [2021-09-02T19:40:53.722Z] --- PASS: TestFixedBufferRead (0.00s) [2021-09-02T19:40:53.722Z] === RUN TestBytesPipeRead [2021-09-02T19:40:53.722Z] --- PASS: TestBytesPipeRead (0.00s) [2021-09-02T19:40:53.722Z] === RUN TestBytesPipeWrite [2021-09-02T19:40:53.722Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-09-02T19:40:53.722Z] === RUN TestBytesPipeWriteRandomChunks [2021-09-02T19:40:53.821Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2021-09-02T19:40:53.821Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-02T19:40:54.189Z] --- PASS: TestBytesPipeWriteRandomChunks (0.39s) [2021-09-02T19:40:54.189Z] === RUN TestAtomicWriteToFile [2021-09-02T19:40:54.189Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-09-02T19:40:54.189Z] === RUN TestAtomicWriteSetCommit [2021-09-02T19:40:54.189Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-09-02T19:40:54.189Z] === RUN TestAtomicWriteSetCancel [2021-09-02T19:40:54.189Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-09-02T19:40:54.189Z] === RUN TestReadCloserWrapperClose [2021-09-02T19:40:54.189Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-09-02T19:40:54.189Z] === RUN TestReaderErrWrapperReadOnError [2021-09-02T19:40:54.189Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-09-02T19:40:54.189Z] === RUN TestReaderErrWrapperRead [2021-09-02T19:40:54.189Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-09-02T19:40:54.189Z] === RUN TestCancelReadCloser [2021-09-02T19:40:54.189Z] --- PASS: TestCancelReadCloser (0.10s) [2021-09-02T19:40:54.189Z] === RUN TestWriteCloserWrapperClose [2021-09-02T19:40:54.189Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-09-02T19:40:54.189Z] === RUN TestNopWriteCloser [2021-09-02T19:40:54.189Z] --- PASS: TestNopWriteCloser (0.00s) [2021-09-02T19:40:54.189Z] === RUN TestNopWriter [2021-09-02T19:40:54.189Z] --- PASS: TestNopWriter (0.00s) [2021-09-02T19:40:54.189Z] === RUN TestWriteCounter [2021-09-02T19:40:54.189Z] --- PASS: TestWriteCounter (0.00s) [2021-09-02T19:40:54.189Z] PASS [2021-09-02T19:40:54.189Z] coverage: 69.2% of statements [2021-09-02T19:40:54.189Z] ok github.com/docker/docker/pkg/ioutils 0.540s coverage: 69.2% of statements [2021-09-02T19:40:54.655Z] === RUN TestError [2021-09-02T19:40:54.655Z] --- PASS: TestError (0.00s) [2021-09-02T19:40:54.655Z] === RUN TestProgressString [2021-09-02T19:40:54.655Z] === RUN TestProgressString/no_progress [2021-09-02T19:40:54.655Z] === RUN TestProgressString/progress_1 [2021-09-02T19:40:54.655Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-09-02T19:40:54.655Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-09-02T19:40:54.655Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-09-02T19:40:54.655Z] === RUN TestProgressString/with_units [2021-09-02T19:40:54.655Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-09-02T19:40:54.655Z] === RUN TestProgressString/hide_counts [2021-09-02T19:40:54.655Z] --- PASS: TestProgressString (0.00s) [2021-09-02T19:40:54.655Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-09-02T19:40:54.655Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-09-02T19:40:54.655Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-09-02T19:40:54.655Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-09-02T19:40:54.655Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-09-02T19:40:54.655Z] --- PASS: TestProgressString/with_units (0.00s) [2021-09-02T19:40:54.655Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-09-02T19:40:54.655Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-09-02T19:40:54.655Z] === RUN TestJSONMessageDisplay [2021-09-02T19:40:55.122Z] 2021/09/02 19:40:54 Closing DB instances... [2021-09-02T19:40:55.122Z] --- PASS: TestJSONMessageDisplay (0.11s) [2021-09-02T19:40:55.122Z] === RUN TestJSONMessageDisplayWithJSONError [2021-09-02T19:40:55.122Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-09-02T19:40:55.122Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-09-02T19:40:55.122Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-09-02T19:40:55.122Z] === RUN TestDisplayJSONMessagesStream [2021-09-02T19:40:55.122Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-09-02T19:40:55.122Z] PASS [2021-09-02T19:40:55.122Z] coverage: 91.7% of statements [2021-09-02T19:40:55.122Z] ok github.com/docker/docker/pkg/jsonmessage 0.147s coverage: 91.7% of statements [2021-09-02T19:40:55.194Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2021-09-02T19:40:55.194Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-02T19:40:55.589Z] === RUN TestStandardLongPath [2021-09-02T19:40:55.589Z] --- PASS: TestStandardLongPath (0.00s) [2021-09-02T19:40:55.589Z] === RUN TestUNCLongPath [2021-09-02T19:40:55.589Z] --- PASS: TestUNCLongPath (0.00s) [2021-09-02T19:40:55.589Z] PASS [2021-09-02T19:40:55.589Z] coverage: 100.0% of statements [2021-09-02T19:40:55.589Z] ok github.com/docker/docker/pkg/longpath 0.026s coverage: 100.0% of statements [2021-09-02T19:40:55.761Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2021-09-02T19:40:55.761Z] === RUN TestServiceWithPredefinedNetwork [2021-09-02T19:40:56.056Z] === RUN TestNameFormat [2021-09-02T19:40:56.056Z] --- PASS: TestNameFormat (0.00s) [2021-09-02T19:40:56.056Z] === RUN TestNameRetries [2021-09-02T19:40:56.056Z] --- PASS: TestNameRetries (0.00s) [2021-09-02T19:40:56.056Z] PASS [2021-09-02T19:40:56.056Z] coverage: 85.7% of statements [2021-09-02T19:40:56.056Z] ok github.com/docker/docker/pkg/namesgenerator 0.032s coverage: 85.7% of statements [2021-09-02T19:40:56.523Z] --- PASS: TestNetworkDBWatch (3.02s) [2021-09-02T19:40:56.523Z] === RUN TestNetworkDBBulkSync [2021-09-02T19:40:56.523Z] === RUN TestParseKeyValueOpt [2021-09-02T19:40:56.523Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-09-02T19:40:56.523Z] === RUN TestParseUintList [2021-09-02T19:40:56.523Z] --- PASS: TestParseUintList (0.00s) [2021-09-02T19:40:56.523Z] === RUN TestParseUintListMaximumLimits [2021-09-02T19:40:56.523Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-09-02T19:40:56.523Z] PASS [2021-09-02T19:40:56.523Z] coverage: 97.0% of statements [2021-09-02T19:40:56.523Z] ok github.com/docker/docker/pkg/parsers 0.029s coverage: 97.0% of statements [2021-09-02T19:40:56.523Z] --- PASS: TestRequest (4.78s) [2021-09-02T19:40:56.523Z] === RUN TestOverlappingRequests [2021-09-02T19:40:56.990Z] === RUN TestNewAndRemove [2021-09-02T19:40:56.990Z] --- PASS: TestNewAndRemove (0.00s) [2021-09-02T19:40:56.990Z] === RUN TestRemoveInvalidPath [2021-09-02T19:40:56.990Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-09-02T19:40:56.990Z] PASS [2021-09-02T19:40:56.990Z] coverage: 82.6% of statements [2021-09-02T19:40:56.990Z] ok github.com/docker/docker/pkg/pidfile 0.030s coverage: 82.6% of statements [2021-09-02T19:40:56.990Z] --- PASS: TestOverlappingRequests (0.28s) [2021-09-02T19:40:56.990Z] === RUN TestRelease [2021-09-02T19:40:57.457Z] 2021/09/02 19:40:57 Closing DB instances... [2021-09-02T19:40:57.924Z] --- PASS: TestRelease (1.03s) [2021-09-02T19:40:57.924Z] === RUN TestAllocateRandomDeallocate [2021-09-02T19:40:57.924Z] === RUN TestFailedConnection [2021-09-02T19:40:58.293Z] --- PASS: TestServiceWithPredefinedNetwork (2.25s) [2021-09-02T19:40:58.293Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-02T19:40:58.293Z] service_test.go:243: FLAKY_TEST [2021-09-02T19:40:58.293Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-02T19:40:58.293Z] === RUN TestServiceWithDataPathPortInit [2021-09-02T19:40:59.486Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2021-09-02T19:40:59.486Z] === RUN TestNetworkDBCRUDMediumCluster [2021-09-02T19:40:59.486Z] === RUN TestParseEmptyInterface [2021-09-02T19:40:59.486Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-09-02T19:40:59.486Z] === RUN TestParseNonInterfaceType [2021-09-02T19:40:59.486Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-09-02T19:40:59.486Z] === RUN TestParseWithOneFunction [2021-09-02T19:40:59.486Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-09-02T19:40:59.486Z] === RUN TestParseWithMultipleFuncs [2021-09-02T19:40:59.486Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-09-02T19:40:59.486Z] === RUN TestParseWithUnnamedReturn [2021-09-02T19:40:59.486Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-09-02T19:40:59.486Z] === RUN TestEmbeddedInterface [2021-09-02T19:40:59.486Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-09-02T19:40:59.486Z] === RUN TestParsedImports [2021-09-02T19:40:59.486Z] --- PASS: TestParsedImports (0.00s) [2021-09-02T19:40:59.486Z] === RUN TestAliasedImports [2021-09-02T19:40:59.486Z] --- PASS: TestAliasedImports (0.00s) [2021-09-02T19:40:59.486Z] PASS [2021-09-02T19:40:59.486Z] coverage: 56.8% of statements [2021-09-02T19:40:59.486Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.037s coverage: 56.8% of statements [2021-09-02T19:40:59.954Z] --- PASS: TestFailedConnection (2.08s) [2021-09-02T19:40:59.954Z] === RUN TestFailOnce [2021-09-02T19:41:00.421Z] 2021/09/02 19:40:59 http: panic serving 127.0.0.1:49281: Plugin not ready [2021-09-02T19:41:00.421Z] goroutine 42 [running]: [2021-09-02T19:41:00.421Z] net/http.(*conn).serve.func1() [2021-09-02T19:41:00.421Z] c:/go/src/net/http/server.go:1801 +0xb9 [2021-09-02T19:41:00.421Z] panic({0xca9d40, 0xdb5e60}) [2021-09-02T19:41:00.422Z] c:/go/src/runtime/panic.go:1047 +0x266 [2021-09-02T19:41:00.422Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xb693ee39d9a5670b}, 0xc0001c3a98) [2021-09-02T19:41:00.422Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2021-09-02T19:41:00.422Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xdc2b28, 0xc0001ac0e0}, 0xbfe8c6) [2021-09-02T19:41:00.422Z] c:/go/src/net/http/server.go:2046 +0x2f [2021-09-02T19:41:00.422Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xdc2b28, 0xc0001ac0e0}, 0xc0001a4300) [2021-09-02T19:41:00.422Z] c:/go/src/net/http/server.go:2424 +0x149 [2021-09-02T19:41:00.422Z] net/http.serverHandler.ServeHTTP({0xdc1150}, {0xdc2b28, 0xc0001ac0e0}, 0xc0001a4300) [2021-09-02T19:41:00.422Z] c:/go/src/net/http/server.go:2878 +0x43b [2021-09-02T19:41:00.422Z] net/http.(*conn).serve(0xc00010eaa0, {0xdc49c0, 0xc0001967b0}) [2021-09-02T19:41:00.422Z] c:/go/src/net/http/server.go:1929 +0xb08 [2021-09-02T19:41:00.422Z] created by net/http.(*Server).Serve [2021-09-02T19:41:00.422Z] c:/go/src/net/http/server.go:3033 +0x4e8 [2021-09-02T19:41:00.422Z] time="2021-09-02T19:40:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49280/Test.FailOnce: Post \"http://127.0.0.1:49280/Test.FailOnce\": EOF, retrying in 1s" [2021-09-02T19:41:00.422Z] === RUN TestHTTPTransport [2021-09-02T19:41:00.422Z] --- PASS: TestHTTPTransport (0.00s) [2021-09-02T19:41:00.422Z] PASS [2021-09-02T19:41:00.422Z] coverage: 85.7% of statements [2021-09-02T19:41:00.422Z] ok github.com/docker/docker/pkg/plugins/transport 0.031s coverage: 85.7% of statements [2021-09-02T19:41:00.422Z] --- PASS: TestAllocateRandomDeallocate (2.52s) [2021-09-02T19:41:00.422Z] === RUN TestRetrieveFromStore [2021-09-02T19:41:00.889Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-09-02T19:41:00.889Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-02T19:41:00.889Z] === RUN TestBufioReaderPoolPutAndGet [2021-09-02T19:41:00.889Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-09-02T19:41:00.889Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-09-02T19:41:00.889Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-09-02T19:41:00.889Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-09-02T19:41:00.889Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-02T19:41:00.889Z] === RUN TestBufioWriterPoolPutAndGet [2021-09-02T19:41:00.889Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-09-02T19:41:00.889Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-09-02T19:41:00.889Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-09-02T19:41:00.889Z] === RUN TestBufferPoolPutAndGet [2021-09-02T19:41:00.889Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-09-02T19:41:00.889Z] PASS [2021-09-02T19:41:00.889Z] coverage: 88.2% of statements [2021-09-02T19:41:00.889Z] ok github.com/docker/docker/pkg/pools 0.028s coverage: 88.2% of statements [2021-09-02T19:41:00.889Z] === RUN TestOutputOnPrematureClose [2021-09-02T19:41:00.889Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-09-02T19:41:00.889Z] === RUN TestCompleteSilently [2021-09-02T19:41:00.889Z] --- PASS: TestCompleteSilently (0.00s) [2021-09-02T19:41:00.889Z] PASS [2021-09-02T19:41:00.889Z] coverage: 75.9% of statements [2021-09-02T19:41:00.889Z] ok github.com/docker/docker/pkg/progress 0.024s coverage: 75.9% of statements [2021-09-02T19:41:01.356Z] --- PASS: TestFailOnce (1.11s) [2021-09-02T19:41:01.356Z] === RUN TestEchoInputOutput [2021-09-02T19:41:01.356Z] --- PASS: TestEchoInputOutput (0.00s) [2021-09-02T19:41:01.356Z] === RUN TestBackoff [2021-09-02T19:41:01.356Z] --- PASS: TestBackoff (0.00s) [2021-09-02T19:41:01.356Z] === RUN TestAbortRetry [2021-09-02T19:41:01.356Z] --- PASS: TestAbortRetry (0.00s) [2021-09-02T19:41:01.356Z] === RUN TestClientScheme [2021-09-02T19:41:01.356Z] --- PASS: TestClientScheme (0.00s) [2021-09-02T19:41:01.356Z] === RUN TestNewClientWithTimeout [2021-09-02T19:41:01.356Z] --- PASS: TestRetrieveFromStore (0.82s) [2021-09-02T19:41:01.356Z] === RUN TestRequestReleaseAddressDuplicate [2021-09-02T19:41:01.356Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2021-09-02T19:41:01.356Z] === RUN TestParallelPredefinedRequest1 [2021-09-02T19:41:01.356Z] === PAUSE TestParallelPredefinedRequest1 [2021-09-02T19:41:01.356Z] === RUN TestParallelPredefinedRequest2 [2021-09-02T19:41:01.356Z] === PAUSE TestParallelPredefinedRequest2 [2021-09-02T19:41:01.356Z] === RUN TestParallelPredefinedRequest3 [2021-09-02T19:41:01.356Z] === PAUSE TestParallelPredefinedRequest3 [2021-09-02T19:41:01.356Z] === RUN TestParallelPredefinedRequest4 [2021-09-02T19:41:01.356Z] === PAUSE TestParallelPredefinedRequest4 [2021-09-02T19:41:01.356Z] === RUN TestParallelPredefinedRequest5 [2021-09-02T19:41:01.356Z] === PAUSE TestParallelPredefinedRequest5 [2021-09-02T19:41:01.356Z] === RUN TestDebug [2021-09-02T19:41:01.356Z] --- PASS: TestDebug (0.00s) [2021-09-02T19:41:01.356Z] === RUN TestRequestPoolParallel [2021-09-02T19:41:01.356Z] === RUN TestSendToOneSub [2021-09-02T19:41:01.356Z] --- PASS: TestSendToOneSub (0.00s) [2021-09-02T19:41:01.356Z] === RUN TestSendToMultipleSubs [2021-09-02T19:41:01.356Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-09-02T19:41:01.356Z] === RUN TestEvictOneSub [2021-09-02T19:41:01.356Z] --- PASS: TestEvictOneSub (0.00s) [2021-09-02T19:41:01.356Z] === RUN TestClosePublisher [2021-09-02T19:41:01.356Z] --- PASS: TestClosePublisher (0.00s) [2021-09-02T19:41:01.356Z] === RUN TestPubSubRace [2021-09-02T19:41:01.356Z] --- PASS: TestRequestPoolParallel (0.21s) [2021-09-02T19:41:01.356Z] === RUN TestFullAllocateRelease [2021-09-02T19:41:01.824Z] time="2021-09-02T19:41:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-09-02T19:41:01.824Z] --- PASS: TestFullAllocateRelease (0.26s) [2021-09-02T19:41:01.824Z] === RUN TestOddAllocateRelease [2021-09-02T19:41:01.824Z] --- PASS: TestOddAllocateRelease (0.16s) [2021-09-02T19:41:01.824Z] === RUN TestFullAllocateSerialReleaseParallel [2021-09-02T19:41:01.824Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.05s) [2021-09-02T19:41:01.824Z] === RUN TestOddAllocateSerialReleaseParallel [2021-09-02T19:41:01.831Z] --- PASS: TestImportExtremelyLargeImageWorks (89.91s) [2021-09-02T19:41:01.831Z] PASS [2021-09-02T19:41:01.831Z] [2021-09-02T19:41:01.831Z] === Skipped [2021-09-02T19:41:01.831Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-09-02T19:41:01.831Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-09-02T19:41:01.831Z] [2021-09-02T19:41:01.831Z] DONE 12 tests, 1 skipped in 94.138s [2021-09-02T19:41:01.831Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-09-02T19:41:01.831Z] INFO: Testing against a local daemon [2021-09-02T19:41:01.831Z] === RUN TestNetworkCreateDelete [2021-09-02T19:41:01.831Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-09-02T19:41:01.831Z] === RUN TestDockerNetworkDeletePreferID [2021-09-02T19:41:01.831Z] --- PASS: TestDockerNetworkDeletePreferID (0.42s) [2021-09-02T19:41:01.831Z] === RUN TestDaemonDNSFallback [2021-09-02T19:41:02.092Z] --- PASS: TestDaemonDNSFallback (6.29s) [2021-09-02T19:41:02.092Z] === RUN TestInspectNetwork [2021-09-02T19:41:02.092Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:02.092Z] --- SKIP: TestInspectNetwork (0.00s) [2021-09-02T19:41:02.092Z] === RUN TestRunContainerWithBridgeNone [2021-09-02T19:41:02.092Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.092Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-09-02T19:41:02.092Z] === RUN TestNetworkInvalidJSON [2021-09-02T19:41:02.092Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-02T19:41:02.092Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-02T19:41:02.092Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T19:41:02.092Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T19:41:02.092Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T19:41:02.092Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T19:41:02.092Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-02T19:41:02.092Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T19:41:02.092Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T19:41:02.092Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-09-02T19:41:02.092Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-02T19:41:02.092Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-02T19:41:02.092Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-02T19:41:02.092Z] === RUN TestNetworkList [2021-09-02T19:41:02.092Z] === RUN TestNetworkList//networks [2021-09-02T19:41:02.092Z] === PAUSE TestNetworkList//networks [2021-09-02T19:41:02.092Z] === RUN TestNetworkList//networks/ [2021-09-02T19:41:02.092Z] === PAUSE TestNetworkList//networks/ [2021-09-02T19:41:02.092Z] === CONT TestNetworkList//networks [2021-09-02T19:41:02.092Z] === CONT TestNetworkList//networks/ [2021-09-02T19:41:02.092Z] --- PASS: TestNetworkList (0.01s) [2021-09-02T19:41:02.092Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-02T19:41:02.092Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-02T19:41:02.092Z] === RUN TestHostIPv4BridgeLabel [2021-09-02T19:41:02.092Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.092Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-09-02T19:41:02.092Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-02T19:41:02.092Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.092Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-09-02T19:41:02.092Z] === RUN TestDaemonDefaultNetworkPools [2021-09-02T19:41:02.092Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.092Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-09-02T19:41:02.092Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-02T19:41:02.092Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.092Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-02T19:41:02.092Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-02T19:41:02.092Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.092Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-09-02T19:41:02.092Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-02T19:41:02.290Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.03s) [2021-09-02T19:41:02.290Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-09-02T19:41:02.290Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.03s) [2021-09-02T19:41:02.290Z] === CONT TestParallelPredefinedRequest1 [2021-09-02T19:41:02.290Z] === CONT TestParallelPredefinedRequest4 [2021-09-02T19:41:02.290Z] === CONT TestParallelPredefinedRequest3 [2021-09-02T19:41:02.290Z] === CONT TestParallelPredefinedRequest5 [2021-09-02T19:41:02.290Z] === CONT TestParallelPredefinedRequest1 [2021-09-02T19:41:02.290Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:41:02.290Z] === CONT TestParallelPredefinedRequest5 [2021-09-02T19:41:02.290Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:41:02.290Z] === CONT TestParallelPredefinedRequest4 [2021-09-02T19:41:02.290Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:41:02.290Z] === CONT TestParallelPredefinedRequest3 [2021-09-02T19:41:02.290Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:41:02.290Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-09-02T19:41:02.290Z] === CONT TestParallelPredefinedRequest2 [2021-09-02T19:41:02.290Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-09-02T19:41:02.290Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-09-02T19:41:02.290Z] === CONT TestParallelPredefinedRequest2 [2021-09-02T19:41:02.290Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:41:02.290Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-09-02T19:41:02.290Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-09-02T19:41:02.290Z] PASS [2021-09-02T19:41:02.290Z] coverage: 85.3% of statements [2021-09-02T19:41:02.290Z] ok github.com/docker/docker/libnetwork/ipam 32.633s coverage: 85.3% of statements [2021-09-02T19:41:02.290Z] 2021/09/02 19:41:01 Closing DB instances... [2021-09-02T19:41:02.351Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.351Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-09-02T19:41:02.351Z] === RUN TestServiceWithPredefinedNetwork [2021-09-02T19:41:02.351Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:02.351Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-09-02T19:41:02.351Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-02T19:41:02.351Z] service_test.go:243: FLAKY_TEST [2021-09-02T19:41:02.351Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-02T19:41:02.351Z] === RUN TestServiceWithDataPathPortInit [2021-09-02T19:41:02.351Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:02.351Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-09-02T19:41:02.351Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-02T19:41:02.351Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:02.351Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-02T19:41:02.351Z] PASS [2021-09-02T19:41:02.351Z] [2021-09-02T19:41:02.351Z] === Skipped [2021-09-02T19:41:02.351Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-09-02T19:41:02.351Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:02.351Z] [2021-09-02T19:41:02.351Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-09-02T19:41:02.351Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.351Z] [2021-09-02T19:41:02.351Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-09-02T19:41:02.351Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.351Z] [2021-09-02T19:41:02.351Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-09-02T19:41:02.351Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.351Z] [2021-09-02T19:41:02.351Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-09-02T19:41:02.351Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.351Z] [2021-09-02T19:41:02.351Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-02T19:41:02.351Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.351Z] [2021-09-02T19:41:02.351Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-09-02T19:41:02.351Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.351Z] [2021-09-02T19:41:02.352Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-09-02T19:41:02.352Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.352Z] [2021-09-02T19:41:02.352Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-09-02T19:41:02.352Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:02.352Z] [2021-09-02T19:41:02.352Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-02T19:41:02.352Z] service_test.go:243: FLAKY_TEST [2021-09-02T19:41:02.352Z] [2021-09-02T19:41:02.352Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-09-02T19:41:02.352Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:02.352Z] [2021-09-02T19:41:02.352Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-02T19:41:02.352Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:02.352Z] [2021-09-02T19:41:02.352Z] DONE 22 tests, 12 skipped in 6.996s [2021-09-02T19:41:02.352Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-09-02T19:41:02.352Z] INFO: Testing against a local daemon [2021-09-02T19:41:02.352Z] === RUN TestDockerNetworkIpvlanPersistance [2021-09-02T19:41:02.352Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:41:02.352Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-02T19:41:02.352Z] === RUN TestDockerNetworkIpvlan [2021-09-02T19:41:02.352Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:41:02.352Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-09-02T19:41:02.352Z] PASS [2021-09-02T19:41:02.352Z] [2021-09-02T19:41:02.352Z] === Skipped [2021-09-02T19:41:02.352Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-02T19:41:02.352Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:41:02.352Z] [2021-09-02T19:41:02.352Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-09-02T19:41:02.352Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:41:02.352Z] [2021-09-02T19:41:02.352Z] DONE 2 tests, 2 skipped in 0.084s [2021-09-02T19:41:02.352Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-09-02T19:41:02.352Z] INFO: Testing against a local daemon [2021-09-02T19:41:02.352Z] === RUN TestDockerNetworkMacvlanPersistance [2021-09-02T19:41:02.352Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.352Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-09-02T19:41:02.352Z] === RUN TestDockerNetworkMacvlan [2021-09-02T19:41:02.352Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.352Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-09-02T19:41:02.352Z] PASS [2021-09-02T19:41:02.352Z] [2021-09-02T19:41:02.352Z] === Skipped [2021-09-02T19:41:02.352Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-09-02T19:41:02.352Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.352Z] [2021-09-02T19:41:02.352Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-09-02T19:41:02.352Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:02.352Z] [2021-09-02T19:41:02.352Z] DONE 2 tests, 2 skipped in 0.087s [2021-09-02T19:41:02.352Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-09-02T19:41:02.352Z] testing: warning: no tests to run [2021-09-02T19:41:02.352Z] PASS [2021-09-02T19:41:02.352Z] [2021-09-02T19:41:02.352Z] DONE 0 tests in 0.024s [2021-09-02T19:41:02.352Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-09-02T19:41:02.611Z] INFO: Testing against a local daemon [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginAllowRequest [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginTLS [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginDenyRequest [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginAPIDenyResponse [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginDenyResponse [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginAllowEventStream [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginErrorResponse [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginErrorRequest [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-09-02T19:41:02.611Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginHeader [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginV2Disable [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-09-02T19:41:02.611Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.611Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-09-02T19:41:02.611Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-09-02T19:41:02.757Z] --- PASS: TestPubSubRace (1.04s) [2021-09-02T19:41:02.757Z] PASS [2021-09-02T19:41:02.757Z] coverage: 75.0% of statements [2021-09-02T19:41:02.757Z] ok github.com/docker/docker/pkg/pubsub 1.068s coverage: 75.0% of statements [2021-09-02T19:41:02.757Z] === RUN TestRegister [2021-09-02T19:41:02.757Z] --- PASS: TestRegister (0.00s) [2021-09-02T19:41:02.757Z] === RUN TestCommand [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-09-02T19:41:02.871Z] PASS [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === Skipped [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-09-02T19:41:02.871Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] DONE 17 tests, 17 skipped in 0.277s [2021-09-02T19:41:02.871Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-09-02T19:41:02.871Z] INFO: Testing against a local daemon [2021-09-02T19:41:02.871Z] === RUN TestPluginInvalidJSON [2021-09-02T19:41:02.871Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T19:41:02.871Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T19:41:02.871Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T19:41:02.871Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-09-02T19:41:02.871Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-02T19:41:02.871Z] === RUN TestPluginInstall [2021-09-02T19:41:02.871Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] --- SKIP: TestPluginInstall (0.00s) [2021-09-02T19:41:02.871Z] === RUN TestPluginsWithRuntimes [2021-09-02T19:41:02.871Z] 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-09-02T19:41:02.871Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-09-02T19:41:02.871Z] === RUN TestPluginBackCompatMediaTypes [2021-09-02T19:41:02.871Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-09-02T19:41:02.871Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-09-02T19:41:02.871Z] PASS [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === Skipped [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-09-02T19:41:02.871Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-09-02T19:41:02.871Z] 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-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-09-02T19:41:02.871Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-09-02T19:41:02.871Z] [2021-09-02T19:41:02.871Z] DONE 5 tests, 3 skipped in 0.122s [2021-09-02T19:41:02.871Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-09-02T19:41:02.871Z] INFO: Testing against a local daemon [2021-09-02T19:41:02.871Z] === RUN TestExternalGraphDriver [2021-09-02T19:41:03.131Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-09-02T19:41:03.131Z] --- SKIP: TestExternalGraphDriver (0.03s) [2021-09-02T19:41:03.131Z] === RUN TestGraphdriverPluginV2 [2021-09-02T19:41:03.223Z] --- PASS: TestCommand (0.02s) [2021-09-02T19:41:03.223Z] === RUN TestNaiveSelf [2021-09-02T19:41:03.223Z] --- PASS: TestNaiveSelf (0.02s) [2021-09-02T19:41:03.223Z] PASS [2021-09-02T19:41:03.223Z] coverage: 82.4% of statements [2021-09-02T19:41:03.223Z] ok github.com/docker/docker/pkg/reexec 0.068s coverage: 82.4% of statements [2021-09-02T19:41:03.223Z] time="2021-09-02T19:41:02Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-09-02T19:41:03.223Z] === RUN TestDump [2021-09-02T19:41:03.223Z] goroutine 6 [running]: [2021-09-02T19:41:03.223Z] github.com/docker/docker/pkg/stack.dump(0x98b2f7) [2021-09-02T19:41:03.223Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-02T19:41:03.223Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-09-02T19:41:03.223Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-09-02T19:41:03.224Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2021-09-02T19:41:03.224Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2021-09-02T19:41:03.224Z] testing.tRunner(0xc00011c1a0, 0xaf8e38) [2021-09-02T19:41:03.224Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-02T19:41:03.224Z] created by testing.(*T).Run [2021-09-02T19:41:03.224Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-02T19:41:03.224Z] [2021-09-02T19:41:03.224Z] goroutine 1 [chan receive]: [2021-09-02T19:41:03.224Z] testing.(*T).Run(0xc00011c000, {0xaea4fd, 0x96a173}, 0xaf8e38) [2021-09-02T19:41:03.224Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-02T19:41:03.224Z] testing.runTests.func1(0xc000068720) [2021-09-02T19:41:03.224Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-02T19:41:03.224Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2021-09-02T19:41:03.224Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-02T19:41:03.224Z] testing.runTests(0xc000076080, {0xc5bba0, 0x3, 0x3}, {0x98a54d, 0xaec1f7, 0xc60640}) [2021-09-02T19:41:03.224Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-02T19:41:03.224Z] testing.(*M).Run(0xc000076080) [2021-09-02T19:41:03.224Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-02T19:41:03.224Z] main.main() [2021-09-02T19:41:03.224Z] _testmain.go:95 +0x1f5 [2021-09-02T19:41:03.224Z] --- PASS: TestDump (0.00s) [2021-09-02T19:41:03.224Z] === RUN TestDumpToFile [2021-09-02T19:41:03.690Z] --- PASS: TestDumpToFile (0.10s) [2021-09-02T19:41:03.690Z] === RUN TestDumpToFileWithEmptyInput [2021-09-02T19:41:03.690Z] goroutine 8 [running]: [2021-09-02T19:41:03.690Z] github.com/docker/docker/pkg/stack.dump(0x9f82b4) [2021-09-02T19:41:03.690Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-02T19:41:03.690Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x9f8660}) [2021-09-02T19:41:03.690Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2021-09-02T19:41:03.690Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00011c1a0) [2021-09-02T19:41:03.690Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2021-09-02T19:41:03.690Z] testing.tRunner(0xc00011c680, 0xaf8e28) [2021-09-02T19:41:03.690Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-02T19:41:03.690Z] created by testing.(*T).Run [2021-09-02T19:41:03.690Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-02T19:41:03.690Z] [2021-09-02T19:41:03.690Z] goroutine 1 [chan receive]: [2021-09-02T19:41:03.690Z] testing.(*T).Run(0xc00011c000, {0xaf1289, 0x96a173}, 0xaf8e28) [2021-09-02T19:41:03.690Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-02T19:41:03.690Z] testing.runTests.func1(0xc000068720) [2021-09-02T19:41:03.690Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-02T19:41:03.690Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2021-09-02T19:41:03.690Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-02T19:41:03.690Z] testing.runTests(0xc000076080, {0xc5bba0, 0x3, 0x3}, {0x98a54d, 0xaec1f7, 0xc60640}) [2021-09-02T19:41:03.690Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-02T19:41:03.690Z] testing.(*M).Run(0xc000076080) [2021-09-02T19:41:03.690Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-02T19:41:03.690Z] main.main() [2021-09-02T19:41:03.690Z] _testmain.go:95 +0x1f5 [2021-09-02T19:41:03.690Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-09-02T19:41:03.690Z] PASS [2021-09-02T19:41:03.690Z] coverage: 90.9% of statements [2021-09-02T19:41:03.691Z] ok github.com/docker/docker/pkg/stack 0.124s coverage: 90.9% of statements [2021-09-02T19:41:04.158Z] === RUN TestNewStdWriter [2021-09-02T19:41:04.158Z] --- PASS: TestNewStdWriter (0.00s) [2021-09-02T19:41:04.158Z] === RUN TestWriteWithUninitializedStdWriter [2021-09-02T19:41:04.158Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-09-02T19:41:04.158Z] === RUN TestWriteWithNilBytes [2021-09-02T19:41:04.158Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-09-02T19:41:04.158Z] === RUN TestWrite [2021-09-02T19:41:04.158Z] --- PASS: TestWrite (0.00s) [2021-09-02T19:41:04.158Z] === RUN TestWriteWithWriterError [2021-09-02T19:41:04.158Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-09-02T19:41:04.158Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-09-02T19:41:04.158Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-09-02T19:41:04.158Z] === RUN TestStdCopyWriteAndRead [2021-09-02T19:41:04.158Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-09-02T19:41:04.158Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-09-02T19:41:04.158Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-09-02T19:41:04.158Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-09-02T19:41:04.158Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-09-02T19:41:04.158Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-09-02T19:41:04.158Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-09-02T19:41:04.158Z] === RUN TestStdCopyWithInvalidInputHeader [2021-09-02T19:41:04.158Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-09-02T19:41:04.158Z] === RUN TestStdCopyWithCorruptedPrefix [2021-09-02T19:41:04.158Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-09-02T19:41:04.158Z] === RUN TestStdCopyReturnsWriteErrors [2021-09-02T19:41:04.158Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-09-02T19:41:04.158Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-09-02T19:41:04.158Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-09-02T19:41:04.158Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-09-02T19:41:04.158Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-09-02T19:41:04.158Z] PASS [2021-09-02T19:41:04.158Z] coverage: 100.0% of statements [2021-09-02T19:41:04.158Z] ok github.com/docker/docker/pkg/stdcopy 0.029s coverage: 100.0% of statements [2021-09-02T19:41:04.625Z] === RUN TestRawProgressFormatterFormatStatus [2021-09-02T19:41:04.625Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestRawProgressFormatterFormatProgress [2021-09-02T19:41:04.625Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestFormatStatus [2021-09-02T19:41:04.625Z] --- PASS: TestFormatStatus (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestFormatError [2021-09-02T19:41:04.625Z] --- PASS: TestFormatError (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestFormatJSONError [2021-09-02T19:41:04.625Z] --- PASS: TestFormatJSONError (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestJsonProgressFormatterFormatProgress [2021-09-02T19:41:04.625Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestJsonProgressFormatterFormatStatus [2021-09-02T19:41:04.625Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestNewJSONProgressOutput [2021-09-02T19:41:04.625Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestAuxFormatterEmit [2021-09-02T19:41:04.625Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestStreamWriterStdout [2021-09-02T19:41:04.625Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestStreamWriterStderr [2021-09-02T19:41:04.625Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-09-02T19:41:04.625Z] PASS [2021-09-02T19:41:04.625Z] coverage: 66.2% of statements [2021-09-02T19:41:04.625Z] ok github.com/docker/docker/pkg/streamformatter 0.030s coverage: 66.2% of statements [2021-09-02T19:41:04.625Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.66s) [2021-09-02T19:41:04.625Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-09-02T19:41:04.625Z] === RUN TestGenerateRandomID [2021-09-02T19:41:04.625Z] --- PASS: TestGenerateRandomID (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestShortenId [2021-09-02T19:41:04.625Z] --- PASS: TestShortenId (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestShortenSha256Id [2021-09-02T19:41:04.625Z] --- PASS: TestShortenSha256Id (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestShortenIdEmpty [2021-09-02T19:41:04.625Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestShortenIdInvalid [2021-09-02T19:41:04.625Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestIsShortIDNonHex [2021-09-02T19:41:04.625Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-09-02T19:41:04.625Z] === RUN TestIsShortIDNotCorrectSize [2021-09-02T19:41:04.625Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-09-02T19:41:04.625Z] PASS [2021-09-02T19:41:04.625Z] coverage: 70.6% of statements [2021-09-02T19:41:04.625Z] ok github.com/docker/docker/pkg/stringid 0.030s coverage: 70.6% of statements [2021-09-02T19:41:05.610Z] === RUN TestIsCpusetListAvailable [2021-09-02T19:41:05.610Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-09-02T19:41:05.610Z] PASS [2021-09-02T19:41:05.610Z] coverage: 39.4% of statements [2021-09-02T19:41:05.610Z] ok github.com/docker/docker/pkg/sysinfo 0.027s coverage: 39.4% of statements [2021-09-02T19:41:05.610Z] time="2021-09-02T19:41:05Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-09-02T19:41:06.341Z] c67ded6868b6: Pull complete [2021-09-02T19:41:06.341Z] Digest: sha256:1be9c8378b8c32d31538253a4b96169f5138a5f6d4c0a04e8d8f9a80b9ac8097 [2021-09-02T19:41:06.341Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T19:41:06.341Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-09-02T19:41:06.341Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-09-02T19:41:06.341Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2114' [2021-09-02T19:41:06.341Z] WARN: Skipping validation tests [2021-09-02T19:41:06.341Z] INFO: Running unit tests at 09/02/2021 19:40:58... [2021-09-02T19:41:06.341Z] INFO: make.ps1 starting at 09/02/2021 19:41:03 [2021-09-02T19:41:06.341Z] INFO: Git commit (1b8db06785) assumed from DOCKER_GITCOMMIT environment variable [2021-09-02T19:41:06.341Z] INFO: Invoking autogen... [2021-09-02T19:41:06.341Z] INFO: Running unit tests... [2021-09-02T19:41:06.715Z] === RUN TestChtimes [2021-09-02T19:41:06.715Z] --- PASS: TestChtimes (0.00s) [2021-09-02T19:41:06.715Z] === RUN TestChtimesWindows [2021-09-02T19:41:06.715Z] --- PASS: TestChtimesWindows (0.00s) [2021-09-02T19:41:06.715Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-09-02T19:41:06.715Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-09-02T19:41:06.715Z] === RUN TestEnsureRemoveAllNotExist [2021-09-02T19:41:06.715Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-09-02T19:41:06.715Z] === RUN TestEnsureRemoveAllWithDir [2021-09-02T19:41:06.715Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-09-02T19:41:06.715Z] === RUN TestEnsureRemoveAllWithFile [2021-09-02T19:41:06.715Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-09-02T19:41:06.715Z] === RUN TestHasWin32KSupport [2021-09-02T19:41:06.715Z] syscall_windows_test.go:8: win32k: true [2021-09-02T19:41:06.715Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-09-02T19:41:06.715Z] PASS [2021-09-02T19:41:06.715Z] coverage: 13.0% of statements [2021-09-02T19:41:06.715Z] ok github.com/docker/docker/pkg/system 0.035s coverage: 13.0% of statements [2021-09-02T19:41:06.715Z] === RUN TestTailFile [2021-09-02T19:41:06.715Z] --- PASS: TestTailFile (0.00s) [2021-09-02T19:41:06.715Z] === RUN TestTailFileManyLines [2021-09-02T19:41:06.715Z] --- PASS: TestTailFileManyLines (0.00s) [2021-09-02T19:41:06.715Z] === RUN TestTailEmptyFile [2021-09-02T19:41:06.715Z] --- PASS: TestTailEmptyFile (0.00s) [2021-09-02T19:41:06.715Z] === RUN TestTailNegativeN [2021-09-02T19:41:06.715Z] --- PASS: TestTailNegativeN (0.00s) [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader [2021-09-02T19:41:06.715Z] === CONT TestNewTailReader [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/no_delimiter [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/no_delimiter [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/single_byte_delimiter [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/2_byte_delimiter [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/4_byte_delimiter [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/8_byte_delimiter [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/12_byte_delimiter [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/truncated_last_line [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-09-02T19:41:06.715Z] === CONT TestNewTailReader/no_delimiter [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:06.715Z] === CONT TestNewTailReader/4_byte_delimiter [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-02T19:41:06.715Z] === CONT TestNewTailReader/2_byte_delimiter [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:06.715Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-02T19:41:06.715Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-02T19:41:06.716Z] === CONT TestNewTailReader/single_byte_delimiter [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-02T19:41:06.716Z] === CONT TestNewTailReader/8_byte_delimiter [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-09-02T19:41:06.716Z] === CONT TestNewTailReader/12_byte_delimiter [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-02T19:41:06.716Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-02T19:41:06.716Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:41:06.716Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-02T19:41:06.716Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:06.716Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-02T19:41:06.716Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.184Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.184Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.184Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.184Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:07.184Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.184Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:07.184Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.184Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.184Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.184Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.184Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.184Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.184Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.184Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.184Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.184Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.184Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.184Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.184Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.184Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.184Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.184Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.184Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.184Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.185Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.185Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.185Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.186Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:07.186Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.187Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.187Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.188Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.188Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-02T19:41:07.189Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-02T19:41:07.189Z] --- PASS: TestNewTailReader (0.00s) [2021-09-02T19:41:07.189Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-09-02T19:41:07.189Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-09-02T19:41:07.189Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-09-02T19:41:07.189Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-09-02T19:41:07.189Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-09-02T19:41:07.189Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-09-02T19:41:07.189Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-09-02T19:41:07.189Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-09-02T19:41:07.189Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T19:41:07.189Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.189Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.01s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.190Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.01s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.01s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T19:41:07.191Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T19:41:07.326Z] --- PASS: TestGraphdriverPluginV2 (3.61s) [2021-09-02T19:41:07.326Z] PASS [2021-09-02T19:41:07.326Z] [2021-09-02T19:41:07.326Z] === Skipped [2021-09-02T19:41:07.326Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2021-09-02T19:41:07.326Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-09-02T19:41:07.326Z] [2021-09-02T19:41:07.326Z] DONE 2 tests, 1 skipped in 3.739s [2021-09-02T19:41:07.326Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-09-02T19:41:07.326Z] INFO: Testing against a local daemon [2021-09-02T19:41:07.326Z] === RUN TestContinueAfterPluginCrash [2021-09-02T19:41:07.326Z] === PAUSE TestContinueAfterPluginCrash [2021-09-02T19:41:07.326Z] === RUN TestReadPluginNoRead [2021-09-02T19:41:07.326Z] === PAUSE TestReadPluginNoRead [2021-09-02T19:41:07.326Z] === RUN TestDaemonStartWithLogOpt [2021-09-02T19:41:07.326Z] === PAUSE TestDaemonStartWithLogOpt [2021-09-02T19:41:07.326Z] === CONT TestContinueAfterPluginCrash [2021-09-02T19:41:07.326Z] === CONT TestDaemonStartWithLogOpt [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T19:41:07.658Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T19:41:07.659Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T19:41:07.659Z] PASS [2021-09-02T19:41:07.659Z] coverage: 88.6% of statements [2021-09-02T19:41:07.659Z] ok github.com/docker/docker/pkg/tailfile 0.141s coverage: 88.6% of statements [2021-09-02T19:41:07.659Z] === RUN TestTarSumRemoveNonExistent [2021-09-02T19:41:07.659Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-09-02T19:41:07.659Z] === RUN TestTarSumRemove [2021-09-02T19:41:07.659Z] --- PASS: TestTarSumRemove (0.00s) [2021-09-02T19:41:07.659Z] === RUN TestSortFileInfoSums [2021-09-02T19:41:07.659Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-09-02T19:41:07.659Z] === RUN TestNewTarSumForLabelInvalid [2021-09-02T19:41:07.659Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-09-02T19:41:07.659Z] === RUN TestNewTarSumForLabel [2021-09-02T19:41:07.659Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-09-02T19:41:07.659Z] === RUN TestEmptyTar [2021-09-02T19:41:07.659Z] --- PASS: TestEmptyTar (0.00s) [2021-09-02T19:41:07.659Z] === RUN TestTarSumsReadSize [2021-09-02T19:41:07.659Z] --- PASS: TestTarSumsReadSize (0.01s) [2021-09-02T19:41:07.659Z] === RUN TestTarSums [2021-09-02T19:41:07.659Z] --- PASS: TestTarSums (0.05s) [2021-09-02T19:41:07.659Z] === RUN TestIteration [2021-09-02T19:41:07.659Z] --- PASS: TestIteration (0.00s) [2021-09-02T19:41:07.659Z] === RUN TestVersionLabelForChecksum [2021-09-02T19:41:07.659Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-09-02T19:41:07.659Z] === RUN TestVersion [2021-09-02T19:41:07.659Z] --- PASS: TestVersion (0.00s) [2021-09-02T19:41:07.659Z] === RUN TestGetVersion [2021-09-02T19:41:07.659Z] --- PASS: TestGetVersion (0.00s) [2021-09-02T19:41:07.659Z] === RUN TestGetVersions [2021-09-02T19:41:07.659Z] --- PASS: TestGetVersions (0.00s) [2021-09-02T19:41:07.659Z] PASS [2021-09-02T19:41:07.659Z] coverage: 89.3% of statements [2021-09-02T19:41:07.659Z] ok github.com/docker/docker/pkg/tarsum 0.095s coverage: 89.3% of statements [2021-09-02T19:41:08.125Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-09-02T19:41:08.125Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-09-02T19:41:08.125Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-09-02T19:41:08.125Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-09-02T19:41:08.125Z] testing: warning: no tests to run [2021-09-02T19:41:08.125Z] PASS [2021-09-02T19:41:08.125Z] coverage: [no statements] [2021-09-02T19:41:08.125Z] ok github.com/docker/docker/pkg/term/windows 0.024s coverage: [no statements] [no tests to run] [2021-09-02T19:41:08.125Z] === RUN TestTruncIndex [2021-09-02T19:41:08.592Z] --- PASS: TestTruncIndex (0.10s) [2021-09-02T19:41:08.592Z] PASS [2021-09-02T19:41:08.592Z] coverage: 91.5% of statements [2021-09-02T19:41:08.592Z] ok github.com/docker/docker/pkg/truncindex 0.126s coverage: 91.5% of statements [2021-09-02T19:41:08.592Z] === RUN TestIsGIT [2021-09-02T19:41:08.592Z] --- PASS: TestIsGIT (0.00s) [2021-09-02T19:41:08.592Z] === RUN TestIsTransport [2021-09-02T19:41:08.592Z] --- PASS: TestIsTransport (0.00s) [2021-09-02T19:41:08.592Z] PASS [2021-09-02T19:41:08.592Z] coverage: 100.0% of statements [2021-09-02T19:41:08.592Z] ok github.com/docker/docker/pkg/urlutil 0.026s coverage: 100.0% of statements [2021-09-02T19:41:08.592Z] === RUN TestVersionInfo [2021-09-02T19:41:08.592Z] --- PASS: TestVersionInfo (0.00s) [2021-09-02T19:41:08.592Z] === RUN TestAppendVersions [2021-09-02T19:41:08.592Z] --- PASS: TestAppendVersions (0.00s) [2021-09-02T19:41:08.592Z] PASS [2021-09-02T19:41:08.592Z] coverage: 88.9% of statements [2021-09-02T19:41:08.592Z] ok github.com/docker/docker/pkg/useragent 0.024s coverage: 88.9% of statements [2021-09-02T19:41:09.579Z] === RUN TestNewSettable [2021-09-02T19:41:09.579Z] --- PASS: TestNewSettable (0.00s) [2021-09-02T19:41:09.579Z] === RUN TestIsSettable [2021-09-02T19:41:09.579Z] --- PASS: TestIsSettable (0.00s) [2021-09-02T19:41:09.579Z] === RUN TestUpdateSettingsEnv [2021-09-02T19:41:09.579Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-09-02T19:41:09.579Z] PASS [2021-09-02T19:41:09.579Z] coverage: 20.0% of statements [2021-09-02T19:41:09.579Z] ok github.com/docker/docker/plugin/v2 0.035s coverage: 20.0% of statements [2021-09-02T19:41:09.579Z] === RUN TestValidatePrivileges [2021-09-02T19:41:09.579Z] --- PASS: TestValidatePrivileges (0.00s) [2021-09-02T19:41:09.579Z] === RUN TestFilterByCapNeg [2021-09-02T19:41:09.579Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-09-02T19:41:09.579Z] === RUN TestFilterByCapPos [2021-09-02T19:41:09.579Z] --- PASS: TestFilterByCapPos (0.00s) [2021-09-02T19:41:09.579Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-09-02T19:41:09.579Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-09-02T19:41:09.579Z] PASS [2021-09-02T19:41:09.579Z] coverage: 12.0% of statements [2021-09-02T19:41:09.579Z] ok github.com/docker/docker/plugin 0.035s coverage: 12.0% of statements [2021-09-02T19:41:10.047Z] time="2021-09-02T19:41:09Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-09-02T19:41:10.047Z] === RUN TestLoad [2021-09-02T19:41:10.047Z] --- PASS: TestLoad (0.00s) [2021-09-02T19:41:10.047Z] === RUN TestSave [2021-09-02T19:41:10.047Z] --- PASS: TestSave (0.02s) [2021-09-02T19:41:10.047Z] === RUN TestAddDeleteGet [2021-09-02T19:41:10.071Z] 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-09-02T19:41:10.515Z] --- PASS: TestAddDeleteGet (0.02s) [2021-09-02T19:41:10.515Z] === RUN TestInvalidTags [2021-09-02T19:41:10.515Z] --- PASS: TestInvalidTags (0.00s) [2021-09-02T19:41:10.515Z] PASS [2021-09-02T19:41:10.515Z] coverage: 84.4% of statements [2021-09-02T19:41:10.515Z] ok github.com/docker/docker/reference 0.077s coverage: 84.4% of statements [2021-09-02T19:41:10.983Z] === RUN TestResolveAuthConfigIndexServer [2021-09-02T19:41:10.983Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestResolveAuthConfigFullURL [2021-09-02T19:41:10.983Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestLoadAllowNondistributableArtifacts [2021-09-02T19:41:10.983Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestValidateMirror [2021-09-02T19:41:10.983Z] --- PASS: TestValidateMirror (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestLoadInsecureRegistries [2021-09-02T19:41:10.983Z] time="2021-09-02T19:41:10Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-09-02T19:41:10.983Z] time="2021-09-02T19:41:10Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-09-02T19:41:10.983Z] time="2021-09-02T19:41:10Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-09-02T19:41:10.983Z] --- PASS: TestLoadInsecureRegistries (0.10s) [2021-09-02T19:41:10.983Z] === RUN TestNewServiceConfig [2021-09-02T19:41:10.983Z] --- PASS: TestNewServiceConfig (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestValidateIndexName [2021-09-02T19:41:10.983Z] --- PASS: TestValidateIndexName (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestValidateIndexNameWithError [2021-09-02T19:41:10.983Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestEndpointParse [2021-09-02T19:41:10.983Z] --- PASS: TestEndpointParse (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestEndpointParseInvalid [2021-09-02T19:41:10.983Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestValidateEndpoint [2021-09-02T19:41:10.983Z] --- PASS: TestValidateEndpoint (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestPing [2021-09-02T19:41:10.983Z] --- PASS: TestPing (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestPingRegistryEndpoint [2021-09-02T19:41:10.983Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:41:10.983Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestEndpoint [2021-09-02T19:41:10.983Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:41:10.983Z] --- SKIP: TestEndpoint (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestParseRepositoryInfo [2021-09-02T19:41:10.983Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestNewIndexInfo [2021-09-02T19:41:10.983Z] --- PASS: TestNewIndexInfo (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestMirrorEndpointLookup [2021-09-02T19:41:10.983Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:41:10.983Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestSearchRepositories [2021-09-02T19:41:10.983Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-09-02T19:41:10.983Z] Host: 127.0.0.1:49297 [2021-09-02T19:41:10.983Z] User-Agent: docker test client [2021-09-02T19:41:10.983Z] Authorization: Token fake-token [2021-09-02T19:41:10.983Z] X-Docker-Token: true [2021-09-02T19:41:10.983Z] Accept-Encoding: gzip [2021-09-02T19:41:10.983Z] [2021-09-02T19:41:10.983Z] [2021-09-02T19:41:10.983Z] registry_test.go:730: HTTP/1.1 200 OK [2021-09-02T19:41:10.983Z] Connection: close [2021-09-02T19:41:10.983Z] Content-Length: 144 [2021-09-02T19:41:10.983Z] Cache-Control: no-cache [2021-09-02T19:41:10.983Z] Content-Type: application/json [2021-09-02T19:41:10.983Z] Date: Thu, 02 Sep 2021 19:41:10 GMT [2021-09-02T19:41:10.983Z] Expires: -1 [2021-09-02T19:41:10.983Z] Pragma: no-cache [2021-09-02T19:41:10.983Z] Server: docker-tests/mock [2021-09-02T19:41:10.983Z] X-Docker-Registry-Config: mock [2021-09-02T19:41:10.983Z] X-Docker-Registry-Version: 0.0.0 [2021-09-02T19:41:10.983Z] [2021-09-02T19:41:10.983Z] [2021-09-02T19:41:10.983Z] --- PASS: TestSearchRepositories (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestTrustedLocation [2021-09-02T19:41:10.983Z] --- PASS: TestTrustedLocation (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-09-02T19:41:10.983Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestAllowNondistributableArtifacts [2021-09-02T19:41:10.983Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestIsSecureIndex [2021-09-02T19:41:10.983Z] --- PASS: TestIsSecureIndex (0.00s) [2021-09-02T19:41:10.983Z] PASS [2021-09-02T19:41:10.983Z] coverage: 51.7% of statements [2021-09-02T19:41:10.983Z] ok github.com/docker/docker/registry 0.170s coverage: 51.7% of statements [2021-09-02T19:41:10.983Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-09-02T19:41:10.983Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-09-02T19:41:10.983Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-09-02T19:41:10.983Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-09-02T19:41:10.983Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestResumableRequestReaderWithReadError [2021-09-02T19:41:10.983Z] time="2021-09-02T19:41:10Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-09-02T19:41:10.983Z] --- PASS: TestResumableRequestReaderWithReadError (0.09s) [2021-09-02T19:41:10.983Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-09-02T19:41:10.983Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-09-02T19:41:10.983Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-09-02T19:41:10.983Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-09-02T19:41:10.983Z] === RUN TestResumableRequestReader [2021-09-02T19:41:11.450Z] --- PASS: TestResumableRequestReader (0.00s) [2021-09-02T19:41:11.450Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-09-02T19:41:11.450Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-09-02T19:41:11.450Z] PASS [2021-09-02T19:41:11.450Z] coverage: 100.0% of statements [2021-09-02T19:41:11.450Z] ok github.com/docker/docker/registry/resumable 0.143s coverage: 100.0% of statements [2021-09-02T19:41:11.450Z] === RUN TestRestartManagerTimeout [2021-09-02T19:41:11.450Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-09-02T19:41:11.450Z] === RUN TestRestartManagerTimeoutReset [2021-09-02T19:41:11.450Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-09-02T19:41:11.450Z] PASS [2021-09-02T19:41:11.450Z] coverage: 50.9% of statements [2021-09-02T19:41:11.450Z] ok github.com/docker/docker/restartmanager 0.024s coverage: 50.9% of statements [2021-09-02T19:41:11.529Z] --- PASS: TestDaemonStartWithLogOpt (4.15s) [2021-09-02T19:41:11.529Z] === CONT TestReadPluginNoRead [2021-09-02T19:41:11.917Z] === RUN TestDecodeContainerConfig [2021-09-02T19:41:11.917Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-09-02T19:41:11.917Z] === RUN TestDecodeContainerConfigIsolation [2021-09-02T19:41:11.917Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-09-02T19:41:11.917Z] === RUN TestValidatePrivileged [2021-09-02T19:41:11.917Z] --- PASS: TestValidatePrivileged (0.00s) [2021-09-02T19:41:11.917Z] PASS [2021-09-02T19:41:11.917Z] coverage: 52.2% of statements [2021-09-02T19:41:11.917Z] ok github.com/docker/docker/runconfig 0.029s coverage: 52.2% of statements [2021-09-02T19:41:11.917Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-09-02T19:41:11.917Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-09-02T19:41:11.917Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-09-02T19:41:11.917Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-09-02T19:41:11.917Z] PASS [2021-09-02T19:41:11.917Z] coverage: 62.5% of statements [2021-09-02T19:41:11.917Z] ok github.com/docker/docker/testutil 0.071s coverage: 62.5% of statements [2021-09-02T19:41:13.166Z] --- PASS: TestServiceWithDataPathPortInit (13.84s) [2021-09-02T19:41:13.166Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-02T19:41:13.439Z] === RUN TestReadPluginNoRead/default [2021-09-02T19:41:14.124Z] === RUN TestGetDriver [2021-09-02T19:41:14.124Z] --- PASS: TestGetDriver (0.00s) [2021-09-02T19:41:14.124Z] === RUN TestVolumeRequestError [2021-09-02T19:41:14.124Z] --- PASS: TestVolumeRequestError (0.01s) [2021-09-02T19:41:14.124Z] PASS [2021-09-02T19:41:14.124Z] coverage: 36.1% of statements [2021-09-02T19:41:14.124Z] ok github.com/docker/docker/volume/drivers 0.039s coverage: 36.1% of statements [2021-09-02T19:41:14.124Z] === RUN TestGetAddress [2021-09-02T19:41:14.124Z] --- PASS: TestGetAddress (0.00s) [2021-09-02T19:41:14.124Z] === RUN TestRemove [2021-09-02T19:41:14.125Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-02T19:41:14.125Z] --- SKIP: TestRemove (0.00s) [2021-09-02T19:41:14.125Z] === RUN TestInitializeWithVolumes [2021-09-02T19:41:14.125Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-09-02T19:41:14.125Z] === RUN TestCreate [2021-09-02T19:41:14.125Z] --- PASS: TestCreate (0.00s) [2021-09-02T19:41:14.125Z] === RUN TestValidateName [2021-09-02T19:41:14.125Z] --- PASS: TestValidateName (0.00s) [2021-09-02T19:41:14.125Z] === RUN TestCreateWithOpts [2021-09-02T19:41:14.125Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-02T19:41:14.125Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-09-02T19:41:14.125Z] === RUN TestRelaodNoOpts [2021-09-02T19:41:14.125Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-09-02T19:41:14.125Z] PASS [2021-09-02T19:41:14.125Z] coverage: 41.5% of statements [2021-09-02T19:41:14.125Z] ok github.com/docker/docker/volume/local 0.047s coverage: 41.5% of statements [2021-09-02T19:41:14.378Z] === RUN TestReadPluginNoRead/disabled_caching [2021-09-02T19:41:14.540Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:9y5iogija8ynx6b25axsvimf7 Created:2021-09-02 19:41:13.042599547 +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[78da00b5ad5afe58b78239e258dbd3fec134609aa2d769dd76325ab532f2b282:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2x50wbyuirvw1szi28vcc5a2o EndpointID:4fcf552c7f06db84118657849d14da24ba78d8c6b4a4f7fc348fb3e943ec1c2e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:67bcbc01ba5a40cf3af199bb85d55d123f6b9965c53cd77f2f740a7376b1de5e 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:8fd46b38e808 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2x50wbyuirvw1szi28vcc5a2o EndpointID:4fcf552c7f06db84118657849d14da24ba78d8c6b4a4f7fc348fb3e943ec1c2e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-09-02T19:41:15.108Z] === RUN TestLCOWParseMountRaw [2021-09-02T19:41:15.108Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-09-02T19:41:15.108Z] === RUN TestLCOWParseMountRawSplit [2021-09-02T19:41:15.108Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-09-02T19:41:15.108Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-09-02T19:41:15.108Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-09-02T19:41:15.108Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-09-02T19:41:15.108Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-09-02T19:41:15.108Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-09-02T19:41:15.108Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-09-02T19:41:15.108Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-09-02T19:41:15.108Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-09-02T19:41:15.108Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-09-02T19:41:15.108Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-09-02T19:41:15.108Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-09-02T19:41:15.108Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-02T19:41:15.108Z] === RUN TestLinuxParseMountRaw [2021-09-02T19:41:15.108Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-09-02T19:41:15.108Z] === RUN TestLinuxParseMountRawSplit [2021-09-02T19:41:15.108Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-09-02T19:41:15.108Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-09-02T19:41:15.108Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-09-02T19:41:15.108Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-09-02T19:41:15.108Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-09-02T19:41:15.108Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-09-02T19:41:15.108Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-09-02T19:41:15.108Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-09-02T19:41:15.108Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-09-02T19:41:15.108Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-09-02T19:41:15.108Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-09-02T19:41:15.108Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-09-02T19:41:15.108Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-09-02T19:41:15.108Z] === RUN TestConvertTmpfsOptions [2021-09-02T19:41:15.108Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-09-02T19:41:15.108Z] linux_parser_test.go:209: data="ro" [2021-09-02T19:41:15.108Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-09-02T19:41:15.109Z] === RUN TestParseMountSpec [2021-09-02T19:41:15.109Z] parser_test.go:62: case 0 [2021-09-02T19:41:15.109Z] parser_test.go:62: case 1 [2021-09-02T19:41:15.109Z] parser_test.go:62: case 2 [2021-09-02T19:41:15.109Z] parser_test.go:62: case 3 [2021-09-02T19:41:15.109Z] parser_test.go:62: case 4 [2021-09-02T19:41:15.109Z] parser_test.go:62: case 5 [2021-09-02T19:41:15.109Z] --- PASS: TestParseMountSpec (0.00s) [2021-09-02T19:41:15.109Z] === RUN TestValidateMount [2021-09-02T19:41:15.109Z] --- PASS: TestValidateMount (0.00s) [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountRaw [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountRawSplit [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-02T19:41:15.109Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-09-02T19:41:15.109Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-09-02T19:41:15.109Z] PASS [2021-09-02T19:41:15.109Z] coverage: 67.6% of statements [2021-09-02T19:41:15.109Z] ok github.com/docker/docker/volume/mounts 0.039s coverage: 67.6% of statements [2021-09-02T19:41:15.576Z] === RUN TestSetGetMeta [2021-09-02T19:41:15.576Z] === PAUSE TestSetGetMeta [2021-09-02T19:41:15.576Z] === RUN TestRestore [2021-09-02T19:41:15.576Z] === PAUSE TestRestore [2021-09-02T19:41:15.576Z] === RUN TestServiceCreate [2021-09-02T19:41:15.576Z] === PAUSE TestServiceCreate [2021-09-02T19:41:15.576Z] === RUN TestServiceList [2021-09-02T19:41:15.576Z] === PAUSE TestServiceList [2021-09-02T19:41:15.576Z] === RUN TestServiceRemove [2021-09-02T19:41:15.576Z] === PAUSE TestServiceRemove [2021-09-02T19:41:15.576Z] === RUN TestServiceGet [2021-09-02T19:41:15.576Z] === PAUSE TestServiceGet [2021-09-02T19:41:15.576Z] === RUN TestServicePrune [2021-09-02T19:41:15.576Z] === PAUSE TestServicePrune [2021-09-02T19:41:15.576Z] === RUN TestCreate [2021-09-02T19:41:15.576Z] === PAUSE TestCreate [2021-09-02T19:41:15.576Z] === RUN TestRemove [2021-09-02T19:41:15.576Z] === PAUSE TestRemove [2021-09-02T19:41:15.576Z] === RUN TestList [2021-09-02T19:41:15.576Z] === PAUSE TestList [2021-09-02T19:41:15.576Z] === RUN TestFindByDriver [2021-09-02T19:41:15.576Z] === PAUSE TestFindByDriver [2021-09-02T19:41:15.576Z] === RUN TestFindByReferenced [2021-09-02T19:41:15.576Z] === PAUSE TestFindByReferenced [2021-09-02T19:41:15.576Z] === RUN TestDerefMultipleOfSameRef [2021-09-02T19:41:15.576Z] === PAUSE TestDerefMultipleOfSameRef [2021-09-02T19:41:15.576Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-02T19:41:15.576Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-02T19:41:15.576Z] === RUN TestDefererencePluginOnCreateError [2021-09-02T19:41:15.576Z] === PAUSE TestDefererencePluginOnCreateError [2021-09-02T19:41:15.576Z] === RUN TestRefDerefRemove [2021-09-02T19:41:15.576Z] === PAUSE TestRefDerefRemove [2021-09-02T19:41:15.576Z] === RUN TestGet [2021-09-02T19:41:15.576Z] === PAUSE TestGet [2021-09-02T19:41:15.576Z] === RUN TestGetWithReference [2021-09-02T19:41:15.576Z] === PAUSE TestGetWithReference [2021-09-02T19:41:15.576Z] === RUN TestFilterFunc [2021-09-02T19:41:15.576Z] === RUN TestFilterFunc/test_nil_list [2021-09-02T19:41:15.576Z] === PAUSE TestFilterFunc/test_nil_list [2021-09-02T19:41:15.576Z] === RUN TestFilterFunc/test_empty_list [2021-09-02T19:41:15.576Z] === PAUSE TestFilterFunc/test_empty_list [2021-09-02T19:41:15.576Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-09-02T19:41:15.576Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-09-02T19:41:15.576Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-02T19:41:15.576Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-02T19:41:15.576Z] === RUN TestFilterFunc/test_filter_some [2021-09-02T19:41:15.576Z] === PAUSE TestFilterFunc/test_filter_some [2021-09-02T19:41:15.576Z] === RUN TestFilterFunc/test_filter_middle [2021-09-02T19:41:15.576Z] === PAUSE TestFilterFunc/test_filter_middle [2021-09-02T19:41:15.576Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-09-02T19:41:15.576Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-09-02T19:41:15.576Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-09-02T19:41:15.576Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-09-02T19:41:15.576Z] === CONT TestFilterFunc/test_nil_list [2021-09-02T19:41:15.576Z] === CONT TestFilterFunc/test_filter_some [2021-09-02T19:41:15.576Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-02T19:41:15.576Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-09-02T19:41:15.576Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-09-02T19:41:15.576Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-09-02T19:41:15.576Z] === CONT TestFilterFunc/test_empty_list [2021-09-02T19:41:15.576Z] === CONT TestFilterFunc/test_filter_middle [2021-09-02T19:41:15.576Z] --- PASS: TestFilterFunc (0.00s) [2021-09-02T19:41:15.576Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-09-02T19:41:15.576Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-09-02T19:41:15.576Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-09-02T19:41:15.576Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-09-02T19:41:15.576Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-09-02T19:41:15.576Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-09-02T19:41:15.576Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-09-02T19:41:15.576Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-09-02T19:41:15.576Z] === CONT TestSetGetMeta [2021-09-02T19:41:15.576Z] === CONT TestList [2021-09-02T19:41:15.576Z] === CONT TestDefererencePluginOnCreateError [2021-09-02T19:41:15.576Z] === CONT TestDerefMultipleOfSameRef [2021-09-02T19:41:15.576Z] --- PASS: TestSetGetMeta (0.01s) [2021-09-02T19:41:15.576Z] === CONT TestFindByReferenced [2021-09-02T19:41:15.576Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-09-02T19:41:15.576Z] === CONT TestFindByDriver [2021-09-02T19:41:15.576Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-09-02T19:41:15.576Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-02T19:41:15.576Z] --- PASS: TestList (0.02s) [2021-09-02T19:41:15.576Z] === CONT TestRemove [2021-09-02T19:41:15.576Z] --- PASS: TestFindByReferenced (0.01s) [2021-09-02T19:41:15.576Z] === CONT TestCreate [2021-09-02T19:41:15.576Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-09-02T19:41:15.576Z] === CONT TestServicePrune [2021-09-02T19:41:15.576Z] --- PASS: TestFindByDriver (0.02s) [2021-09-02T19:41:15.576Z] === CONT TestServiceGet [2021-09-02T19:41:15.576Z] === CONT TestServiceRemove [2021-09-02T19:41:15.576Z] --- PASS: TestRemove (0.02s) [2021-09-02T19:41:15.576Z] --- PASS: TestCreate (0.01s) [2021-09-02T19:41:15.576Z] === CONT TestServiceList [2021-09-02T19:41:15.576Z] --- PASS: TestServiceGet (0.09s) [2021-09-02T19:41:15.576Z] === CONT TestServiceCreate [2021-09-02T19:41:15.576Z] time="2021-09-02T19:41:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-02T19:41:15.576Z] --- PASS: TestServiceRemove (0.08s) [2021-09-02T19:41:15.576Z] === CONT TestRestore [2021-09-02T19:41:15.576Z] === CONT TestGet [2021-09-02T19:41:15.576Z] --- PASS: TestServiceList (0.09s) [2021-09-02T19:41:15.576Z] time="2021-09-02T19:41:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-02T19:41:15.576Z] time="2021-09-02T19:41:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-02T19:41:15.576Z] time="2021-09-02T19:41:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-09-02T19:41:15.576Z] --- PASS: TestServiceCreate (0.01s) [2021-09-02T19:41:15.576Z] === CONT TestGetWithReference [2021-09-02T19:41:15.576Z] time="2021-09-02T19:41:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-02T19:41:15.576Z] --- PASS: TestGet (0.01s) [2021-09-02T19:41:15.576Z] === CONT TestRefDerefRemove [2021-09-02T19:41:15.576Z] --- PASS: TestRestore (0.02s) [2021-09-02T19:41:15.576Z] --- PASS: TestServicePrune (0.11s) [2021-09-02T19:41:15.576Z] --- PASS: TestGetWithReference (0.01s) [2021-09-02T19:41:15.576Z] --- PASS: TestRefDerefRemove (0.01s) [2021-09-02T19:41:15.576Z] PASS [2021-09-02T19:41:15.576Z] coverage: 69.0% of statements [2021-09-02T19:41:15.576Z] ok github.com/docker/docker/volume/service 0.180s coverage: 69.0% of statements [2021-09-02T19:41:15.763Z] --- PASS: TestContinueAfterPluginCrash (8.81s) [2021-09-02T19:41:15.763Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-09-02T19:41:17.142Z] === CONT TestReadPluginNoRead [2021-09-02T19:41:17.142Z] read_test.go:92: [d2b27f05d37e4] daemon is not started [2021-09-02T19:41:17.142Z] --- PASS: TestReadPluginNoRead (6.02s) [2021-09-02T19:41:17.142Z] --- PASS: TestReadPluginNoRead/default (1.24s) [2021-09-02T19:41:17.142Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.33s) [2021-09-02T19:41:17.142Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s) [2021-09-02T19:41:17.142Z] PASS [2021-09-02T19:41:17.142Z] [2021-09-02T19:41:17.142Z] DONE 6 tests in 10.252s [2021-09-02T19:41:17.142Z] 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-09-02T19:41:17.142Z] testing: warning: no tests to run [2021-09-02T19:41:17.142Z] PASS [2021-09-02T19:41:17.142Z] [2021-09-02T19:41:17.142Z] DONE 0 tests in 0.030s [2021-09-02T19:41:17.142Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-09-02T19:41:17.142Z] INFO: Testing against a local daemon [2021-09-02T19:41:17.142Z] === RUN TestPluginWithDevMounts [2021-09-02T19:41:17.142Z] mounts_test.go:20: (*Execution).IsRootless-fm [2021-09-02T19:41:17.142Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-09-02T19:41:17.142Z] PASS [2021-09-02T19:41:17.142Z] [2021-09-02T19:41:17.142Z] === Skipped [2021-09-02T19:41:17.142Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-09-02T19:41:17.142Z] mounts_test.go:20: (*Execution).IsRootless-fm [2021-09-02T19:41:17.142Z] [2021-09-02T19:41:17.142Z] DONE 1 tests, 1 skipped in 0.085s [2021-09-02T19:41:17.142Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-09-02T19:41:17.142Z] INFO: Testing against a local daemon [2021-09-02T19:41:17.142Z] === RUN TestSecretInspect [2021-09-02T19:41:17.142Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.142Z] --- SKIP: TestSecretInspect (0.01s) [2021-09-02T19:41:17.142Z] === RUN TestSecretList [2021-09-02T19:41:17.142Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.142Z] --- SKIP: TestSecretList (0.01s) [2021-09-02T19:41:17.142Z] === RUN TestSecretsCreateAndDelete [2021-09-02T19:41:17.142Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.142Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-09-02T19:41:17.142Z] === RUN TestSecretsUpdate [2021-09-02T19:41:17.142Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.142Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-09-02T19:41:17.142Z] === RUN TestTemplatedSecret [2021-09-02T19:41:17.142Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.142Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-09-02T19:41:17.142Z] === RUN TestSecretCreateResolve [2021-09-02T19:41:17.142Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.142Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-09-02T19:41:17.142Z] PASS [2021-09-02T19:41:17.142Z] [2021-09-02T19:41:17.142Z] === Skipped [2021-09-02T19:41:17.142Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-09-02T19:41:17.142Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.142Z] [2021-09-02T19:41:17.142Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-09-02T19:41:17.142Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.142Z] [2021-09-02T19:41:17.142Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-09-02T19:41:17.142Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.142Z] [2021-09-02T19:41:17.142Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-09-02T19:41:17.142Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.142Z] [2021-09-02T19:41:17.142Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-09-02T19:41:17.142Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.142Z] [2021-09-02T19:41:17.142Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-09-02T19:41:17.142Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.142Z] [2021-09-02T19:41:17.142Z] DONE 6 tests, 6 skipped in 0.143s [2021-09-02T19:41:17.142Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-09-02T19:41:17.402Z] INFO: Testing against a local daemon [2021-09-02T19:41:17.402Z] === RUN TestServiceCreateInit [2021-09-02T19:41:17.402Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-02T19:41:17.402Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.402Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-02T19:41:17.402Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.402Z] --- PASS: TestServiceCreateInit (0.02s) [2021-09-02T19:41:17.402Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-02T19:41:17.402Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-02T19:41:17.402Z] === RUN TestCreateServiceMultipleTimes [2021-09-02T19:41:17.402Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.402Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-09-02T19:41:17.402Z] === RUN TestCreateServiceConflict [2021-09-02T19:41:17.402Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.402Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-09-02T19:41:17.402Z] === RUN TestCreateServiceMaxReplicas [2021-09-02T19:41:17.402Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.402Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-09-02T19:41:17.402Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-02T19:41:17.402Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.402Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-09-02T19:41:17.402Z] === RUN TestCreateServiceSecretFileMode [2021-09-02T19:41:17.402Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.402Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-09-02T19:41:17.402Z] === RUN TestCreateServiceConfigFileMode [2021-09-02T19:41:17.402Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.402Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-09-02T19:41:17.402Z] === RUN TestCreateServiceSysctls [2021-09-02T19:41:17.402Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.402Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-09-02T19:41:17.402Z] === RUN TestCreateServiceCapabilities [2021-09-02T19:41:17.402Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.402Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-09-02T19:41:17.402Z] === RUN TestInspect [2021-09-02T19:41:17.402Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.402Z] --- SKIP: TestInspect (0.01s) [2021-09-02T19:41:17.402Z] === RUN TestCreateJob [2021-09-02T19:41:17.402Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.402Z] --- SKIP: TestCreateJob (0.01s) [2021-09-02T19:41:17.402Z] === RUN TestReplicatedJob [2021-09-02T19:41:17.402Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.402Z] --- SKIP: TestReplicatedJob (0.01s) [2021-09-02T19:41:17.402Z] === RUN TestUpdateReplicatedJob [2021-09-02T19:41:17.402Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.402Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-09-02T19:41:17.402Z] === RUN TestServiceListWithStatuses [2021-09-02T19:41:17.402Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-02T19:41:17.403Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-02T19:41:17.403Z] === RUN TestDockerNetworkConnectAlias [2021-09-02T19:41:17.403Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.403Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-09-02T19:41:17.403Z] === RUN TestDockerNetworkReConnect [2021-09-02T19:41:17.403Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:17.403Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2021-09-02T19:41:17.403Z] === RUN TestServicePlugin [2021-09-02T19:41:18.659Z] ? github.com/docker/docker/api [no test files] [2021-09-02T19:41:19.312Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.312Z] --- SKIP: TestServicePlugin (1.90s) [2021-09-02T19:41:19.312Z] === RUN TestServiceUpdateLabel [2021-09-02T19:41:19.312Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.312Z] --- SKIP: TestServiceUpdateLabel (0.02s) [2021-09-02T19:41:19.312Z] === RUN TestServiceUpdateSecrets [2021-09-02T19:41:19.312Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.312Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-09-02T19:41:19.312Z] === RUN TestServiceUpdateConfigs [2021-09-02T19:41:19.312Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.312Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-09-02T19:41:19.312Z] === RUN TestServiceUpdateNetwork [2021-09-02T19:41:19.312Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.358Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-09-02T19:41:19.358Z] === RUN TestClientStream [2021-09-02T19:41:19.358Z] --- PASS: TestClientStream (0.00s) [2021-09-02T19:41:19.358Z] === RUN TestClientSendFile [2021-09-02T19:41:19.358Z] --- PASS: TestClientSendFile (0.00s) [2021-09-02T19:41:19.358Z] === RUN TestClientWithRequestTimeout [2021-09-02T19:41:19.358Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-09-02T19:41:19.358Z] === RUN TestFileSpecPlugin [2021-09-02T19:41:19.358Z] --- PASS: TestFileSpecPlugin (0.00s) [2021-09-02T19:41:19.358Z] === RUN TestFileJSONSpecPlugin [2021-09-02T19:41:19.358Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-09-02T19:41:19.358Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-09-02T19:41:19.358Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-09-02T19:41:19.358Z] === RUN TestPluginAddHandler [2021-09-02T19:41:19.358Z] --- PASS: TestPluginAddHandler (0.00s) [2021-09-02T19:41:19.358Z] === RUN TestPluginWaitBadPlugin [2021-09-02T19:41:19.358Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-09-02T19:41:19.358Z] === RUN TestGet [2021-09-02T19:41:19.358Z] time="2021-09-02T19:41:18Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-09-02T19:41:19.572Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-09-02T19:41:19.572Z] === RUN TestServiceUpdatePidsLimit [2021-09-02T19:41:19.572Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-09-02T19:41:19.572Z] PASS [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === Skipped [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-02T19:41:19.572Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-02T19:41:19.572Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-09-02T19:41:19.572Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-09-02T19:41:19.572Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-09-02T19:41:19.572Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-09-02T19:41:19.572Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-09-02T19:41:19.572Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-09-02T19:41:19.572Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-09-02T19:41:19.572Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-09-02T19:41:19.572Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-09-02T19:41:19.572Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-09-02T19:41:19.572Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-09-02T19:41:19.572Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-09-02T19:41:19.572Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-09-02T19:41:19.572Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-09-02T19:41:19.572Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2021-09-02T19:41:19.572Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestServicePlugin (1.90s) [2021-09-02T19:41:19.572Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.02s) [2021-09-02T19:41:19.572Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-09-02T19:41:19.572Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.572Z] [2021-09-02T19:41:19.572Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-09-02T19:41:19.573Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.573Z] [2021-09-02T19:41:19.573Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-09-02T19:41:19.573Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.573Z] [2021-09-02T19:41:19.573Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-09-02T19:41:19.573Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-02T19:41:19.573Z] [2021-09-02T19:41:19.573Z] DONE 24 tests, 23 skipped in 2.256s [2021-09-02T19:41:19.573Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-09-02T19:41:19.573Z] INFO: Testing against a local daemon [2021-09-02T19:41:19.573Z] === RUN TestSessionCreate [2021-09-02T19:41:19.573Z] --- PASS: TestSessionCreate (0.02s) [2021-09-02T19:41:19.573Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-02T19:41:19.573Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-09-02T19:41:19.573Z] PASS [2021-09-02T19:41:19.573Z] [2021-09-02T19:41:19.573Z] DONE 2 tests in 0.113s [2021-09-02T19:41:19.573Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-09-02T19:41:19.573Z] INFO: Testing against a local daemon [2021-09-02T19:41:19.573Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-02T19:41:19.573Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-02T19:41:19.573Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-02T19:41:19.573Z] === RUN TestDiskUsage [2021-09-02T19:41:19.573Z] === PAUSE TestDiskUsage [2021-09-02T19:41:19.573Z] === RUN TestEventsExecDie [2021-09-02T19:41:19.801Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.09s) [2021-09-02T19:41:19.801Z] PASS [2021-09-02T19:41:19.801Z] [2021-09-02T19:41:19.801Z] === Skipped [2021-09-02T19:41:19.801Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-02T19:41:19.801Z] service_test.go:243: FLAKY_TEST [2021-09-02T19:41:19.801Z] [2021-09-02T19:41:19.801Z] DONE 26 tests, 1 skipped in 44.228s [2021-09-02T19:41:19.801Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-09-02T19:41:19.801Z] INFO: Testing against a local daemon [2021-09-02T19:41:19.801Z] === RUN TestDockerNetworkIpvlanPersistance [2021-09-02T19:41:19.801Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:41:19.801Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-02T19:41:19.801Z] === RUN TestDockerNetworkIpvlan [2021-09-02T19:41:19.801Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:41:19.801Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-09-02T19:41:19.801Z] PASS [2021-09-02T19:41:19.801Z] [2021-09-02T19:41:19.801Z] === Skipped [2021-09-02T19:41:19.801Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-02T19:41:19.801Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:41:19.801Z] [2021-09-02T19:41:19.801Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-09-02T19:41:19.801Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:41:19.801Z] [2021-09-02T19:41:19.801Z] DONE 2 tests, 2 skipped in 0.023s [2021-09-02T19:41:19.801Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-09-02T19:41:19.801Z] INFO: Testing against a local daemon [2021-09-02T19:41:19.801Z] === RUN TestDockerNetworkMacvlanPersistance [2021-09-02T19:41:19.826Z] time="2021-09-02T19:41:19Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-09-02T19:41:20.144Z] --- PASS: TestEventsExecDie (0.51s) [2021-09-02T19:41:20.144Z] === RUN TestEventsBackwardsCompatible [2021-09-02T19:41:20.144Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2021-09-02T19:41:20.144Z] === RUN TestEventsVolumeCreate [2021-09-02T19:41:20.367Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.30s) [2021-09-02T19:41:20.367Z] === RUN TestDockerNetworkMacvlan [2021-09-02T19:41:20.404Z] --- PASS: TestEventsVolumeCreate (0.05s) [2021-09-02T19:41:20.404Z] === RUN TestInfoBinaryCommits [2021-09-02T19:41:20.404Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-09-02T19:41:20.404Z] === RUN TestInfoAPIVersioned [2021-09-02T19:41:20.404Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-09-02T19:41:20.404Z] === RUN TestInfoDiscoveryBackend [2021-09-02T19:41:20.934Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-09-02T19:41:20.972Z] --- PASS: TestInfoDiscoveryBackend (0.55s) [2021-09-02T19:41:20.973Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-09-02T19:41:21.205Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-09-02T19:41:21.205Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2021-09-02T19:41:21.205Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-09-02T19:41:21.205Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-09-02T19:41:21.205Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-09-02T19:41:21.205Z] Cross building: bundles/cross/windows/amd64 [2021-09-02T19:41:21.205Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-09-02T19:41:21.205Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-09-02T19:41:21.869Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-09-02T19:41:22.036Z] time="2021-09-02T19:41:21Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-09-02T19:41:22.436Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-09-02T19:41:24.264Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.36s) [2021-09-02T19:41:24.264Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-09-02T19:41:24.264Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:24.264Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-09-02T19:41:24.264Z] === RUN TestInfoAPI [2021-09-02T19:41:24.264Z] --- PASS: TestInfoAPI (0.02s) [2021-09-02T19:41:24.264Z] === RUN TestInfoAPIWarnings [2021-09-02T19:41:24.402Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-09-02T19:41:25.819Z] time="2021-09-02T19:41:25Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-09-02T19:41:26.301Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-09-02T19:41:29.585Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-09-02T19:41:30.152Z] --- PASS: TestDockerNetworkMacvlan (9.93s) [2021-09-02T19:41:30.152Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2021-09-02T19:41:30.152Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-09-02T19:41:30.152Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.97s) [2021-09-02T19:41:30.152Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.89s) [2021-09-02T19:41:30.152Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.09s) [2021-09-02T19:41:30.152Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s) [2021-09-02T19:41:30.152Z] PASS [2021-09-02T19:41:30.152Z] [2021-09-02T19:41:30.152Z] DONE 8 tests in 11.248s [2021-09-02T19:41:30.152Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-09-02T19:41:30.152Z] testing: warning: no tests to run [2021-09-02T19:41:30.152Z] PASS [2021-09-02T19:41:30.152Z] [2021-09-02T19:41:30.152Z] DONE 0 tests in 0.007s [2021-09-02T19:41:30.152Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-09-02T19:41:30.152Z] INFO: Testing against a local daemon [2021-09-02T19:41:30.152Z] === RUN TestAuthZPluginAllowRequest [2021-09-02T19:41:31.526Z] --- PASS: TestAuthZPluginAllowRequest (1.15s) [2021-09-02T19:41:31.526Z] === RUN TestAuthZPluginTLS [2021-09-02T19:41:31.785Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-09-02T19:41:31.785Z] === RUN TestAuthZPluginDenyRequest [2021-09-02T19:41:32.352Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-09-02T19:41:32.352Z] === RUN TestAuthZPluginAPIDenyResponse [2021-09-02T19:41:32.918Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-09-02T19:41:32.918Z] === RUN TestAuthZPluginDenyResponse [2021-09-02T19:41:33.458Z] === RUN TestMiddlewares [2021-09-02T19:41:33.458Z] --- PASS: TestMiddlewares (0.00s) [2021-09-02T19:41:33.458Z] PASS [2021-09-02T19:41:33.458Z] coverage: 9.0% of statements [2021-09-02T19:41:33.458Z] ok github.com/docker/docker/api/server 0.054s coverage: 9.0% of statements [2021-09-02T19:41:33.484Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-09-02T19:41:33.484Z] === RUN TestAuthZPluginAllowEventStream [2021-09-02T19:41:34.465Z] --- PASS: TestGet (15.01s) [2021-09-02T19:41:34.465Z] === RUN TestPluginWithNoManifest [2021-09-02T19:41:34.465Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-09-02T19:41:34.465Z] === RUN TestGetAll [2021-09-02T19:41:34.465Z] --- PASS: TestGetAll (0.00s) [2021-09-02T19:41:34.465Z] PASS [2021-09-02T19:41:34.465Z] coverage: 73.2% of statements [2021-09-02T19:41:34.465Z] ok github.com/docker/docker/pkg/plugins 35.864s coverage: 73.2% of statements [2021-09-02T19:41:34.859Z] --- PASS: TestAuthZPluginAllowEventStream (1.22s) [2021-09-02T19:41:34.859Z] === RUN TestAuthZPluginErrorResponse [2021-09-02T19:41:35.425Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-09-02T19:41:35.425Z] === RUN TestAuthZPluginErrorRequest [2021-09-02T19:41:35.684Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-09-02T19:41:35.684Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-09-02T19:41:36.030Z] 2021/09/02 19:41:35 Closing DB instances... [2021-09-02T19:41:36.250Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2021-09-02T19:41:36.250Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-09-02T19:41:37.590Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (32.62s) [2021-09-02T19:41:37.590Z] === RUN TestNetworkDBGarbageCollection [2021-09-02T19:41:37.625Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.40s) [2021-09-02T19:41:37.625Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-09-02T19:41:39.526Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.43s) [2021-09-02T19:41:39.526Z] === RUN TestAuthZPluginHeader [2021-09-02T19:41:39.785Z] --- PASS: TestAuthZPluginHeader (0.71s) [2021-09-02T19:41:39.785Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-09-02T19:41:41.891Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-02T19:41:41.891Z] Using test binary docker [2021-09-02T19:41:41.891Z] +++ /etc/init.d/apparmor start [2021-09-02T19:41:41.891Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-02T19:41:41.891Z] INFO: Waiting for daemon to start... [2021-09-02T19:41:41.891Z] Starting dockerd [2021-09-02T19:41:41.891Z] +++ 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-09-02T19:41:41.891Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-02T19:41:41.891Z] Using test binary docker [2021-09-02T19:41:41.891Z] +++ /etc/init.d/apparmor start [2021-09-02T19:41:41.891Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-02T19:41:41.891Z] INFO: Waiting for daemon to start... [2021-09-02T19:41:41.891Z] Starting dockerd [2021-09-02T19:41:41.891Z] +++ 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-09-02T19:41:41.891Z] . [2021-09-02T19:41:41.891Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-02T19:41:41.891Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-02T19:41:41.891Z] Error: No such image: emptyfs [2021-09-02T19:41:41.891Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-09-02T19:41:41.891Z] ++++ docker load [2021-09-02T19:41:41.891Z] Running integration-test (iteration 1) [2021-09-02T19:41:41.891Z] 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-09-02T19:41:41.891Z] ++ 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-09-02T19:41:41.891Z] ++ set -e [2021-09-02T19:41:41.891Z] ++ '[' -n 0 ']' [2021-09-02T19:41:41.891Z] ++ set -x [2021-09-02T19:41:41.891Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-02T19:41:42.357Z] --- PASS: TestInfoAPIWarnings (16.44s) [2021-09-02T19:41:42.357Z] === RUN TestInfoDebug [2021-09-02T19:41:42.357Z] --- PASS: TestInfoDebug (0.55s) [2021-09-02T19:41:42.357Z] === RUN TestInfoInsecureRegistries [2021-09-02T19:41:42.357Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2021-09-02T19:41:42.357Z] === RUN TestInfoRegistryMirrors [2021-09-02T19:41:42.357Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-09-02T19:41:42.357Z] === RUN TestLoginFailsWithBadCredentials [2021-09-02T19:41:42.357Z] --- PASS: TestLoginFailsWithBadCredentials (0.10s) [2021-09-02T19:41:42.357Z] === RUN TestPingCacheHeaders [2021-09-02T19:41:42.357Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-09-02T19:41:42.357Z] === RUN TestPingGet [2021-09-02T19:41:42.357Z] --- PASS: TestPingGet (0.02s) [2021-09-02T19:41:42.357Z] === RUN TestPingHead [2021-09-02T19:41:42.457Z] Loaded image: busybox:latest [2021-09-02T19:41:42.617Z] --- PASS: TestPingHead (0.02s) [2021-09-02T19:41:42.617Z] === RUN TestVersion [2021-09-02T19:41:42.617Z] --- PASS: TestVersion (0.02s) [2021-09-02T19:41:42.617Z] === CONT TestDiskUsage [2021-09-02T19:41:42.716Z] Loaded image: busybox:glibc [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/empty [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/empty/container_types [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/empty/image_types [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/empty/volume_types [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/empty/build-cache_types [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/after_LoadBusybox [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-09-02T19:41:43.187Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-09-02T19:41:43.188Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-09-02T19:41:43.188Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-09-02T19:41:43.188Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-09-02T19:41:43.188Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-09-02T19:41:43.188Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-09-02T19:41:43.188Z] === RUN TestDiskUsage/after_container.Run [2021-09-02T19:41:43.284Z] [2021-09-02T19:41:43.284Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-02T19:41:43.284Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-02T19:41:43.284Z] Error: No such image: emptyfs [2021-09-02T19:41:43.284Z] ++++ docker load [2021-09-02T19:41:43.284Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-09-02T19:41:43.448Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-09-02T19:41:43.448Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-09-02T19:41:43.448Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-09-02T19:41:43.448Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-09-02T19:41:43.448Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-09-02T19:41:43.448Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-09-02T19:41:43.448Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-09-02T19:41:43.448Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-09-02T19:41:43.448Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-09-02T19:41:43.448Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage (1.21s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_container.Run (0.35s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2021-09-02T19:41:43.709Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2021-09-02T19:41:43.709Z] PASS [2021-09-02T19:41:43.709Z] [2021-09-02T19:41:43.709Z] === Skipped [2021-09-02T19:41:43.709Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-02T19:41:43.709Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-02T19:41:43.709Z] [2021-09-02T19:41:43.709Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-09-02T19:41:43.709Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-02T19:41:43.709Z] [2021-09-02T19:41:43.709Z] DONE 53 tests, 2 skipped in 24.112s [2021-09-02T19:41:43.709Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-09-02T19:41:43.709Z] INFO: Testing against a local daemon [2021-09-02T19:41:43.709Z] === RUN TestVolumesCreateAndList [2021-09-02T19:41:43.709Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-09-02T19:41:43.709Z] === RUN TestVolumesRemove [2021-09-02T19:41:43.853Z] Running integration-test (iteration 1) [2021-09-02T19:41:43.853Z] 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-09-02T19:41:43.853Z] ++ 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-09-02T19:41:43.853Z] ++ set -e [2021-09-02T19:41:43.853Z] ++ '[' -n 0 ']' [2021-09-02T19:41:43.853Z] ++ set -x [2021-09-02T19:41:43.853Z] ++ 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-09-02T19:41:43.968Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.53s) [2021-09-02T19:41:43.968Z] === RUN TestAuthZPluginV2Disable [2021-09-02T19:41:43.969Z] --- PASS: TestVolumesRemove (0.07s) [2021-09-02T19:41:43.969Z] === RUN TestVolumesInspect [2021-09-02T19:41:43.969Z] --- PASS: TestVolumesInspect (0.01s) [2021-09-02T19:41:43.969Z] === RUN TestVolumesInvalidJSON [2021-09-02T19:41:43.969Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-02T19:41:43.969Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-02T19:41:43.969Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-02T19:41:43.969Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-09-02T19:41:43.969Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-02T19:41:43.969Z] PASS [2021-09-02T19:41:43.969Z] [2021-09-02T19:41:43.969Z] DONE 5 tests in 0.200s [2021-09-02T19:41:43.969Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-02T19:41:43.969Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13397 is not a child of this shell [2021-09-02T19:41:43.969Z] warning: PID 13397 from bundles/test-integration/docker.pid had a nonzero exit code [2021-09-02T19:41:43.969Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-02T19:41:43.969Z] [2021-09-02T19:41:43.969Z] Unloading profiles will leave already running processes permanently [2021-09-02T19:41:43.969Z] unconfined, which can lead to unexpected situations. [2021-09-02T19:41:43.969Z] [2021-09-02T19:41:43.969Z] To set a process to complain mode, use the command line tool [2021-09-02T19:41:43.969Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-02T19:41:43.969Z] Removing test suite binaries [2021-09-02T19:41:43.969Z] exiting test-integration [2021-09-02T19:41:43.969Z] ++ exit 0 [2021-09-02T19:41:43.969Z] [2021-09-02T19:41:44.790Z] Loaded image: busybox:latest Post stage [Pipeline] junit [2021-09-02T19:41:44.922Z] Recording test results [2021-09-02T19:41:45.358Z] Loaded image: busybox:glibc [2021-09-02T19:41:46.498Z] --- PASS: TestAuthZPluginV2Disable (2.86s) [2021-09-02T19:41:46.498Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-09-02T19:41:46.696Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-09-02T19:41:46.736Z] Loaded image: debian:bullseye-slim [2021-09-02T19:41:46.736Z] Loaded image: hello-world:latest [2021-09-02T19:41:46.736Z] Loaded image: arm32v7/hello-world:latest [2021-09-02T19:41:46.736Z] INFO: Testing against a local daemon [2021-09-02T19:41:46.736Z] === RUN TestDockerDaemonSuite [Pipeline] // stage Post stage [Pipeline] sh [2021-09-02T19:41:46.995Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-09-02T19:41:47.045Z] + echo Ensuring container killed. [2021-09-02T19:41:47.045Z] Ensuring container killed. [2021-09-02T19:41:47.045Z] + docker rm -vf docker-pr18 [2021-09-02T19:41:47.045Z] Error: No such container: docker-pr18 [Pipeline] sh [2021-09-02T19:41:47.333Z] + echo Chowning /workspace to jenkins user [2021-09-02T19:41:47.333Z] Chowning /workspace to jenkins user [2021-09-02T19:41:47.333Z] + id -u [2021-09-02T19:41:47.333Z] + id -g [2021-09-02T19:41:47.333Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42674:/workspace busybox chown -R 1000:1000 /workspace [2021-09-02T19:41:47.333Z] Unable to find image 'busybox:latest' locally [2021-09-02T19:41:47.333Z] latest: Pulling from library/busybox [2021-09-02T19:41:47.593Z] 8ec32b265e94: Pulling fs layer [2021-09-02T19:41:47.594Z] 8ec32b265e94: Download complete [2021-09-02T19:41:47.594Z] 8ec32b265e94: Pull complete [2021-09-02T19:41:47.594Z] Digest: sha256:b37dd066f59a4961024cf4bed74cae5e68ac26b48807292bd12198afa3ecb778 [2021-09-02T19:41:47.594Z] Status: Downloaded newer image for busybox:latest [2021-09-02T19:41:48.901Z] Loaded image: debian:bullseye-slim [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-02T19:41:49.024Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.70s) [2021-09-02T19:41:49.024Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-09-02T19:41:49.160Z] Loaded image: hello-world:latest [2021-09-02T19:41:49.287Z] + bundleName=amd64-rootless [2021-09-02T19:41:49.287Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-09-02T19:41:49.287Z] Creating amd64-rootless-bundles.tar.gz [2021-09-02T19:41:49.287Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-09-02T19:41:49.287Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2021-09-02T19:41:49.300Z] Archiving artifacts [2021-09-02T19:41:49.419Z] Loaded image: arm32v7/hello-world:latest [2021-09-02T19:41:49.419Z] INFO: Testing against a local daemon [2021-09-02T19:41:49.419Z] === RUN TestDockerSuite [2021-09-02T19:41:49.419Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-09-02T19:41:49.419Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-09-02T19:41:49.419Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-09-02T19:41:49.419Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-09-02T19:41:49.419Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-09-02T19:41:49.419Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-09-02T19:41:49.419Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-09-02T19:41:49.419Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-09-02T19:41:49.987Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-09-02T19:41:50.246Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-09-02T19:41:50.818Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-09-02T19:41:50.818Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-09-02T19:41:51.386Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-09-02T19:41:51.487Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42674/18/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-02T19:41:51.644Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-09-02T19:41:51.644Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-09-02T19:41:51.813Z] + make clean [2021-09-02T19:41:52.072Z] docker volume rm -f docker-dev-cache [2021-09-02T19:41:52.072Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-02T19:41:53.026Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-09-02T19:41:53.285Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-09-02T19:41:53.285Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-09-02T19:41:53.285Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-09-02T19:41:53.852Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-09-02T19:41:54.425Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-09-02T19:41:55.364Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-09-02T19:41:55.622Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-09-02T19:41:55.622Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-09-02T19:41:55.622Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-09-02T19:41:55.622Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-09-02T19:41:56.463Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-09-02T19:41:56.725Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-02T19:41:56.725Z] GOOS="" GOARCH="" GOARM="" [2021-09-02T19:41:57.301Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-02T19:41:57.301Z] [2021-09-02T19:41:57.301Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-02T19:41:57.883Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-02T19:41:57.883Z] HOSTNAME=c4aab42c858a [2021-09-02T19:41:57.883Z] TESTDEBUG=0 [2021-09-02T19:41:57.883Z] DEST=bundles/test-integration [2021-09-02T19:41:57.883Z] PWD=/go/src/github.com/docker/docker [2021-09-02T19:41:57.883Z] DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:41:57.883Z] container=docker [2021-09-02T19:41:57.883Z] HOME=/root [2021-09-02T19:41:57.883Z] GOLANG_VERSION=1.17 [2021-09-02T19:41:57.883Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-02T19:41:57.883Z] VALIDATE_BRANCH=master [2021-09-02T19:41:57.883Z] TERM=xterm [2021-09-02T19:41:57.883Z] DOCKER_PKG=github.com/docker/docker [2021-09-02T19:41:57.883Z] SHLVL=1 [2021-09-02T19:41:57.883Z] TIMEOUT=120m [2021-09-02T19:41:57.883Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-02T19:41:57.883Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-02T19:41:57.883Z] GO111MODULE=off [2021-09-02T19:41:57.883Z] DOCKER_EXPERIMENTAL=1 [2021-09-02T19:41:57.883Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-09-02T19:41:57.883Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-02T19:41:57.883Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-02T19:41:57.883Z] GOPATH=/go [2021-09-02T19:41:57.883Z] PKG_CONFIG=pkg-config [2021-09-02T19:41:57.883Z] _=/usr/bin/env [2021-09-02T19:41:57.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-09-02T19:42:01.221Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.37s) [2021-09-02T19:42:01.221Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-09-02T19:42:02.190Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-09-02T19:42:05.479Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-09-02T19:42:07.386Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-09-02T19:42:08.763Z] --- PASS: TestBuildWithHugeFile (108.99s) [2021-09-02T19:42:08.763Z] === RUN TestBuildWCOWSandboxSize [2021-09-02T19:42:08.763Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-02T19:42:08.763Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-09-02T19:42:08.763Z] === RUN TestBuildWithEmptyDockerfile [2021-09-02T19:42:09.022Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T19:42:09.022Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T19:42:09.022Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T19:42:09.022Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T19:42:09.022Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T19:42:09.022Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T19:42:09.022Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T19:42:09.022Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T19:42:09.022Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T19:42:09.022Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-09-02T19:42:09.022Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) [2021-09-02T19:42:09.022Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2021-09-02T19:42:09.022Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-09-02T19:42:09.022Z] === RUN TestBuildPreserveOwnership [2021-09-02T19:42:09.022Z] === RUN TestBuildPreserveOwnership/copy_from [2021-09-02T19:42:09.022Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-09-02T19:42:09.957Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-09-02T19:42:10.524Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-09-02T19:42:11.098Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-09-02T19:42:11.667Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-09-02T19:42:11.667Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-09-02T19:42:12.235Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-09-02T19:42:13.170Z] --- PASS: TestBuildPreserveOwnership (4.08s) [2021-09-02T19:42:13.170Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.70s) [2021-09-02T19:42:13.170Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.38s) [2021-09-02T19:42:13.170Z] === RUN TestBuildPlatformInvalid [2021-09-02T19:42:13.429Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2021-09-02T19:42:13.429Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-09-02T19:42:13.429Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-09-02T19:42:13.688Z] docker_cli_daemon_test.go:1455: [de45ee94d63f3] daemon is not started [2021-09-02T19:42:14.624Z] Loaded image: busybox:latest [2021-09-02T19:42:14.624Z] check_test.go:308: [d13a642375173] daemon is not started [2021-09-02T19:42:14.624Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-09-02T19:42:14.624Z] Loaded image: busybox:glibc [2021-09-02T19:42:15.567Z] === RUN TestDockerSuite/TestAttachDetach [2021-09-02T19:42:16.505Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-09-02T19:42:16.764Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-09-02T19:42:17.332Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-09-02T19:42:17.593Z] Loaded image: debian:bullseye-slim [2021-09-02T19:42:17.593Z] Loaded image: hello-world:latest [2021-09-02T19:42:17.853Z] Loaded image: arm32v7/hello-world:latest [2021-09-02T19:42:18.420Z] check_test.go:308: [dca049646f0f5] daemon is not started [2021-09-02T19:42:18.420Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-09-02T19:42:18.988Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-09-02T19:42:19.293Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2021-09-02T19:42:19.293Z] PASS [2021-09-02T19:42:19.293Z] [2021-09-02T19:42:19.293Z] DONE 17 tests in 46.758s [2021-09-02T19:42:19.293Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-09-02T19:42:19.293Z] INFO: Testing against a local daemon [2021-09-02T19:42:19.293Z] === RUN TestPluginInvalidJSON [2021-09-02T19:42:19.293Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T19:42:19.293Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T19:42:19.293Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T19:42:19.293Z] --- PASS: TestPluginInvalidJSON (0.08s) [2021-09-02T19:42:19.293Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-02T19:42:19.293Z] === RUN TestPluginInstall [2021-09-02T19:42:19.293Z] === RUN TestPluginInstall/no_auth [2021-09-02T19:42:19.293Z] time="2021-09-02T19:42:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:42:19.293Z] time="2021-09-02T19:42:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dcf07c26a3576aebd22807cd61805b2351e4dc4179e484db1157a5f4cfc22fc9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:42:19.293Z] time="2021-09-02T19:42:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:42:19.293Z] time="2021-09-02T19:42:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dcf07c26a3576aebd22807cd61805b2351e4dc4179e484db1157a5f4cfc22fc9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:42:19.293Z] === RUN TestPluginInstall/with_htpasswd [2021-09-02T19:42:19.293Z] time="2021-09-02T19:42:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:42:19.293Z] time="2021-09-02T19:42:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f2736ce24d931a29219cc0822178aff2d4e3075b2215a18a38ac1cf5d8bdbbe1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:42:19.293Z] time="2021-09-02T19:42:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:42:19.293Z] time="2021-09-02T19:42:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f2736ce24d931a29219cc0822178aff2d4e3075b2215a18a38ac1cf5d8bdbbe1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:42:19.293Z] === RUN TestPluginInstall/with_insecure [2021-09-02T19:42:19.930Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-09-02T19:42:20.227Z] time="2021-09-02T19:42:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:42:20.227Z] time="2021-09-02T19:42:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d121d3757927eb2f6843b662c1b23443a3f5e2242bec2facda96ace6a6e81cff" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:42:20.227Z] time="2021-09-02T19:42:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:42:20.227Z] time="2021-09-02T19:42:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d121d3757927eb2f6843b662c1b23443a3f5e2242bec2facda96ace6a6e81cff" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:42:20.227Z] plugin_test.go:165: [d26e3b7614d64] daemon is not started [2021-09-02T19:42:20.227Z] --- PASS: TestPluginInstall (3.21s) [2021-09-02T19:42:20.227Z] --- PASS: TestPluginInstall/no_auth (1.56s) [2021-09-02T19:42:20.227Z] --- PASS: TestPluginInstall/with_htpasswd (0.58s) [2021-09-02T19:42:20.227Z] --- PASS: TestPluginInstall/with_insecure (1.06s) [2021-09-02T19:42:20.227Z] === RUN TestPluginsWithRuntimes [2021-09-02T19:42:20.499Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-09-02T19:42:21.434Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-09-02T19:42:22.127Z] === RUN TestPluginsWithRuntimes/No_Args [2021-09-02T19:42:22.693Z] === RUN TestPluginsWithRuntimes/With_Args [2021-09-02T19:42:22.811Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-09-02T19:42:23.070Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-09-02T19:42:24.066Z] --- PASS: TestPluginsWithRuntimes (3.44s) [2021-09-02T19:42:24.067Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.91s) [2021-09-02T19:42:24.067Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.92s) [2021-09-02T19:42:24.067Z] === RUN TestPluginBackCompatMediaTypes [2021-09-02T19:42:24.119Z] === RUN TestBoolValue [2021-09-02T19:42:24.119Z] --- PASS: TestBoolValue (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestBoolValueOrDefault [2021-09-02T19:42:24.119Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestInt64ValueOrZero [2021-09-02T19:42:24.119Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestInt64ValueOrDefault [2021-09-02T19:42:24.119Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestInt64ValueOrDefaultWithError [2021-09-02T19:42:24.119Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestJsonContentType [2021-09-02T19:42:24.119Z] --- PASS: TestJsonContentType (0.00s) [2021-09-02T19:42:24.119Z] PASS [2021-09-02T19:42:24.119Z] coverage: 14.7% of statements [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-09-02T19:42:24.119Z] ok github.com/docker/docker/api/server/httputils 0.064s coverage: 14.7% of statements [2021-09-02T19:42:24.119Z] === RUN TestMaskSecretKeys [2021-09-02T19:42:24.119Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-09-02T19:42:24.119Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-09-02T19:42:24.119Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-09-02T19:42:24.119Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-09-02T19:42:24.119Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-09-02T19:42:24.119Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-09-02T19:42:24.119Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestVersionMiddlewareVersion [2021-09-02T19:42:24.119Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-09-02T19:42:24.119Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-09-02T19:42:24.119Z] PASS [2021-09-02T19:42:24.119Z] coverage: 37.7% of statements [2021-09-02T19:42:24.119Z] ok github.com/docker/docker/api/server/middleware 0.045s coverage: 37.7% of statements [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/server/router [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-09-02T19:42:24.119Z] === RUN TestToJSON [2021-09-02T19:42:24.119Z] --- PASS: TestToJSON (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestToParamWithVersion [2021-09-02T19:42:24.119Z] --- PASS: TestToParamWithVersion (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestFromJSON [2021-09-02T19:42:24.119Z] --- PASS: TestFromJSON (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestEmpty [2021-09-02T19:42:24.119Z] --- PASS: TestEmpty (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestArgsMatchKVListEmptySources [2021-09-02T19:42:24.119Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestArgsMatchKVList [2021-09-02T19:42:24.119Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestArgsMatch [2021-09-02T19:42:24.119Z] --- PASS: TestArgsMatch (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestAdd [2021-09-02T19:42:24.119Z] --- PASS: TestAdd (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestDel [2021-09-02T19:42:24.119Z] --- PASS: TestDel (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestLen [2021-09-02T19:42:24.119Z] --- PASS: TestLen (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestExactMatch [2021-09-02T19:42:24.119Z] --- PASS: TestExactMatch (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestOnlyOneExactMatch [2021-09-02T19:42:24.119Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestContains [2021-09-02T19:42:24.119Z] --- PASS: TestContains (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestValidate [2021-09-02T19:42:24.119Z] --- PASS: TestValidate (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestWalkValues [2021-09-02T19:42:24.119Z] --- PASS: TestWalkValues (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestFuzzyMatch [2021-09-02T19:42:24.119Z] --- PASS: TestFuzzyMatch (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestClone [2021-09-02T19:42:24.119Z] --- PASS: TestClone (0.00s) [2021-09-02T19:42:24.119Z] PASS [2021-09-02T19:42:24.119Z] coverage: 92.2% of statements [2021-09-02T19:42:24.119Z] ok github.com/docker/docker/api/types/filters 0.037s coverage: 92.2% of statements [2021-09-02T19:42:24.119Z] === RUN TestStrSliceMarshalJSON [2021-09-02T19:42:24.119Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestStrSliceUnmarshalJSON [2021-09-02T19:42:24.119Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestStrSliceUnmarshalString [2021-09-02T19:42:24.119Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestStrSliceUnmarshalSlice [2021-09-02T19:42:24.119Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-09-02T19:42:24.119Z] PASS [2021-09-02T19:42:24.119Z] coverage: 90.0% of statements [2021-09-02T19:42:24.119Z] === RUN TestAdjustForAPIVersion [2021-09-02T19:42:24.119Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-09-02T19:42:24.119Z] PASS [2021-09-02T19:42:24.119Z] coverage: 5.7% of statements [2021-09-02T19:42:24.119Z] ok github.com/docker/docker/api/types/strslice 0.038s coverage: 90.0% of statements [2021-09-02T19:42:24.119Z] ok github.com/docker/docker/api/server/router/swarm 0.045s coverage: 5.7% of statements [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/types [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/types/container [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/types/events [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/types/image [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/types/network [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-09-02T19:42:24.119Z] === RUN TestDurationToSecondsString [2021-09-02T19:42:24.119Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestGetTimestamp [2021-09-02T19:42:24.119Z] --- PASS: TestGetTimestamp (0.12s) [2021-09-02T19:42:24.119Z] === RUN TestParseTimestamps [2021-09-02T19:42:24.119Z] --- PASS: TestParseTimestamps (0.00s) [2021-09-02T19:42:24.119Z] PASS [2021-09-02T19:42:24.119Z] coverage: 100.0% of statements [2021-09-02T19:42:24.119Z] ok github.com/docker/docker/api/types/time 0.167s coverage: 100.0% of statements [2021-09-02T19:42:24.119Z] === RUN TestCompareVersion [2021-09-02T19:42:24.119Z] --- PASS: TestCompareVersion (0.00s) [2021-09-02T19:42:24.119Z] PASS [2021-09-02T19:42:24.119Z] coverage: 77.3% of statements [2021-09-02T19:42:24.119Z] ok github.com/docker/docker/api/types/versions 0.033s coverage: 77.3% of statements [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/builder [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-09-02T19:42:24.119Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-09-02T19:42:24.119Z] === RUN TestParseRemoteURL [2021-09-02T19:42:24.119Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-09-02T19:42:24.119Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-09-02T19:42:24.119Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-09-02T19:42:24.119Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-09-02T19:42:24.119Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-09-02T19:42:24.119Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-09-02T19:42:24.119Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-09-02T19:42:24.119Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-09-02T19:42:24.119Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-09-02T19:42:24.119Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-09-02T19:42:24.119Z] --- PASS: TestParseRemoteURL (0.00s) [2021-09-02T19:42:24.119Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-09-02T19:42:24.119Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-09-02T19:42:24.119Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-09-02T19:42:24.119Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-09-02T19:42:24.119Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-09-02T19:42:24.119Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-09-02T19:42:24.119Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-09-02T19:42:24.119Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-09-02T19:42:24.119Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-09-02T19:42:24.119Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestCloneArgsSmartHttp [2021-09-02T19:42:24.119Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-09-02T19:42:24.119Z] === RUN TestCloneArgsDumbHttp [2021-09-02T19:42:24.119Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestCloneArgsGit [2021-09-02T19:42:24.119Z] --- PASS: TestCloneArgsGit (0.00s) [2021-09-02T19:42:24.119Z] === RUN TestCheckoutGit [2021-09-02T19:42:24.325Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s) [2021-09-02T19:42:24.325Z] PASS [2021-09-02T19:42:24.325Z] [2021-09-02T19:42:24.325Z] DONE 10 tests in 7.348s [2021-09-02T19:42:24.325Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-09-02T19:42:24.325Z] INFO: Testing against a local daemon [2021-09-02T19:42:24.325Z] === RUN TestExternalGraphDriver [2021-09-02T19:42:24.325Z] === RUN TestExternalGraphDriver/json [2021-09-02T19:42:24.446Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-09-02T19:42:25.085Z] === RUN TestEnable [2021-09-02T19:42:25.085Z] --- PASS: TestEnable (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestDisable [2021-09-02T19:42:25.085Z] --- PASS: TestDisable (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestEnabled [2021-09-02T19:42:25.085Z] --- PASS: TestEnabled (0.00s) [2021-09-02T19:42:25.085Z] PASS [2021-09-02T19:42:25.085Z] coverage: 100.0% of statements [2021-09-02T19:42:25.085Z] ok github.com/docker/docker/cli/debug 0.038s coverage: 100.0% of statements [2021-09-02T19:42:25.085Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-09-02T19:42:25.085Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestProcessNoDockerignore [2021-09-02T19:42:25.085Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestProcessShouldLeaveAllFiles [2021-09-02T19:42:25.085Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestDetectContentType [2021-09-02T19:42:25.085Z] --- PASS: TestDetectContentType (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestSelectAcceptableMIME [2021-09-02T19:42:25.085Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestInspectEmptyResponse [2021-09-02T19:42:25.085Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestInspectResponseBinary [2021-09-02T19:42:25.085Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestResponseUnsupportedContentType [2021-09-02T19:42:25.085Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestInspectResponseTextSimple [2021-09-02T19:42:25.085Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestInspectResponseEmptyContentType [2021-09-02T19:42:25.085Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestUnknownContentLength [2021-09-02T19:42:25.085Z] --- PASS: TestUnknownContentLength (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestDownloadRemote [2021-09-02T19:42:25.085Z] --- PASS: TestDownloadRemote (0.07s) [2021-09-02T19:42:25.085Z] === RUN TestGetWithStatusError [2021-09-02T19:42:25.085Z] --- PASS: TestGetWithStatusError (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestCloseRootDirectory [2021-09-02T19:42:25.085Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:25.085Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestHashFile [2021-09-02T19:42:25.085Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:25.085Z] --- SKIP: TestHashFile (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestHashSubdir [2021-09-02T19:42:25.085Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:25.085Z] --- SKIP: TestHashSubdir (0.00s) [2021-09-02T19:42:25.085Z] === RUN TestRemoveDirectory [2021-09-02T19:42:25.085Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:25.085Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-09-02T19:42:25.085Z] PASS [2021-09-02T19:42:25.085Z] coverage: 9.3% of statements [2021-09-02T19:42:25.085Z] ok github.com/docker/docker/builder/remotecontext 0.284s coverage: 9.3% of statements [2021-09-02T19:42:25.383Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-09-02T19:42:25.383Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-09-02T19:42:25.543Z] === RUN TestGetAllAllowed [2021-09-02T19:42:25.543Z] --- PASS: TestGetAllAllowed (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestGetAllMeta [2021-09-02T19:42:25.543Z] --- PASS: TestGetAllMeta (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestWarnOnUnusedBuildArgs [2021-09-02T19:42:25.543Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestIsUnreferencedBuiltin [2021-09-02T19:42:25.543Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestIsExistingDirectory [2021-09-02T19:42:25.543Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestGetFilenameForDownload [2021-09-02T19:42:25.543Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestEnv2Variables [2021-09-02T19:42:25.543Z] --- PASS: TestEnv2Variables (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-09-02T19:42:25.543Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestMaintainer [2021-09-02T19:42:25.543Z] --- PASS: TestMaintainer (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestLabel [2021-09-02T19:42:25.543Z] --- PASS: TestLabel (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestFromScratch [2021-09-02T19:42:25.543Z] --- PASS: TestFromScratch (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestFromWithArg [2021-09-02T19:42:25.543Z] --- PASS: TestFromWithArg (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-09-02T19:42:25.543Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestFromWithUndefinedArg [2021-09-02T19:42:25.543Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestFromMultiStageWithNamedStage [2021-09-02T19:42:25.543Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestOnbuild [2021-09-02T19:42:25.543Z] --- PASS: TestOnbuild (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestWorkdir [2021-09-02T19:42:25.543Z] --- PASS: TestWorkdir (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestCmd [2021-09-02T19:42:25.543Z] --- PASS: TestCmd (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestHealthcheckNone [2021-09-02T19:42:25.543Z] --- PASS: TestHealthcheckNone (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestHealthcheckCmd [2021-09-02T19:42:25.543Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestEntrypoint [2021-09-02T19:42:25.543Z] --- PASS: TestEntrypoint (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestExpose [2021-09-02T19:42:25.543Z] --- PASS: TestExpose (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestUser [2021-09-02T19:42:25.543Z] --- PASS: TestUser (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestVolume [2021-09-02T19:42:25.543Z] --- PASS: TestVolume (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestStopSignal [2021-09-02T19:42:25.543Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-02T19:42:25.543Z] --- SKIP: TestStopSignal (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestArg [2021-09-02T19:42:25.543Z] --- PASS: TestArg (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestShell [2021-09-02T19:42:25.543Z] --- PASS: TestShell (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestPrependEnvOnCmd [2021-09-02T19:42:25.543Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestRunWithBuildArgs [2021-09-02T19:42:25.543Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestRunIgnoresHealthcheck [2021-09-02T19:42:25.543Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestDispatchUnsupportedOptions [2021-09-02T19:42:25.543Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-09-02T19:42:25.543Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-09-02T19:42:25.543Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-09-02T19:42:25.543Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-09-02T19:42:25.543Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-09-02T19:42:25.543Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-09-02T19:42:25.543Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestNormalizeWorkdir [2021-09-02T19:42:25.543Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestDispatch [2021-09-02T19:42:25.543Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-09-02T19:42:25.543Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-09-02T19:42:25.543Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-09-02T19:42:25.543Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-09-02T19:42:25.543Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-09-02T19:42:25.543Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-09-02T19:42:25.543Z] === RUN TestDispatch/COPY_url [2021-09-02T19:42:25.543Z] --- PASS: TestDispatch (0.05s) [2021-09-02T19:42:25.543Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-09-02T19:42:25.543Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-09-02T19:42:25.543Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-09-02T19:42:25.543Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-09-02T19:42:25.543Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-09-02T19:42:25.543Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-09-02T19:42:25.543Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestAddScratchImageAddsToMounts [2021-09-02T19:42:25.543Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestAddFromScratchPopulatesPlatform [2021-09-02T19:42:25.543Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-09-02T19:42:25.543Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-09-02T19:42:25.543Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestImageSourceGetAddsToMounts [2021-09-02T19:42:25.543Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestEmptyDockerfile [2021-09-02T19:42:25.543Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestSymlinkDockerfile [2021-09-02T19:42:25.543Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-09-02T19:42:25.543Z] === RUN TestDockerfileOutsideTheBuildContext [2021-09-02T19:42:25.543Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-09-02T19:42:25.543Z] === RUN TestNonExistingDockerfile [2021-09-02T19:42:25.543Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-09-02T19:42:25.544Z] === RUN TestCopyRunConfig [2021-09-02T19:42:25.544Z] --- PASS: TestCopyRunConfig (0.00s) [2021-09-02T19:42:25.544Z] === RUN TestDeepCopyRunConfig [2021-09-02T19:42:25.544Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-09-02T19:42:25.544Z] === RUN TestExportImage [2021-09-02T19:42:25.544Z] --- PASS: TestExportImage (0.00s) [2021-09-02T19:42:25.544Z] === RUN TestNormalizeDest [2021-09-02T19:42:25.544Z] --- PASS: TestNormalizeDest (0.00s) [2021-09-02T19:42:25.544Z] PASS [2021-09-02T19:42:25.544Z] coverage: 46.8% of statements [2021-09-02T19:42:25.544Z] ok github.com/docker/docker/builder/dockerfile 0.156s coverage: 46.8% of statements [2021-09-02T19:42:25.544Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-09-02T19:42:25.951Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-09-02T19:42:26.210Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-09-02T19:42:26.224Z] === RUN TestExternalGraphDriver/spec [2021-09-02T19:42:26.509Z] === RUN TestTCP4Proxy [2021-09-02T19:42:26.509Z] --- PASS: TestTCP4Proxy (0.00s) [2021-09-02T19:42:26.509Z] === RUN TestTCP4ProxyHalfClose [2021-09-02T19:42:26.509Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-09-02T19:42:26.509Z] === RUN TestTCP6Proxy [2021-09-02T19:42:26.509Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-02T19:42:26.509Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-09-02T19:42:26.509Z] === RUN TestTCPDualStackProxy [2021-09-02T19:42:26.509Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-02T19:42:26.509Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-09-02T19:42:26.509Z] === RUN TestUDP4Proxy [2021-09-02T19:42:26.509Z] --- PASS: TestUDP4Proxy (0.00s) [2021-09-02T19:42:26.509Z] === RUN TestUDP6Proxy [2021-09-02T19:42:26.509Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-02T19:42:26.509Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-09-02T19:42:26.509Z] === RUN TestUDPWriteError [2021-09-02T19:42:26.509Z] --- PASS: TestUDPWriteError (0.00s) [2021-09-02T19:42:26.509Z] === RUN TestSCTP4Proxy [2021-09-02T19:42:26.509Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-02T19:42:26.509Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-09-02T19:42:26.509Z] === RUN TestSCTP6Proxy [2021-09-02T19:42:26.509Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-02T19:42:26.509Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-09-02T19:42:26.509Z] PASS [2021-09-02T19:42:26.509Z] coverage: 49.4% of statements [2021-09-02T19:42:26.509Z] ok github.com/docker/docker/cmd/docker-proxy 0.045s coverage: 49.4% of statements [2021-09-02T19:42:27.587Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-09-02T19:42:27.599Z] === RUN TestExternalGraphDriver/pull [2021-09-02T19:42:28.524Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-09-02T19:42:28.973Z] --- PASS: TestExternalGraphDriver (4.73s) [2021-09-02T19:42:28.973Z] --- PASS: TestExternalGraphDriver/json (1.67s) [2021-09-02T19:42:28.973Z] --- PASS: TestExternalGraphDriver/spec (1.65s) [2021-09-02T19:42:28.973Z] --- PASS: TestExternalGraphDriver/pull (1.38s) [2021-09-02T19:42:28.973Z] === RUN TestGraphdriverPluginV2 [2021-09-02T19:42:29.462Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (16.19s) [2021-09-02T19:42:29.462Z] PASS [2021-09-02T19:42:29.462Z] [2021-09-02T19:42:29.462Z] === Skipped [2021-09-02T19:42:29.462Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-09-02T19:42:29.462Z] build_session_test.go:25: TODO: BuildKit [2021-09-02T19:42:29.462Z] [2021-09-02T19:42:29.462Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-09-02T19:42:29.462Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-02T19:42:29.462Z] [2021-09-02T19:42:29.462Z] DONE 34 tests, 2 skipped in 175.386s [2021-09-02T19:42:29.462Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-09-02T19:42:29.462Z] ++ 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-09-02T19:42:29.462Z] ++ set -e [2021-09-02T19:42:29.462Z] ++ '[' -n 0 ']' [2021-09-02T19:42:29.462Z] ++ set -x [2021-09-02T19:42:29.462Z] ++ 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-09-02T19:42:29.721Z] INFO: Testing against a local daemon [2021-09-02T19:42:29.721Z] === RUN TestConfigInspect [2021-09-02T19:42:31.626Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-09-02T19:42:32.563Z] --- PASS: TestConfigInspect (2.83s) [2021-09-02T19:42:32.563Z] === RUN TestConfigList [2021-09-02T19:42:33.159Z] --- PASS: TestGraphdriverPluginV2 (3.32s) [2021-09-02T19:42:33.159Z] PASS [2021-09-02T19:42:33.159Z] [2021-09-02T19:42:33.159Z] DONE 5 tests in 8.072s [2021-09-02T19:42:33.159Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-09-02T19:42:33.159Z] INFO: Testing against a local daemon [2021-09-02T19:42:33.159Z] === RUN TestContinueAfterPluginCrash [2021-09-02T19:42:33.159Z] === PAUSE TestContinueAfterPluginCrash [2021-09-02T19:42:33.159Z] === RUN TestReadPluginNoRead [2021-09-02T19:42:33.159Z] === PAUSE TestReadPluginNoRead [2021-09-02T19:42:33.159Z] === RUN TestDaemonStartWithLogOpt [2021-09-02T19:42:33.159Z] === PAUSE TestDaemonStartWithLogOpt [2021-09-02T19:42:33.159Z] === CONT TestContinueAfterPluginCrash [2021-09-02T19:42:33.159Z] === CONT TestDaemonStartWithLogOpt [2021-09-02T19:42:35.070Z] === RUN TestCheckpointCreateError [2021-09-02T19:42:35.070Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestCheckpointCreate [2021-09-02T19:42:35.070Z] --- PASS: TestCheckpointCreate (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestCheckpointDeleteError [2021-09-02T19:42:35.070Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestCheckpointDelete [2021-09-02T19:42:35.070Z] --- PASS: TestCheckpointDelete (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestCheckpointListError [2021-09-02T19:42:35.070Z] --- PASS: TestCheckpointListError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestCheckpointList [2021-09-02T19:42:35.070Z] --- PASS: TestCheckpointList (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestCheckpointListContainerNotFound [2021-09-02T19:42:35.070Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestNewClientWithOpsFromEnv [2021-09-02T19:42:35.070Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-02T19:42:35.070Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestGetAPIPath [2021-09-02T19:42:35.070Z] --- PASS: TestGetAPIPath (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestParseHostURL [2021-09-02T19:42:35.070Z] --- PASS: TestParseHostURL (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-09-02T19:42:35.070Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestNegotiateAPIVersionEmpty [2021-09-02T19:42:35.070Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestNegotiateAPIVersion [2021-09-02T19:42:35.070Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestNegotiateAPVersionOverride [2021-09-02T19:42:35.070Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestNegotiateAPIVersionAutomatic [2021-09-02T19:42:35.070Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-09-02T19:42:35.070Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-09-02T19:42:35.070Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestClientRedirect [2021-09-02T19:42:35.070Z] --- PASS: TestClientRedirect (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigCreateUnsupported [2021-09-02T19:42:35.070Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigCreateError [2021-09-02T19:42:35.070Z] --- PASS: TestConfigCreateError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigCreate [2021-09-02T19:42:35.070Z] --- PASS: TestConfigCreate (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigInspectNotFound [2021-09-02T19:42:35.070Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigInspectWithEmptyID [2021-09-02T19:42:35.070Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigInspectUnsupported [2021-09-02T19:42:35.070Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigInspectError [2021-09-02T19:42:35.070Z] --- PASS: TestConfigInspectError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigInspectConfigNotFound [2021-09-02T19:42:35.070Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigInspect [2021-09-02T19:42:35.070Z] --- PASS: TestConfigInspect (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigListUnsupported [2021-09-02T19:42:35.070Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigListError [2021-09-02T19:42:35.070Z] --- PASS: TestConfigListError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigList [2021-09-02T19:42:35.070Z] --- PASS: TestConfigList (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigRemoveUnsupported [2021-09-02T19:42:35.070Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigRemoveError [2021-09-02T19:42:35.070Z] --- PASS: TestConfigRemoveError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigRemove [2021-09-02T19:42:35.070Z] --- PASS: TestConfigRemove (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigUpdateUnsupported [2021-09-02T19:42:35.070Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigUpdateError [2021-09-02T19:42:35.070Z] --- PASS: TestConfigUpdateError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestConfigUpdate [2021-09-02T19:42:35.070Z] --- PASS: TestConfigUpdate (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerCommitError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerCommitError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerCommit [2021-09-02T19:42:35.070Z] --- PASS: TestContainerCommit (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerStatPathError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerStatPathError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerStatPathNotFoundError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerStatPathNoHeaderError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerStatPath [2021-09-02T19:42:35.070Z] --- PASS: TestContainerStatPath (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestCopyToContainerError [2021-09-02T19:42:35.070Z] --- PASS: TestCopyToContainerError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestCopyToContainerNotFoundError [2021-09-02T19:42:35.070Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestCopyToContainerNotStatusOKError [2021-09-02T19:42:35.070Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestCopyToContainer [2021-09-02T19:42:35.070Z] --- PASS: TestCopyToContainer (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestCopyFromContainerError [2021-09-02T19:42:35.070Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestCopyFromContainerNotFoundError [2021-09-02T19:42:35.070Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestCopyFromContainerNotStatusOKError [2021-09-02T19:42:35.070Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestCopyFromContainerNoHeaderError [2021-09-02T19:42:35.070Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestCopyFromContainer [2021-09-02T19:42:35.070Z] --- PASS: TestCopyFromContainer (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerCreateError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerCreateError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerCreateImageNotFound [2021-09-02T19:42:35.070Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerCreateWithName [2021-09-02T19:42:35.070Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerCreateAutoRemove [2021-09-02T19:42:35.070Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerDiffError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerDiffError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerDiff [2021-09-02T19:42:35.070Z] --- PASS: TestContainerDiff (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerExecCreateError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerExecCreate [2021-09-02T19:42:35.070Z] --- PASS: TestContainerExecCreate (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerExecStartError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerExecStartError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerExecStart [2021-09-02T19:42:35.070Z] --- PASS: TestContainerExecStart (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerExecInspectError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerExecInspect [2021-09-02T19:42:35.070Z] --- PASS: TestContainerExecInspect (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerExportError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerExportError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerExport [2021-09-02T19:42:35.070Z] --- PASS: TestContainerExport (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerInspectError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerInspectError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerInspectContainerNotFound [2021-09-02T19:42:35.070Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerInspectWithEmptyID [2021-09-02T19:42:35.070Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerInspect [2021-09-02T19:42:35.070Z] --- PASS: TestContainerInspect (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerInspectNode [2021-09-02T19:42:35.070Z] --- PASS: TestContainerInspectNode (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerKillError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerKillError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerKill [2021-09-02T19:42:35.070Z] --- PASS: TestContainerKill (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerListError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerListError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerList [2021-09-02T19:42:35.070Z] --- PASS: TestContainerList (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerLogsNotFoundError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerLogsError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerLogsError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerLogs [2021-09-02T19:42:35.070Z] --- PASS: TestContainerLogs (0.14s) [2021-09-02T19:42:35.070Z] === RUN TestContainerPauseError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerPauseError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerPause [2021-09-02T19:42:35.070Z] --- PASS: TestContainerPause (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainersPruneError [2021-09-02T19:42:35.070Z] --- PASS: TestContainersPruneError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainersPrune [2021-09-02T19:42:35.070Z] --- PASS: TestContainersPrune (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerRemoveError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerRemoveError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerRemoveNotFoundError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerRemove [2021-09-02T19:42:35.070Z] --- PASS: TestContainerRemove (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerRenameError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerRenameError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerRename [2021-09-02T19:42:35.070Z] --- PASS: TestContainerRename (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerResizeError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerResizeError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerExecResizeError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerResize [2021-09-02T19:42:35.070Z] --- PASS: TestContainerResize (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerExecResize [2021-09-02T19:42:35.070Z] --- PASS: TestContainerExecResize (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerRestartError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerRestartError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerRestart [2021-09-02T19:42:35.070Z] --- PASS: TestContainerRestart (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerStartError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerStartError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerStart [2021-09-02T19:42:35.070Z] --- PASS: TestContainerStart (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerStatsError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerStatsError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerStats [2021-09-02T19:42:35.070Z] --- PASS: TestContainerStats (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerStopError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerStopError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerStop [2021-09-02T19:42:35.070Z] --- PASS: TestContainerStop (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerTopError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerTopError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerTop [2021-09-02T19:42:35.070Z] --- PASS: TestContainerTop (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerUnpauseError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerUnpause [2021-09-02T19:42:35.070Z] --- PASS: TestContainerUnpause (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerUpdateError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerUpdateError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerUpdate [2021-09-02T19:42:35.070Z] --- PASS: TestContainerUpdate (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerWaitError [2021-09-02T19:42:35.070Z] --- PASS: TestContainerWaitError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestContainerWait [2021-09-02T19:42:35.070Z] --- PASS: TestContainerWait (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestDiskUsageError [2021-09-02T19:42:35.070Z] --- PASS: TestDiskUsageError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestDiskUsage [2021-09-02T19:42:35.070Z] --- PASS: TestDiskUsage (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestDistributionInspectUnsupported [2021-09-02T19:42:35.070Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestDistributionInspectWithEmptyID [2021-09-02T19:42:35.070Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestEventsErrorInOptions [2021-09-02T19:42:35.070Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestEventsErrorFromServer [2021-09-02T19:42:35.070Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestEvents [2021-09-02T19:42:35.070Z] --- PASS: TestEvents (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestTLSCloseWriter [2021-09-02T19:42:35.070Z] === PAUSE TestTLSCloseWriter [2021-09-02T19:42:35.070Z] === RUN TestImageBuildError [2021-09-02T19:42:35.070Z] --- PASS: TestImageBuildError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageBuild [2021-09-02T19:42:35.070Z] --- PASS: TestImageBuild (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestGetDockerOS [2021-09-02T19:42:35.070Z] --- PASS: TestGetDockerOS (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageCreateError [2021-09-02T19:42:35.070Z] --- PASS: TestImageCreateError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageCreate [2021-09-02T19:42:35.070Z] --- PASS: TestImageCreate (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageHistoryError [2021-09-02T19:42:35.070Z] --- PASS: TestImageHistoryError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageHistory [2021-09-02T19:42:35.070Z] --- PASS: TestImageHistory (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageImportError [2021-09-02T19:42:35.070Z] --- PASS: TestImageImportError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageImport [2021-09-02T19:42:35.070Z] --- PASS: TestImageImport (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageInspectError [2021-09-02T19:42:35.070Z] --- PASS: TestImageInspectError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageInspectImageNotFound [2021-09-02T19:42:35.070Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageInspectWithEmptyID [2021-09-02T19:42:35.070Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageInspect [2021-09-02T19:42:35.070Z] --- PASS: TestImageInspect (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageListError [2021-09-02T19:42:35.070Z] --- PASS: TestImageListError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageList [2021-09-02T19:42:35.070Z] --- PASS: TestImageList (0.01s) [2021-09-02T19:42:35.070Z] === RUN TestImageListApiBefore125 [2021-09-02T19:42:35.070Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageLoadError [2021-09-02T19:42:35.070Z] --- PASS: TestImageLoadError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageLoad [2021-09-02T19:42:35.070Z] --- PASS: TestImageLoad (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImagesPruneError [2021-09-02T19:42:35.070Z] --- PASS: TestImagesPruneError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImagesPrune [2021-09-02T19:42:35.070Z] --- PASS: TestImagesPrune (0.01s) [2021-09-02T19:42:35.070Z] === RUN TestImagePullReferenceParseError [2021-09-02T19:42:35.070Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImagePullAnyError [2021-09-02T19:42:35.070Z] --- PASS: TestImagePullAnyError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImagePullStatusUnauthorizedError [2021-09-02T19:42:35.070Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-02T19:42:35.070Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-02T19:42:35.070Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-09-02T19:42:35.070Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImagePullWithoutErrors [2021-09-02T19:42:35.070Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImagePushReferenceError [2021-09-02T19:42:35.070Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImagePushAnyError [2021-09-02T19:42:35.070Z] --- PASS: TestImagePushAnyError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImagePushStatusUnauthorizedError [2021-09-02T19:42:35.070Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-02T19:42:35.070Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-02T19:42:35.070Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-09-02T19:42:35.070Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImagePushWithoutErrors [2021-09-02T19:42:35.070Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-09-02T19:42:35.070Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-09-02T19:42:35.070Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-09-02T19:42:35.070Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-09-02T19:42:35.070Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-09-02T19:42:35.070Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-09-02T19:42:35.070Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-09-02T19:42:35.070Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-09-02T19:42:35.070Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageRemoveError [2021-09-02T19:42:35.070Z] --- PASS: TestImageRemoveError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageRemoveImageNotFound [2021-09-02T19:42:35.070Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageRemove [2021-09-02T19:42:35.070Z] --- PASS: TestImageRemove (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageSaveError [2021-09-02T19:42:35.070Z] --- PASS: TestImageSaveError (0.00s) [2021-09-02T19:42:35.070Z] === RUN TestImageSave [2021-09-02T19:42:35.070Z] --- PASS: TestImageSave (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestImageSearchAnyError [2021-09-02T19:42:35.071Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestImageSearchStatusUnauthorizedError [2021-09-02T19:42:35.071Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-02T19:42:35.071Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-02T19:42:35.071Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-09-02T19:42:35.071Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestImageSearchWithoutErrors [2021-09-02T19:42:35.071Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestImageTagError [2021-09-02T19:42:35.071Z] --- PASS: TestImageTagError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestImageTagInvalidReference [2021-09-02T19:42:35.071Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestImageTagInvalidSourceImageName [2021-09-02T19:42:35.071Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestImageTagHexSource [2021-09-02T19:42:35.071Z] --- PASS: TestImageTagHexSource (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestImageTag [2021-09-02T19:42:35.071Z] --- PASS: TestImageTag (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestInfoServerError [2021-09-02T19:42:35.071Z] --- PASS: TestInfoServerError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestInfoInvalidResponseJSONError [2021-09-02T19:42:35.071Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestInfo [2021-09-02T19:42:35.071Z] --- PASS: TestInfo (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworkConnectError [2021-09-02T19:42:35.071Z] --- PASS: TestNetworkConnectError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-09-02T19:42:35.071Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworkConnect [2021-09-02T19:42:35.071Z] --- PASS: TestNetworkConnect (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworkCreateError [2021-09-02T19:42:35.071Z] --- PASS: TestNetworkCreateError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworkCreate [2021-09-02T19:42:35.071Z] --- PASS: TestNetworkCreate (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworkDisconnectError [2021-09-02T19:42:35.071Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworkDisconnect [2021-09-02T19:42:35.071Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworkInspectError [2021-09-02T19:42:35.071Z] --- PASS: TestNetworkInspectError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworkInspectNotFoundError [2021-09-02T19:42:35.071Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworkInspectWithEmptyID [2021-09-02T19:42:35.071Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworkInspect [2021-09-02T19:42:35.071Z] --- PASS: TestNetworkInspect (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworkListError [2021-09-02T19:42:35.071Z] --- PASS: TestNetworkListError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworkList [2021-09-02T19:42:35.071Z] --- PASS: TestNetworkList (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworksPruneError [2021-09-02T19:42:35.071Z] --- PASS: TestNetworksPruneError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworksPrune [2021-09-02T19:42:35.071Z] --- PASS: TestNetworksPrune (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworkRemoveError [2021-09-02T19:42:35.071Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNetworkRemove [2021-09-02T19:42:35.071Z] --- PASS: TestNetworkRemove (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNodeInspectError [2021-09-02T19:42:35.071Z] --- PASS: TestNodeInspectError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNodeInspectNodeNotFound [2021-09-02T19:42:35.071Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNodeInspectWithEmptyID [2021-09-02T19:42:35.071Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNodeInspect [2021-09-02T19:42:35.071Z] --- PASS: TestNodeInspect (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNodeListError [2021-09-02T19:42:35.071Z] --- PASS: TestNodeListError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNodeList [2021-09-02T19:42:35.071Z] --- PASS: TestNodeList (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNodeRemoveError [2021-09-02T19:42:35.071Z] --- PASS: TestNodeRemoveError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNodeRemove [2021-09-02T19:42:35.071Z] --- PASS: TestNodeRemove (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNodeUpdateError [2021-09-02T19:42:35.071Z] --- PASS: TestNodeUpdateError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestNodeUpdate [2021-09-02T19:42:35.071Z] --- PASS: TestNodeUpdate (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestOptionWithTimeout [2021-09-02T19:42:35.071Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPingFail [2021-09-02T19:42:35.071Z] --- PASS: TestPingFail (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPingWithError [2021-09-02T19:42:35.071Z] 2021/09/02 19:42:34 RoundTripper returned a response & error; ignoring response [2021-09-02T19:42:35.071Z] 2021/09/02 19:42:34 RoundTripper returned a response & error; ignoring response [2021-09-02T19:42:35.071Z] --- PASS: TestPingWithError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPingSuccess [2021-09-02T19:42:35.071Z] --- PASS: TestPingSuccess (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPingHeadFallback [2021-09-02T19:42:35.071Z] === RUN TestPingHeadFallback/OK [2021-09-02T19:42:35.071Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-09-02T19:42:35.071Z] === RUN TestPingHeadFallback/Not_Found [2021-09-02T19:42:35.071Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-09-02T19:42:35.071Z] --- PASS: TestPingHeadFallback (0.00s) [2021-09-02T19:42:35.071Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-09-02T19:42:35.071Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-09-02T19:42:35.071Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-09-02T19:42:35.071Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPluginDisableError [2021-09-02T19:42:35.071Z] --- PASS: TestPluginDisableError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPluginDisable [2021-09-02T19:42:35.071Z] --- PASS: TestPluginDisable (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPluginEnableError [2021-09-02T19:42:35.071Z] --- PASS: TestPluginEnableError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPluginEnable [2021-09-02T19:42:35.071Z] --- PASS: TestPluginEnable (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPluginInspectError [2021-09-02T19:42:35.071Z] --- PASS: TestPluginInspectError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPluginInspectWithEmptyID [2021-09-02T19:42:35.071Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPluginInspect [2021-09-02T19:42:35.071Z] --- PASS: TestPluginInspect (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPluginListError [2021-09-02T19:42:35.071Z] --- PASS: TestPluginListError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPluginList [2021-09-02T19:42:35.071Z] --- PASS: TestPluginList (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPluginPushError [2021-09-02T19:42:35.071Z] --- PASS: TestPluginPushError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPluginPush [2021-09-02T19:42:35.071Z] --- PASS: TestPluginPush (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPluginRemoveError [2021-09-02T19:42:35.071Z] --- PASS: TestPluginRemoveError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPluginRemove [2021-09-02T19:42:35.071Z] --- PASS: TestPluginRemove (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPluginSetError [2021-09-02T19:42:35.071Z] --- PASS: TestPluginSetError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPluginSet [2021-09-02T19:42:35.071Z] --- PASS: TestPluginSet (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSetHostHeader [2021-09-02T19:42:35.071Z] --- PASS: TestSetHostHeader (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestPlainTextError [2021-09-02T19:42:35.071Z] --- PASS: TestPlainTextError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestInfiniteError [2021-09-02T19:42:35.071Z] --- PASS: TestInfiniteError (0.04s) [2021-09-02T19:42:35.071Z] === RUN TestCanceledContext [2021-09-02T19:42:35.071Z] 2021/09/02 19:42:34 RoundTripper returned a response & error; ignoring response [2021-09-02T19:42:35.071Z] --- PASS: TestCanceledContext (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestDeadlineExceededContext [2021-09-02T19:42:35.071Z] 2021/09/02 19:42:34 RoundTripper returned a response & error; ignoring response [2021-09-02T19:42:35.071Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretCreateUnsupported [2021-09-02T19:42:35.071Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretCreateError [2021-09-02T19:42:35.071Z] --- PASS: TestSecretCreateError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretCreate [2021-09-02T19:42:35.071Z] --- PASS: TestSecretCreate (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretInspectUnsupported [2021-09-02T19:42:35.071Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretInspectError [2021-09-02T19:42:35.071Z] --- PASS: TestSecretInspectError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretInspectSecretNotFound [2021-09-02T19:42:35.071Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretInspectWithEmptyID [2021-09-02T19:42:35.071Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretInspect [2021-09-02T19:42:35.071Z] --- PASS: TestSecretInspect (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretListUnsupported [2021-09-02T19:42:35.071Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretListError [2021-09-02T19:42:35.071Z] --- PASS: TestSecretListError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretList [2021-09-02T19:42:35.071Z] --- PASS: TestSecretList (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretRemoveUnsupported [2021-09-02T19:42:35.071Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretRemoveError [2021-09-02T19:42:35.071Z] --- PASS: TestSecretRemoveError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretRemove [2021-09-02T19:42:35.071Z] --- PASS: TestSecretRemove (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretUpdateUnsupported [2021-09-02T19:42:35.071Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretUpdateError [2021-09-02T19:42:35.071Z] --- PASS: TestSecretUpdateError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSecretUpdate [2021-09-02T19:42:35.071Z] --- PASS: TestSecretUpdate (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceCreateError [2021-09-02T19:42:35.071Z] --- PASS: TestServiceCreateError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceCreate [2021-09-02T19:42:35.071Z] --- PASS: TestServiceCreate (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceCreateCompatiblePlatforms [2021-09-02T19:42:35.071Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceCreateDigestPinning [2021-09-02T19:42:35.071Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceInspectError [2021-09-02T19:42:35.071Z] --- PASS: TestServiceInspectError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceInspectServiceNotFound [2021-09-02T19:42:35.071Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceInspectWithEmptyID [2021-09-02T19:42:35.071Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceInspect [2021-09-02T19:42:35.071Z] --- PASS: TestServiceInspect (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceListError [2021-09-02T19:42:35.071Z] --- PASS: TestServiceListError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceList [2021-09-02T19:42:35.071Z] --- PASS: TestServiceList (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceLogsError [2021-09-02T19:42:35.071Z] --- PASS: TestServiceLogsError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceLogs [2021-09-02T19:42:35.071Z] --- PASS: TestServiceLogs (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceRemoveError [2021-09-02T19:42:35.071Z] --- PASS: TestServiceRemoveError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceRemoveNotFoundError [2021-09-02T19:42:35.071Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceRemove [2021-09-02T19:42:35.071Z] --- PASS: TestServiceRemove (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceUpdateError [2021-09-02T19:42:35.071Z] --- PASS: TestServiceUpdateError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestServiceUpdate [2021-09-02T19:42:35.071Z] --- PASS: TestServiceUpdate (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSwarmGetUnlockKeyError [2021-09-02T19:42:35.071Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSwarmGetUnlockKey [2021-09-02T19:42:35.071Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSwarmInitError [2021-09-02T19:42:35.071Z] --- PASS: TestSwarmInitError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSwarmInit [2021-09-02T19:42:35.071Z] --- PASS: TestSwarmInit (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSwarmInspectError [2021-09-02T19:42:35.071Z] --- PASS: TestSwarmInspectError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSwarmInspect [2021-09-02T19:42:35.071Z] --- PASS: TestSwarmInspect (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSwarmJoinError [2021-09-02T19:42:35.071Z] --- PASS: TestSwarmJoinError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSwarmJoin [2021-09-02T19:42:35.071Z] --- PASS: TestSwarmJoin (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSwarmLeaveError [2021-09-02T19:42:35.071Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSwarmLeave [2021-09-02T19:42:35.071Z] --- PASS: TestSwarmLeave (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSwarmUnlockError [2021-09-02T19:42:35.071Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSwarmUnlock [2021-09-02T19:42:35.071Z] --- PASS: TestSwarmUnlock (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSwarmUpdateError [2021-09-02T19:42:35.071Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestSwarmUpdate [2021-09-02T19:42:35.071Z] --- PASS: TestSwarmUpdate (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestTaskInspectError [2021-09-02T19:42:35.071Z] --- PASS: TestTaskInspectError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestTaskInspectWithEmptyID [2021-09-02T19:42:35.071Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestTaskInspect [2021-09-02T19:42:35.071Z] --- PASS: TestTaskInspect (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestTaskListError [2021-09-02T19:42:35.071Z] --- PASS: TestTaskListError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestTaskList [2021-09-02T19:42:35.071Z] --- PASS: TestTaskList (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestVolumeCreateError [2021-09-02T19:42:35.071Z] --- PASS: TestVolumeCreateError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestVolumeCreate [2021-09-02T19:42:35.071Z] --- PASS: TestVolumeCreate (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestVolumeInspectError [2021-09-02T19:42:35.071Z] --- PASS: TestVolumeInspectError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestVolumeInspectNotFound [2021-09-02T19:42:35.071Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestVolumeInspectWithEmptyID [2021-09-02T19:42:35.071Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestVolumeInspect [2021-09-02T19:42:35.071Z] --- PASS: TestVolumeInspect (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestVolumeListError [2021-09-02T19:42:35.071Z] --- PASS: TestVolumeListError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestVolumeList [2021-09-02T19:42:35.071Z] --- PASS: TestVolumeList (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestVolumeRemoveError [2021-09-02T19:42:35.071Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-09-02T19:42:35.071Z] === RUN TestVolumeRemove [2021-09-02T19:42:35.071Z] --- PASS: TestVolumeRemove (0.00s) [2021-09-02T19:42:35.071Z] === CONT TestTLSCloseWriter [2021-09-02T19:42:35.071Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-09-02T19:42:35.071Z] PASS [2021-09-02T19:42:35.071Z] coverage: 75.1% of statements [2021-09-02T19:42:35.071Z] ok github.com/docker/docker/client 0.351s coverage: 75.1% of statements [2021-09-02T19:42:35.173Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-09-02T19:42:35.450Z] --- PASS: TestConfigList (2.97s) [2021-09-02T19:42:35.450Z] === RUN TestConfigsCreateAndDelete [2021-09-02T19:42:36.447Z] --- PASS: TestDaemonStartWithLogOpt (3.58s) [2021-09-02T19:42:36.447Z] === CONT TestReadPluginNoRead [2021-09-02T19:42:36.739Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-09-02T19:42:36.739Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-09-02T19:42:37.359Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-09-02T19:42:38.195Z] 2021/09/02 19:42:29 Closing DB instances... [2021-09-02T19:42:38.195Z] --- PASS: TestNetworkDBGarbageCollection (54.23s) [2021-09-02T19:42:38.195Z] === RUN TestFindNode [2021-09-02T19:42:38.195Z] 2021/09/02 19:42:31 Closing DB instances... [2021-09-02T19:42:38.195Z] --- PASS: TestFindNode (0.01s) [2021-09-02T19:42:38.195Z] === RUN TestChangeNodeState [2021-09-02T19:42:38.195Z] 2021/09/02 19:42:31 Closing DB instances... [2021-09-02T19:42:38.195Z] --- PASS: TestChangeNodeState (0.01s) [2021-09-02T19:42:38.195Z] === RUN TestNodeReincarnation [2021-09-02T19:42:38.195Z] 2021/09/02 19:42:31 Closing DB instances... [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-09-02T19:42:38.195Z] --- PASS: TestNodeReincarnation (5.02s) [2021-09-02T19:42:38.195Z] === RUN TestParallelCreate [2021-09-02T19:42:38.195Z] 2021/09/02 19:42:36 Closing DB instances... [2021-09-02T19:42:38.195Z] --- PASS: TestParallelCreate (0.01s) [2021-09-02T19:42:38.195Z] === RUN TestParallelDelete [2021-09-02T19:42:38.195Z] 2021/09/02 19:42:36 Closing DB instances... [2021-09-02T19:42:38.195Z] --- PASS: TestParallelDelete (0.01s) [2021-09-02T19:42:38.195Z] === RUN TestNetworkDBIslands [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:83ebe944b111 with config:&{NodeID:83ebe944b111 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-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=info msg="Node 83ebe944b111/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=info msg="Node 83ebe944b111/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:93826f4dfbc1 with config:&{NodeID:93826f4dfbc1 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-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=info msg="Node 93826f4dfbc1/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=info msg="Node 93826f4dfbc1/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=debug msg="memberlist: Stream connection from=[::1]:49352" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=info msg="Node 93826f4dfbc1/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=info msg="Node 93826f4dfbc1/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=info msg="Node 83ebe944b111/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=info msg="Node 83ebe944b111/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:5f5a72ba5f98 with config:&{NodeID:5f5a72ba5f98 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-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 5f5a72ba5f98/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 5f5a72ba5f98/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=debug msg="memberlist: Stream connection from=[::1]:49354" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 5f5a72ba5f98/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 5f5a72ba5f98/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 83ebe944b111/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 83ebe944b111/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 93826f4dfbc1/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 93826f4dfbc1/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49355" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 5f5a72ba5f98/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 5f5a72ba5f98/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:17632b984ca3 with config:&{NodeID:17632b984ca3 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-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 17632b984ca3/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 17632b984ca3/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=debug msg="memberlist: Stream connection from=[::1]:49356" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 17632b984ca3/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 17632b984ca3/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 93826f4dfbc1/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 93826f4dfbc1/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.195Z] time="2021-09-02T19:42:37Z" level=info msg="Node 5f5a72ba5f98/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:37Z" level=info msg="Node 5f5a72ba5f98/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:37Z" level=info msg="Node 83ebe944b111/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:37Z" level=info msg="Node 83ebe944b111/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:37Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49357" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:37Z" level=info msg="Node 17632b984ca3/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:37Z" level=info msg="Node 17632b984ca3/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:37Z" level=info msg="Node 17632b984ca3/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:37Z" level=info msg="Node 17632b984ca3/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:c4a4d0fded9e with config:&{NodeID:c4a4d0fded9e 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-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Stream connection from=[::1]:49358" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=info msg="Node 5f5a72ba5f98/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=info msg="Node 5f5a72ba5f98/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=info msg="Node 17632b984ca3/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=info msg="Node 17632b984ca3/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=info msg="Node 83ebe944b111/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=info msg="Node 83ebe944b111/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=info msg="Node 93826f4dfbc1/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=info msg="Node 93826f4dfbc1/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49359" [2021-09-02T19:42:38.196Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-09-02T19:42:38.296Z] --- PASS: TestConfigsCreateAndDelete (2.77s) [2021-09-02T19:42:38.296Z] === RUN TestConfigsUpdate [2021-09-02T19:42:38.346Z] === RUN TestReadPluginNoRead/default [2021-09-02T19:42:38.555Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-09-02T19:42:38.663Z] time="2021-09-02T19:42:38Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.664Z] time="2021-09-02T19:42:38Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.664Z] time="2021-09-02T19:42:38Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.664Z] time="2021-09-02T19:42:38Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.664Z] time="2021-09-02T19:42:38Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:38.664Z] time="2021-09-02T19:42:38Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, added to nodes list" [2021-09-02T19:42:38.664Z] networkdb_test.go:835: Re-joining: 3 [2021-09-02T19:42:38.664Z] time="2021-09-02T19:42:38Z" level=info msg="The new bootstrap node list is:[172.18.69.34:10033 172.18.69.34:10034 172.18.69.34:10035]" [2021-09-02T19:42:38.664Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.69.34:10033" [2021-09-02T19:42:38.664Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Stream connection from=172.18.69.34:49360" [2021-09-02T19:42:38.664Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.69.34:10034" [2021-09-02T19:42:38.664Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Stream connection from=172.18.69.34:49361" [2021-09-02T19:42:38.664Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.69.34:10035" [2021-09-02T19:42:38.664Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Stream connection from=172.18.69.34:49362" [2021-09-02T19:42:39.131Z] networkdb_test.go:835: Re-joining: 4 [2021-09-02T19:42:39.131Z] time="2021-09-02T19:42:38Z" level=info msg="The new bootstrap node list is:[172.18.69.34:10033 172.18.69.34:10034 172.18.69.34:10035]" [2021-09-02T19:42:39.131Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.69.34:10033" [2021-09-02T19:42:39.131Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Stream connection from=172.18.69.34:49363" [2021-09-02T19:42:39.131Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.69.34:10034" [2021-09-02T19:42:39.131Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Stream connection from=172.18.69.34:49364" [2021-09-02T19:42:39.131Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.69.34:10035" [2021-09-02T19:42:39.131Z] time="2021-09-02T19:42:38Z" level=debug msg="memberlist: Stream connection from=172.18.69.34:49365" [2021-09-02T19:42:39.131Z] time="2021-09-02T19:42:38Z" level=info msg="node 0 leaving" [2021-09-02T19:42:39.131Z] time="2021-09-02T19:42:39Z" level=info msg="Node 83ebe944b111 change state NodeActive --> NodeLeft" [2021-09-02T19:42:39.131Z] time="2021-09-02T19:42:39Z" level=info msg="node5(c4a4d0fded9e): Node leave event for 83ebe944b111/172.18.69.34" [2021-09-02T19:42:39.131Z] time="2021-09-02T19:42:39Z" level=info msg="Node 83ebe944b111 change state NodeActive --> NodeLeft" [2021-09-02T19:42:39.131Z] time="2021-09-02T19:42:39Z" level=info msg="node3(5f5a72ba5f98): Node leave event for 83ebe944b111/172.18.69.34" [2021-09-02T19:42:39.131Z] time="2021-09-02T19:42:39Z" level=info msg="Node 83ebe944b111 change state NodeActive --> NodeLeft" [2021-09-02T19:42:39.131Z] time="2021-09-02T19:42:39Z" level=info msg="node4(17632b984ca3): Node leave event for 83ebe944b111/172.18.69.34" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="Node 83ebe944b111 change state NodeActive --> NodeLeft" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="node2(93826f4dfbc1): Node leave event for 83ebe944b111/172.18.69.34" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="Node 83ebe944b111 change state NodeActive --> NodeLeft" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="node1(83ebe944b111): Node leave event for 83ebe944b111/172.18.69.34" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="Node 83ebe944b111/172.18.69.34, left gossip cluster" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="Node 83ebe944b111/172.18.69.34, left gossip cluster" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="Node 83ebe944b111/172.18.69.34, left gossip cluster" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="Node 83ebe944b111/172.18.69.34, left gossip cluster" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="Node 83ebe944b111/172.18.69.34, left gossip cluster" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="node 1 leaving" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="Node 93826f4dfbc1 change state NodeActive --> NodeLeft" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="node4(17632b984ca3): Node leave event for 93826f4dfbc1/172.18.69.34" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="Node 93826f4dfbc1/172.18.69.34, left gossip cluster" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="Node 93826f4dfbc1 change state NodeActive --> NodeLeft" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="node5(c4a4d0fded9e): Node leave event for 93826f4dfbc1/172.18.69.34" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="Node 93826f4dfbc1 change state NodeActive --> NodeLeft" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="node3(5f5a72ba5f98): Node leave event for 93826f4dfbc1/172.18.69.34" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="Node 93826f4dfbc1 change state NodeActive --> NodeFailed" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=info msg="Node 93826f4dfbc1/172.18.69.34, added to failed nodes list" [2021-09-02T19:42:39.598Z] time="2021-09-02T19:42:39Z" level=error msg="node: 93826f4dfbc1 is unknown to memberlist" [2021-09-02T19:42:39.719Z] === RUN TestReadPluginNoRead/disabled_caching [2021-09-02T19:42:40.065Z] time="2021-09-02T19:42:39Z" level=info msg="Node 93826f4dfbc1/172.18.69.34, left gossip cluster" [2021-09-02T19:42:40.065Z] time="2021-09-02T19:42:39Z" level=info msg="Node 93826f4dfbc1/172.18.69.34, left gossip cluster" [2021-09-02T19:42:40.065Z] time="2021-09-02T19:42:39Z" level=info msg="Node 93826f4dfbc1/172.18.69.34, left gossip cluster" [2021-09-02T19:42:40.065Z] time="2021-09-02T19:42:39Z" level=info msg="node 2 leaving" [2021-09-02T19:42:40.065Z] time="2021-09-02T19:42:39Z" level=info msg="Node 5f5a72ba5f98 change state NodeActive --> NodeLeft" [2021-09-02T19:42:40.065Z] time="2021-09-02T19:42:39Z" level=info msg="node4(17632b984ca3): Node leave event for 5f5a72ba5f98/172.18.69.34" [2021-09-02T19:42:40.065Z] time="2021-09-02T19:42:39Z" level=info msg="Node 5f5a72ba5f98 change state NodeActive --> NodeLeft" [2021-09-02T19:42:40.065Z] time="2021-09-02T19:42:39Z" level=info msg="node5(c4a4d0fded9e): Node leave event for 5f5a72ba5f98/172.18.69.34" [2021-09-02T19:42:40.065Z] time="2021-09-02T19:42:39Z" level=info msg="Node 5f5a72ba5f98 change state NodeActive --> NodeLeft" [2021-09-02T19:42:40.065Z] time="2021-09-02T19:42:39Z" level=info msg="node3(5f5a72ba5f98): Node leave event for 5f5a72ba5f98/172.18.69.34" [2021-09-02T19:42:40.065Z] time="2021-09-02T19:42:39Z" level=debug msg="memberlist: Failed ping: c4a4d0fded9e (timeout reached)" [2021-09-02T19:42:40.065Z] time="2021-09-02T19:42:39Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.18.69.34:10036: use of closed network connection" [2021-09-02T19:42:40.065Z] time="2021-09-02T19:42:39Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.18.69.34:10034: use of closed network connection" [2021-09-02T19:42:40.065Z] time="2021-09-02T19:42:39Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.18.69.34:10035: use of closed network connection" [2021-09-02T19:42:40.065Z] time="2021-09-02T19:42:39Z" level=debug msg="memberlist: Stream connection from=172.18.69.34:49366" [2021-09-02T19:42:40.532Z] time="2021-09-02T19:42:40Z" level=info msg="Node 5f5a72ba5f98/172.18.69.34, left gossip cluster" [2021-09-02T19:42:40.532Z] time="2021-09-02T19:42:40Z" level=info msg="Node 5f5a72ba5f98/172.18.69.34, left gossip cluster" [2021-09-02T19:42:40.532Z] time="2021-09-02T19:42:40Z" level=info msg="Node 5f5a72ba5f98/172.18.69.34, left gossip cluster" [2021-09-02T19:42:40.532Z] time="2021-09-02T19:42:40Z" level=warning msg="memberlist: Was able to connect to c4a4d0fded9e but other probes failed, network may be misconfigured" [2021-09-02T19:42:40.998Z] networkdb_test.go:867: node5: OK [2021-09-02T19:42:40.998Z] networkdb_test.go:867: node4: OK [2021-09-02T19:42:40.998Z] time="2021-09-02T19:42:40Z" level=info msg="node 0 coming back" [2021-09-02T19:42:40.999Z] time="2021-09-02T19:42:40Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:2ea1ac629ac5 with config:&{NodeID:2ea1ac629ac5 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-09-02T19:42:40.999Z] time="2021-09-02T19:42:40Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:40.999Z] time="2021-09-02T19:42:40Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, added to nodes list" [2021-09-02T19:42:40.999Z] time="2021-09-02T19:42:40Z" level=info msg="node 1 coming back" [2021-09-02T19:42:40.999Z] time="2021-09-02T19:42:40Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:ef62737f7d8b with config:&{NodeID:ef62737f7d8b 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-09-02T19:42:40.999Z] time="2021-09-02T19:42:40Z" level=info msg="Node ef62737f7d8b/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:40.999Z] time="2021-09-02T19:42:40Z" level=info msg="Node ef62737f7d8b/172.18.69.34, added to nodes list" [2021-09-02T19:42:40.999Z] time="2021-09-02T19:42:40Z" level=info msg="node 2 coming back" [2021-09-02T19:42:40.999Z] time="2021-09-02T19:42:40Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a594a755ed54 with config:&{NodeID:a594a755ed54 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-09-02T19:42:40.999Z] time="2021-09-02T19:42:40Z" level=info msg="Node a594a755ed54/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:40.999Z] time="2021-09-02T19:42:40Z" level=info msg="Node a594a755ed54/172.18.69.34, added to nodes list" [2021-09-02T19:42:41.088Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-09-02T19:42:41.088Z] --- PASS: TestConfigsUpdate (2.90s) [2021-09-02T19:42:41.088Z] === RUN TestTemplatedConfig [2021-09-02T19:42:41.088Z] check_test.go:308: [d4761bd8655dc] daemon is not started [2021-09-02T19:42:41.088Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-09-02T19:42:41.093Z] --- PASS: TestContinueAfterPluginCrash (8.52s) [2021-09-02T19:42:41.093Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-09-02T19:42:41.655Z] check_test.go:308: [d6a7b6ad5d522] daemon is not started [2021-09-02T19:42:41.655Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-09-02T19:42:42.467Z] === CONT TestReadPluginNoRead [2021-09-02T19:42:42.467Z] read_test.go:92: [de3f90dc76f4e] daemon is not started [2021-09-02T19:42:42.467Z] --- PASS: TestReadPluginNoRead (6.43s) [2021-09-02T19:42:42.467Z] --- PASS: TestReadPluginNoRead/default (1.56s) [2021-09-02T19:42:42.467Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.37s) [2021-09-02T19:42:42.467Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.32s) [2021-09-02T19:42:42.467Z] PASS [2021-09-02T19:42:42.467Z] [2021-09-02T19:42:42.467Z] DONE 6 tests in 10.034s [2021-09-02T19:42:42.467Z] 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-09-02T19:42:42.467Z] testing: warning: no tests to run [2021-09-02T19:42:42.467Z] PASS [2021-09-02T19:42:42.467Z] [2021-09-02T19:42:42.467Z] DONE 0 tests in 0.016s [2021-09-02T19:42:42.467Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-09-02T19:42:42.467Z] INFO: Testing against a local daemon [2021-09-02T19:42:42.467Z] === RUN TestPluginWithDevMounts [2021-09-02T19:42:42.467Z] === PAUSE TestPluginWithDevMounts [2021-09-02T19:42:42.467Z] === CONT TestPluginWithDevMounts [2021-09-02T19:42:42.595Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-09-02T19:42:42.595Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-09-02T19:42:42.595Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-09-02T19:42:42.595Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-09-02T19:42:42.595Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-09-02T19:42:42.595Z] remote: Enumerating objects: 23, done. [2021-09-02T19:42:42.595Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-09-02T19:42:42.595Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-09-02T19:42:42.595Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-09-02T19:42:42.595Z] Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2021-09-02T19:42:42.595Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2021-09-02T19:42:42.595Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-09-02T19:42:43.031Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-09-02T19:42:43.599Z] check_test.go:308: [d8493908a7cc6] daemon is not started [2021-09-02T19:42:43.599Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-09-02T19:42:43.599Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-09-02T19:42:43.943Z] time="2021-09-02T19:42:43Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.69.34:10033 172.18.69.34:10034 172.18.69.34:10035]" [2021-09-02T19:42:44.167Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-09-02T19:42:44.409Z] time="2021-09-02T19:42:44Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.69.34:10033 172.18.69.34:10034 172.18.69.34:10035]" [2021-09-02T19:42:44.436Z] --- PASS: TestPluginWithDevMounts (1.55s) [2021-09-02T19:42:44.436Z] PASS [2021-09-02T19:42:44.436Z] [2021-09-02T19:42:44.436Z] DONE 1 tests in 1.577s [2021-09-02T19:42:44.436Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-09-02T19:42:44.436Z] INFO: Testing against a local daemon [2021-09-02T19:42:44.436Z] === RUN TestSecretInspect [2021-09-02T19:42:44.735Z] --- PASS: TestTemplatedConfig (3.42s) [2021-09-02T19:42:44.735Z] === RUN TestConfigCreateResolve [2021-09-02T19:42:44.877Z] time="2021-09-02T19:42:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.69.34:10033" [2021-09-02T19:42:44.877Z] time="2021-09-02T19:42:44Z" level=debug msg="memberlist: Stream connection from=172.18.69.34:49367" [2021-09-02T19:42:44.877Z] time="2021-09-02T19:42:44Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.877Z] time="2021-09-02T19:42:44Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.877Z] time="2021-09-02T19:42:44Z" level=info msg="Node 17632b984ca3/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.877Z] time="2021-09-02T19:42:44Z" level=info msg="Node 17632b984ca3/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.877Z] time="2021-09-02T19:42:44Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.877Z] time="2021-09-02T19:42:44Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, is the new incarnation of the shutdown node 83ebe944b111/172.18.69.34" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=debug msg="memberlist: Stream connection from=172.18.69.34:49368" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.69.34:10034" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node 17632b984ca3/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node 17632b984ca3/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node ef62737f7d8b/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node ef62737f7d8b/172.18.69.34, is the new incarnation of the shutdown node 93826f4dfbc1/172.18.69.34" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node ef62737f7d8b/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.69.34:10035" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=debug msg="memberlist: Stream connection from=172.18.69.34:49369" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node ef62737f7d8b/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node ef62737f7d8b/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node 17632b984ca3/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node 17632b984ca3/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node a594a755ed54/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node a594a755ed54/172.18.69.34, is the new incarnation of the shutdown node 5f5a72ba5f98/172.18.69.34" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node a594a755ed54/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node ef62737f7d8b/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node ef62737f7d8b/172.18.69.34, is the new incarnation of the shutdown node 93826f4dfbc1/172.18.69.34" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node ef62737f7d8b/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, is the new incarnation of the shutdown node 83ebe944b111/172.18.69.34" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node ef62737f7d8b/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node ef62737f7d8b/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node a594a755ed54/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node a594a755ed54/172.18.69.34, added to nodes list" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node a594a755ed54/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:44.878Z] time="2021-09-02T19:42:44Z" level=info msg="Node a594a755ed54/172.18.69.34, added to nodes list" [2021-09-02T19:42:45.111Z] Cross building: bundles/cross/linux/ppc64le [2021-09-02T19:42:45.111Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-09-02T19:42:45.111Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-09-02T19:42:45.345Z] time="2021-09-02T19:42:44Z" level=info msg="Node a594a755ed54/172.18.69.34, joined gossip cluster" [2021-09-02T19:42:45.345Z] time="2021-09-02T19:42:44Z" level=info msg="Node a594a755ed54/172.18.69.34, is the new incarnation of the shutdown node 5f5a72ba5f98/172.18.69.34" [2021-09-02T19:42:45.345Z] time="2021-09-02T19:42:44Z" level=info msg="Node a594a755ed54/172.18.69.34, added to nodes list" [2021-09-02T19:42:45.345Z] time="2021-09-02T19:42:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.69.34:10033" [2021-09-02T19:42:45.345Z] time="2021-09-02T19:42:45Z" level=debug msg="memberlist: Stream connection from=172.18.69.34:49370" [2021-09-02T19:42:45.345Z] time="2021-09-02T19:42:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.69.34:10034" [2021-09-02T19:42:45.345Z] time="2021-09-02T19:42:45Z" level=debug msg="memberlist: Stream connection from=172.18.69.34:49371" [2021-09-02T19:42:45.345Z] time="2021-09-02T19:42:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.69.34:10035" [2021-09-02T19:42:45.345Z] time="2021-09-02T19:42:45Z" level=debug msg="memberlist: Stream connection from=172.18.69.34:49372" [2021-09-02T19:42:45.671Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-09-02T19:42:45.671Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-09-02T19:42:45.811Z] 2021/09/02 19:42:45 Closing DB instances... [2021-09-02T19:42:45.811Z] time="2021-09-02T19:42:45Z" level=info msg="Node 2ea1ac629ac5 change state NodeActive --> NodeLeft" [2021-09-02T19:42:45.811Z] time="2021-09-02T19:42:45Z" level=info msg="node3(a594a755ed54): Node leave event for 2ea1ac629ac5/172.18.69.34" [2021-09-02T19:42:45.811Z] time="2021-09-02T19:42:45Z" level=info msg="Node 2ea1ac629ac5 change state NodeActive --> NodeLeft" [2021-09-02T19:42:45.811Z] time="2021-09-02T19:42:45Z" level=info msg="node5(c4a4d0fded9e): Node leave event for 2ea1ac629ac5/172.18.69.34" [2021-09-02T19:42:45.811Z] time="2021-09-02T19:42:45Z" level=info msg="Node 2ea1ac629ac5 change state NodeActive --> NodeLeft" [2021-09-02T19:42:45.811Z] time="2021-09-02T19:42:45Z" level=info msg="node2(ef62737f7d8b): Node leave event for 2ea1ac629ac5/172.18.69.34" [2021-09-02T19:42:45.811Z] time="2021-09-02T19:42:45Z" level=info msg="Node 2ea1ac629ac5 change state NodeActive --> NodeLeft" [2021-09-02T19:42:45.811Z] time="2021-09-02T19:42:45Z" level=info msg="node1(2ea1ac629ac5): Node leave event for 2ea1ac629ac5/172.18.69.34" [2021-09-02T19:42:45.811Z] time="2021-09-02T19:42:45Z" level=info msg="Node 2ea1ac629ac5 change state NodeActive --> NodeLeft" [2021-09-02T19:42:45.811Z] time="2021-09-02T19:42:45Z" level=info msg="node4(17632b984ca3): Node leave event for 2ea1ac629ac5/172.18.69.34" [2021-09-02T19:42:45.931Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-09-02T19:42:46.190Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-09-02T19:42:46.278Z] time="2021-09-02T19:42:45Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, left gossip cluster" [2021-09-02T19:42:46.278Z] time="2021-09-02T19:42:45Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, left gossip cluster" [2021-09-02T19:42:46.278Z] time="2021-09-02T19:42:45Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, left gossip cluster" [2021-09-02T19:42:46.278Z] time="2021-09-02T19:42:45Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, left gossip cluster" [2021-09-02T19:42:46.278Z] time="2021-09-02T19:42:45Z" level=info msg="Node 2ea1ac629ac5/172.18.69.34, left gossip cluster" [2021-09-02T19:42:46.278Z] time="2021-09-02T19:42:46Z" level=info msg="Node ef62737f7d8b change state NodeActive --> NodeLeft" [2021-09-02T19:42:46.278Z] time="2021-09-02T19:42:46Z" level=info msg="node5(c4a4d0fded9e): Node leave event for ef62737f7d8b/172.18.69.34" [2021-09-02T19:42:46.278Z] time="2021-09-02T19:42:46Z" level=info msg="Node ef62737f7d8b change state NodeActive --> NodeLeft" [2021-09-02T19:42:46.278Z] time="2021-09-02T19:42:46Z" level=info msg="node3(a594a755ed54): Node leave event for ef62737f7d8b/172.18.69.34" [2021-09-02T19:42:46.278Z] time="2021-09-02T19:42:46Z" level=info msg="Node ef62737f7d8b change state NodeActive --> NodeLeft" [2021-09-02T19:42:46.278Z] time="2021-09-02T19:42:46Z" level=info msg="node4(17632b984ca3): Node leave event for ef62737f7d8b/172.18.69.34" [2021-09-02T19:42:46.278Z] time="2021-09-02T19:42:46Z" level=info msg="Node ef62737f7d8b/172.18.69.34, left gossip cluster" [2021-09-02T19:42:46.278Z] time="2021-09-02T19:42:46Z" level=info msg="Node ef62737f7d8b change state NodeActive --> NodeLeft" [2021-09-02T19:42:46.278Z] time="2021-09-02T19:42:46Z" level=info msg="node2(ef62737f7d8b): Node leave event for ef62737f7d8b/172.18.69.34" [2021-09-02T19:42:46.351Z] --- PASS: TestSecretInspect (2.14s) [2021-09-02T19:42:46.351Z] === RUN TestSecretList [2021-09-02T19:42:46.744Z] time="2021-09-02T19:42:46Z" level=info msg="Node ef62737f7d8b/172.18.69.34, left gossip cluster" [2021-09-02T19:42:46.744Z] time="2021-09-02T19:42:46Z" level=info msg="Node ef62737f7d8b/172.18.69.34, left gossip cluster" [2021-09-02T19:42:46.744Z] time="2021-09-02T19:42:46Z" level=info msg="Node ef62737f7d8b/172.18.69.34, left gossip cluster" [2021-09-02T19:42:46.744Z] time="2021-09-02T19:42:46Z" level=warning msg="memberlist: Failed to send gossip to 172.18.69.34:10036: write udp [::]:10034->172.18.69.34:10036: use of closed network connection" [2021-09-02T19:42:46.744Z] time="2021-09-02T19:42:46Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10034->172.18.69.34:10035: use of closed network connection" [2021-09-02T19:42:46.744Z] time="2021-09-02T19:42:46Z" level=info msg="Node a594a755ed54 change state NodeActive --> NodeLeft" [2021-09-02T19:42:46.744Z] time="2021-09-02T19:42:46Z" level=info msg="node5(c4a4d0fded9e): Node leave event for a594a755ed54/172.18.69.34" [2021-09-02T19:42:47.211Z] time="2021-09-02T19:42:46Z" level=info msg="Node a594a755ed54 change state NodeActive --> NodeLeft" [2021-09-02T19:42:47.211Z] time="2021-09-02T19:42:46Z" level=info msg="node4(17632b984ca3): Node leave event for a594a755ed54/172.18.69.34" [2021-09-02T19:42:47.211Z] time="2021-09-02T19:42:46Z" level=info msg="Node a594a755ed54 change state NodeActive --> NodeLeft" [2021-09-02T19:42:47.211Z] time="2021-09-02T19:42:46Z" level=info msg="node3(a594a755ed54): Node leave event for a594a755ed54/172.18.69.34" [2021-09-02T19:42:47.211Z] time="2021-09-02T19:42:46Z" level=info msg="Node a594a755ed54/172.18.69.34, left gossip cluster" [2021-09-02T19:42:47.211Z] time="2021-09-02T19:42:46Z" level=info msg="Node a594a755ed54/172.18.69.34, left gossip cluster" [2021-09-02T19:42:47.211Z] time="2021-09-02T19:42:46Z" level=info msg="Node a594a755ed54/172.18.69.34, left gossip cluster" [2021-09-02T19:42:47.564Z] --- PASS: TestConfigCreateResolve (2.74s) [2021-09-02T19:42:47.565Z] PASS [2021-09-02T19:42:47.565Z] [2021-09-02T19:42:47.565Z] DONE 6 tests in 17.798s [2021-09-02T19:42:47.565Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-09-02T19:42:47.565Z] ++ 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-09-02T19:42:47.565Z] ++ set -e [2021-09-02T19:42:47.565Z] ++ '[' -n 0 ']' [2021-09-02T19:42:47.565Z] ++ set -x [2021-09-02T19:42:47.565Z] ++ 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-09-02T19:42:47.565Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-09-02T19:42:47.565Z] INFO: Testing against a local daemon [2021-09-02T19:42:47.565Z] === RUN TestCheckpoint [2021-09-02T19:42:47.565Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-02T19:42:47.565Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-02T19:42:47.565Z] === RUN TestContainerInvalidJSON [2021-09-02T19:42:47.565Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T19:42:47.565Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T19:42:47.565Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-02T19:42:47.565Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-02T19:42:47.565Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T19:42:47.565Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-02T19:42:47.565Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-09-02T19:42:47.565Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-02T19:42:47.565Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-02T19:42:47.565Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-02T19:42:47.565Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2021-09-02T19:42:47.565Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-02T19:42:47.678Z] time="2021-09-02T19:42:47Z" level=info msg="Node 17632b984ca3 change state NodeActive --> NodeLeft" [2021-09-02T19:42:47.678Z] time="2021-09-02T19:42:47Z" level=info msg="node5(c4a4d0fded9e): Node leave event for 17632b984ca3/172.18.69.34" [2021-09-02T19:42:47.678Z] time="2021-09-02T19:42:47Z" level=info msg="Node 17632b984ca3 change state NodeActive --> NodeLeft" [2021-09-02T19:42:47.678Z] time="2021-09-02T19:42:47Z" level=info msg="node4(17632b984ca3): Node leave event for 17632b984ca3/172.18.69.34" [2021-09-02T19:42:47.824Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2021-09-02T19:42:47.824Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-02T19:42:47.824Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2021-09-02T19:42:47.824Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-02T19:42:47.824Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-09-02T19:42:47.824Z] === RUN TestCopyFromContainer [2021-09-02T19:42:48.145Z] time="2021-09-02T19:42:47Z" level=info msg="Node 17632b984ca3/172.18.69.34, left gossip cluster" [2021-09-02T19:42:48.145Z] time="2021-09-02T19:42:47Z" level=info msg="Node 17632b984ca3/172.18.69.34, left gossip cluster" [2021-09-02T19:42:48.759Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-09-02T19:42:48.886Z] --- PASS: TestSecretList (2.17s) [2021-09-02T19:42:48.887Z] === RUN TestSecretsCreateAndDelete [2021-09-02T19:42:49.130Z] time="2021-09-02T19:42:48Z" level=error msg="node4(17632b984ca3) Could not close DB: timeout waiting for leave broadcast" [2021-09-02T19:42:49.130Z] time="2021-09-02T19:42:48Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, left gossip cluster" [2021-09-02T19:42:49.130Z] time="2021-09-02T19:42:48Z" level=info msg="Node c4a4d0fded9e change state NodeActive --> NodeFailed" [2021-09-02T19:42:49.130Z] time="2021-09-02T19:42:48Z" level=info msg="Node c4a4d0fded9e/172.18.69.34, added to failed nodes list" [2021-09-02T19:42:49.130Z] time="2021-09-02T19:42:48Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.18.69.34:10036: use of closed network connection from=172.18.69.34:10036" [2021-09-02T19:42:49.130Z] --- PASS: TestNetworkDBIslands (12.25s) [2021-09-02T19:42:49.130Z] PASS [2021-09-02T19:42:49.130Z] coverage: 60.1% of statements [2021-09-02T19:42:49.130Z] ok github.com/docker/docker/libnetwork/networkdb 133.891s coverage: 60.1% of statements [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/oci/caps [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/pkg/term [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/quota [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/rootless [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/testutil/request [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/volume [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-09-02T19:42:49.130Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-09-02T19:42:49.695Z] === RUN TestCopyFromContainer// [2021-09-02T19:42:49.954Z] === RUN TestCopyFromContainer//bar/root [2021-09-02T19:42:49.954Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-09-02T19:42:49.954Z] === RUN TestCopyFromContainer//bar/root/ [2021-09-02T19:42:49.954Z] === RUN TestCopyFromContainer/bar/quux [2021-09-02T19:42:49.954Z] === RUN TestCopyFromContainer/bar/quux/ [2021-09-02T19:42:50.212Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-09-02T19:42:50.212Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-09-02T19:42:50.212Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-09-02T19:42:50.212Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-09-02T19:42:50.471Z] === RUN TestCopyFromContainer/bar/notarget [2021-09-02T19:42:50.471Z] --- PASS: TestCopyFromContainer (2.52s) [2021-09-02T19:42:50.471Z] --- PASS: TestCopyFromContainer// (0.13s) [2021-09-02T19:42:50.471Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-09-02T19:42:50.471Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2021-09-02T19:42:50.471Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2021-09-02T19:42:50.471Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2021-09-02T19:42:50.471Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-09-02T19:42:50.471Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-09-02T19:42:50.471Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-09-02T19:42:50.471Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-09-02T19:42:50.471Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-09-02T19:42:50.471Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-02T19:42:50.471Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T19:42:50.471Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T19:42:50.471Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T19:42:50.471Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T19:42:50.471Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T19:42:50.471Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T19:42:50.471Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T19:42:50.471Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T19:42:50.471Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T19:42:50.471Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-09-02T19:42:50.471Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-02T19:42:50.471Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-02T19:42:50.471Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-02T19:42:50.471Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-02T19:42:50.471Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-09-02T19:42:50.471Z] === RUN TestCreateWithInvalidEnv [2021-09-02T19:42:50.471Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-02T19:42:50.471Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-02T19:42:50.471Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-02T19:42:50.471Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-02T19:42:50.471Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-02T19:42:50.471Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-02T19:42:50.471Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-02T19:42:50.471Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-02T19:42:50.471Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-02T19:42:50.471Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-09-02T19:42:50.471Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-02T19:42:50.471Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-02T19:42:50.471Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-02T19:42:50.471Z] === RUN TestCreateTmpfsMountsTarget [2021-09-02T19:42:50.471Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-09-02T19:42:50.471Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === Skipped [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-09-02T19:42:50.695Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-09-02T19:42:50.695Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2021-09-02T19:42:50.695Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-09-02T19:42:50.695Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-09-02T19:42:50.695Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-09-02T19:42:50.695Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-09-02T19:42:50.695Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-09-02T19:42:50.695Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-09-02T19:42:50.695Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-09-02T19:42:50.695Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-09-02T19:42:50.695Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-09-02T19:42:50.695Z] daemon_test.go:146: root required [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-02T19:42:50.695Z] reload_test.go:520: root required [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2021-09-02T19:42:50.695Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-02T19:42:50.695Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-09-02T19:42:50.695Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-09-02T19:42:50.695Z] download_test.go:267: Needs fixing on Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-09-02T19:42:50.695Z] layer_test.go:303: Failing on Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-09-02T19:42:50.695Z] layer_test.go:352: Failing on Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-09-02T19:42:50.695Z] layer_test.go:467: Failing on Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-09-02T19:42:50.695Z] layer_test.go:696: Failing on Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-09-02T19:42:50.695Z] migration_test.go:45: Failing on Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-09-02T19:42:50.695Z] migration_test.go:181: Failing on Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-09-02T19:42:50.695Z] mount_test.go:17: Failing on Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-09-02T19:42:50.695Z] mount_test.go:76: Failing on Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-09-02T19:42:50.695Z] mount_test.go:125: Failing on Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-09-02T19:42:50.695Z] mount_test.go:212: Failing on Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-09-02T19:42:50.695Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-09-02T19:42:50.695Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-02T19:42:50.695Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-09-02T19:42:50.695Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-09-02T19:42:50.695Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-09-02T19:42:50.695Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-09-02T19:42:50.695Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-09-02T19:42:50.695Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-09-02T19:42:50.695Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-09-02T19:42:50.695Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-09-02T19:42:50.695Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-09-02T19:42:50.695Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-09-02T19:42:50.695Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-09-02T19:42:50.695Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-09-02T19:42:50.695Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-09-02T19:42:50.695Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-09-02T19:42:50.695Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-09-02T19:42:50.695Z] archive_test.go:133: Xz not present in msys2 [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-09-02T19:42:50.695Z] archive_test.go:238: Failing on Windows CI machines [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-09-02T19:42:50.695Z] archive_windows_test.go:16: Currently fails [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-09-02T19:42:50.695Z] changes_test.go:195: needs more investigation [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-09-02T19:42:50.695Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-09-02T19:42:50.695Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-09-02T19:42:50.695Z] changes_test.go:432: needs further investigation [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-09-02T19:42:50.695Z] changes_test.go:468: needs further investigation [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-09-02T19:42:50.695Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-02T19:42:50.695Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-09-02T19:42:50.695Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-09-02T19:42:50.695Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-09-02T19:42:50.695Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.01s) [2021-09-02T19:42:50.695Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-02T19:42:50.695Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-02T19:42:50.695Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-09-02T19:42:50.695Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-09-02T19:42:50.695Z] poller_test.go:40: No chmod on Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-02T19:42:50.695Z] fileutils_test.go:133: Needs porting to Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-02T19:42:50.695Z] fileutils_test.go:179: Needs porting to Windows [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-09-02T19:42:50.695Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-09-02T19:42:50.695Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-09-02T19:42:50.695Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-09-02T19:42:50.695Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-09-02T19:42:50.695Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-02T19:42:50.695Z] [2021-09-02T19:42:50.695Z] DONE 2068 tests, 69 skipped in 266.343s [2021-09-02T19:42:50.695Z] INFO: make.ps1 ended at 09/02/2021 19:42:50 [2021-09-02T19:42:50.786Z] --- PASS: TestSecretsCreateAndDelete (2.17s) [2021-09-02T19:42:50.786Z] === RUN TestSecretsUpdate [2021-09-02T19:42:51.039Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-09-02T19:42:51.039Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-09-02T19:42:51.607Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-09-02T19:42:51.866Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-09-02T19:42:52.273Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-09-02T19:42:52.274Z] INFO: Unit tests ended at 09/02/2021 19:42:51. Duration:00:04:36.5970889 [2021-09-02T19:42:52.274Z] INFO: Building busybox [2021-09-02T19:42:52.274Z] Sending build context to Docker daemon 5.12kB [2021-09-02T19:42:52.274Z] [2021-09-02T19:42:52.274Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-09-02T19:42:52.274Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-09-02T19:42:52.274Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-09-02T19:42:52.274Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-09-02T19:42:52.274Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-09-02T19:42:52.274Z] ---> 801c33f5de3a [2021-09-02T19:42:52.274Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-09-02T19:42:52.274Z] ---> Running in 1e39d4ccc31e [2021-09-02T19:42:52.434Z] --- PASS: TestCreateWithCustomMaskedPaths (1.79s) [2021-09-02T19:42:52.434Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-02T19:42:52.690Z] --- PASS: TestSecretsUpdate (2.16s) [2021-09-02T19:42:52.690Z] === RUN TestTemplatedSecret [2021-09-02T19:42:52.749Z] --- PASS: TestCheckoutGit (26.95s) [2021-09-02T19:42:52.749Z] === RUN TestValidGitTransport [2021-09-02T19:42:52.749Z] --- PASS: TestValidGitTransport (0.00s) [2021-09-02T19:42:52.749Z] === RUN TestGitInvalidRef [2021-09-02T19:42:52.749Z] --- PASS: TestGitInvalidRef (0.18s) [2021-09-02T19:42:52.749Z] PASS [2021-09-02T19:42:52.749Z] coverage: 86.3% of statements [2021-09-02T19:42:52.749Z] ok github.com/docker/docker/builder/remotecontext/git 27.218s coverage: 86.3% of statements [2021-09-02T19:42:52.749Z] ? github.com/docker/docker/cli [no test files] [2021-09-02T19:42:52.749Z] ? github.com/docker/docker/cli/config [no test files] [2021-09-02T19:42:54.337Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.74s) [2021-09-02T19:42:54.337Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-02T19:42:54.337Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T19:42:54.337Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T19:42:54.337Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T19:42:54.337Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T19:42:54.337Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T19:42:54.337Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T19:42:54.337Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T19:42:54.337Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T19:42:54.337Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T19:42:54.337Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T19:42:54.337Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T19:42:54.337Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T19:42:54.337Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T19:42:54.337Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T19:42:54.337Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T19:42:54.337Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-09-02T19:42:54.337Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-09-02T19:42:54.337Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-09-02T19:42:54.337Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-09-02T19:42:54.337Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-09-02T19:42:54.337Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-09-02T19:42:54.337Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-02T19:42:54.595Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.55s) [2021-09-02T19:42:54.595Z] === RUN TestCreateDifferentPlatform [2021-09-02T19:42:54.595Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-02T19:42:54.595Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-02T19:42:54.595Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-09-02T19:42:54.595Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-02T19:42:54.595Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-02T19:42:54.595Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-02T19:42:54.595Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-09-02T19:42:54.595Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-02T19:42:54.854Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2021-09-02T19:42:54.854Z] === RUN TestContainerStartOnDaemonRestart [2021-09-02T19:42:54.854Z] === PAUSE TestContainerStartOnDaemonRestart [2021-09-02T19:42:54.854Z] === RUN TestDaemonRestartIpcMode [2021-09-02T19:42:54.854Z] === PAUSE TestDaemonRestartIpcMode [2021-09-02T19:42:54.854Z] === RUN TestDaemonHostGatewayIP [2021-09-02T19:42:54.854Z] === PAUSE TestDaemonHostGatewayIP [2021-09-02T19:42:54.854Z] === RUN TestRestartDaemonWithRestartingContainer [2021-09-02T19:42:54.854Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-09-02T19:42:54.854Z] === RUN TestContainerKillOnDaemonStart [2021-09-02T19:42:54.854Z] === PAUSE TestContainerKillOnDaemonStart [2021-09-02T19:42:54.854Z] === RUN TestDiff [2021-09-02T19:42:54.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-09-02T19:42:55.112Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-09-02T19:42:55.220Z] --- PASS: TestTemplatedSecret (2.56s) [2021-09-02T19:42:55.220Z] === RUN TestSecretCreateResolve [2021-09-02T19:42:55.371Z] --- PASS: TestDiff (0.64s) [2021-09-02T19:42:55.371Z] === RUN TestExecWithCloseStdin [2021-09-02T19:42:56.059Z] Removing intermediate container 1e39d4ccc31e [2021-09-02T19:42:56.059Z] ---> fb2f8250eba2 [2021-09-02T19:42:56.059Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-09-02T19:42:56.059Z] ---> Running in f88f6f99f80c [2021-09-02T19:42:56.059Z] Removing intermediate container f88f6f99f80c [2021-09-02T19:42:56.059Z] ---> 1d777fdf3725 [2021-09-02T19:42:56.059Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-09-02T19:42:56.059Z] ---> Running in 6f0cb8cf617f [2021-09-02T19:42:56.059Z] Removing intermediate container 6f0cb8cf617f [2021-09-02T19:42:56.059Z] ---> ea65b982d9de [2021-09-02T19:42:56.059Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-09-02T19:42:56.306Z] --- PASS: TestExecWithCloseStdin (0.71s) [2021-09-02T19:42:56.306Z] === RUN TestExec [2021-09-02T19:42:56.477Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-09-02T19:42:56.477Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-09-02T19:42:56.477Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-09-02T19:42:56.477Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-09-02T19:42:56.477Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-09-02T19:42:56.477Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-09-02T19:42:56.477Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-09-02T19:42:56.477Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-09-02T19:42:56.477Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-09-02T19:42:56.477Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-09-02T19:42:56.477Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-09-02T19:42:56.477Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-09-02T19:42:56.477Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-09-02T19:42:56.477Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-09-02T19:42:56.477Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-09-02T19:42:56.477Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-09-02T19:42:56.477Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-09-02T19:42:56.477Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-09-02T19:42:56.477Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-09-02T19:42:56.477Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-09-02T19:42:56.477Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-09-02T19:42:56.477Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-09-02T19:42:56.477Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-09-02T19:42:56.477Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-09-02T19:42:56.477Z] === RUN TestConfigureDaemonLogs [2021-09-02T19:42:56.477Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-09-02T19:42:56.477Z] === RUN TestCommonOptionsInstallFlags [2021-09-02T19:42:56.477Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-09-02T19:42:56.477Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-09-02T19:42:56.477Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-09-02T19:42:56.477Z] PASS [2021-09-02T19:42:56.477Z] coverage: 18.5% of statements [2021-09-02T19:42:56.477Z] ok github.com/docker/docker/cmd/dockerd 0.223s coverage: 18.5% of statements [2021-09-02T19:42:56.477Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-09-02T19:42:56.477Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-09-02T19:42:56.874Z] --- PASS: TestExec (0.71s) [2021-09-02T19:42:56.875Z] === RUN TestExecUser [2021-09-02T19:42:57.442Z] === RUN TestContainerStopSignal [2021-09-02T19:42:57.442Z] --- PASS: TestContainerStopSignal (0.00s) [2021-09-02T19:42:57.442Z] === RUN TestContainerStopTimeout [2021-09-02T19:42:57.442Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-09-02T19:42:57.442Z] === RUN TestContainerSecretReferenceDestTarget [2021-09-02T19:42:57.442Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-09-02T19:42:57.442Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-09-02T19:42:57.442Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2021-09-02T19:42:57.442Z] === RUN TestContainerLogPathSetForRingLogger [2021-09-02T19:42:57.442Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-09-02T19:42:57.442Z] === RUN TestReplaceAndAppendEnvVars [2021-09-02T19:42:57.442Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-09-02T19:42:57.442Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-09-02T19:42:57.442Z] === RUN TestNewMemoryStore [2021-09-02T19:42:57.442Z] --- PASS: TestNewMemoryStore (0.00s) [2021-09-02T19:42:57.442Z] === RUN TestAddContainers [2021-09-02T19:42:57.442Z] --- PASS: TestAddContainers (0.00s) [2021-09-02T19:42:57.442Z] === RUN TestGetContainer [2021-09-02T19:42:57.442Z] --- PASS: TestGetContainer (0.00s) [2021-09-02T19:42:57.442Z] === RUN TestDeleteContainer [2021-09-02T19:42:57.442Z] --- PASS: TestDeleteContainer (0.00s) [2021-09-02T19:42:57.442Z] === RUN TestListContainers [2021-09-02T19:42:57.442Z] --- PASS: TestListContainers (0.00s) [2021-09-02T19:42:57.442Z] === RUN TestFirstContainer [2021-09-02T19:42:57.442Z] --- PASS: TestFirstContainer (0.00s) [2021-09-02T19:42:57.442Z] === RUN TestApplyAllContainer [2021-09-02T19:42:57.442Z] --- PASS: TestApplyAllContainer (0.00s) [2021-09-02T19:42:57.442Z] === RUN TestIsValidHealthString [2021-09-02T19:42:57.442Z] --- PASS: TestIsValidHealthString (0.00s) [2021-09-02T19:42:57.442Z] === RUN TestStateRunStop [2021-09-02T19:42:57.442Z] --- PASS: TestStateRunStop (0.00s) [2021-09-02T19:42:57.442Z] === RUN TestStateTimeoutWait [2021-09-02T19:42:57.442Z] state_test.go:141: Stop callback fired [2021-09-02T19:42:57.442Z] state_test.go:165: Stop callback fired [2021-09-02T19:42:57.442Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-09-02T19:42:57.442Z] === RUN TestIsValidStateString [2021-09-02T19:42:57.442Z] --- PASS: TestIsValidStateString (0.00s) [2021-09-02T19:42:57.442Z] === RUN TestViewSaveDelete [2021-09-02T19:42:57.443Z] --- PASS: TestViewSaveDelete (0.01s) [2021-09-02T19:42:57.443Z] === RUN TestViewAll [2021-09-02T19:42:57.622Z] [2021-09-02T19:42:57.622Z] ---> 0ddb6d31b013 [2021-09-02T19:42:57.622Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-09-02T19:42:57.748Z] --- PASS: TestSecretCreateResolve (2.15s) [2021-09-02T19:42:57.748Z] PASS [2021-09-02T19:42:57.748Z] [2021-09-02T19:42:57.748Z] DONE 6 tests in 13.366s [2021-09-02T19:42:57.748Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-09-02T19:42:57.748Z] INFO: Testing against a local daemon [2021-09-02T19:42:57.748Z] === RUN TestServiceCreateInit [2021-09-02T19:42:57.748Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-02T19:42:57.810Z] --- PASS: TestExecUser (0.71s) [2021-09-02T19:42:57.810Z] === RUN TestExportContainerAndImportImage [2021-09-02T19:42:57.810Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-09-02T19:42:57.900Z] --- PASS: TestViewAll (0.02s) [2021-09-02T19:42:57.900Z] === RUN TestViewGet [2021-09-02T19:42:57.900Z] --- PASS: TestViewGet (0.01s) [2021-09-02T19:42:57.900Z] === RUN TestNames [2021-09-02T19:42:57.900Z] --- PASS: TestNames (0.00s) [2021-09-02T19:42:57.900Z] === RUN TestViewWithHealthCheck [2021-09-02T19:42:57.900Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-09-02T19:42:57.900Z] PASS [2021-09-02T19:42:57.900Z] coverage: 41.7% of statements [2021-09-02T19:42:57.900Z] ok github.com/docker/docker/container 0.232s coverage: 41.7% of statements [2021-09-02T19:42:57.900Z] ? github.com/docker/docker/container/stream [no test files] [2021-09-02T19:42:57.900Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-09-02T19:42:57.900Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-09-02T19:42:57.900Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-09-02T19:42:58.089Z] ---> Running in fd39988a7269 [2021-09-02T19:42:58.377Z] --- PASS: TestExportContainerAndImportImage (0.87s) [2021-09-02T19:42:58.377Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-02T19:42:58.866Z] === RUN TestPrepare [2021-09-02T19:42:58.866Z] --- PASS: TestPrepare (0.00s) [2021-09-02T19:42:58.866Z] === RUN TestStart [2021-09-02T19:42:58.866Z] --- PASS: TestStart (0.00s) [2021-09-02T19:42:58.866Z] === RUN TestWaitCancel [2021-09-02T19:42:58.866Z] --- PASS: TestWaitCancel (0.00s) [2021-09-02T19:42:58.866Z] === RUN TestWaitDisabled [2021-09-02T19:42:58.866Z] --- PASS: TestWaitDisabled (0.00s) [2021-09-02T19:42:58.866Z] === RUN TestWaitEnabled [2021-09-02T19:42:58.866Z] --- PASS: TestWaitEnabled (0.00s) [2021-09-02T19:42:58.866Z] === RUN TestRemove [2021-09-02T19:42:58.866Z] --- PASS: TestRemove (0.00s) [2021-09-02T19:42:58.866Z] PASS [2021-09-02T19:42:58.866Z] coverage: 65.3% of statements [2021-09-02T19:42:58.866Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.054s coverage: 65.3% of statements [2021-09-02T19:42:58.945Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-09-02T19:42:59.205Z] check_test.go:308: [d711eeb46a819] daemon is not started [2021-09-02T19:42:59.205Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-09-02T19:42:59.772Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-09-02T19:42:59.772Z] --- PASS: TestExportContainerAfterDaemonRestart (1.42s) [2021-09-02T19:42:59.772Z] === RUN TestHealthCheckWorkdir [2021-09-02T19:43:00.340Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-09-02T19:43:00.401Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-09-02T19:43:00.401Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCIsolation [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertFromGRPCIsolation [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-09-02T19:43:00.401Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-02T19:43:00.401Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-02T19:43:00.859Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-09-02T19:43:00.859Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-09-02T19:43:00.859Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-09-02T19:43:00.859Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-09-02T19:43:00.859Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-09-02T19:43:00.859Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-09-02T19:43:00.859Z] === RUN TestServiceConvertFromGRPCConfigs [2021-09-02T19:43:00.859Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-09-02T19:43:00.859Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-09-02T19:43:00.859Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-09-02T19:43:00.859Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-09-02T19:43:00.859Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-09-02T19:43:00.859Z] === RUN TestServiceConvertToGRPCConfigs [2021-09-02T19:43:00.859Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-09-02T19:43:00.859Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-09-02T19:43:00.859Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-09-02T19:43:00.859Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-09-02T19:43:00.859Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-09-02T19:43:00.859Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-09-02T19:43:00.859Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-09-02T19:43:00.859Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-09-02T19:43:00.859Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-09-02T19:43:00.859Z] PASS [2021-09-02T19:43:00.859Z] coverage: 35.9% of statements [2021-09-02T19:43:00.859Z] ok github.com/docker/docker/daemon/cluster/convert 0.394s coverage: 35.9% of statements [2021-09-02T19:43:00.859Z] === RUN TestNewListSecretsFilters [2021-09-02T19:43:00.859Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-09-02T19:43:00.859Z] === RUN TestNewListConfigsFilters [2021-09-02T19:43:00.859Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-09-02T19:43:00.859Z] PASS [2021-09-02T19:43:00.859Z] coverage: 0.5% of statements [2021-09-02T19:43:00.859Z] ok github.com/docker/docker/daemon/cluster 0.530s coverage: 0.5% of statements [2021-09-02T19:43:00.907Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-09-02T19:43:00.907Z] --- PASS: TestHealthCheckWorkdir (0.95s) [2021-09-02T19:43:00.907Z] === RUN TestHealthKillContainer [2021-09-02T19:43:00.907Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-09-02T19:43:00.907Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-09-02T19:43:01.933Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-02T19:43:02.285Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-09-02T19:43:03.071Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-09-02T19:43:03.663Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-09-02T19:43:03.663Z] --- PASS: TestHealthKillContainer (2.89s) [2021-09-02T19:43:03.663Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-02T19:43:03.768Z] === RUN TestBuilderGC [2021-09-02T19:43:03.768Z] --- PASS: TestBuilderGC (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestDaemonConfigurationNotFound [2021-09-02T19:43:03.768Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestDaemonBrokenConfiguration [2021-09-02T19:43:03.768Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestParseClusterAdvertiseSettings [2021-09-02T19:43:03.768Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestFindConfigurationConflicts [2021-09-02T19:43:03.768Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-09-02T19:43:03.768Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestDaemonConfigurationMergeConflicts [2021-09-02T19:43:03.768Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-09-02T19:43:03.768Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-09-02T19:43:03.768Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-09-02T19:43:03.768Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-09-02T19:43:03.768Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-09-02T19:43:03.768Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-09-02T19:43:03.768Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-09-02T19:43:03.768Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-09-02T19:43:03.768Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-09-02T19:43:03.768Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestValidateConfigurationErrors [2021-09-02T19:43:03.768Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-09-02T19:43:03.768Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-09-02T19:43:03.768Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-09-02T19:43:03.768Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-09-02T19:43:03.768Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-09-02T19:43:03.768Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-09-02T19:43:03.768Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-09-02T19:43:03.768Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-09-02T19:43:03.768Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-09-02T19:43:03.768Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-09-02T19:43:03.768Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-09-02T19:43:03.768Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestValidateConfiguration [2021-09-02T19:43:03.768Z] === RUN TestValidateConfiguration/with_label [2021-09-02T19:43:03.768Z] === RUN TestValidateConfiguration/with_dns [2021-09-02T19:43:03.768Z] === RUN TestValidateConfiguration/with_dns-search [2021-09-02T19:43:03.768Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-09-02T19:43:03.768Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-09-02T19:43:03.768Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-09-02T19:43:03.768Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-09-02T19:43:03.768Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfiguration (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-09-02T19:43:03.768Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestModifiedDiscoverySettings [2021-09-02T19:43:03.768Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestReloadSetConfigFileNotExist [2021-09-02T19:43:03.768Z] === RUN TestDiscoveryOptsErrors [2021-09-02T19:43:03.768Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestDiscoveryOpts [2021-09-02T19:43:03.768Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-09-02T19:43:03.768Z] PASS [2021-09-02T19:43:03.768Z] coverage: 30.0% of statements [2021-09-02T19:43:03.768Z] ok github.com/docker/docker/daemon/discovery 0.049s coverage: 30.0% of statements [2021-09-02T19:43:03.768Z] time="2021-09-02T19:43:03Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-09-02T19:43:03.768Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-09-02T19:43:03.768Z] === RUN TestReloadDefaultConfigNotExist [2021-09-02T19:43:03.768Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:43:03.768Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestReloadBadDefaultConfig [2021-09-02T19:43:03.768Z] time="2021-09-02T19:43:03Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3876478992" [2021-09-02T19:43:03.768Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestReloadWithConflictingLabels [2021-09-02T19:43:03.768Z] time="2021-09-02T19:43:03Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2116189736" [2021-09-02T19:43:03.768Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestReloadWithDuplicateLabels [2021-09-02T19:43:03.768Z] time="2021-09-02T19:43:03Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1881206666" [2021-09-02T19:43:03.768Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-09-02T19:43:03.768Z] === RUN TestDaemonConfigurationMerge [2021-09-02T19:43:03.768Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-09-02T19:43:03.768Z] PASS [2021-09-02T19:43:03.768Z] coverage: 80.4% of statements [2021-09-02T19:43:03.768Z] ok github.com/docker/docker/daemon/config 0.348s coverage: 80.4% of statements [2021-09-02T19:43:04.227Z] === RUN TestWaitNodeAttachment [2021-09-02T19:43:04.599Z] --- PASS: TestInspectCpusetInConfigPre120 (0.75s) [2021-09-02T19:43:04.599Z] === RUN TestIpcModeNone [2021-09-02T19:43:04.689Z] === RUN TestEventsLog [2021-09-02T19:43:04.689Z] --- PASS: TestEventsLog (0.00s) [2021-09-02T19:43:04.689Z] === RUN TestEventsLogTimeout [2021-09-02T19:43:04.689Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-09-02T19:43:04.689Z] === RUN TestLogEvents [2021-09-02T19:43:04.689Z] --- PASS: TestLogEvents (0.05s) [2021-09-02T19:43:04.689Z] === RUN TestLoadBufferedEvents [2021-09-02T19:43:04.689Z] --- PASS: TestWaitNodeAttachment (0.43s) [2021-09-02T19:43:04.689Z] === RUN TestIsolationConversion [2021-09-02T19:43:04.689Z] === RUN TestIsolationConversion/default [2021-09-02T19:43:04.689Z] === RUN TestIsolationConversion/process [2021-09-02T19:43:04.689Z] === RUN TestIsolationConversion/hyperv [2021-09-02T19:43:04.689Z] --- PASS: TestIsolationConversion (0.00s) [2021-09-02T19:43:04.689Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-09-02T19:43:04.689Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-09-02T19:43:04.689Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-09-02T19:43:04.689Z] === RUN TestContainerLabels [2021-09-02T19:43:04.689Z] --- PASS: TestContainerLabels (0.00s) [2021-09-02T19:43:04.689Z] === RUN TestCredentialSpecConversion [2021-09-02T19:43:04.689Z] === RUN TestCredentialSpecConversion/none [2021-09-02T19:43:04.689Z] === RUN TestCredentialSpecConversion/config [2021-09-02T19:43:04.689Z] === RUN TestCredentialSpecConversion/file [2021-09-02T19:43:04.689Z] === RUN TestCredentialSpecConversion/registry [2021-09-02T19:43:04.689Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-09-02T19:43:04.689Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-09-02T19:43:04.689Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-09-02T19:43:04.689Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-09-02T19:43:04.689Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-09-02T19:43:04.689Z] === RUN TestControllerValidateMountBind [2021-09-02T19:43:04.689Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-09-02T19:43:04.689Z] === RUN TestControllerValidateMountVolume [2021-09-02T19:43:04.689Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-09-02T19:43:04.689Z] === RUN TestControllerValidateMountTarget [2021-09-02T19:43:04.689Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-09-02T19:43:04.689Z] === RUN TestControllerValidateMountTmpfs [2021-09-02T19:43:04.689Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-09-02T19:43:04.689Z] === RUN TestControllerValidateMountInvalidType [2021-09-02T19:43:04.689Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-09-02T19:43:04.689Z] === RUN TestControllerValidateMountNamedPipe [2021-09-02T19:43:04.689Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-09-02T19:43:04.689Z] PASS [2021-09-02T19:43:04.689Z] coverage: 11.0% of statements [2021-09-02T19:43:04.689Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.672s coverage: 11.0% of statements [2021-09-02T19:43:04.689Z] --- PASS: TestLoadBufferedEvents (0.11s) [2021-09-02T19:43:04.689Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-09-02T19:43:04.689Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-09-02T19:43:04.689Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-09-02T19:43:04.690Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-09-02T19:43:04.690Z] PASS [2021-09-02T19:43:04.690Z] coverage: 50.0% of statements [2021-09-02T19:43:05.168Z] --- PASS: TestIpcModeNone (0.80s) [2021-09-02T19:43:05.168Z] === RUN TestIpcModePrivate [2021-09-02T19:43:05.216Z] --- PASS: TestServiceCreateInit (7.55s) [2021-09-02T19:43:05.216Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.98s) [2021-09-02T19:43:05.216Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.55s) [2021-09-02T19:43:05.216Z] === RUN TestCreateServiceMultipleTimes [2021-09-02T19:43:05.230Z] ok github.com/docker/docker/daemon/events 0.214s coverage: 50.0% of statements [2021-09-02T19:43:05.230Z] === RUN TestIsEmptyDir [2021-09-02T19:43:05.230Z] --- PASS: TestIsEmptyDir (0.01s) [2021-09-02T19:43:05.230Z] PASS [2021-09-02T19:43:05.230Z] coverage: 2.3% of statements [2021-09-02T19:43:05.230Z] ok github.com/docker/docker/daemon/graphdriver 0.088s coverage: 2.3% of statements [2021-09-02T19:43:05.327Z] Removing intermediate container fd39988a7269 [2021-09-02T19:43:05.327Z] ---> 716076977d1b [2021-09-02T19:43:05.327Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-09-02T19:43:05.327Z] ---> Running in d52be62d755f [2021-09-02T19:43:05.735Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-09-02T19:43:05.735Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:108, shared: false, mustBeShared: false [2021-09-02T19:43:05.994Z] --- PASS: TestIpcModePrivate (0.70s) [2021-09-02T19:43:05.994Z] === RUN TestIpcModeShareable [2021-09-02T19:43:06.196Z] === RUN TestVerifyNetworkingConfig [2021-09-02T19:43:06.196Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestGetContainer [2021-09-02T19:43:06.196Z] --- PASS: TestGetContainer (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestValidContainerNames [2021-09-02T19:43:06.196Z] --- PASS: TestValidContainerNames (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestContainerInitDNS [2021-09-02T19:43:06.196Z] daemon_test.go:146: root required [2021-09-02T19:43:06.196Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestMerge [2021-09-02T19:43:06.196Z] --- PASS: TestMerge (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestValidateContainerIsolation [2021-09-02T19:43:06.196Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestFindNetworkErrorType [2021-09-02T19:43:06.196Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestEnsureServicesExist [2021-09-02T19:43:06.196Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestEnsureServicesExistErrors [2021-09-02T19:43:06.196Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-09-02T19:43:06.196Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-09-02T19:43:06.196Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-09-02T19:43:06.196Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestContainerDelete [2021-09-02T19:43:06.196Z] --- PASS: TestContainerDelete (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestContainerDoubleDelete [2021-09-02T19:43:06.196Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestLogContainerEventCopyLabels [2021-09-02T19:43:06.196Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestLogContainerEventWithAttributes [2021-09-02T19:43:06.196Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestNoneHealthcheck [2021-09-02T19:43:06.196Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestHealthStates [2021-09-02T19:43:06.196Z] time="2021-09-02T19:43:05Z" 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-09-02T19:43:06.196Z] time="2021-09-02T19:43:05Z" 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-09-02T19:43:06.196Z] time="2021-09-02T19:43:05Z" 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-09-02T19:43:06.196Z] time="2021-09-02T19:43:05Z" 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-09-02T19:43:06.196Z] time="2021-09-02T19:43:05Z" 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-09-02T19:43:06.196Z] time="2021-09-02T19:43:05Z" 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-09-02T19:43:06.196Z] time="2021-09-02T19:43:05Z" 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-09-02T19:43:06.196Z] time="2021-09-02T19:43:05Z" 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-09-02T19:43:06.196Z] time="2021-09-02T19:43:05Z" 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-09-02T19:43:06.196Z] time="2021-09-02T19:43:05Z" 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-09-02T19:43:06.196Z] --- PASS: TestHealthStates (0.13s) [2021-09-02T19:43:06.196Z] === RUN TestMaskURLCredentials [2021-09-02T19:43:06.196Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestGetInspectData [2021-09-02T19:43:06.196Z] --- PASS: TestGetInspectData (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestFillLicense [2021-09-02T19:43:06.196Z] --- PASS: TestFillLicense (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestListInvalidFilter [2021-09-02T19:43:06.196Z] --- PASS: TestListInvalidFilter (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestNameFilter [2021-09-02T19:43:06.196Z] --- PASS: TestNameFilter (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-09-02T19:43:06.196Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-09-02T19:43:06.196Z] === 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-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-09-02T19:43:06.196Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-09-02T19:43:06.196Z] --- 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-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-09-02T19:43:06.196Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestDaemonReloadLabels [2021-09-02T19:43:06.196Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-09-02T19:43:06.196Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestDaemonReloadMirrors [2021-09-02T19:43:06.196Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-09-02T19:43:06.196Z] === RUN TestDaemonReloadInsecureRegistries [2021-09-02T19:43:06.197Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-09-02T19:43:06.197Z] === RUN TestDaemonReloadNotAffectOthers [2021-09-02T19:43:06.197Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-09-02T19:43:06.197Z] === RUN TestDaemonDiscoveryReload [2021-09-02T19:43:06.197Z] === RUN TestLinkNaming [2021-09-02T19:43:06.197Z] --- PASS: TestLinkNaming (0.00s) [2021-09-02T19:43:06.197Z] === RUN TestLinkNew [2021-09-02T19:43:06.197Z] --- PASS: TestLinkNew (0.00s) [2021-09-02T19:43:06.197Z] === RUN TestLinkEnv [2021-09-02T19:43:06.197Z] --- PASS: TestLinkEnv (0.00s) [2021-09-02T19:43:06.197Z] === RUN TestLinkMultipleEnv [2021-09-02T19:43:06.197Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-09-02T19:43:06.197Z] === RUN TestLinkPortRangeEnv [2021-09-02T19:43:06.197Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-09-02T19:43:06.197Z] PASS [2021-09-02T19:43:06.197Z] coverage: 93.0% of statements [2021-09-02T19:43:06.197Z] ok github.com/docker/docker/daemon/links 0.033s coverage: 93.0% of statements [2021-09-02T19:43:06.310Z] [2021-09-02T19:43:06.310Z] SUCCESS: Specified value was saved. [2021-09-02T19:43:06.562Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:110, shared: true, mustBeShared: true [2021-09-02T19:43:06.562Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-09-02T19:43:06.562Z] --- PASS: TestIpcModeShareable (0.68s) [2021-09-02T19:43:06.562Z] === RUN TestAPIIpcModeShareableAndContainer [2021-09-02T19:43:07.163Z] --- PASS: TestDaemonDiscoveryReload (1.01s) [2021-09-02T19:43:07.163Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-09-02T19:43:07.500Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-09-02T19:43:07.621Z] === RUN TestAdapterReadLogs [2021-09-02T19:43:07.621Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-09-02T19:43:07.621Z] === RUN TestCopier [2021-09-02T19:43:07.621Z] --- PASS: TestCopier (0.00s) [2021-09-02T19:43:07.621Z] === RUN TestCopierLongLines [2021-09-02T19:43:07.621Z] --- PASS: TestCopierLongLines (0.00s) [2021-09-02T19:43:07.621Z] === RUN TestCopierSlow [2021-09-02T19:43:07.621Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-09-02T19:43:07.621Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-09-02T19:43:07.621Z] --- PASS: TestCopierSlow (0.20s) [2021-09-02T19:43:07.621Z] === RUN TestCopierWithSized [2021-09-02T19:43:07.621Z] === RUN TestCopierWithSized/as_is [2021-09-02T19:43:07.621Z] === RUN TestCopierWithSized/With_RingLogger [2021-09-02T19:43:07.621Z] --- PASS: TestCopierWithSized (0.01s) [2021-09-02T19:43:07.621Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-09-02T19:43:07.621Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-09-02T19:43:07.621Z] === RUN TestCopierWithPartial [2021-09-02T19:43:07.621Z] --- PASS: TestCopierWithPartial (0.00s) [2021-09-02T19:43:07.621Z] === RUN TestRingLogger [2021-09-02T19:43:07.621Z] --- PASS: TestRingLogger (0.00s) [2021-09-02T19:43:07.621Z] === RUN TestRingCap [2021-09-02T19:43:07.621Z] --- PASS: TestRingCap (0.00s) [2021-09-02T19:43:07.621Z] === RUN TestRingClose [2021-09-02T19:43:07.621Z] --- PASS: TestRingClose (0.00s) [2021-09-02T19:43:07.621Z] === RUN TestRingDrain [2021-09-02T19:43:07.621Z] --- PASS: TestRingDrain (0.00s) [2021-09-02T19:43:07.621Z] PASS [2021-09-02T19:43:07.621Z] coverage: 43.8% of statements [2021-09-02T19:43:07.621Z] ok github.com/docker/docker/daemon/logger 0.254s coverage: 43.8% of statements [2021-09-02T19:43:07.870Z] Removing intermediate container d52be62d755f [2021-09-02T19:43:07.870Z] ---> f37dc279165b [2021-09-02T19:43:07.870Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-09-02T19:43:07.870Z] ---> Running in 845f555e75d8 [2021-09-02T19:43:08.081Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-09-02T19:43:08.082Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-09-02T19:43:08.082Z] reload_test.go:520: root required [2021-09-02T19:43:08.082Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-02T19:43:08.082Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-09-02T19:43:08.082Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-09-02T19:43:08.082Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-09-02T19:43:08.082Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2021-09-02T19:43:08.082Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-09-02T19:43:08.082Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-09-02T19:43:08.082Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-09-02T19:43:08.082Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2021-09-02T19:43:08.082Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-09-02T19:43:08.082Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-09-02T19:43:08.082Z] === RUN TestParseVolumesFrom [2021-09-02T19:43:08.082Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-09-02T19:43:08.082Z] PASS [2021-09-02T19:43:08.082Z] coverage: 9.1% of statements [2021-09-02T19:43:08.082Z] ok github.com/docker/docker/daemon 2.329s coverage: 9.1% of statements [2021-09-02T19:43:08.082Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-09-02T19:43:08.082Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-09-02T19:43:08.082Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-09-02T19:43:08.082Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-09-02T19:43:08.082Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-09-02T19:43:08.082Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-09-02T19:43:08.082Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-09-02T19:43:08.082Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-09-02T19:43:08.082Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-09-02T19:43:08.082Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-09-02T19:43:08.082Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-09-02T19:43:08.082Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-09-02T19:43:08.082Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-09-02T19:43:08.082Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-09-02T19:43:08.439Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-09-02T19:43:08.539Z] === RUN TestNewStreamConfig [2021-09-02T19:43:08.540Z] === RUN TestNewStreamConfig/defaults [2021-09-02T19:43:08.540Z] === RUN TestNewStreamConfig/invalid_create_group [2021-09-02T19:43:08.540Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-09-02T19:43:08.540Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-09-02T19:43:08.540Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-09-02T19:43:08.540Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-09-02T19:43:08.540Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-09-02T19:43:08.540Z] --- PASS: TestNewStreamConfig (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-09-02T19:43:08.540Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-09-02T19:43:08.540Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestNewAWSLogsClientRegionDetect [2021-09-02T19:43:08.540Z] time="2021-09-02T19:43:08Z" level=info msg="Trying to get region from EC2 Metadata" [2021-09-02T19:43:08.540Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2021-09-02T19:43:08.540Z] === RUN TestCreateSuccess [2021-09-02T19:43:08.540Z] --- PASS: TestCreateSuccess (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestCreateStreamSkipped [2021-09-02T19:43:08.540Z] time="2021-09-02T19:43:08Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-09-02T19:43:08.540Z] --- PASS: TestCreateStreamSkipped (0.01s) [2021-09-02T19:43:08.540Z] === RUN TestCreateLogGroupSuccess [2021-09-02T19:43:08.540Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestCreateError [2021-09-02T19:43:08.540Z] --- PASS: TestCreateError (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestCreateAlreadyExists [2021-09-02T19:43:08.540Z] time="2021-09-02T19:43:08Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-09-02T19:43:08.540Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestLogClosed [2021-09-02T19:43:08.540Z] --- PASS: TestLogClosed (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestLogBlocking [2021-09-02T19:43:08.540Z] --- PASS: TestLogBlocking (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestLogNonBlockingBufferEmpty [2021-09-02T19:43:08.540Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestLogNonBlockingBufferFull [2021-09-02T19:43:08.540Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestPublishBatchSuccess [2021-09-02T19:43:08.540Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestPublishBatchError [2021-09-02T19:43:08.540Z] time="2021-09-02T19:43:08Z" level=error msg=Error [2021-09-02T19:43:08.540Z] --- PASS: TestPublishBatchError (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-09-02T19:43:08.540Z] time="2021-09-02T19:43:08Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-02T19:43:08.540Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestPublishBatchAlreadyAccepted [2021-09-02T19:43:08.540Z] time="2021-09-02T19:43:08Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-02T19:43:08.540Z] time="2021-09-02T19:43:08Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-09-02T19:43:08.540Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestCollectBatchSimple [2021-09-02T19:43:08.540Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestCollectBatchTicker [2021-09-02T19:43:08.540Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestCollectBatchMultilinePattern [2021-09-02T19:43:08.540Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-09-02T19:43:08.540Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-09-02T19:43:08.540Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-09-02T19:43:08.540Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2021-09-02T19:43:08.540Z] === RUN TestCollectBatchClose [2021-09-02T19:43:08.540Z] --- PASS: TestCollectBatchClose (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestEffectiveLen [2021-09-02T19:43:08.540Z] === RUN TestEffectiveLen/0/Hello [2021-09-02T19:43:08.540Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-09-02T19:43:08.540Z] === RUN TestEffectiveLen/2/🙃 [2021-09-02T19:43:08.540Z] === RUN TestEffectiveLen/3/���� [2021-09-02T19:43:08.540Z] === RUN TestEffectiveLen/4/He��o [2021-09-02T19:43:08.540Z] === RUN TestEffectiveLen/5/ [2021-09-02T19:43:08.540Z] --- PASS: TestEffectiveLen (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestFindValidSplit [2021-09-02T19:43:08.540Z] === RUN TestFindValidSplit/0/ [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1063: [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1064: [2021-09-02T19:43:08.540Z] === RUN TestFindValidSplit/1/Hello [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1063: Hello [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1064: [2021-09-02T19:43:08.540Z] === RUN TestFindValidSplit/2/Hello [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1063: He [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1064: llo [2021-09-02T19:43:08.540Z] === RUN TestFindValidSplit/3/Hello [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1063: [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1064: Hello [2021-09-02T19:43:08.540Z] === RUN TestFindValidSplit/4/🙃 [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1063: [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1064: 🙃 [2021-09-02T19:43:08.540Z] === RUN TestFindValidSplit/5/🙃 [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1063: 🙃 [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1064: [2021-09-02T19:43:08.540Z] === RUN TestFindValidSplit/6/a� [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1063: a [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1064: � [2021-09-02T19:43:08.540Z] === RUN TestFindValidSplit/7/a� [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1063: a� [2021-09-02T19:43:08.540Z] cloudwatchlogs_test.go:1064: [2021-09-02T19:43:08.540Z] --- PASS: TestFindValidSplit (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestProcessEventEmoji [2021-09-02T19:43:08.540Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestCollectBatchLineSplit [2021-09-02T19:43:08.540Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestCollectBatchLineSplitWithBinary [2021-09-02T19:43:08.540Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestCollectBatchMaxEvents [2021-09-02T19:43:08.540Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2021-09-02T19:43:08.540Z] === RUN TestCollectBatchMaxTotalBytes [2021-09-02T19:43:08.540Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-09-02T19:43:08.540Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-09-02T19:43:08.540Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-09-02T19:43:08.540Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-09-02T19:43:08.540Z] === RUN TestSearchRegistryForImagesErrors [2021-09-02T19:43:08.540Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestSearchRegistryForImages [2021-09-02T19:43:08.540Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestOnlyPlatformWithFallback [2021-09-02T19:43:08.540Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestImageDelete [2021-09-02T19:43:08.540Z] === RUN TestImageDelete/no_lease [2021-09-02T19:43:08.540Z] === RUN TestImageDelete/lease_exists [2021-09-02T19:43:08.540Z] --- PASS: TestImageDelete (0.03s) [2021-09-02T19:43:08.540Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-09-02T19:43:08.540Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-09-02T19:43:08.540Z] === RUN TestContentStoreForPull [2021-09-02T19:43:08.540Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-09-02T19:43:08.540Z] === RUN TestParseLogOptionsMultilinePattern [2021-09-02T19:43:08.540Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestParseLogOptionsDatetimeFormat [2021-09-02T19:43:08.540Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-09-02T19:43:08.540Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-09-02T19:43:08.540Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-09-02T19:43:08.540Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-09-02T19:43:08.540Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-09-02T19:43:08.540Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-09-02T19:43:08.540Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-09-02T19:43:08.540Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-09-02T19:43:08.540Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-09-02T19:43:08.540Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-09-02T19:43:08.540Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-09-02T19:43:08.540Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-09-02T19:43:08.540Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-09-02T19:43:08.540Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-09-02T19:43:08.540Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-09-02T19:43:08.540Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-09-02T19:43:08.540Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-09-02T19:43:08.540Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-09-02T19:43:08.540Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-09-02T19:43:08.540Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestCreateTagSuccess [2021-09-02T19:43:08.540Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-09-02T19:43:08.540Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-09-02T19:43:08.540Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-09-02T19:43:08.540Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-09-02T19:43:08.540Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-09-02T19:43:08.540Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-09-02T19:43:08.540Z] PASS [2021-09-02T19:43:08.540Z] coverage: 77.4% of statements [2021-09-02T19:43:08.540Z] ok github.com/docker/docker/daemon/logger/awslogs 0.358s coverage: 77.4% of statements [2021-09-02T19:43:08.540Z] --- PASS: TestContentStoreForPull (0.14s) [2021-09-02T19:43:08.540Z] PASS [2021-09-02T19:43:08.540Z] coverage: 6.7% of statements [2021-09-02T19:43:08.998Z] ok github.com/docker/docker/daemon/images 0.284s coverage: 6.7% of statements [2021-09-02T19:43:08.998Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-09-02T19:43:08.998Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-09-02T19:43:08.998Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-09-02T19:43:08.998Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-09-02T19:43:08.998Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-09-02T19:43:08.998Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-09-02T19:43:08.998Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-09-02T19:43:08.998Z] === RUN TestJSONLogsMarshalJSONBuf [2021-09-02T19:43:08.998Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-09-02T19:43:08.998Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-09-02T19:43:09.374Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.56s) [2021-09-02T19:43:09.374Z] === RUN TestAPIIpcModeHost [2021-09-02T19:43:09.459Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.11s) [2021-09-02T19:43:09.459Z] === RUN TestFastTimeMarshalJSON [2021-09-02T19:43:09.459Z] --- PASS: TestFastTimeMarshalJSON (0.05s) [2021-09-02T19:43:09.459Z] PASS [2021-09-02T19:43:09.459Z] coverage: 87.2% of statements [2021-09-02T19:43:09.459Z] === RUN TestJSONFileLogger [2021-09-02T19:43:09.459Z] --- PASS: TestJSONFileLogger (0.00s) [2021-09-02T19:43:09.459Z] === RUN TestJSONFileLoggerWithTags [2021-09-02T19:43:09.459Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-09-02T19:43:09.459Z] === RUN TestJSONFileLoggerWithOpts [2021-09-02T19:43:09.459Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.217s coverage: 87.2% of statements [2021-09-02T19:43:09.459Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-09-02T19:43:09.459Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-09-02T19:43:09.459Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-09-02T19:43:09.459Z] === RUN TestEncodeDecode [2021-09-02T19:43:09.459Z] === PAUSE TestEncodeDecode [2021-09-02T19:43:09.459Z] === RUN TestUnexpectedEOF [2021-09-02T19:43:09.459Z] time="2021-09-02T19:43:09Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-02T19:43:09.459Z] time="2021-09-02T19:43:09Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-02T19:43:09.459Z] --- PASS: TestUnexpectedEOF (0.12s) [2021-09-02T19:43:09.459Z] === CONT TestEncodeDecode [2021-09-02T19:43:09.459Z] --- PASS: TestEncodeDecode (0.00s) [2021-09-02T19:43:09.459Z] PASS [2021-09-02T19:43:09.459Z] coverage: 69.9% of statements [2021-09-02T19:43:09.459Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.220s coverage: 69.9% of statements [2021-09-02T19:43:09.944Z] --- PASS: TestAPIIpcModeHost (0.69s) [2021-09-02T19:43:09.944Z] === RUN TestDaemonIpcModeShareable [2021-09-02T19:43:10.203Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-09-02T19:43:10.424Z] === RUN TestWriteLog [2021-09-02T19:43:10.425Z] === PAUSE TestWriteLog [2021-09-02T19:43:10.425Z] === RUN TestReadLog [2021-09-02T19:43:10.425Z] === PAUSE TestReadLog [2021-09-02T19:43:10.425Z] === CONT TestWriteLog [2021-09-02T19:43:10.425Z] === CONT TestReadLog [2021-09-02T19:43:10.425Z] === RUN TestReadLog/tail_exact [2021-09-02T19:43:10.425Z] --- PASS: TestWriteLog (0.02s) [2021-09-02T19:43:10.425Z] === RUN TestOpenFileDelete [2021-09-02T19:43:10.425Z] --- PASS: TestOpenFileDelete (0.00s) [2021-09-02T19:43:10.425Z] === RUN TestOpenFileRename [2021-09-02T19:43:10.425Z] --- PASS: TestOpenFileRename (0.00s) [2021-09-02T19:43:10.425Z] === RUN TestParseLogTagDefaultTag [2021-09-02T19:43:10.425Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-09-02T19:43:10.425Z] === RUN TestParseLogTag [2021-09-02T19:43:10.425Z] --- PASS: TestParseLogTag (0.00s) [2021-09-02T19:43:10.425Z] === RUN TestParseLogTagEmptyTag [2021-09-02T19:43:10.425Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-09-02T19:43:10.425Z] === RUN TestTailFiles [2021-09-02T19:43:10.425Z] --- PASS: TestTailFiles (0.00s) [2021-09-02T19:43:10.425Z] === RUN TestFollowLogsConsumerGone [2021-09-02T19:43:10.425Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-09-02T19:43:10.425Z] === RUN TestFollowLogsProducerGone [2021-09-02T19:43:10.425Z] logfile_test.go:231: messages sent: 4098, received: 4098 [2021-09-02T19:43:10.425Z] logfile_test.go:178: logDecode() closed after sending 4098 messages [2021-09-02T19:43:10.425Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-09-02T19:43:10.425Z] === RUN TestCheckCapacityAndRotate [2021-09-02T19:43:10.425Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-09-02T19:43:10.425Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-09-02T19:43:10.425Z] === RUN TestReadLog/tail_less_than_available [2021-09-02T19:43:10.425Z] === RUN TestReadLog/tail_more_than_available [2021-09-02T19:43:10.425Z] --- PASS: TestReadLog (0.14s) [2021-09-02T19:43:10.425Z] --- PASS: TestReadLog/tail_exact (0.13s) [2021-09-02T19:43:10.425Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-09-02T19:43:10.425Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-09-02T19:43:10.425Z] PASS [2021-09-02T19:43:10.425Z] coverage: 75.2% of statements [2021-09-02T19:43:10.425Z] ok github.com/docker/docker/daemon/logger/local 0.350s coverage: 75.2% of statements [2021-09-02T19:43:10.425Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-09-02T19:43:10.425Z] --- PASS: TestCheckCapacityAndRotate (0.14s) [2021-09-02T19:43:10.425Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2021-09-02T19:43:10.425Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2021-09-02T19:43:10.425Z] PASS [2021-09-02T19:43:10.425Z] coverage: 55.3% of statements [2021-09-02T19:43:10.425Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.196s coverage: 55.3% of statements [2021-09-02T19:43:10.770Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-09-02T19:43:10.770Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-09-02T19:43:10.770Z] check_test.go:308: [d3741cf1dffd1] daemon is not started [2021-09-02T19:43:10.770Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-09-02T19:43:10.816Z] Cannot create a file when that file already exists. [2021-09-02T19:43:10.882Z] === RUN TestLog [2021-09-02T19:43:10.882Z] --- PASS: TestLog (0.00s) [2021-09-02T19:43:10.882Z] PASS [2021-09-02T19:43:10.882Z] coverage: 31.5% of statements [2021-09-02T19:43:10.882Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.072s coverage: 31.5% of statements [2021-09-02T19:43:11.339Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true [2021-09-02T19:43:11.339Z] --- PASS: TestDaemonIpcModeShareable (1.50s) [2021-09-02T19:43:11.339Z] === RUN TestDaemonIpcModePrivate [2021-09-02T19:43:11.340Z] === RUN TestNewParse [2021-09-02T19:43:11.340Z] --- PASS: TestNewParse (0.00s) [2021-09-02T19:43:11.340Z] PASS [2021-09-02T19:43:11.340Z] coverage: 8.3% of statements [2021-09-02T19:43:11.340Z] ok github.com/docker/docker/daemon/logger/templates 0.032s coverage: 8.3% of statements [2021-09-02T19:43:11.340Z] === RUN TestValidateLogOpt [2021-09-02T19:43:11.340Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-02T19:43:11.340Z] === RUN TestNewMissedConfig [2021-09-02T19:43:11.340Z] --- PASS: TestNewMissedConfig (0.00s) [2021-09-02T19:43:11.340Z] === RUN TestNewMissedUrl [2021-09-02T19:43:11.340Z] --- PASS: TestNewMissedUrl (0.00s) [2021-09-02T19:43:11.340Z] === RUN TestNewMissedToken [2021-09-02T19:43:11.340Z] --- PASS: TestNewMissedToken (0.00s) [2021-09-02T19:43:11.340Z] === RUN TestNewWithProxy [2021-09-02T19:43:11.340Z] --- PASS: TestNewWithProxy (0.00s) [2021-09-02T19:43:11.340Z] === RUN TestDefault [2021-09-02T19:43:11.340Z] --- PASS: TestDefault (0.01s) [2021-09-02T19:43:11.340Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-09-02T19:43:11.340Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-09-02T19:43:11.340Z] === RUN TestJsonFormat [2021-09-02T19:43:11.340Z] --- PASS: TestJsonFormat (0.03s) [2021-09-02T19:43:11.340Z] === RUN TestRawFormat [2021-09-02T19:43:11.340Z] --- PASS: TestRawFormat (0.01s) [2021-09-02T19:43:11.340Z] === RUN TestRawFormatWithLabels [2021-09-02T19:43:11.340Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-09-02T19:43:11.340Z] === RUN TestRawFormatWithoutTag [2021-09-02T19:43:11.340Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-09-02T19:43:11.340Z] === RUN TestBatching [2021-09-02T19:43:11.798Z] === RUN TestParseLogFormat [2021-09-02T19:43:11.798Z] --- PASS: TestParseLogFormat (0.00s) [2021-09-02T19:43:11.798Z] === RUN TestValidateLogOptEmpty [2021-09-02T19:43:11.798Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-09-02T19:43:11.798Z] === RUN TestValidateSyslogAddress [2021-09-02T19:43:11.798Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-09-02T19:43:11.798Z] === RUN TestParseAddressDefaultPort [2021-09-02T19:43:11.798Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-09-02T19:43:11.798Z] === RUN TestValidateSyslogFacility [2021-09-02T19:43:11.798Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-09-02T19:43:11.798Z] === RUN TestValidateLogOptSyslogFormat [2021-09-02T19:43:11.798Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-09-02T19:43:11.798Z] === RUN TestValidateLogOpt [2021-09-02T19:43:11.798Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-02T19:43:11.798Z] PASS [2021-09-02T19:43:11.798Z] coverage: 46.8% of statements [2021-09-02T19:43:11.798Z] ok github.com/docker/docker/daemon/logger/syslog 0.070s coverage: 46.8% of statements [2021-09-02T19:43:11.798Z] --- PASS: TestBatching (0.27s) [2021-09-02T19:43:11.798Z] === RUN TestFrequency [2021-09-02T19:43:11.798Z] --- PASS: TestFrequency (0.24s) [2021-09-02T19:43:11.798Z] === RUN TestOneMessagePerRequest [2021-09-02T19:43:12.256Z] --- PASS: TestOneMessagePerRequest (0.01s) [2021-09-02T19:43:12.256Z] === RUN TestVerify [2021-09-02T19:43:12.256Z] --- PASS: TestVerify (0.00s) [2021-09-02T19:43:12.256Z] === RUN TestSkipVerify [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:11Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:11Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:11Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:43:12.256Z] --- PASS: TestSkipVerify (0.46s) [2021-09-02T19:43:12.256Z] === RUN TestBufferMaximum [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630611792.180175\",\"host\":\"1f7d9523f2df\"}'" [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630611792.180708\",\"host\":\"1f7d9523f2df\"}'" [2021-09-02T19:43:12.256Z] --- PASS: TestBufferMaximum (0.00s) [2021-09-02T19:43:12.256Z] === RUN TestServerAlwaysDown [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630611792.183449\",\"host\":\"1f7d9523f2df\"}'" [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630611792.183449\",\"host\":\"1f7d9523f2df\"}'" [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630611792.183449\",\"host\":\"1f7d9523f2df\"}'" [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630611792.184452\",\"host\":\"1f7d9523f2df\"}'" [2021-09-02T19:43:12.256Z] time="2021-09-02T19:43:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630611792.184452\",\"host\":\"1f7d9523f2df\"}'" [2021-09-02T19:43:12.256Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-09-02T19:43:12.256Z] === RUN TestCannotSendAfterClose [2021-09-02T19:43:12.256Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-09-02T19:43:12.256Z] === RUN TestDeadlockOnBlockedEndpoint [2021-09-02T19:43:12.714Z] === RUN TestV1IDService [2021-09-02T19:43:12.714Z] --- PASS: TestV1IDService (0.02s) [2021-09-02T19:43:12.714Z] === RUN TestV2MetadataService [2021-09-02T19:43:12.714Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-09-02T19:43:12.715Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false [2021-09-02T19:43:12.974Z] --- PASS: TestDaemonIpcModePrivate (1.53s) [2021-09-02T19:43:12.974Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-09-02T19:43:13.106Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-09-02T19:43:13.106Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-09-02T19:43:13.172Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-09-02T19:43:13.172Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-09-02T19:43:13.172Z] === RUN TestContinueOnError_MirrorEndpoint [2021-09-02T19:43:13.172Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-09-02T19:43:13.172Z] === RUN TestContinueOnError_NeverContinue [2021-09-02T19:43:13.172Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-09-02T19:43:13.172Z] === RUN TestManifestStore [2021-09-02T19:43:13.172Z] === RUN TestManifestStore/no_remote_or_local [2021-09-02T19:43:13.233Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-09-02T19:43:13.631Z] time="2021-09-02T19:43:13Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local84436697\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-09-02T19:43:13.631Z] === RUN TestManifestStore/no_local_cache [2021-09-02T19:43:13.631Z] === RUN TestManifestStore/with_local_cache [2021-09-02T19:43:13.631Z] === RUN TestManifestStore/unknown_media_type [2021-09-02T19:43:13.631Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-09-02T19:43:13.631Z] time="2021-09-02T19:43:13Z" level=warning msg="reference for unknown type: " [2021-09-02T19:43:13.631Z] time="2021-09-02T19:43:13Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49211/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-09-02T19:43:13.631Z] time="2021-09-02T19:43:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"1f7d9523f2df\"}'" [2021-09-02T19:43:13.631Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-09-02T19:43:13.631Z] PASS [2021-09-02T19:43:13.631Z] coverage: 82.5% of statements [2021-09-02T19:43:13.631Z] time="2021-09-02T19:43:13Z" level=warning msg="reference for unknown type: " [2021-09-02T19:43:13.631Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-09-02T19:43:13.631Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-09-02T19:43:13.631Z] ok github.com/docker/docker/daemon/logger/splunk 2.093s coverage: 82.5% of statements [2021-09-02T19:43:13.631Z] time="2021-09-02T19:43:13Z" level=warning msg="reference for unknown type: " [2021-09-02T19:43:13.631Z] ? github.com/docker/docker/daemon/names [no test files] [2021-09-02T19:43:13.631Z] ? github.com/docker/docker/daemon/network [no test files] [2021-09-02T19:43:13.631Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-09-02T19:43:13.631Z] === RUN TestSuccessfulDownload [2021-09-02T19:43:13.631Z] download_test.go:267: Needs fixing on Windows [2021-09-02T19:43:13.631Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-09-02T19:43:13.631Z] === RUN TestCancelledDownload [2021-09-02T19:43:13.631Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-09-02T19:43:13.631Z] --- PASS: TestCancelledDownload (0.00s) [2021-09-02T19:43:13.631Z] === RUN TestMaxDownloadAttempts [2021-09-02T19:43:13.631Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-02T19:43:13.631Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-02T19:43:13.631Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-02T19:43:13.631Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-02T19:43:13.631Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-02T19:43:13.631Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-02T19:43:13.631Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-02T19:43:13.631Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-02T19:43:13.631Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-02T19:43:13.631Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-02T19:43:13.631Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-02T19:43:13.631Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-02T19:43:13.631Z] time="2021-09-02T19:43:13Z" level=warning msg="reference for unknown type: " [2021-09-02T19:43:13.631Z] time="2021-09-02T19:43:13Z" level=warning msg="reference for unknown type: " [2021-09-02T19:43:13.631Z] === RUN TestManifestStore/error_persisting_manifest [2021-09-02T19:43:13.631Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-09-02T19:43:13.631Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-09-02T19:43:13.631Z] --- PASS: TestV2MetadataService (0.71s) [2021-09-02T19:43:13.631Z] PASS [2021-09-02T19:43:13.631Z] coverage: 48.2% of statements [2021-09-02T19:43:13.631Z] time="2021-09-02T19:43:13Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-09-02T19:43:13.631Z] --- PASS: TestManifestStore (0.23s) [2021-09-02T19:43:13.631Z] --- PASS: TestManifestStore/no_remote_or_local (0.13s) [2021-09-02T19:43:13.631Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-09-02T19:43:13.631Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-09-02T19:43:13.631Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2021-09-02T19:43:13.631Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-09-02T19:43:13.631Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2021-09-02T19:43:13.631Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-09-02T19:43:13.631Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-09-02T19:43:13.631Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-09-02T19:43:13.631Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-09-02T19:43:13.631Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2021-09-02T19:43:13.631Z] === RUN TestDetectManifestBlobMediaType [2021-09-02T19:43:13.631Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-09-02T19:43:13.631Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-09-02T19:43:13.631Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-09-02T19:43:13.631Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-09-02T19:43:13.631Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-09-02T19:43:13.631Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-09-02T19:43:13.631Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-09-02T19:43:13.631Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-09-02T19:43:13.631Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-09-02T19:43:13.631Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-09-02T19:43:13.631Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-09-02T19:43:13.631Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-09-02T19:43:13.631Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-09-02T19:43:13.631Z] === RUN TestFixManifestLayers [2021-09-02T19:43:13.631Z] --- PASS: TestFixManifestLayers (0.00s) [2021-09-02T19:43:13.631Z] === RUN TestFixManifestLayersBaseLayerParent [2021-09-02T19:43:13.631Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-02T19:43:13.631Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-02T19:43:13.631Z] === RUN TestFixManifestLayersBadParent [2021-09-02T19:43:13.631Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-09-02T19:43:13.631Z] === RUN TestValidateManifest [2021-09-02T19:43:13.631Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-02T19:43:13.631Z] --- SKIP: TestValidateManifest (0.00s) [2021-09-02T19:43:13.631Z] === RUN TestFormatPlatform [2021-09-02T19:43:13.631Z] --- PASS: TestFormatPlatform (0.00s) [2021-09-02T19:43:13.631Z] === RUN TestGetRepositoryMountCandidates [2021-09-02T19:43:13.631Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-09-02T19:43:13.631Z] === RUN TestLayerAlreadyExists [2021-09-02T19:43:13.631Z] 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-09-02T19:43:13.631Z] 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-09-02T19:43:13.631Z] 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-09-02T19:43:13.631Z] 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-09-02T19:43:13.631Z] 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-09-02T19:43:13.631Z] 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-09-02T19:43:13.631Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-09-02T19:43:13.631Z] === RUN TestWhenEmptyAuthConfig [2021-09-02T19:43:13.631Z] ok github.com/docker/docker/distribution/metadata 0.789s coverage: 48.2% of statements [2021-09-02T19:43:14.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-09-02T19:43:14.089Z] time="2021-09-02T19:43:13Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-02T19:43:14.089Z] time="2021-09-02T19:43:13Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-02T19:43:14.089Z] time="2021-09-02T19:43:13Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-02T19:43:14.089Z] time="2021-09-02T19:43:13Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-02T19:43:14.089Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-09-02T19:43:14.089Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.39s) [2021-09-02T19:43:14.089Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.39s) [2021-09-02T19:43:14.089Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.39s) [2021-09-02T19:43:14.089Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.39s) [2021-09-02T19:43:14.089Z] === RUN TestTransfer [2021-09-02T19:43:14.089Z] --- PASS: TestTransfer (0.15s) [2021-09-02T19:43:14.089Z] === RUN TestConcurrencyLimit [2021-09-02T19:43:14.547Z] === RUN TestNotFound [2021-09-02T19:43:14.547Z] --- PASS: TestNotFound (0.00s) [2021-09-02T19:43:14.547Z] === RUN TestConflict [2021-09-02T19:43:14.547Z] --- PASS: TestConflict (0.00s) [2021-09-02T19:43:14.547Z] === RUN TestForbidden [2021-09-02T19:43:14.547Z] --- PASS: TestForbidden (0.00s) [2021-09-02T19:43:14.547Z] === RUN TestInvalidParameter [2021-09-02T19:43:14.547Z] --- PASS: TestInvalidParameter (0.00s) [2021-09-02T19:43:14.547Z] === RUN TestNotImplemented [2021-09-02T19:43:14.547Z] --- PASS: TestNotImplemented (0.00s) [2021-09-02T19:43:14.547Z] === RUN TestNotModified [2021-09-02T19:43:14.547Z] --- PASS: TestNotModified (0.00s) [2021-09-02T19:43:14.547Z] === RUN TestUnauthorized [2021-09-02T19:43:14.547Z] --- PASS: TestUnauthorized (0.00s) [2021-09-02T19:43:14.548Z] === RUN TestUnknown [2021-09-02T19:43:14.548Z] --- PASS: TestUnknown (0.00s) [2021-09-02T19:43:14.548Z] === RUN TestCancelled [2021-09-02T19:43:14.548Z] --- PASS: TestCancelled (0.00s) [2021-09-02T19:43:14.548Z] === RUN TestDeadline [2021-09-02T19:43:14.548Z] --- PASS: TestDeadline (0.00s) [2021-09-02T19:43:14.548Z] === RUN TestDataLoss [2021-09-02T19:43:14.548Z] --- PASS: TestDataLoss (0.00s) [2021-09-02T19:43:14.548Z] === RUN TestUnavailable [2021-09-02T19:43:14.548Z] --- PASS: TestUnavailable (0.00s) [2021-09-02T19:43:14.548Z] === RUN TestSystem [2021-09-02T19:43:14.548Z] --- PASS: TestSystem (0.00s) [2021-09-02T19:43:14.548Z] === RUN TestFromStatusCode [2021-09-02T19:43:14.548Z] === RUN TestFromStatusCode/Not_Found [2021-09-02T19:43:14.548Z] === RUN TestFromStatusCode/Bad_Request [2021-09-02T19:43:14.548Z] === RUN TestFromStatusCode/Conflict [2021-09-02T19:43:14.548Z] === RUN TestFromStatusCode/Unauthorized [2021-09-02T19:43:14.548Z] === RUN TestFromStatusCode/Service_Unavailable [2021-09-02T19:43:14.548Z] === RUN TestFromStatusCode/Forbidden [2021-09-02T19:43:14.548Z] === RUN TestFromStatusCode/Not_Modified [2021-09-02T19:43:14.548Z] === RUN TestFromStatusCode/Not_Implemented [2021-09-02T19:43:14.548Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-09-02T19:43:14.548Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-09-02T19:43:14.548Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-09-02T19:43:14.548Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-09-02T19:43:14.548Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-09-02T19:43:14.548Z] --- PASS: TestFromStatusCode (0.00s) [2021-09-02T19:43:14.548Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-09-02T19:43:14.548Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-09-02T19:43:14.548Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-09-02T19:43:14.548Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-09-02T19:43:14.548Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-09-02T19:43:14.548Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-09-02T19:43:14.548Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-09-02T19:43:14.548Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-09-02T19:43:14.548Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-09-02T19:43:14.548Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-09-02T19:43:14.548Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-09-02T19:43:14.548Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-09-02T19:43:14.548Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-09-02T19:43:14.548Z] PASS [2021-09-02T19:43:14.548Z] coverage: 53.1% of statements [2021-09-02T19:43:14.548Z] ok github.com/docker/docker/errdefs 0.033s coverage: 53.1% of statements [2021-09-02T19:43:14.548Z] --- PASS: TestConcurrencyLimit (0.36s) [2021-09-02T19:43:14.548Z] === RUN TestInactiveJobs [2021-09-02T19:43:14.548Z] --- PASS: TestWhenEmptyAuthConfig (1.06s) [2021-09-02T19:43:14.548Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-09-02T19:43:14.548Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-09-02T19:43:14.548Z] === RUN TestTokenPassThru [2021-09-02T19:43:14.548Z] --- PASS: TestTokenPassThru (0.01s) [2021-09-02T19:43:14.548Z] === RUN TestTokenPassThruDifferentHost [2021-09-02T19:43:14.548Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-09-02T19:43:14.548Z] PASS [2021-09-02T19:43:14.548Z] coverage: 24.1% of statements [2021-09-02T19:43:14.548Z] ok github.com/docker/docker/distribution 1.392s coverage: 24.1% of statements [2021-09-02T19:43:14.548Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-09-02T19:43:14.548Z] --- PASS: TestInactiveJobs (0.36s) [2021-09-02T19:43:14.548Z] === RUN TestWatchRelease [2021-09-02T19:43:14.597Z] Removing intermediate container 845f555e75d8 [2021-09-02T19:43:14.597Z] ---> ff9c07efc39f [2021-09-02T19:43:14.597Z] Step 13/13 : CMD ["sh"] [2021-09-02T19:43:14.597Z] ---> Running in 9736c775481a [2021-09-02T19:43:14.612Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false [2021-09-02T19:43:14.612Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-09-02T19:43:14.612Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-09-02T19:43:14.612Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.68s) [2021-09-02T19:43:14.612Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-09-02T19:43:15.006Z] === RUN TestFSGetInvalidData [2021-09-02T19:43:15.006Z] --- PASS: TestWatchRelease (0.04s) [2021-09-02T19:43:15.006Z] === RUN TestWatchFinishedTransfer [2021-09-02T19:43:15.006Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-09-02T19:43:15.006Z] === RUN TestDuplicateTransfer [2021-09-02T19:43:15.006Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-09-02T19:43:15.006Z] === RUN TestFSInvalidSet [2021-09-02T19:43:15.006Z] --- PASS: TestFSInvalidSet (0.01s) [2021-09-02T19:43:15.006Z] === RUN TestFSInvalidRoot [2021-09-02T19:43:15.006Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-09-02T19:43:15.006Z] === RUN TestFSMetadataGetSet [2021-09-02T19:43:15.006Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-09-02T19:43:15.006Z] === RUN TestSuccessfulUpload [2021-09-02T19:43:15.006Z] --- PASS: TestFSMetadataGetSet (0.03s) [2021-09-02T19:43:15.006Z] === RUN TestFSInvalidWalker [2021-09-02T19:43:15.006Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-09-02T19:43:15.006Z] === RUN TestFSGetSet [2021-09-02T19:43:15.006Z] --- PASS: TestFSGetSet (0.01s) [2021-09-02T19:43:15.006Z] === RUN TestFSGetUnsetKey [2021-09-02T19:43:15.006Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-09-02T19:43:15.006Z] === RUN TestFSGetEmptyData [2021-09-02T19:43:15.006Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-09-02T19:43:15.006Z] === RUN TestFSDelete [2021-09-02T19:43:15.006Z] --- PASS: TestFSDelete (0.01s) [2021-09-02T19:43:15.006Z] === RUN TestFSWalker [2021-09-02T19:43:15.006Z] --- PASS: TestFSWalker (0.01s) [2021-09-02T19:43:15.006Z] === RUN TestFSWalkerStopOnError [2021-09-02T19:43:15.006Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-09-02T19:43:15.006Z] === RUN TestNewFromJSON [2021-09-02T19:43:15.006Z] --- PASS: TestNewFromJSON (0.00s) [2021-09-02T19:43:15.006Z] === RUN TestNewFromJSONWithInvalidJSON [2021-09-02T19:43:15.006Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-09-02T19:43:15.006Z] === RUN TestMarshalKeyOrder [2021-09-02T19:43:15.006Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-09-02T19:43:15.006Z] === RUN TestHistoryEqual [2021-09-02T19:43:15.006Z] --- PASS: TestHistoryEqual (0.12s) [2021-09-02T19:43:15.006Z] === RUN TestImage [2021-09-02T19:43:15.006Z] --- PASS: TestImage (0.00s) [2021-09-02T19:43:15.006Z] === RUN TestImageOSNotEmpty [2021-09-02T19:43:15.006Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-09-02T19:43:15.006Z] === RUN TestNewChildImageFromImageWithRootFS [2021-09-02T19:43:15.006Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-09-02T19:43:15.006Z] === RUN TestCreate [2021-09-02T19:43:15.006Z] --- PASS: TestCreate (0.00s) [2021-09-02T19:43:15.006Z] === RUN TestRestore [2021-09-02T19:43:15.006Z] time="2021-09-02T19:43:14Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-09-02T19:43:15.006Z] --- PASS: TestRestore (0.04s) [2021-09-02T19:43:15.006Z] === RUN TestAddDelete [2021-09-02T19:43:15.006Z] --- PASS: TestAddDelete (0.02s) [2021-09-02T19:43:15.006Z] === RUN TestSearchAfterDelete [2021-09-02T19:43:15.006Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-09-02T19:43:15.006Z] === RUN TestParentReset [2021-09-02T19:43:15.006Z] time="2021-09-02T19:43:14Z" level=error msg="Upload failed, retrying: simulating retry" [2021-09-02T19:43:15.006Z] --- PASS: TestParentReset (0.03s) [2021-09-02T19:43:15.006Z] === RUN TestGetAndSetLastUpdated [2021-09-02T19:43:15.006Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-09-02T19:43:15.006Z] === RUN TestStoreLen [2021-09-02T19:43:15.006Z] --- PASS: TestStoreLen (0.04s) [2021-09-02T19:43:15.006Z] PASS [2021-09-02T19:43:15.006Z] coverage: 86.6% of statements [2021-09-02T19:43:15.006Z] ok github.com/docker/docker/image 0.429s coverage: 86.6% of statements [2021-09-02T19:43:15.006Z] --- PASS: TestSuccessfulUpload (0.40s) [2021-09-02T19:43:15.006Z] === RUN TestCancelledUpload [2021-09-02T19:43:15.006Z] --- PASS: TestCancelledUpload (0.00s) [2021-09-02T19:43:15.006Z] PASS [2021-09-02T19:43:15.006Z] coverage: 76.8% of statements [2021-09-02T19:43:15.066Z] Removing intermediate container 9736c775481a [2021-09-02T19:43:15.066Z] ---> 506c200e3162 [2021-09-02T19:43:15.066Z] Successfully built 506c200e3162 [2021-09-02T19:43:15.066Z] Successfully tagged busybox:latest [2021-09-02T19:43:15.066Z] INFO: Docker images of the daemon under test [2021-09-02T19:43:15.066Z] [2021-09-02T19:43:15.066Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-02T19:43:15.066Z] busybox latest 506c200e3162 Less than a second ago 5.14GB [2021-09-02T19:43:15.066Z] microsoft/windowsservercore latest 801c33f5de3a 3 weeks ago 5.1GB [2021-09-02T19:43:15.066Z] mcr.microsoft.com/windows/servercore ltsc2022 801c33f5de3a 3 weeks ago 5.1GB [2021-09-02T19:43:15.066Z] [2021-09-02T19:43:15.066Z] INFO: Running integration tests at 09/02/2021 19:43:14... [2021-09-02T19:43:15.066Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-09-02T19:43:15.066Z] INFO: Integration API tests being run from the host: [2021-09-02T19:43:15.066Z] INFO: make.ps1 starting at 09/02/2021 19:43:14 [2021-09-02T19:43:15.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-09-02T19:43:15.450Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-09-02T19:43:15.465Z] ok github.com/docker/docker/distribution/xfer 1.805s coverage: 76.8% of statements [2021-09-02T19:43:15.465Z] ? github.com/docker/docker/dockerversion [no test files] [2021-09-02T19:43:15.465Z] === RUN TestCompare [2021-09-02T19:43:15.465Z] --- PASS: TestCompare (0.00s) [2021-09-02T19:43:15.465Z] PASS [2021-09-02T19:43:15.465Z] coverage: 19.2% of statements [2021-09-02T19:43:15.465Z] ok github.com/docker/docker/image/cache 0.072s coverage: 19.2% of statements [2021-09-02T19:43:15.535Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-09-02T19:43:15.551Z] === RUN TestDockerSuite/TestBuildAddScript [2021-09-02T19:43:15.922Z] === RUN TestValidateManifest [2021-09-02T19:43:15.922Z] === RUN TestValidateManifest/nil [2021-09-02T19:43:15.922Z] === RUN TestValidateManifest/non-nil [2021-09-02T19:43:15.922Z] --- PASS: TestValidateManifest (0.00s) [2021-09-02T19:43:15.922Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-09-02T19:43:15.922Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-09-02T19:43:15.922Z] PASS [2021-09-02T19:43:15.922Z] coverage: 0.7% of statements [2021-09-02T19:43:15.922Z] ok github.com/docker/docker/image/tarexport 0.073s coverage: 0.7% of statements [2021-09-02T19:43:15.922Z] === RUN TestMakeV1ConfigFromConfig [2021-09-02T19:43:15.922Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-09-02T19:43:15.922Z] PASS [2021-09-02T19:43:15.922Z] coverage: 25.0% of statements [2021-09-02T19:43:16.121Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true [2021-09-02T19:43:16.379Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.69s) [2021-09-02T19:43:16.379Z] === RUN TestIpcModeOlderClient [2021-09-02T19:43:16.379Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-09-02T19:43:16.379Z] === PAUSE TestIpcModeOlderClient [2021-09-02T19:43:16.379Z] === RUN TestKillContainerInvalidSignal [2021-09-02T19:43:16.381Z] ok github.com/docker/docker/image/v1 0.115s coverage: 25.0% of statements [2021-09-02T19:43:16.381Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-09-02T19:43:16.838Z] === RUN TestSerialization [2021-09-02T19:43:16.838Z] --- PASS: TestSerialization (0.02s) [2021-09-02T19:43:16.838Z] PASS [2021-09-02T19:43:16.838Z] coverage: 100.0% of statements [2021-09-02T19:43:16.838Z] ok github.com/docker/docker/libcontainerd/queue 0.064s coverage: 100.0% of statements [2021-09-02T19:43:16.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-09-02T19:43:16.947Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2021-09-02T19:43:16.947Z] === RUN TestKillContainer [2021-09-02T19:43:16.947Z] === RUN TestKillContainer/no_signal [2021-09-02T19:43:17.296Z] === RUN TestEmptyLayer [2021-09-02T19:43:17.296Z] --- PASS: TestEmptyLayer (0.00s) [2021-09-02T19:43:17.296Z] === RUN TestCommitFailure [2021-09-02T19:43:17.296Z] --- PASS: TestCommitFailure (0.01s) [2021-09-02T19:43:17.296Z] === RUN TestStartTransactionFailure [2021-09-02T19:43:17.296Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-09-02T19:43:17.296Z] === RUN TestGetOrphan [2021-09-02T19:43:17.296Z] --- PASS: TestGetOrphan (0.01s) [2021-09-02T19:43:17.296Z] === RUN TestMountAndRegister [2021-09-02T19:43:17.296Z] layer_test.go:270: Layer size: 14 [2021-09-02T19:43:17.296Z] === RUN TestEnvironmentParsing [2021-09-02T19:43:17.296Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-09-02T19:43:17.296Z] PASS [2021-09-02T19:43:17.296Z] coverage: 1.2% of statements [2021-09-02T19:43:17.296Z] --- PASS: TestMountAndRegister (0.05s) [2021-09-02T19:43:17.296Z] === RUN TestLayerRelease [2021-09-02T19:43:17.296Z] layer_test.go:303: Failing on Windows [2021-09-02T19:43:17.296Z] --- SKIP: TestLayerRelease (0.00s) [2021-09-02T19:43:17.296Z] === RUN TestStoreRestore [2021-09-02T19:43:17.296Z] layer_test.go:352: Failing on Windows [2021-09-02T19:43:17.296Z] --- SKIP: TestStoreRestore (0.00s) [2021-09-02T19:43:17.296Z] === RUN TestTarStreamStability [2021-09-02T19:43:17.296Z] layer_test.go:467: Failing on Windows [2021-09-02T19:43:17.296Z] --- SKIP: TestTarStreamStability (0.00s) [2021-09-02T19:43:17.296Z] === RUN TestRegisterExistingLayer [2021-09-02T19:43:17.296Z] ok github.com/docker/docker/libcontainerd/local 0.055s coverage: 1.2% of statements [2021-09-02T19:43:17.754Z] --- PASS: TestRegisterExistingLayer (0.09s) [2021-09-02T19:43:17.754Z] === RUN TestTarStreamVerification [2021-09-02T19:43:17.754Z] layer_test.go:696: Failing on Windows [2021-09-02T19:43:17.754Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestLayerMigration [2021-09-02T19:43:17.754Z] migration_test.go:45: Failing on Windows [2021-09-02T19:43:17.754Z] --- SKIP: TestLayerMigration (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestLayerMigrationNoTarsplit [2021-09-02T19:43:17.754Z] migration_test.go:181: Failing on Windows [2021-09-02T19:43:17.754Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestMountInit [2021-09-02T19:43:17.754Z] mount_test.go:17: Failing on Windows [2021-09-02T19:43:17.754Z] --- SKIP: TestMountInit (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestMountSize [2021-09-02T19:43:17.754Z] mount_test.go:76: Failing on Windows [2021-09-02T19:43:17.754Z] --- SKIP: TestMountSize (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestMountChanges [2021-09-02T19:43:17.754Z] mount_test.go:125: Failing on Windows [2021-09-02T19:43:17.754Z] --- SKIP: TestMountChanges (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestMountApply [2021-09-02T19:43:17.754Z] mount_test.go:212: Failing on Windows [2021-09-02T19:43:17.754Z] --- SKIP: TestMountApply (0.00s) [2021-09-02T19:43:17.754Z] PASS [2021-09-02T19:43:17.754Z] coverage: 30.1% of statements [2021-09-02T19:43:17.754Z] ok github.com/docker/docker/layer 0.232s coverage: 30.1% of statements [2021-09-02T19:43:17.754Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-09-02T19:43:17.754Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-09-02T19:43:17.754Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-09-02T19:43:17.754Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-09-02T19:43:17.754Z] === RUN TestSequenceGetAvailableBit [2021-09-02T19:43:17.754Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestSequenceEqual [2021-09-02T19:43:17.754Z] --- PASS: TestSequenceEqual (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestSequenceCopy [2021-09-02T19:43:17.754Z] --- PASS: TestSequenceCopy (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestGetFirstAvailable [2021-09-02T19:43:17.754Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestFindSequence [2021-09-02T19:43:17.754Z] --- PASS: TestFindSequence (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestCheckIfAvailable [2021-09-02T19:43:17.754Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestMergeSequences [2021-09-02T19:43:17.754Z] --- PASS: TestMergeSequences (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestPushReservation [2021-09-02T19:43:17.754Z] --- PASS: TestPushReservation (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestSerializeDeserialize [2021-09-02T19:43:17.754Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestSet [2021-09-02T19:43:17.754Z] --- PASS: TestSet (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestSetUnset [2021-09-02T19:43:17.754Z] --- PASS: TestSetUnset (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestOffsetSetUnset [2021-09-02T19:43:17.754Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestSetInRange [2021-09-02T19:43:17.754Z] --- PASS: TestSetInRange (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestSetAnyInRange [2021-09-02T19:43:17.754Z] --- PASS: TestSetAnyInRange (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestMethods [2021-09-02T19:43:17.754Z] --- PASS: TestMethods (0.00s) [2021-09-02T19:43:17.754Z] === RUN TestRandomAllocateDeallocate [2021-09-02T19:43:17.883Z] === RUN TestKillContainer/non_killing_signal [2021-09-02T19:43:18.142Z] check_test.go:308: [db20c47808935] daemon is not started [2021-09-02T19:43:18.142Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-09-02T19:43:18.142Z] === RUN TestKillContainer/killing_signal [2021-09-02T19:43:18.401Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-09-02T19:43:19.337Z] --- PASS: TestKillContainer (2.13s) [2021-09-02T19:43:19.337Z] --- PASS: TestKillContainer/no_signal (0.62s) [2021-09-02T19:43:19.337Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2021-09-02T19:43:19.337Z] --- PASS: TestKillContainer/killing_signal (0.73s) [2021-09-02T19:43:19.337Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-02T19:43:19.337Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-09-02T19:43:19.905Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-09-02T19:43:19.926Z] === RUN TestInvalidConfig [2021-09-02T19:43:19.926Z] --- PASS: TestInvalidConfig (0.00s) [2021-09-02T19:43:19.926Z] === RUN TestConfig [2021-09-02T19:43:19.926Z] --- PASS: TestConfig (0.00s) [2021-09-02T19:43:19.926Z] === RUN TestOptionsLabels [2021-09-02T19:43:19.926Z] --- PASS: TestOptionsLabels (0.00s) [2021-09-02T19:43:19.926Z] === RUN TestValidName [2021-09-02T19:43:19.926Z] --- PASS: TestValidName (0.00s) [2021-09-02T19:43:19.926Z] === RUN TestTLSConfiguration [2021-09-02T19:43:19.926Z] time="2021-09-02T19:43:19Z" level=info msg="Option Initializing KV with TLS" [2021-09-02T19:43:19.926Z] --- PASS: TestTLSConfiguration (0.12s) [2021-09-02T19:43:19.926Z] PASS [2021-09-02T19:43:19.926Z] coverage: 24.0% of statements [2021-09-02T19:43:19.926Z] ok github.com/docker/docker/libnetwork/config 0.196s coverage: 24.0% of statements [2021-09-02T19:43:19.926Z] === RUN TestKey [2021-09-02T19:43:19.926Z] --- PASS: TestKey (0.00s) [2021-09-02T19:43:19.926Z] === RUN TestParseKey [2021-09-02T19:43:19.926Z] --- PASS: TestParseKey (0.00s) [2021-09-02T19:43:19.926Z] === RUN TestInvalidDataStore [2021-09-02T19:43:19.926Z] --- PASS: TestInvalidDataStore (0.00s) [2021-09-02T19:43:19.926Z] === RUN TestKVObjectFlatKey [2021-09-02T19:43:19.926Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-09-02T19:43:19.926Z] === RUN TestAtomicKVObjectFlatKey [2021-09-02T19:43:19.926Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-09-02T19:43:19.926Z] PASS [2021-09-02T19:43:19.926Z] coverage: 21.9% of statements [2021-09-02T19:43:19.926Z] ok github.com/docker/docker/libnetwork/datastore 0.046s coverage: 21.9% of statements [2021-09-02T19:43:20.842Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.52s) [2021-09-02T19:43:20.842Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s) [2021-09-02T19:43:20.842Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s) [2021-09-02T19:43:20.842Z] === RUN TestKillStoppedContainer [2021-09-02T19:43:20.842Z] --- PASS: TestKillStoppedContainer (0.08s) [2021-09-02T19:43:20.842Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-02T19:43:20.842Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-09-02T19:43:20.842Z] === RUN TestKillDifferentUserContainer [2021-09-02T19:43:20.892Z] === RUN TestIPDataMarshalling [2021-09-02T19:43:20.892Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-09-02T19:43:20.892Z] === RUN TestValidateAndIsV6 [2021-09-02T19:43:20.892Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-09-02T19:43:20.892Z] PASS [2021-09-02T19:43:20.892Z] coverage: 68.9% of statements [2021-09-02T19:43:20.892Z] ok github.com/docker/docker/libnetwork/driverapi 0.038s coverage: 68.9% of statements [2021-09-02T19:43:21.068Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-09-02T19:43:21.101Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-09-02T19:43:21.349Z] === RUN TestErrorInterfaces [2021-09-02T19:43:21.349Z] --- PASS: TestErrorInterfaces (0.00s) [2021-09-02T19:43:21.349Z] === RUN TestNetworkMarshalling [2021-09-02T19:43:21.349Z] --- PASS: TestNetworkMarshalling (0.12s) [2021-09-02T19:43:21.349Z] === RUN TestEndpointMarshalling [2021-09-02T19:43:21.349Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-09-02T19:43:21.349Z] === RUN TestAuxAddresses [2021-09-02T19:43:21.349Z] time="2021-09-02T19:43:21Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-02T19:43:21.349Z] --- PASS: TestAuxAddresses (0.01s) [2021-09-02T19:43:21.349Z] === RUN TestSRVServiceQuery [2021-09-02T19:43:21.349Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:43:21.349Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-09-02T19:43:21.349Z] === RUN TestServiceVIPReuse [2021-09-02T19:43:21.349Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:43:21.349Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-09-02T19:43:21.349Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-09-02T19:43:21.349Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:43:21.349Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-02T19:43:21.349Z] === RUN TestDNSIPQuery [2021-09-02T19:43:21.349Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:43:21.349Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-09-02T19:43:21.349Z] === RUN TestDNSProxyServFail [2021-09-02T19:43:21.349Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:43:21.349Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-09-02T19:43:21.349Z] === RUN TestSandboxAddEmpty [2021-09-02T19:43:21.349Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:43:21.349Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-09-02T19:43:21.349Z] === RUN TestSandboxAddMultiPrio [2021-09-02T19:43:21.349Z] === RUN TestDriver [2021-09-02T19:43:21.349Z] --- PASS: TestDriver (0.00s) [2021-09-02T19:43:21.349Z] PASS [2021-09-02T19:43:21.349Z] coverage: 34.8% of statements [2021-09-02T19:43:21.349Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:43:21.349Z] --- SKIP: TestSandboxAddMultiPrio (0.01s) [2021-09-02T19:43:21.349Z] === RUN TestSandboxAddSamePrio [2021-09-02T19:43:21.349Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:43:21.349Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-09-02T19:43:21.349Z] === RUN TestCleanupServiceDiscovery [2021-09-02T19:43:21.349Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:43:21.349Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-09-02T19:43:21.349Z] === RUN TestDNSOptions [2021-09-02T19:43:21.349Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:43:21.349Z] --- SKIP: TestDNSOptions (0.00s) [2021-09-02T19:43:21.349Z] === RUN TestMultipleControllersWithSameStore [2021-09-02T19:43:21.349Z] time="2021-09-02T19:43:21Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-02T19:43:21.349Z] ok github.com/docker/docker/libnetwork/drivers/host 0.046s coverage: 34.8% of statements [2021-09-02T19:43:21.349Z] time="2021-09-02T19:43:21Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-02T19:43:21.349Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-09-02T19:43:21.349Z] PASS [2021-09-02T19:43:21.349Z] coverage: 8.6% of statements [2021-09-02T19:43:21.349Z] ok github.com/docker/docker/libnetwork 0.262s coverage: 8.6% of statements [2021-09-02T19:43:21.667Z] check_test.go:308: [dab6708d85208] daemon is not started [2021-09-02T19:43:21.667Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-09-02T19:43:21.667Z] --- PASS: TestKillDifferentUserContainer (0.74s) [2021-09-02T19:43:21.667Z] === RUN TestInspectOomKilledTrue [2021-09-02T19:43:21.667Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:43:21.667Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-02T19:43:21.667Z] === RUN TestInspectOomKilledFalse [2021-09-02T19:43:21.667Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:43:21.667Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-02T19:43:21.667Z] === RUN TestLinksEtcHostsContentMatch [2021-09-02T19:43:21.807Z] === RUN TestDriver [2021-09-02T19:43:21.807Z] --- PASS: TestDriver (0.00s) [2021-09-02T19:43:21.807Z] PASS [2021-09-02T19:43:21.807Z] coverage: 34.8% of statements [2021-09-02T19:43:21.807Z] ok github.com/docker/docker/libnetwork/drivers/null 0.039s coverage: 34.8% of statements [2021-09-02T19:43:22.234Z] --- PASS: TestLinksEtcHostsContentMatch (0.60s) [2021-09-02T19:43:22.234Z] === RUN TestLinksContainerNames [2021-09-02T19:43:22.265Z] === RUN TestNetworkAllocateFree [2021-09-02T19:43:22.265Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-09-02T19:43:22.265Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-09-02T19:43:22.265Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-09-02T19:43:22.265Z] PASS [2021-09-02T19:43:22.265Z] coverage: 63.6% of statements [2021-09-02T19:43:22.265Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.043s coverage: 63.6% of statements [2021-09-02T19:43:22.265Z] --- PASS: TestRandomAllocateDeallocate (4.56s) [2021-09-02T19:43:22.265Z] === RUN TestAllocateRandomDeallocate [2021-09-02T19:43:22.723Z] === RUN TestGetEmptyCapabilities [2021-09-02T19:43:22.723Z] --- PASS: TestGetEmptyCapabilities (0.02s) [2021-09-02T19:43:22.723Z] === RUN TestGetExtraCapabilities [2021-09-02T19:43:22.723Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-09-02T19:43:22.723Z] === RUN TestGetInvalidCapabilities [2021-09-02T19:43:22.723Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2021-09-02T19:43:22.723Z] === RUN TestRemoteDriver [2021-09-02T19:43:22.723Z] --- PASS: TestRemoteDriver (0.01s) [2021-09-02T19:43:22.723Z] === RUN TestDriverError [2021-09-02T19:43:22.723Z] --- PASS: TestDriverError (0.01s) [2021-09-02T19:43:22.723Z] === RUN TestMissingValues [2021-09-02T19:43:22.723Z] --- PASS: TestMissingValues (0.00s) [2021-09-02T19:43:22.723Z] === RUN TestRollback [2021-09-02T19:43:22.723Z] --- PASS: TestRollback (0.01s) [2021-09-02T19:43:22.723Z] PASS [2021-09-02T19:43:22.723Z] coverage: 57.4% of statements [2021-09-02T19:43:22.723Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.115s coverage: 57.4% of statements [2021-09-02T19:43:23.181Z] === RUN TestNAT [2021-09-02T19:43:23.181Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-02T19:43:23.181Z] --- SKIP: TestNAT (0.00s) [2021-09-02T19:43:23.181Z] === RUN TestTransparent [2021-09-02T19:43:23.181Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-02T19:43:23.181Z] --- SKIP: TestTransparent (0.00s) [2021-09-02T19:43:23.181Z] PASS [2021-09-02T19:43:23.181Z] coverage: 0.0% of statements [2021-09-02T19:43:23.181Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.068s coverage: 0.0% of statements [2021-09-02T19:43:23.181Z] === RUN TestNew [2021-09-02T19:43:23.181Z] --- PASS: TestNew (0.00s) [2021-09-02T19:43:23.181Z] === RUN TestAddDriver [2021-09-02T19:43:23.181Z] --- PASS: TestAddDriver (0.00s) [2021-09-02T19:43:23.181Z] === RUN TestAddDuplicateDriver [2021-09-02T19:43:23.181Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-09-02T19:43:23.181Z] === RUN TestIPAMDefaultAddressSpaces [2021-09-02T19:43:23.181Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-09-02T19:43:23.181Z] === RUN TestDriver [2021-09-02T19:43:23.181Z] --- PASS: TestDriver (0.00s) [2021-09-02T19:43:23.181Z] === RUN TestIPAM [2021-09-02T19:43:23.181Z] --- PASS: TestIPAM (0.00s) [2021-09-02T19:43:23.181Z] === RUN TestWalkIPAMs [2021-09-02T19:43:23.181Z] --- PASS: TestWalkIPAMs (0.00s) [2021-09-02T19:43:23.181Z] === RUN TestWalkDrivers [2021-09-02T19:43:23.181Z] --- PASS: TestWalkDrivers (0.00s) [2021-09-02T19:43:23.181Z] PASS [2021-09-02T19:43:23.181Z] coverage: 82.4% of statements [2021-09-02T19:43:23.181Z] ok github.com/docker/docker/libnetwork/drvregistry 0.054s coverage: 82.4% of statements [2021-09-02T19:43:23.181Z] === RUN TestBuildDefault [2021-09-02T19:43:23.293Z] --- PASS: TestCreateServiceMultipleTimes (15.50s) [2021-09-02T19:43:23.293Z] === RUN TestCreateServiceConflict [2021-09-02T19:43:23.293Z] --- PASS: TestCreateServiceConflict (2.15s) [2021-09-02T19:43:23.293Z] === RUN TestCreateServiceMaxReplicas [2021-09-02T19:43:23.610Z] --- PASS: TestLinksContainerNames (1.49s) [2021-09-02T19:43:23.611Z] === RUN TestLogsFollowTailEmpty [2021-09-02T19:43:23.639Z] --- PASS: TestBuildDefault (0.00s) [2021-09-02T19:43:23.639Z] === RUN TestBuildHostnameDomainname [2021-09-02T19:43:23.639Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-09-02T19:43:23.639Z] === RUN TestBuildHostname [2021-09-02T19:43:23.639Z] --- PASS: TestBuildHostname (0.00s) [2021-09-02T19:43:23.639Z] === RUN TestBuildHostnameFQDN [2021-09-02T19:43:23.639Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-09-02T19:43:23.639Z] === RUN TestBuildNoIP [2021-09-02T19:43:23.639Z] --- PASS: TestBuildNoIP (0.00s) [2021-09-02T19:43:23.639Z] === RUN TestUpdate [2021-09-02T19:43:23.639Z] --- PASS: TestUpdate (0.00s) [2021-09-02T19:43:23.639Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-09-02T19:43:23.639Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-09-02T19:43:23.639Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-09-02T19:43:23.639Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-09-02T19:43:23.639Z] === RUN TestAddEmpty [2021-09-02T19:43:23.639Z] --- PASS: TestAddEmpty (0.00s) [2021-09-02T19:43:23.639Z] === RUN TestAdd [2021-09-02T19:43:23.639Z] --- PASS: TestAdd (0.00s) [2021-09-02T19:43:23.639Z] === RUN TestDeleteEmpty [2021-09-02T19:43:23.639Z] --- PASS: TestDeleteEmpty (0.00s) [2021-09-02T19:43:23.639Z] === RUN TestDeleteNewline [2021-09-02T19:43:23.639Z] --- PASS: TestDeleteNewline (0.00s) [2021-09-02T19:43:23.639Z] === RUN TestDelete [2021-09-02T19:43:23.639Z] --- PASS: TestDelete (0.00s) [2021-09-02T19:43:23.639Z] === RUN TestConcurrentWrites [2021-09-02T19:43:23.639Z] --- PASS: TestAllocateRandomDeallocate (1.10s) [2021-09-02T19:43:23.639Z] === RUN TestAllocateRandomDeallocateSerialize [2021-09-02T19:43:23.639Z] --- PASS: TestConcurrentWrites (0.17s) [2021-09-02T19:43:23.639Z] PASS [2021-09-02T19:43:23.639Z] coverage: 81.2% of statements [2021-09-02T19:43:23.639Z] ok github.com/docker/docker/libnetwork/etchosts 0.235s coverage: 81.2% of statements [2021-09-02T19:43:23.869Z] docker_cli_daemon_plugins_test.go:80: [db9d9b041d624] daemon is not started [2021-09-02T19:43:24.097Z] === RUN TestNew [2021-09-02T19:43:24.097Z] --- PASS: TestNew (0.00s) [2021-09-02T19:43:24.097Z] === RUN TestAllocate [2021-09-02T19:43:24.097Z] --- PASS: TestAllocate (0.00s) [2021-09-02T19:43:24.097Z] === RUN TestUninitialized [2021-09-02T19:43:24.097Z] --- PASS: TestUninitialized (0.00s) [2021-09-02T19:43:24.097Z] === RUN TestAllocateInRange [2021-09-02T19:43:24.097Z] --- PASS: TestAllocateInRange (0.00s) [2021-09-02T19:43:24.097Z] === RUN TestAllocateSerial [2021-09-02T19:43:24.097Z] --- PASS: TestAllocateSerial (0.00s) [2021-09-02T19:43:24.097Z] PASS [2021-09-02T19:43:24.097Z] coverage: 87.5% of statements [2021-09-02T19:43:24.097Z] === RUN TestDiff [2021-09-02T19:43:24.097Z] --- PASS: TestDiff (0.00s) [2021-09-02T19:43:24.097Z] === RUN TestAddedCallback [2021-09-02T19:43:24.097Z] --- PASS: TestAddedCallback (0.00s) [2021-09-02T19:43:24.097Z] === RUN TestRemovedCallback [2021-09-02T19:43:24.097Z] --- PASS: TestRemovedCallback (0.00s) [2021-09-02T19:43:24.097Z] === RUN TestNoCallback [2021-09-02T19:43:24.097Z] --- PASS: TestNoCallback (0.00s) [2021-09-02T19:43:24.097Z] PASS [2021-09-02T19:43:24.097Z] coverage: 48.1% of statements [2021-09-02T19:43:24.097Z] ok github.com/docker/docker/libnetwork/idm 0.042s coverage: 87.5% of statements [2021-09-02T19:43:24.097Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.039s coverage: 48.1% of statements [2021-09-02T19:43:24.382Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-09-02T19:43:24.467Z] --- PASS: TestLogsFollowTailEmpty (0.69s) [2021-09-02T19:43:24.467Z] === RUN TestContainerNetworkMountsNoChown [2021-09-02T19:43:24.555Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.89s) [2021-09-02T19:43:24.555Z] === RUN TestRetrieveFromStore [2021-09-02T19:43:24.555Z] === RUN TestCaller [2021-09-02T19:43:24.555Z] --- PASS: TestCaller (0.00s) [2021-09-02T19:43:24.555Z] PASS [2021-09-02T19:43:24.555Z] coverage: 100.0% of statements [2021-09-02T19:43:24.555Z] ok github.com/docker/docker/libnetwork/internal/caller 0.039s coverage: 100.0% of statements [2021-09-02T19:43:24.555Z] === RUN TestSetSerialInsertDelete [2021-09-02T19:43:24.555Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-09-02T19:43:24.555Z] === RUN TestSetParallelInsertDelete [2021-09-02T19:43:24.960Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-09-02T19:43:25.014Z] --- PASS: TestRetrieveFromStore (0.38s) [2021-09-02T19:43:25.014Z] === RUN TestIsCorrupted [2021-09-02T19:43:25.014Z] --- PASS: TestIsCorrupted (0.01s) [2021-09-02T19:43:25.014Z] === RUN TestSetRollover [2021-09-02T19:43:25.036Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-09-02T19:43:25.299Z] --- PASS: TestContainerNetworkMountsNoChown (0.79s) [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/default [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/default [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/private [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/private [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/rprivate [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/rprivate [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/slave [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/slave [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/rslave [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/rslave [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/shared [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/shared [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/rshared [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/rshared [2021-09-02T19:43:25.299Z] === CONT TestMountDaemonRoot/default [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/default/mount_root [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/default/bind_root [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-09-02T19:43:25.299Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-09-02T19:43:25.299Z] === CONT TestMountDaemonRoot/rshared [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-09-02T19:43:25.299Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-09-02T19:43:25.299Z] === CONT TestMountDaemonRoot/shared [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-09-02T19:43:25.299Z] === CONT TestMountDaemonRoot/rslave [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-09-02T19:43:25.299Z] === CONT TestMountDaemonRoot/slave [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-09-02T19:43:25.299Z] === CONT TestMountDaemonRoot/rprivate [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-09-02T19:43:25.299Z] === CONT TestMountDaemonRoot/private [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/private/bind_root [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/private/mount_root [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-09-02T19:43:25.299Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-09-02T19:43:25.299Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-09-02T19:43:25.299Z] === CONT TestMountDaemonRoot/default/bind_root [2021-09-02T19:43:25.299Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-09-02T19:43:25.299Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-09-02T19:43:25.299Z] === CONT TestMountDaemonRoot/default/mount_root [2021-09-02T19:43:25.299Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-09-02T19:43:25.473Z] === RUN TestPoolRequest [2021-09-02T19:43:25.473Z] --- PASS: TestPoolRequest (0.00s) [2021-09-02T19:43:25.473Z] === RUN TestOtherRequests [2021-09-02T19:43:25.473Z] --- PASS: TestOtherRequests (0.00s) [2021-09-02T19:43:25.473Z] PASS [2021-09-02T19:43:25.473Z] coverage: 57.1% of statements [2021-09-02T19:43:25.473Z] ok github.com/docker/docker/libnetwork/ipams/null 0.039s coverage: 57.1% of statements [2021-09-02T19:43:25.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-09-02T19:43:25.558Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-09-02T19:43:25.558Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-09-02T19:43:25.558Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-09-02T19:43:25.558Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-09-02T19:43:25.558Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-09-02T19:43:25.558Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-09-02T19:43:25.558Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-09-02T19:43:25.558Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-09-02T19:43:25.558Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-09-02T19:43:25.817Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-09-02T19:43:25.817Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-09-02T19:43:25.817Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-09-02T19:43:25.817Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-09-02T19:43:25.817Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-09-02T19:43:25.817Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-09-02T19:43:25.817Z] === CONT TestMountDaemonRoot/private/bind_root [2021-09-02T19:43:25.817Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-09-02T19:43:25.817Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-09-02T19:43:25.817Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-09-02T19:43:25.817Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-09-02T19:43:25.817Z] === CONT TestMountDaemonRoot/private/mount_root [2021-09-02T19:43:25.817Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-09-02T19:43:25.823Z] --- PASS: TestCreateServiceMaxReplicas (2.86s) [2021-09-02T19:43:25.823Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-02T19:43:25.930Z] === RUN TestInt2IP2IntConversion [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot (0.06s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-09-02T19:43:26.076Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-09-02T19:43:26.076Z] === RUN TestContainerBindMountNonRecursive [2021-09-02T19:43:26.389Z] --- PASS: TestSetRollover (1.47s) [2021-09-02T19:43:26.389Z] === RUN TestSetRolloverSerial [2021-09-02T19:43:26.389Z] --- PASS: TestInt2IP2IntConversion (0.40s) [2021-09-02T19:43:26.389Z] === RUN TestGetAddressVersion [2021-09-02T19:43:26.389Z] --- PASS: TestGetAddressVersion (0.00s) [2021-09-02T19:43:26.389Z] === RUN TestKeyString [2021-09-02T19:43:26.389Z] --- PASS: TestKeyString (0.00s) [2021-09-02T19:43:26.389Z] === RUN TestPoolDataMarshal [2021-09-02T19:43:26.389Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-09-02T19:43:26.389Z] === RUN TestSubnetsMarshal [2021-09-02T19:43:26.389Z] --- PASS: TestSubnetsMarshal (0.03s) [2021-09-02T19:43:26.389Z] === RUN TestAddSubnets [2021-09-02T19:43:26.389Z] --- PASS: TestAddSubnets (0.04s) [2021-09-02T19:43:26.389Z] === RUN TestDoublePoolRelease [2021-09-02T19:43:26.389Z] --- PASS: TestDoublePoolRelease (0.02s) [2021-09-02T19:43:26.389Z] === RUN TestAddReleasePoolID [2021-09-02T19:43:26.389Z] --- PASS: TestAddReleasePoolID (0.06s) [2021-09-02T19:43:26.389Z] === RUN TestPredefinedPool [2021-09-02T19:43:26.389Z] === RUN TestGetCapabilities [2021-09-02T19:43:26.389Z] --- PASS: TestGetCapabilities (0.01s) [2021-09-02T19:43:26.389Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-09-02T19:43:26.389Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-09-02T19:43:26.389Z] === RUN TestGetDefaultAddressSpaces [2021-09-02T19:43:26.389Z] --- PASS: TestPredefinedPool (0.02s) [2021-09-02T19:43:26.389Z] === RUN TestRemoveSubnet [2021-09-02T19:43:26.389Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-09-02T19:43:26.389Z] === RUN TestRemoteDriver [2021-09-02T19:43:26.389Z] --- PASS: TestRemoteDriver (0.01s) [2021-09-02T19:43:26.389Z] PASS [2021-09-02T19:43:26.389Z] coverage: 47.4% of statements [2021-09-02T19:43:26.389Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.058s coverage: 47.4% of statements [2021-09-02T19:43:26.847Z] --- PASS: TestRemoveSubnet (0.15s) [2021-09-02T19:43:26.847Z] === RUN TestGetSameAddress [2021-09-02T19:43:26.847Z] --- PASS: TestGetSameAddress (0.02s) [2021-09-02T19:43:26.847Z] === RUN TestPoolAllocationReuse [2021-09-02T19:43:27.305Z] === RUN TestWindowsIPAM [2021-09-02T19:43:27.305Z] --- PASS: TestWindowsIPAM (0.00s) [2021-09-02T19:43:27.305Z] PASS [2021-09-02T19:43:27.305Z] coverage: 71.4% of statements [2021-09-02T19:43:27.305Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.034s coverage: 71.4% of statements [2021-09-02T19:43:27.305Z] --- PASS: TestSetRolloverSerial (1.15s) [2021-09-02T19:43:27.305Z] === RUN TestGetFirstAvailableFromCurrent [2021-09-02T19:43:27.305Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-09-02T19:43:27.305Z] PASS [2021-09-02T19:43:27.305Z] coverage: 84.4% of statements [2021-09-02T19:43:27.305Z] ok github.com/docker/docker/libnetwork/bitseq 9.605s coverage: 84.4% of statements [2021-09-02T19:43:27.452Z] docker_cli_daemon_plugins_test.go:170: [d8c4283f38021] daemon is not started [2021-09-02T19:43:27.460Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-09-02T19:43:27.763Z] --- PASS: TestPoolAllocationReuse (1.18s) [2021-09-02T19:43:27.763Z] === RUN TestGetAddressSubPoolEqualPool [2021-09-02T19:43:27.763Z] --- PASS: TestGetAddressSubPoolEqualPool (0.01s) [2021-09-02T19:43:27.763Z] === RUN TestRequestReleaseAddressFromSubPool [2021-09-02T19:43:27.763Z] === RUN TestDefaultNetwork [2021-09-02T19:43:28.023Z] --- PASS: TestContainerBindMountNonRecursive (2.03s) [2021-09-02T19:43:28.023Z] === RUN TestContainerVolumesMountedAsShared [2021-09-02T19:43:28.220Z] --- PASS: TestDefaultNetwork (0.24s) [2021-09-02T19:43:28.220Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-09-02T19:43:28.220Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.23s) [2021-09-02T19:43:28.220Z] === RUN TestInitAddressPools [2021-09-02T19:43:28.220Z] --- PASS: TestInitAddressPools (0.00s) [2021-09-02T19:43:28.220Z] PASS [2021-09-02T19:43:28.220Z] coverage: 74.0% of statements [2021-09-02T19:43:28.220Z] ok github.com/docker/docker/libnetwork/ipamutils 0.527s coverage: 74.0% of statements [2021-09-02T19:43:28.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-09-02T19:43:28.590Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-09-02T19:43:28.848Z] --- PASS: TestContainerVolumesMountedAsShared (0.82s) [2021-09-02T19:43:28.848Z] === RUN TestContainerVolumesMountedAsSlave [2021-09-02T19:43:29.185Z] === RUN TestKeyValue [2021-09-02T19:43:29.185Z] --- PASS: TestKeyValue (0.00s) [2021-09-02T19:43:29.185Z] PASS [2021-09-02T19:43:29.185Z] coverage: 60.0% of statements [2021-09-02T19:43:29.185Z] ok github.com/docker/docker/libnetwork/netlabel 0.039s coverage: 60.0% of statements [2021-09-02T19:43:29.415Z] --- PASS: TestContainerVolumesMountedAsSlave (0.62s) [2021-09-02T19:43:29.415Z] === RUN TestNetworkNat [2021-09-02T19:43:29.643Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.65s) [2021-09-02T19:43:29.643Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-09-02T19:43:29.674Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-09-02T19:43:30.242Z] --- PASS: TestNetworkNat (0.82s) [2021-09-02T19:43:30.242Z] === RUN TestNetworkLocalhostTCPNat [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-09-02T19:43:30.609Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-09-02T19:43:30.969Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-09-02T19:43:31.067Z] === RUN TestNetworkDBSimple [2021-09-02T19:43:31.178Z] --- PASS: TestNetworkLocalhostTCPNat (1.01s) [2021-09-02T19:43:31.178Z] === RUN TestNetworkLoopbackNat [2021-09-02T19:43:31.524Z] === RUN TestGenerate [2021-09-02T19:43:31.524Z] --- PASS: TestGenerate (0.00s) [2021-09-02T19:43:31.524Z] === RUN TestGeneratePtr [2021-09-02T19:43:31.524Z] --- PASS: TestGeneratePtr (0.00s) [2021-09-02T19:43:31.524Z] === RUN TestGenerateMissingField [2021-09-02T19:43:31.524Z] --- PASS: TestGenerateMissingField (0.00s) [2021-09-02T19:43:31.524Z] === RUN TestFieldCannotBeSet [2021-09-02T19:43:31.524Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-09-02T19:43:31.524Z] === RUN TestTypeMismatchError [2021-09-02T19:43:31.524Z] --- PASS: TestTypeMismatchError (0.00s) [2021-09-02T19:43:31.524Z] PASS [2021-09-02T19:43:31.524Z] coverage: 100.0% of statements [2021-09-02T19:43:31.524Z] ok github.com/docker/docker/libnetwork/options 0.034s coverage: 100.0% of statements [2021-09-02T19:43:31.524Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.07s) [2021-09-02T19:43:31.524Z] === RUN TestGetAddress [2021-09-02T19:43:31.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-09-02T19:43:31.982Z] testing: warning: no tests to run [2021-09-02T19:43:31.982Z] PASS [2021-09-02T19:43:31.982Z] coverage: 0.0% of statements [2021-09-02T19:43:31.982Z] ok github.com/docker/docker/libnetwork/osl 0.033s coverage: 0.0% of statements [no tests to run] [2021-09-02T19:43:32.115Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-09-02T19:43:32.439Z] 2021/09/02 19:43:31 Closing DB instances... [2021-09-02T19:43:32.682Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-09-02T19:43:32.682Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-09-02T19:43:32.897Z] === RUN TestRequestNewPort [2021-09-02T19:43:32.897Z] --- PASS: TestRequestNewPort (0.00s) [2021-09-02T19:43:32.897Z] === RUN TestRequestSpecificPort [2021-09-02T19:43:32.897Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-09-02T19:43:32.897Z] === RUN TestReleasePort [2021-09-02T19:43:32.897Z] --- PASS: TestReleasePort (0.00s) [2021-09-02T19:43:32.897Z] === RUN TestReuseReleasedPort [2021-09-02T19:43:32.897Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-09-02T19:43:32.897Z] === RUN TestReleaseUnreadledPort [2021-09-02T19:43:32.897Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-09-02T19:43:32.897Z] === RUN TestUnknowProtocol [2021-09-02T19:43:32.897Z] --- PASS: TestUnknowProtocol (0.00s) [2021-09-02T19:43:32.897Z] === RUN TestAllocateAllPorts [2021-09-02T19:43:32.897Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-09-02T19:43:32.897Z] === RUN TestPortAllocation [2021-09-02T19:43:32.897Z] --- PASS: TestPortAllocation (0.00s) [2021-09-02T19:43:32.897Z] === RUN TestPortAllocationWithCustomRange [2021-09-02T19:43:32.897Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-09-02T19:43:32.897Z] === RUN TestNoDuplicateBPR [2021-09-02T19:43:32.897Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-09-02T19:43:32.897Z] === RUN TestChangePortRange [2021-09-02T19:43:32.897Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-09-02T19:43:32.897Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-09-02T19:43:32.897Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-09-02T19:43:32.897Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-09-02T19:43:32.897Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-09-02T19:43:32.897Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-09-02T19:43:32.897Z] --- PASS: TestChangePortRange (0.00s) [2021-09-02T19:43:32.897Z] PASS [2021-09-02T19:43:32.897Z] coverage: 88.6% of statements [2021-09-02T19:43:32.897Z] ok github.com/docker/docker/libnetwork/portallocator 0.038s coverage: 88.6% of statements [2021-09-02T19:43:32.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-09-02T19:43:32.940Z] === RUN TestDockerSuite/TestBuildAddTar [2021-09-02T19:43:33.200Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-09-02T19:43:33.355Z] testing: warning: no tests to run [2021-09-02T19:43:33.355Z] PASS [2021-09-02T19:43:33.355Z] coverage: 0.0% of statements [2021-09-02T19:43:33.355Z] ok github.com/docker/docker/libnetwork/portmapper 0.041s coverage: 0.0% of statements [no tests to run] [2021-09-02T19:43:33.437Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:43:33.437Z] INFO: Testing against a local daemon [2021-09-02T19:43:33.437Z] === RUN TestBuildWithSession [2021-09-02T19:43:33.437Z] build_session_test.go:25: TODO: BuildKit [2021-09-02T19:43:33.437Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-02T19:43:33.437Z] === RUN TestBuildSquashParent [2021-09-02T19:43:33.437Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:43:33.437Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-09-02T19:43:33.437Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-02T19:43:33.437Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:43:33.437Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:43:33.437Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:43:33.437Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:43:33.437Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:43:33.437Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:43:33.437Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:43:33.437Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:43:33.437Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:43:33.437Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:43:33.437Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:43:33.437Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:43:33.437Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:43:33.437Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:43:33.437Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:43:33.437Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:43:33.766Z] check_test.go:308: [da76f9fa948a5] daemon is not started [2021-09-02T19:43:33.766Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-09-02T19:43:33.812Z] --- PASS: TestNetworkDBSimple (2.63s) [2021-09-02T19:43:33.812Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-09-02T19:43:33.812Z] === RUN TestHashData [2021-09-02T19:43:33.812Z] --- PASS: TestHashData (0.00s) [2021-09-02T19:43:33.813Z] PASS [2021-09-02T19:43:33.813Z] coverage: 2.8% of statements [2021-09-02T19:43:33.813Z] ok github.com/docker/docker/libnetwork/resolvconf 0.036s coverage: 2.8% of statements [2021-09-02T19:43:33.886Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-02T19:43:33.886Z] Using test binary docker [2021-09-02T19:43:33.886Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-09-02T19:43:33.886Z] +++ /etc/init.d/apparmor start [2021-09-02T19:43:33.886Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-02T19:43:33.886Z] INFO: Waiting for daemon to start... [2021-09-02T19:43:33.886Z] Starting dockerd [2021-09-02T19:43:33.886Z] +++ 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-09-02T19:43:34.333Z] --- PASS: TestNetworkLoopbackNat (3.11s) [2021-09-02T19:43:34.333Z] === RUN TestPause [2021-09-02T19:43:34.778Z] === RUN TestErrorConstructors [2021-09-02T19:43:34.778Z] --- PASS: TestErrorConstructors (0.00s) [2021-09-02T19:43:34.778Z] === RUN TestCompareIPMask [2021-09-02T19:43:34.778Z] --- PASS: TestCompareIPMask (0.00s) [2021-09-02T19:43:34.778Z] === RUN TestUtilGetHostPartIP [2021-09-02T19:43:34.778Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-09-02T19:43:34.778Z] === RUN TestUtilGetBroadcastIP [2021-09-02T19:43:34.778Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-09-02T19:43:34.778Z] === RUN TestParseCIDR [2021-09-02T19:43:34.778Z] --- PASS: TestParseCIDR (0.00s) [2021-09-02T19:43:34.778Z] PASS [2021-09-02T19:43:34.778Z] coverage: 37.3% of statements [2021-09-02T19:43:34.778Z] ok github.com/docker/docker/libnetwork/types 0.035s coverage: 37.3% of statements [2021-09-02T19:43:34.778Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-09-02T19:43:34.778Z] PASS [2021-09-02T19:43:34.778Z] coverage: 100.0% of statements [2021-09-02T19:43:34.778Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.034s coverage: 100.0% of statements [2021-09-02T19:43:35.236Z] 2021/09/02 19:43:34 Closing DB instances... [2021-09-02T19:43:35.269Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-09-02T19:43:35.269Z] --- PASS: TestPause (0.90s) [2021-09-02T19:43:35.269Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-02T19:43:35.269Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-02T19:43:35.269Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-02T19:43:35.269Z] === RUN TestPauseStopPausedContainer [2021-09-02T19:43:35.693Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-09-02T19:43:35.694Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-09-02T19:43:35.694Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-09-02T19:43:35.694Z] PASS [2021-09-02T19:43:35.694Z] coverage: 50.0% of statements [2021-09-02T19:43:35.694Z] ok github.com/docker/docker/oci 0.049s coverage: 50.0% of statements [2021-09-02T19:43:36.153Z] === RUN TestAddressPoolOpt [2021-09-02T19:43:36.153Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/a [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/something [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/_=a [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/env1=value1 [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/_env1=value1 [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/env2=value2=value3 [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/env3=abc!qwe [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/env_4=value_4 [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/PATH [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/=a [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/PATH= [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/PATH=something [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/asd!qwe [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/1asd [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/123 [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/some_space [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/__some_space_before [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/some_space_after__ [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/= [2021-09-02T19:43:36.153Z] === RUN TestValidateEnv/PaTh [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv (0.01s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/a (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/something (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/= (0.00s) [2021-09-02T19:43:36.153Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-09-02T19:43:36.153Z] === RUN TestParseHost [2021-09-02T19:43:36.153Z] --- PASS: TestParseHost (0.00s) [2021-09-02T19:43:36.153Z] === RUN TestParseDockerDaemonHost [2021-09-02T19:43:36.154Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestParseTCP [2021-09-02T19:43:36.154Z] --- PASS: TestParseTCP (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestParseInvalidUnixAddrInvalid [2021-09-02T19:43:36.154Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestValidateExtraHosts [2021-09-02T19:43:36.154Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestIpOptString [2021-09-02T19:43:36.154Z] --- PASS: TestIpOptString (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestNewIpOptInvalidDefaultVal [2021-09-02T19:43:36.154Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestNewIpOptValidDefaultVal [2021-09-02T19:43:36.154Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestIpOptSetInvalidVal [2021-09-02T19:43:36.154Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestValidateIPAddress [2021-09-02T19:43:36.154Z] --- PASS: TestValidateIPAddress (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestMapOpts [2021-09-02T19:43:36.154Z] --- PASS: TestMapOpts (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestListOptsWithoutValidator [2021-09-02T19:43:36.154Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestListOptsWithValidator [2021-09-02T19:43:36.154Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestValidateDNSSearch [2021-09-02T19:43:36.154Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestValidateLabel [2021-09-02T19:43:36.154Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-09-02T19:43:36.154Z] === RUN TestValidateLabel/label_with_general_format [2021-09-02T19:43:36.154Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-09-02T19:43:36.154Z] === RUN TestValidateLabel/label_with_one_more [2021-09-02T19:43:36.154Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-09-02T19:43:36.154Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-09-02T19:43:36.154Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-09-02T19:43:36.154Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-09-02T19:43:36.154Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-09-02T19:43:36.154Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-09-02T19:43:36.154Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-09-02T19:43:36.154Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-09-02T19:43:36.154Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-09-02T19:43:36.154Z] --- PASS: TestValidateLabel (0.00s) [2021-09-02T19:43:36.154Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-09-02T19:43:36.154Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-09-02T19:43:36.154Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-09-02T19:43:36.154Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-09-02T19:43:36.154Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-09-02T19:43:36.154Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-09-02T19:43:36.154Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-09-02T19:43:36.154Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-09-02T19:43:36.154Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-09-02T19:43:36.154Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-09-02T19:43:36.154Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-09-02T19:43:36.154Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-09-02T19:43:36.154Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestNamedListOpts [2021-09-02T19:43:36.154Z] --- PASS: TestNamedListOpts (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestNamedMapOpts [2021-09-02T19:43:36.154Z] --- PASS: TestNamedMapOpts (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestParseLink [2021-09-02T19:43:36.154Z] --- PASS: TestParseLink (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestQuotedStringSetWithQuotes [2021-09-02T19:43:36.154Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-09-02T19:43:36.154Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestQuotedStringSetWithNoQuotes [2021-09-02T19:43:36.154Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-09-02T19:43:36.154Z] === RUN TestUlimitOpt [2021-09-02T19:43:36.154Z] --- PASS: TestUlimitOpt (0.00s) [2021-09-02T19:43:36.154Z] PASS [2021-09-02T19:43:36.154Z] coverage: 67.1% of statements [2021-09-02T19:43:36.154Z] ok github.com/docker/docker/opts 0.066s coverage: 67.1% of statements [2021-09-02T19:43:36.154Z] === RUN TestParseVersion [2021-09-02T19:43:36.154Z] --- PASS: TestParseVersion (0.00s) [2021-09-02T19:43:36.154Z] PASS [2021-09-02T19:43:36.154Z] coverage: 52.9% of statements [2021-09-02T19:43:36.154Z] ok github.com/docker/docker/pkg/aaparser 0.031s coverage: 52.9% of statements [2021-09-02T19:43:36.205Z] --- PASS: TestPauseStopPausedContainer (0.85s) [2021-09-02T19:43:36.205Z] === RUN TestPidHost [2021-09-02T19:43:36.483Z] . [2021-09-02T19:43:36.483Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-02T19:43:36.483Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-02T19:43:36.483Z] Error: No such image: emptyfs [2021-09-02T19:43:36.483Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-09-02T19:43:36.483Z] ++++ docker load [2021-09-02T19:43:36.745Z] Running integration-test (iteration 1) [2021-09-02T19:43:36.745Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-09-02T19:43:36.745Z] ++ 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-09-02T19:43:36.745Z] ++ set -e [2021-09-02T19:43:36.745Z] ++ '[' -n 0 ']' [2021-09-02T19:43:36.745Z] ++ set -x [2021-09-02T19:43:36.746Z] ++ 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-09-02T19:43:37.009Z] Loaded image: busybox:latest [2021-09-02T19:43:37.120Z] --- PASS: TestNetworkDBJoinLeaveNetwork (3.07s) [2021-09-02T19:43:37.120Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-09-02T19:43:37.142Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-09-02T19:43:37.272Z] Loaded image: busybox:glibc [2021-09-02T19:43:37.578Z] === RUN TestPeerCertificateMarshalJSON [2021-09-02T19:43:37.578Z] === RUN TestIsArchivePathDir [2021-09-02T19:43:37.578Z] --- PASS: TestIsArchivePathDir (0.05s) [2021-09-02T19:43:37.578Z] === RUN TestIsArchivePathInvalidFile [2021-09-02T19:43:38.036Z] --- PASS: TestIsArchivePathInvalidFile (0.11s) [2021-09-02T19:43:38.036Z] === RUN TestIsArchivePathTar [2021-09-02T19:43:38.036Z] --- PASS: TestIsArchivePathTar (0.12s) [2021-09-02T19:43:38.036Z] === RUN TestDecompressStreamGzip [2021-09-02T19:43:38.036Z] --- PASS: TestDecompressStreamGzip (0.08s) [2021-09-02T19:43:38.036Z] === RUN TestDecompressStreamBzip2 [2021-09-02T19:43:38.036Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-09-02T19:43:38.036Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-09-02T19:43:38.036Z] --- PASS: TestPeerCertificateMarshalJSON (0.61s) [2021-09-02T19:43:38.036Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-09-02T19:43:38.036Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-09-02T19:43:38.036Z] === RUN TestMiddleware [2021-09-02T19:43:38.036Z] --- PASS: TestMiddleware (0.00s) [2021-09-02T19:43:38.036Z] === RUN TestNewResponseModifier [2021-09-02T19:43:38.036Z] --- PASS: TestNewResponseModifier (0.00s) [2021-09-02T19:43:38.036Z] PASS [2021-09-02T19:43:38.036Z] coverage: 26.8% of statements [2021-09-02T19:43:38.036Z] 2021/09/02 19:43:37 Closing DB instances... [2021-09-02T19:43:38.036Z] ok github.com/docker/docker/pkg/authorization 0.650s coverage: 26.8% of statements [2021-09-02T19:43:38.036Z] --- PASS: TestDecompressStreamBzip2 (0.09s) [2021-09-02T19:43:38.036Z] === RUN TestDecompressStreamXz [2021-09-02T19:43:38.036Z] archive_test.go:133: Xz not present in msys2 [2021-09-02T19:43:38.036Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-09-02T19:43:38.036Z] === RUN TestCompressStreamXzUnsupported [2021-09-02T19:43:38.036Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-09-02T19:43:38.036Z] === RUN TestCompressStreamBzip2Unsupported [2021-09-02T19:43:38.036Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-09-02T19:43:38.036Z] === RUN TestCompressStreamInvalid [2021-09-02T19:43:38.036Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-09-02T19:43:38.036Z] === RUN TestExtensionInvalid [2021-09-02T19:43:38.036Z] --- PASS: TestExtensionInvalid (0.00s) [2021-09-02T19:43:38.036Z] === RUN TestExtensionUncompressed [2021-09-02T19:43:38.036Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-09-02T19:43:38.036Z] === RUN TestExtensionBzip2 [2021-09-02T19:43:38.036Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-09-02T19:43:38.036Z] === RUN TestExtensionGzip [2021-09-02T19:43:38.036Z] --- PASS: TestExtensionGzip (0.00s) [2021-09-02T19:43:38.036Z] === RUN TestExtensionXz [2021-09-02T19:43:38.036Z] --- PASS: TestExtensionXz (0.00s) [2021-09-02T19:43:38.036Z] === RUN TestCmdStreamLargeStderr [2021-09-02T19:43:38.036Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2021-09-02T19:43:38.036Z] === RUN TestCmdStreamBad [2021-09-02T19:43:38.036Z] archive_test.go:238: Failing on Windows CI machines [2021-09-02T19:43:38.036Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-09-02T19:43:38.036Z] === RUN TestCmdStreamGood [2021-09-02T19:43:38.079Z] --- PASS: TestPidHost (1.75s) [2021-09-02T19:43:38.079Z] === RUN TestPsFilter [2021-09-02T19:43:38.079Z] --- PASS: TestPsFilter (0.16s) [2021-09-02T19:43:38.079Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-02T19:43:38.494Z] --- PASS: TestCmdStreamGood (0.04s) [2021-09-02T19:43:38.494Z] === RUN TestUntarPathWithInvalidDest [2021-09-02T19:43:38.494Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-09-02T19:43:38.494Z] === RUN TestUntarPathWithInvalidSrc [2021-09-02T19:43:38.494Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-09-02T19:43:38.494Z] === RUN TestUntarPath [2021-09-02T19:43:38.494Z] --- PASS: TestUntarPath (0.06s) [2021-09-02T19:43:38.494Z] === RUN TestUntarPathWithDestinationFile [2021-09-02T19:43:38.494Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-09-02T19:43:38.494Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-09-02T19:43:38.494Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s) [2021-09-02T19:43:38.494Z] === RUN TestCopyWithTarInvalidSrc [2021-09-02T19:43:38.494Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-09-02T19:43:38.494Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-09-02T19:43:38.494Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-09-02T19:43:38.494Z] === RUN TestCopyWithTarSrcFile [2021-09-02T19:43:38.494Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-09-02T19:43:38.494Z] === RUN TestCopyWithTarSrcFolder [2021-09-02T19:43:38.494Z] --- PASS: TestCopyWithTarSrcFolder (0.00s) [2021-09-02T19:43:38.494Z] === RUN TestCopyFileWithTarInvalidSrc [2021-09-02T19:43:38.494Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-09-02T19:43:38.494Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-09-02T19:43:38.494Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-09-02T19:43:38.494Z] === RUN TestCopyFileWithTarSrcFolder [2021-09-02T19:43:38.494Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-09-02T19:43:38.494Z] === RUN TestCopyFileWithTarSrcFile [2021-09-02T19:43:38.494Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-09-02T19:43:38.494Z] === RUN TestTarFiles [2021-09-02T19:43:38.494Z] === RUN TestUnbuffered [2021-09-02T19:43:38.494Z] --- PASS: TestUnbuffered (0.00s) [2021-09-02T19:43:38.494Z] === RUN TestRaceUnbuffered [2021-09-02T19:43:38.494Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-09-02T19:43:38.494Z] PASS [2021-09-02T19:43:38.494Z] coverage: 100.0% of statements [2021-09-02T19:43:38.494Z] ok github.com/docker/docker/pkg/broadcaster 0.036s coverage: 100.0% of statements [2021-09-02T19:43:38.649Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-09-02T19:43:38.649Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.71s) [2021-09-02T19:43:38.649Z] === RUN TestRemoveContainerWithVolume [2021-09-02T19:43:38.666Z] Loaded image: debian:bullseye-slim [2021-09-02T19:43:38.666Z] Loaded image: hello-world:latest [2021-09-02T19:43:38.666Z] Loaded image: arm32v7/hello-world:latest [2021-09-02T19:43:38.666Z] INFO: Testing against a local daemon [2021-09-02T19:43:38.666Z] === RUN TestCgroupNamespacesBuild [2021-09-02T19:43:38.952Z] === RUN TestMatch [2021-09-02T19:43:38.952Z] === RUN TestMatch/[[]] [2021-09-02T19:43:38.952Z] === RUN TestMatch/[[foo]] [2021-09-02T19:43:38.952Z] === RUN TestMatch/[[bar]_[foo]] [2021-09-02T19:43:38.952Z] === RUN TestMatch/[[foo_bar]] [2021-09-02T19:43:38.952Z] === RUN TestMatch/[[qux]_[foo]] [2021-09-02T19:43:38.952Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-09-02T19:43:38.952Z] === RUN TestMatch/[] [2021-09-02T19:43:38.952Z] === RUN TestMatch/[]#01 [2021-09-02T19:43:38.952Z] === RUN TestMatch/[[qux]] [2021-09-02T19:43:38.952Z] === RUN TestMatch/[[foo_bar_qux]] [2021-09-02T19:43:38.952Z] === RUN TestMatch/[[qux]_[baz]] [2021-09-02T19:43:38.952Z] === RUN TestMatch/[[foo_baz]] [2021-09-02T19:43:38.952Z] --- PASS: TestMatch (0.00s) [2021-09-02T19:43:38.952Z] --- PASS: TestMatch/[[]] (0.00s) [2021-09-02T19:43:38.952Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-09-02T19:43:38.952Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-09-02T19:43:38.952Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-09-02T19:43:38.952Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-09-02T19:43:38.952Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-09-02T19:43:38.952Z] --- PASS: TestMatch/[] (0.00s) [2021-09-02T19:43:38.952Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-09-02T19:43:38.952Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-09-02T19:43:38.952Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-09-02T19:43:38.952Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-09-02T19:43:38.952Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-09-02T19:43:38.952Z] PASS [2021-09-02T19:43:38.952Z] coverage: 87.5% of statements [2021-09-02T19:43:38.952Z] ok github.com/docker/docker/pkg/capabilities 0.034s coverage: 87.5% of statements [2021-09-02T19:43:39.586Z] --- PASS: TestRemoveContainerWithVolume (0.66s) [2021-09-02T19:43:39.586Z] === RUN TestRemoveContainerRunning [2021-09-02T19:43:39.586Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-09-02T19:43:39.918Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2021-09-02T19:43:39.918Z] === RUN TestNetworkDBCRUDTableEntry [2021-09-02T19:43:39.918Z] === RUN TestChrootTarUntar [2021-09-02T19:43:39.918Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:43:39.918Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-09-02T19:43:39.918Z] === RUN TestChrootUntarWithHugeExcludesList [2021-09-02T19:43:39.918Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:43:39.918Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-02T19:43:39.918Z] === RUN TestChrootUntarEmptyArchive [2021-09-02T19:43:39.918Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-09-02T19:43:39.918Z] === RUN TestChrootTarUntarWithSymlink [2021-09-02T19:43:39.918Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T19:43:39.918Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-09-02T19:43:39.918Z] === RUN TestChrootCopyWithTar [2021-09-02T19:43:39.918Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T19:43:39.918Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-09-02T19:43:39.918Z] === RUN TestChrootCopyFileWithTar [2021-09-02T19:43:39.918Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:43:39.918Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-09-02T19:43:39.918Z] === RUN TestChrootUntarPath [2021-09-02T19:43:39.918Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T19:43:39.918Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-09-02T19:43:39.918Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-09-02T19:43:39.918Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:43:39.918Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-02T19:43:39.918Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-09-02T19:43:39.918Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:43:39.918Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-02T19:43:39.918Z] === RUN TestChrootApplyDotDotFile [2021-09-02T19:43:39.918Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:43:39.918Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-09-02T19:43:39.918Z] PASS [2021-09-02T19:43:39.918Z] coverage: 15.4% of statements [2021-09-02T19:43:40.155Z] --- PASS: TestRemoveContainerRunning (0.83s) [2021-09-02T19:43:40.155Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-02T19:43:40.376Z] ok github.com/docker/docker/pkg/chrootarchive 0.094s coverage: 15.4% of statements [2021-09-02T19:43:40.413Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-09-02T19:43:40.588Z] --- PASS: TestCgroupNamespacesBuild (1.68s) [2021-09-02T19:43:40.588Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-09-02T19:43:40.673Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-09-02T19:43:40.691Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.98s) [2021-09-02T19:43:40.691Z] === RUN TestCreateServiceSecretFileMode [2021-09-02T19:43:40.833Z] === RUN TestSizeEmpty [2021-09-02T19:43:40.833Z] --- PASS: TestSizeEmpty (0.00s) [2021-09-02T19:43:40.833Z] === RUN TestSizeEmptyFile [2021-09-02T19:43:40.833Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-09-02T19:43:40.833Z] === RUN TestSizeNonemptyFile [2021-09-02T19:43:40.833Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-09-02T19:43:40.833Z] === RUN TestSizeNestedDirectoryEmpty [2021-09-02T19:43:40.833Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-09-02T19:43:40.833Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-09-02T19:43:40.833Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-09-02T19:43:40.833Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-09-02T19:43:40.833Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-09-02T19:43:40.833Z] === RUN TestMoveToSubdir [2021-09-02T19:43:40.833Z] --- PASS: TestMoveToSubdir (0.00s) [2021-09-02T19:43:40.833Z] === RUN TestSizeNonExistingDirectory [2021-09-02T19:43:40.833Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-09-02T19:43:40.833Z] PASS [2021-09-02T19:43:40.833Z] coverage: 80.0% of statements [2021-09-02T19:43:40.833Z] ok github.com/docker/docker/pkg/directory 0.048s coverage: 80.0% of statements [2021-09-02T19:43:40.932Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.76s) [2021-09-02T19:43:40.932Z] === RUN TestRemoveInvalidContainer [2021-09-02T19:43:40.932Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-09-02T19:43:40.932Z] === RUN TestRenameLinkedContainer [2021-09-02T19:43:40.949Z] --- PASS: TestCreateServiceSecretFileMode (2.45s) [2021-09-02T19:43:40.949Z] === RUN TestCreateServiceConfigFileMode [2021-09-02T19:43:41.799Z] === RUN Test [2021-09-02T19:43:41.799Z] === RUN Test/TestContainsEntry [2021-09-02T19:43:41.799Z] === RUN Test/TestCreateEntries [2021-09-02T19:43:41.799Z] === RUN Test/TestEntriesDiff [2021-09-02T19:43:41.799Z] === RUN Test/TestEntriesEquality [2021-09-02T19:43:41.799Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-09-02T19:43:41.799Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-09-02T19:43:41.799Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-09-02T19:43:41.799Z] === RUN Test/TestGeneratorNotGenerate [2021-09-02T19:43:41.799Z] === RUN Test/TestGeneratorWithPort [2021-09-02T19:43:41.799Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-09-02T19:43:41.799Z] === RUN Test/TestNewEntry [2021-09-02T19:43:41.799Z] === RUN Test/TestParse [2021-09-02T19:43:41.799Z] --- PASS: Test (0.00s) [2021-09-02T19:43:41.799Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-09-02T19:43:41.799Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-09-02T19:43:41.799Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-09-02T19:43:41.799Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-09-02T19:43:41.799Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-09-02T19:43:41.799Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-09-02T19:43:41.799Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-09-02T19:43:41.799Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-09-02T19:43:41.799Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-09-02T19:43:41.799Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-09-02T19:43:41.799Z] --- PASS: Test/TestNewEntry (0.00s) [2021-09-02T19:43:41.799Z] --- PASS: Test/TestParse (0.00s) [2021-09-02T19:43:41.799Z] PASS [2021-09-02T19:43:41.799Z] coverage: 58.3% of statements [2021-09-02T19:43:41.799Z] ok github.com/docker/docker/pkg/discovery 0.040s coverage: 58.3% of statements [2021-09-02T19:43:41.799Z] 2021/09/02 19:43:41 Closing DB instances... [2021-09-02T19:43:41.869Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-09-02T19:43:41.869Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-09-02T19:43:41.980Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.43s) [2021-09-02T19:43:41.980Z] === RUN TestBuildWithSession [2021-09-02T19:43:41.980Z] build_session_test.go:25: TODO: BuildKit [2021-09-02T19:43:41.980Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-02T19:43:41.980Z] === RUN TestBuildSquashParent [2021-09-02T19:43:42.111Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:43:42.111Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:43:42.256Z] === RUN Test [2021-09-02T19:43:42.256Z] === RUN Test/TestContent [2021-09-02T19:43:42.256Z] === RUN Test/TestInitialize [2021-09-02T19:43:42.256Z] === RUN Test/TestNew [2021-09-02T19:43:42.256Z] === RUN Test/TestParsingContentsWithComments [2021-09-02T19:43:42.256Z] === RUN Test/TestRegister [2021-09-02T19:43:42.256Z] === RUN Test/TestWatch [2021-09-02T19:43:42.256Z] --- PASS: Test (0.00s) [2021-09-02T19:43:42.256Z] --- PASS: Test/TestContent (0.00s) [2021-09-02T19:43:42.256Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-02T19:43:42.256Z] --- PASS: Test/TestNew (0.00s) [2021-09-02T19:43:42.256Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-09-02T19:43:42.256Z] --- PASS: Test/TestRegister (0.00s) [2021-09-02T19:43:42.256Z] --- PASS: Test/TestWatch (0.00s) [2021-09-02T19:43:42.256Z] PASS [2021-09-02T19:43:42.256Z] coverage: 97.6% of statements [2021-09-02T19:43:42.256Z] ok github.com/docker/docker/pkg/discovery/file 0.047s coverage: 97.6% of statements [2021-09-02T19:43:42.714Z] --- PASS: TestTarFiles (3.99s) [2021-09-02T19:43:42.714Z] === RUN TestTarUntar [2021-09-02T19:43:42.714Z] --- PASS: TestTarUntar (0.02s) [2021-09-02T19:43:42.714Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-09-02T19:43:42.714Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-09-02T19:43:42.714Z] === RUN TestTarWithOptions [2021-09-02T19:43:42.714Z] --- PASS: TestTarWithOptions (0.02s) [2021-09-02T19:43:42.714Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-09-02T19:43:42.714Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-09-02T19:43:42.714Z] === RUN TestUntarUstarGnuConflict [2021-09-02T19:43:42.714Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-09-02T19:43:42.714Z] === RUN TestUntarInvalidFilenames [2021-09-02T19:43:42.714Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3727569154\\dest" [2021-09-02T19:43:42.714Z] --- PASS: TestUntarInvalidFilenames (0.12s) [2021-09-02T19:43:42.714Z] === RUN TestUntarHardlinkToSymlink [2021-09-02T19:43:42.714Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-09-02T19:43:42.714Z] === RUN TestUntarInvalidHardlink [2021-09-02T19:43:42.714Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1788200023\\victim\\hello" -> "../victim/hello" [2021-09-02T19:43:42.714Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2659930796\\victim\\hello" -> "/../victim/hello" [2021-09-02T19:43:42.714Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2988616143\\victim" -> "../victim" [2021-09-02T19:43:42.714Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3811027257\\victim" -> "../victim" [2021-09-02T19:43:42.714Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2326018147\\victim" -> "../victim" [2021-09-02T19:43:42.714Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4098300828\\victim" -> "../victim" [2021-09-02T19:43:42.714Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-09-02T19:43:42.714Z] === RUN TestUntarInvalidSymlink [2021-09-02T19:43:42.714Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink496936630\\dest\\dotdot" -> "../victim/hello" [2021-09-02T19:43:42.714Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2892987605\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-02T19:43:42.714Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1689736763\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:43:42.714Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink754967538\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:43:42.714Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3543086850\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:43:42.714Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink861268037\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:43:42.714Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink121378208\\dest\\dir\\loophole" -> "../../victim" [2021-09-02T19:43:42.714Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-09-02T19:43:42.714Z] === RUN TestTempArchiveCloseMultipleTimes [2021-09-02T19:43:42.714Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-09-02T19:43:42.714Z] === RUN TestXGlobalNoParent [2021-09-02T19:43:42.714Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-09-02T19:43:42.714Z] === RUN TestReplaceFileTarWrapper [2021-09-02T19:43:42.714Z] --- PASS: TestReplaceFileTarWrapper (0.13s) [2021-09-02T19:43:42.714Z] === RUN TestPrefixHeaderReadable [2021-09-02T19:43:42.714Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-09-02T19:43:42.714Z] === RUN TestDisablePigz [2021-09-02T19:43:42.714Z] archive_test.go:1330: Test will not check full path when Pigz not installed [2021-09-02T19:43:43.171Z] --- PASS: TestDisablePigz (0.09s) [2021-09-02T19:43:43.171Z] === RUN TestPigz [2021-09-02T19:43:43.171Z] archive_test.go:1359: Tested whether Pigz is not used, as it not installed [2021-09-02T19:43:43.171Z] --- PASS: TestPigz (0.10s) [2021-09-02T19:43:43.171Z] === RUN TestCopyFileWithInvalidDest [2021-09-02T19:43:43.171Z] archive_windows_test.go:16: Currently fails [2021-09-02T19:43:43.171Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-09-02T19:43:43.171Z] === RUN TestCanonicalTarNameForPath [2021-09-02T19:43:43.172Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-09-02T19:43:43.172Z] === RUN TestCanonicalTarName [2021-09-02T19:43:43.172Z] --- PASS: TestCanonicalTarName (0.00s) [2021-09-02T19:43:43.172Z] === RUN TestChmodTarEntry [2021-09-02T19:43:43.172Z] --- PASS: TestChmodTarEntry (0.00s) [2021-09-02T19:43:43.172Z] === RUN TestHardLinkOrder [2021-09-02T19:43:43.172Z] --- PASS: TestHardLinkOrder (0.07s) [2021-09-02T19:43:43.172Z] === RUN TestChangeString [2021-09-02T19:43:43.172Z] --- PASS: TestChangeString (0.00s) [2021-09-02T19:43:43.172Z] === RUN TestChangesWithNoChanges [2021-09-02T19:43:43.172Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-09-02T19:43:43.172Z] === RUN TestChangesWithChanges [2021-09-02T19:43:43.172Z] --- PASS: TestChangesWithChanges (0.03s) [2021-09-02T19:43:43.172Z] === RUN TestChangesWithChangesGH13590 [2021-09-02T19:43:43.172Z] changes_test.go:195: needs more investigation [2021-09-02T19:43:43.172Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-09-02T19:43:43.172Z] === RUN TestChangesDirsEmpty [2021-09-02T19:43:43.172Z] --- PASS: TestChangesDirsEmpty (0.12s) [2021-09-02T19:43:43.172Z] === RUN TestChangesDirsMutated [2021-09-02T19:43:43.483Z] --- PASS: TestCreateServiceConfigFileMode (2.42s) [2021-09-02T19:43:43.483Z] === RUN TestCreateServiceSysctls [2021-09-02T19:43:43.629Z] --- PASS: TestChangesDirsMutated (0.11s) [2021-09-02T19:43:43.629Z] === RUN TestApplyLayer [2021-09-02T19:43:43.629Z] changes_test.go:432: needs further investigation [2021-09-02T19:43:43.629Z] --- SKIP: TestApplyLayer (0.00s) [2021-09-02T19:43:43.629Z] === RUN TestChangesSizeWithHardlinks [2021-09-02T19:43:43.629Z] changes_test.go:468: needs further investigation [2021-09-02T19:43:43.629Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-09-02T19:43:43.629Z] === RUN TestChangesSizeWithNoChanges [2021-09-02T19:43:43.629Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-09-02T19:43:43.629Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-09-02T19:43:43.629Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-09-02T19:43:43.629Z] === RUN TestChangesSize [2021-09-02T19:43:43.629Z] --- PASS: TestChangesSize (0.00s) [2021-09-02T19:43:43.629Z] === RUN TestApplyLayerInvalidFilenames [2021-09-02T19:43:43.629Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames1587585712\\dest" [2021-09-02T19:43:43.629Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-09-02T19:43:43.629Z] === RUN TestApplyLayerInvalidHardlink [2021-09-02T19:43:43.629Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2487341699\\victim\\hello" -> "../victim/hello" [2021-09-02T19:43:43.629Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2648664929\\victim\\hello" -> "/../victim/hello" [2021-09-02T19:43:43.629Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4274357688\\victim" -> "../victim" [2021-09-02T19:43:43.629Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink570301152\\victim" -> "../victim" [2021-09-02T19:43:43.629Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink504034269\\victim" -> "../victim" [2021-09-02T19:43:43.629Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1168439148\\victim" -> "../victim" [2021-09-02T19:43:43.629Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-09-02T19:43:43.629Z] === RUN TestApplyLayerInvalidSymlink [2021-09-02T19:43:43.629Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2938796361\\dest\\dotdot" -> "../victim/hello" [2021-09-02T19:43:43.629Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4063487396\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-02T19:43:43.629Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1300103669\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:43:43.629Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink652490625\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:43:43.629Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3596979800\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:43:43.629Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2071068287\\dest\\loophole-victim" -> "../victim" [2021-09-02T19:43:43.629Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-09-02T19:43:43.629Z] === RUN TestApplyLayerWhiteouts [2021-09-02T19:43:43.629Z] === RUN Test [2021-09-02T19:43:43.629Z] === RUN Test/TestInitialize [2021-09-02T19:43:43.629Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-09-02T19:43:43.629Z] === RUN TestGenerateEmptyFile [2021-09-02T19:43:43.629Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-09-02T19:43:43.629Z] === RUN TestGenerateWithContent [2021-09-02T19:43:43.629Z] --- PASS: TestGenerateWithContent (0.00s) [2021-09-02T19:43:43.629Z] PASS [2021-09-02T19:43:43.629Z] coverage: 62.9% of statements [2021-09-02T19:43:43.629Z] ok github.com/docker/docker/pkg/archive 5.860s coverage: 62.9% of statements [2021-09-02T19:43:43.629Z] time="2021-09-02T19:43:43Z" level=info msg="Initializing discovery without TLS" [2021-09-02T19:43:43.629Z] time="2021-09-02T19:43:43Z" level=info msg="Initializing discovery without TLS" [2021-09-02T19:43:43.629Z] time="2021-09-02T19:43:43Z" level=info msg="Initializing discovery without TLS" [2021-09-02T19:43:43.629Z] === RUN Test/TestInitializeWithCerts [2021-09-02T19:43:43.629Z] time="2021-09-02T19:43:43Z" level=info msg="Initializing discovery with TLS" [2021-09-02T19:43:43.629Z] === RUN Test/TestWatch [2021-09-02T19:43:43.629Z] time="2021-09-02T19:43:43Z" level=info msg="Initializing discovery without TLS" [2021-09-02T19:43:43.773Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-09-02T19:43:44.032Z] --- PASS: TestRenameLinkedContainer (2.99s) [2021-09-02T19:43:44.032Z] === RUN TestRenameStoppedContainer [2021-09-02T19:43:44.087Z] --- PASS: TestNetworkDBCRUDTableEntry (4.26s) [2021-09-02T19:43:44.087Z] === RUN TestNetworkDBCRUDTableEntries [2021-09-02T19:43:44.968Z] --- PASS: TestRenameStoppedContainer (0.73s) [2021-09-02T19:43:44.968Z] === RUN TestRenameRunningContainerAndReuse [2021-09-02T19:43:45.544Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-09-02T19:43:45.803Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-09-02T19:43:46.259Z] 2021/09/02 19:43:45 Closing DB instances... [2021-09-02T19:43:46.370Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-09-02T19:43:46.370Z] --- PASS: TestRenameRunningContainerAndReuse (1.74s) [2021-09-02T19:43:46.370Z] === RUN TestRenameInvalidName [2021-09-02T19:43:46.717Z] --- PASS: Test (3.11s) [2021-09-02T19:43:46.717Z] --- PASS: Test/TestInitialize (0.11s) [2021-09-02T19:43:46.717Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-09-02T19:43:46.717Z] --- PASS: Test/TestWatch (3.00s) [2021-09-02T19:43:46.717Z] PASS [2021-09-02T19:43:46.717Z] coverage: 84.1% of statements [2021-09-02T19:43:46.717Z] ok github.com/docker/docker/pkg/discovery/kv 3.163s coverage: 84.1% of statements [2021-09-02T19:43:46.763Z] --- PASS: TestCreateServiceSysctls (3.24s) [2021-09-02T19:43:46.763Z] === RUN TestCreateServiceCapabilities [2021-09-02T19:43:47.176Z] === RUN Test [2021-09-02T19:43:47.176Z] === RUN Test/TestWatch [2021-09-02T19:43:47.176Z] --- PASS: Test (0.00s) [2021-09-02T19:43:47.176Z] --- PASS: Test/TestWatch (0.00s) [2021-09-02T19:43:47.176Z] PASS [2021-09-02T19:43:47.176Z] coverage: 92.3% of statements [2021-09-02T19:43:47.176Z] ok github.com/docker/docker/pkg/discovery/memory 0.036s coverage: 92.3% of statements [2021-09-02T19:43:47.176Z] --- PASS: TestNetworkDBCRUDTableEntries (3.42s) [2021-09-02T19:43:47.176Z] === RUN TestNetworkDBNodeLeave [2021-09-02T19:43:47.283Z] --- PASS: TestBuildSquashParent (4.48s) [2021-09-02T19:43:47.283Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-02T19:43:47.284Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:43:47.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:43:47.284Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:43:47.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:43:47.284Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:43:47.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:43:47.284Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:43:47.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:43:47.284Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:43:47.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:43:47.284Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:43:47.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:43:47.284Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:43:47.284Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:43:47.284Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:43:47.284Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:43:47.308Z] --- PASS: TestRenameInvalidName (0.62s) [2021-09-02T19:43:47.308Z] === RUN TestRenameAnonymousContainer [2021-09-02T19:43:47.977Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-02T19:43:47.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.17s) [2021-09-02T19:43:47.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (8.36s) [2021-09-02T19:43:47.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (8.71s) [2021-09-02T19:43:47.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (9.22s) [2021-09-02T19:43:47.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.25s) [2021-09-02T19:43:47.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.48s) [2021-09-02T19:43:47.977Z] === RUN TestBuildMultiStageCopy [2021-09-02T19:43:47.977Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-02T19:43:48.141Z] === RUN Test [2021-09-02T19:43:48.141Z] === RUN Test/TestInitialize [2021-09-02T19:43:48.141Z] === RUN Test/TestInitializeWithPattern [2021-09-02T19:43:48.141Z] === RUN Test/TestRegister [2021-09-02T19:43:48.141Z] === RUN Test/TestWatch [2021-09-02T19:43:48.141Z] --- PASS: Test (0.00s) [2021-09-02T19:43:48.141Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-02T19:43:48.141Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-09-02T19:43:48.141Z] --- PASS: Test/TestRegister (0.00s) [2021-09-02T19:43:48.141Z] --- PASS: Test/TestWatch (0.00s) [2021-09-02T19:43:48.141Z] PASS [2021-09-02T19:43:48.141Z] coverage: 93.8% of statements [2021-09-02T19:43:48.141Z] ok github.com/docker/docker/pkg/discovery/nodes 0.038s coverage: 93.8% of statements [2021-09-02T19:43:48.599Z] === RUN TestPollerAddRemove [2021-09-02T19:43:48.599Z] --- PASS: TestPollerAddRemove (0.00s) [2021-09-02T19:43:48.599Z] === RUN TestPollerEvent [2021-09-02T19:43:48.599Z] poller_test.go:40: No chmod on Windows [2021-09-02T19:43:48.599Z] --- SKIP: TestPollerEvent (0.00s) [2021-09-02T19:43:48.599Z] === RUN TestPollerClose [2021-09-02T19:43:48.599Z] --- PASS: TestPollerClose (0.00s) [2021-09-02T19:43:48.599Z] PASS [2021-09-02T19:43:48.599Z] coverage: 36.2% of statements [2021-09-02T19:43:48.599Z] ok github.com/docker/docker/pkg/filenotify 0.035s coverage: 36.2% of statements [2021-09-02T19:43:49.058Z] --- PASS: TestGetAddress (17.54s) [2021-09-02T19:43:49.058Z] === RUN TestRequestSyntaxCheck [2021-09-02T19:43:49.058Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2021-09-02T19:43:49.058Z] === RUN TestRequest [2021-09-02T19:43:49.210Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:43:49.211Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:43:49.217Z] --- PASS: TestRenameAnonymousContainer (2.09s) [2021-09-02T19:43:49.217Z] === RUN TestRenameContainerWithSameName [2021-09-02T19:43:49.291Z] --- PASS: TestCreateServiceCapabilities (2.48s) [2021-09-02T19:43:49.291Z] === RUN TestInspect [2021-09-02T19:43:49.515Z] === RUN TestCopyFileWithInvalidSrc [2021-09-02T19:43:49.515Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-09-02T19:43:49.515Z] === RUN TestCopyFileWithInvalidDest [2021-09-02T19:43:49.515Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-09-02T19:43:49.515Z] === RUN TestCopyFileWithSameSrcAndDest [2021-09-02T19:43:49.515Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-09-02T19:43:49.515Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-09-02T19:43:49.515Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-09-02T19:43:49.515Z] === RUN TestCopyFile [2021-09-02T19:43:49.515Z] --- PASS: TestCopyFile (0.00s) [2021-09-02T19:43:49.515Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-09-02T19:43:49.515Z] fileutils_test.go:133: Needs porting to Windows [2021-09-02T19:43:49.515Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-02T19:43:49.515Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-09-02T19:43:49.515Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-09-02T19:43:49.515Z] === RUN TestReadSymlinkedDirectoryToFile [2021-09-02T19:43:49.515Z] fileutils_test.go:179: Needs porting to Windows [2021-09-02T19:43:49.515Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-02T19:43:49.515Z] === RUN TestWildcardMatches [2021-09-02T19:43:49.515Z] --- PASS: TestWildcardMatches (0.00s) [2021-09-02T19:43:49.515Z] === RUN TestPatternMatches [2021-09-02T19:43:49.515Z] --- PASS: TestPatternMatches (0.00s) [2021-09-02T19:43:49.515Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-09-02T19:43:49.515Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-09-02T19:43:49.515Z] === RUN TestPatternMatchesFolderExclusions [2021-09-02T19:43:49.515Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-09-02T19:43:49.515Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-09-02T19:43:49.515Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-09-02T19:43:49.515Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-09-02T19:43:49.515Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-09-02T19:43:49.516Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-09-02T19:43:49.516Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-09-02T19:43:49.516Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-09-02T19:43:49.516Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-09-02T19:43:49.516Z] === RUN TestSingleExclamationError [2021-09-02T19:43:49.516Z] --- PASS: TestSingleExclamationError (0.00s) [2021-09-02T19:43:49.516Z] === RUN TestMatchesWithNoPatterns [2021-09-02T19:43:49.516Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-09-02T19:43:49.516Z] === RUN TestMatchesWithMalformedPatterns [2021-09-02T19:43:49.516Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-09-02T19:43:49.516Z] === RUN TestMatches [2021-09-02T19:43:49.516Z] === RUN TestMatches/MatchesOrParentMatches [2021-09-02T19:43:49.516Z] === RUN TestMatches/MatchesUsingParentResult [2021-09-02T19:43:49.516Z] --- PASS: TestMatches (0.00s) [2021-09-02T19:43:49.516Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-09-02T19:43:49.516Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-09-02T19:43:49.516Z] === RUN TestCleanPatterns [2021-09-02T19:43:49.516Z] --- PASS: TestCleanPatterns (0.00s) [2021-09-02T19:43:49.516Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-09-02T19:43:49.516Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-09-02T19:43:49.516Z] === RUN TestCleanPatternsExceptionFlag [2021-09-02T19:43:49.516Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-09-02T19:43:49.516Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-09-02T19:43:49.516Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-09-02T19:43:49.516Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-09-02T19:43:49.516Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-09-02T19:43:49.516Z] === RUN TestCleanPatternsErrorSingleException [2021-09-02T19:43:49.516Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-09-02T19:43:49.516Z] === RUN TestCreateIfNotExistsDir [2021-09-02T19:43:49.516Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-09-02T19:43:49.516Z] === RUN TestCreateIfNotExistsFile [2021-09-02T19:43:49.516Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-09-02T19:43:49.516Z] === RUN TestMatch [2021-09-02T19:43:49.516Z] --- PASS: TestMatch (0.00s) [2021-09-02T19:43:49.516Z] PASS [2021-09-02T19:43:49.516Z] coverage: 82.2% of statements [2021-09-02T19:43:49.516Z] ok github.com/docker/docker/pkg/fileutils 0.056s coverage: 82.2% of statements [2021-09-02T19:43:49.790Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-09-02T19:43:49.790Z] --- PASS: TestRenameContainerWithSameName (0.67s) [2021-09-02T19:43:49.790Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-02T19:43:49.973Z] === RUN TestGet [2021-09-02T19:43:49.973Z] --- PASS: TestGet (0.00s) [2021-09-02T19:43:49.973Z] === RUN TestGetShortcutString [2021-09-02T19:43:49.973Z] --- PASS: TestGetShortcutString (0.00s) [2021-09-02T19:43:49.973Z] PASS [2021-09-02T19:43:49.973Z] coverage: 42.9% of statements [2021-09-02T19:43:49.973Z] ok github.com/docker/docker/pkg/homedir 0.033s coverage: 42.9% of statements [2021-09-02T19:43:49.973Z] --- PASS: TestNetworkDBNodeLeave (2.86s) [2021-09-02T19:43:49.973Z] === RUN TestNetworkDBWatch [2021-09-02T19:43:50.431Z] === RUN TestCreateIDMapOrder [2021-09-02T19:43:50.431Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-09-02T19:43:50.431Z] PASS [2021-09-02T19:43:50.431Z] coverage: 7.2% of statements [2021-09-02T19:43:50.431Z] ok github.com/docker/docker/pkg/idtools 0.033s coverage: 7.2% of statements [2021-09-02T19:43:50.727Z] === RUN TestDockerSuite/TestBuildBlankName [2021-09-02T19:43:50.985Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-09-02T19:43:51.133Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-02T19:43:51.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.47s) [2021-09-02T19:43:51.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.50s) [2021-09-02T19:43:51.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.91s) [2021-09-02T19:43:51.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.98s) [2021-09-02T19:43:51.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.83s) [2021-09-02T19:43:51.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.03s) [2021-09-02T19:43:51.133Z] === RUN TestBuildMultiStageCopy [2021-09-02T19:43:51.133Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-02T19:43:51.245Z] --- PASS: TestRenameContainerWithLinkedContainer (1.29s) [2021-09-02T19:43:51.245Z] === RUN TestResize [2021-09-02T19:43:51.396Z] === RUN TestFixedBufferCap [2021-09-02T19:43:51.396Z] --- PASS: TestFixedBufferCap (0.00s) [2021-09-02T19:43:51.396Z] === RUN TestFixedBufferLen [2021-09-02T19:43:51.396Z] --- PASS: TestFixedBufferLen (0.00s) [2021-09-02T19:43:51.396Z] === RUN TestFixedBufferString [2021-09-02T19:43:51.396Z] --- PASS: TestFixedBufferString (0.00s) [2021-09-02T19:43:51.396Z] === RUN TestFixedBufferWrite [2021-09-02T19:43:51.396Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-09-02T19:43:51.396Z] === RUN TestFixedBufferRead [2021-09-02T19:43:51.396Z] --- PASS: TestFixedBufferRead (0.00s) [2021-09-02T19:43:51.396Z] === RUN TestBytesPipeRead [2021-09-02T19:43:51.396Z] --- PASS: TestBytesPipeRead (0.00s) [2021-09-02T19:43:51.396Z] === RUN TestBytesPipeWrite [2021-09-02T19:43:51.396Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-09-02T19:43:51.396Z] === RUN TestBytesPipeWriteRandomChunks [2021-09-02T19:43:51.813Z] --- PASS: TestResize (0.68s) [2021-09-02T19:43:51.813Z] === RUN TestResizeWithInvalidSize [2021-09-02T19:43:51.820Z] --- PASS: TestInspect (2.68s) [2021-09-02T19:43:51.820Z] === RUN TestCreateJob [2021-09-02T19:43:51.854Z] 2021/09/02 19:43:51 Closing DB instances... [2021-09-02T19:43:51.854Z] --- PASS: TestBytesPipeWriteRandomChunks (0.38s) [2021-09-02T19:43:51.854Z] === RUN TestAtomicWriteToFile [2021-09-02T19:43:51.854Z] --- PASS: TestAtomicWriteToFile (0.00s) [2021-09-02T19:43:51.854Z] === RUN TestAtomicWriteSetCommit [2021-09-02T19:43:51.854Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-09-02T19:43:51.854Z] === RUN TestAtomicWriteSetCancel [2021-09-02T19:43:51.854Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-09-02T19:43:51.854Z] === RUN TestReadCloserWrapperClose [2021-09-02T19:43:51.854Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-09-02T19:43:51.854Z] === RUN TestReaderErrWrapperReadOnError [2021-09-02T19:43:51.854Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-09-02T19:43:51.854Z] === RUN TestReaderErrWrapperRead [2021-09-02T19:43:51.854Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-09-02T19:43:51.854Z] === RUN TestCancelReadCloser [2021-09-02T19:43:51.854Z] --- PASS: TestCancelReadCloser (0.10s) [2021-09-02T19:43:51.854Z] === RUN TestWriteCloserWrapperClose [2021-09-02T19:43:51.854Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-09-02T19:43:51.854Z] === RUN TestNopWriteCloser [2021-09-02T19:43:51.854Z] --- PASS: TestNopWriteCloser (0.00s) [2021-09-02T19:43:51.854Z] === RUN TestNopWriter [2021-09-02T19:43:51.854Z] --- PASS: TestNopWriter (0.00s) [2021-09-02T19:43:51.854Z] === RUN TestWriteCounter [2021-09-02T19:43:51.854Z] --- PASS: TestWriteCounter (0.00s) [2021-09-02T19:43:51.854Z] PASS [2021-09-02T19:43:51.854Z] coverage: 69.2% of statements [2021-09-02T19:43:51.854Z] ok github.com/docker/docker/pkg/ioutils 0.526s coverage: 69.2% of statements [2021-09-02T19:43:52.381Z] --- PASS: TestResizeWithInvalidSize (0.60s) [2021-09-02T19:43:52.381Z] === RUN TestResizeWhenContainerNotStarted [2021-09-02T19:43:52.525Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-02T19:43:52.640Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-09-02T19:43:52.787Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-02T19:43:52.819Z] === RUN TestError [2021-09-02T19:43:52.819Z] --- PASS: TestError (0.00s) [2021-09-02T19:43:52.819Z] === RUN TestProgressString [2021-09-02T19:43:52.819Z] === RUN TestProgressString/no_progress [2021-09-02T19:43:52.819Z] === RUN TestProgressString/progress_1 [2021-09-02T19:43:52.819Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-09-02T19:43:52.819Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-09-02T19:43:52.820Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-09-02T19:43:52.820Z] === RUN TestProgressString/with_units [2021-09-02T19:43:52.820Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-09-02T19:43:52.820Z] === RUN TestProgressString/hide_counts [2021-09-02T19:43:52.820Z] --- PASS: TestProgressString (0.00s) [2021-09-02T19:43:52.820Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-09-02T19:43:52.820Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-09-02T19:43:52.820Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-09-02T19:43:52.820Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-09-02T19:43:52.820Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-09-02T19:43:52.820Z] --- PASS: TestProgressString/with_units (0.00s) [2021-09-02T19:43:52.820Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-09-02T19:43:52.820Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-09-02T19:43:52.820Z] === RUN TestJSONMessageDisplay [2021-09-02T19:43:52.820Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-09-02T19:43:52.820Z] === RUN TestJSONMessageDisplayWithJSONError [2021-09-02T19:43:52.820Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-09-02T19:43:52.820Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-09-02T19:43:52.820Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-09-02T19:43:52.820Z] === RUN TestDisplayJSONMessagesStream [2021-09-02T19:43:52.820Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-09-02T19:43:52.820Z] PASS [2021-09-02T19:43:52.820Z] coverage: 91.7% of statements [2021-09-02T19:43:52.820Z] ok github.com/docker/docker/pkg/jsonmessage 0.162s coverage: 91.7% of statements [2021-09-02T19:43:52.899Z] --- PASS: TestResizeWhenContainerNotStarted (0.54s) [2021-09-02T19:43:52.899Z] === RUN TestDaemonRestartKillContainers [2021-09-02T19:43:52.899Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-02T19:43:52.899Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-02T19:43:52.899Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-02T19:43:52.899Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-02T19:43:52.899Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-02T19:43:52.899Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-02T19:43:52.899Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-02T19:43:52.899Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-02T19:43:52.899Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-02T19:43:52.899Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-02T19:43:52.899Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-02T19:43:52.899Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-02T19:43:52.899Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-02T19:43:52.899Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-02T19:43:52.899Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-02T19:43:52.899Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-02T19:43:52.899Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:43:52.899Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:43:52.899Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:43:52.899Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:43:52.899Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:43:52.899Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:43:52.899Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:43:52.899Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:43:52.899Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-02T19:43:52.899Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-02T19:43:53.050Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-02T19:43:53.277Z] --- PASS: TestNetworkDBWatch (3.02s) [2021-09-02T19:43:53.277Z] === RUN TestNetworkDBBulkSync [2021-09-02T19:43:53.277Z] === RUN TestStandardLongPath [2021-09-02T19:43:53.277Z] --- PASS: TestStandardLongPath (0.00s) [2021-09-02T19:43:53.277Z] === RUN TestUNCLongPath [2021-09-02T19:43:53.277Z] --- PASS: TestUNCLongPath (0.00s) [2021-09-02T19:43:53.277Z] PASS [2021-09-02T19:43:53.277Z] coverage: 100.0% of statements [2021-09-02T19:43:53.277Z] ok github.com/docker/docker/pkg/longpath 0.031s coverage: 100.0% of statements [2021-09-02T19:43:53.313Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-02T19:43:53.577Z] --- PASS: TestBuildMultiStageCopy (2.74s) [2021-09-02T19:43:53.577Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.56s) [2021-09-02T19:43:53.577Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.28s) [2021-09-02T19:43:53.577Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.29s) [2021-09-02T19:43:53.577Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.30s) [2021-09-02T19:43:53.577Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.31s) [2021-09-02T19:43:53.577Z] === RUN TestBuildMultiStageParentConfig [2021-09-02T19:43:53.735Z] === RUN TestNameFormat [2021-09-02T19:43:53.735Z] --- PASS: TestNameFormat (0.00s) [2021-09-02T19:43:53.735Z] === RUN TestNameRetries [2021-09-02T19:43:53.735Z] --- PASS: TestNameRetries (0.00s) [2021-09-02T19:43:53.735Z] PASS [2021-09-02T19:43:53.735Z] coverage: 85.7% of statements [2021-09-02T19:43:53.735Z] ok github.com/docker/docker/pkg/namesgenerator 0.032s coverage: 85.7% of statements [2021-09-02T19:43:53.832Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-02T19:43:53.832Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-02T19:43:54.192Z] === RUN TestParseKeyValueOpt [2021-09-02T19:43:54.192Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-09-02T19:43:54.192Z] === RUN TestParseUintList [2021-09-02T19:43:54.192Z] --- PASS: TestParseUintList (0.00s) [2021-09-02T19:43:54.192Z] === RUN TestParseUintListMaximumLimits [2021-09-02T19:43:54.192Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-09-02T19:43:54.192Z] PASS [2021-09-02T19:43:54.192Z] coverage: 97.0% of statements [2021-09-02T19:43:54.192Z] ok github.com/docker/docker/pkg/parsers 0.032s coverage: 97.0% of statements [2021-09-02T19:43:54.298Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-02T19:43:54.524Z] --- PASS: TestBuildMultiStageParentConfig (0.78s) [2021-09-02T19:43:54.524Z] === RUN TestBuildLabelWithTargets [2021-09-02T19:43:54.650Z] 2021/09/02 19:43:54 Closing DB instances... [2021-09-02T19:43:54.801Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-09-02T19:43:55.059Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:43:55.099Z] --- PASS: TestCreateJob (3.21s) [2021-09-02T19:43:55.099Z] === RUN TestReplicatedJob [2021-09-02T19:43:55.108Z] === RUN TestNewAndRemove [2021-09-02T19:43:55.108Z] --- PASS: TestNewAndRemove (0.00s) [2021-09-02T19:43:55.108Z] === RUN TestRemoveInvalidPath [2021-09-02T19:43:55.108Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-09-02T19:43:55.108Z] PASS [2021-09-02T19:43:55.108Z] coverage: 82.6% of statements [2021-09-02T19:43:55.108Z] ok github.com/docker/docker/pkg/pidfile 0.033s coverage: 82.6% of statements [2021-09-02T19:43:55.281Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-02T19:43:55.318Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:43:55.318Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-09-02T19:43:55.917Z] --- PASS: TestBuildLabelWithTargets (1.31s) [2021-09-02T19:43:55.917Z] === RUN TestBuildWithEmptyLayers [2021-09-02T19:43:56.074Z] === RUN TestParseEmptyInterface [2021-09-02T19:43:56.074Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-09-02T19:43:56.074Z] === RUN TestParseNonInterfaceType [2021-09-02T19:43:56.074Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-09-02T19:43:56.074Z] === RUN TestParseWithOneFunction [2021-09-02T19:43:56.074Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-09-02T19:43:56.074Z] === RUN TestParseWithMultipleFuncs [2021-09-02T19:43:56.074Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-09-02T19:43:56.074Z] === RUN TestParseWithUnnamedReturn [2021-09-02T19:43:56.074Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-09-02T19:43:56.074Z] === RUN TestEmbeddedInterface [2021-09-02T19:43:56.074Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-09-02T19:43:56.074Z] === RUN TestParsedImports [2021-09-02T19:43:56.074Z] --- PASS: TestParsedImports (0.00s) [2021-09-02T19:43:56.074Z] === RUN TestAliasedImports [2021-09-02T19:43:56.074Z] --- PASS: TestAliasedImports (0.00s) [2021-09-02T19:43:56.074Z] PASS [2021-09-02T19:43:56.074Z] coverage: 56.8% of statements [2021-09-02T19:43:56.074Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.044s coverage: 56.8% of statements [2021-09-02T19:43:56.074Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2021-09-02T19:43:56.074Z] === RUN TestNetworkDBCRUDMediumCluster [2021-09-02T19:43:56.074Z] === RUN TestFailedConnection [2021-09-02T19:43:56.255Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-09-02T19:43:56.268Z] --- PASS: TestBuildMultiStageCopy (9.08s) [2021-09-02T19:43:56.268Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (5.79s) [2021-09-02T19:43:56.268Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.65s) [2021-09-02T19:43:56.268Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.80s) [2021-09-02T19:43:56.268Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.88s) [2021-09-02T19:43:56.268Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.96s) [2021-09-02T19:43:56.268Z] === RUN TestBuildMultiStageParentConfig [2021-09-02T19:43:56.493Z] --- PASS: TestBuildWithEmptyLayers (0.62s) [2021-09-02T19:43:56.493Z] === RUN TestBuildMultiStageOnBuild [2021-09-02T19:43:56.514Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:43:56.532Z] --- PASS: TestRequest (7.27s) [2021-09-02T19:43:56.532Z] === RUN TestOverlappingRequests [2021-09-02T19:43:56.532Z] === RUN TestHTTPTransport [2021-09-02T19:43:56.532Z] --- PASS: TestHTTPTransport (0.00s) [2021-09-02T19:43:56.532Z] PASS [2021-09-02T19:43:56.532Z] coverage: 85.7% of statements [2021-09-02T19:43:56.532Z] ok github.com/docker/docker/pkg/plugins/transport 0.032s coverage: 85.7% of statements [2021-09-02T19:43:56.773Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:43:56.990Z] --- PASS: TestOverlappingRequests (0.32s) [2021-09-02T19:43:56.990Z] === RUN TestRelease [2021-09-02T19:43:56.990Z] --- PASS: TestFailedConnection (1.00s) [2021-09-02T19:43:56.990Z] === RUN TestFailOnce [2021-09-02T19:43:57.450Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-09-02T19:43:57.450Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-02T19:43:57.450Z] === RUN TestBufioReaderPoolPutAndGet [2021-09-02T19:43:57.450Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-09-02T19:43:57.450Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-09-02T19:43:57.450Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-09-02T19:43:57.450Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-09-02T19:43:57.450Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-02T19:43:57.450Z] === RUN TestBufioWriterPoolPutAndGet [2021-09-02T19:43:57.450Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-09-02T19:43:57.450Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-09-02T19:43:57.450Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-09-02T19:43:57.450Z] === RUN TestBufferPoolPutAndGet [2021-09-02T19:43:57.450Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-09-02T19:43:57.450Z] PASS [2021-09-02T19:43:57.450Z] coverage: 88.2% of statements [2021-09-02T19:43:57.450Z] 2021/09/02 19:43:56 http: panic serving 127.0.0.1:49286: Plugin not ready [2021-09-02T19:43:57.450Z] goroutine 18 [running]: [2021-09-02T19:43:57.450Z] net/http.(*conn).serve.func1() [2021-09-02T19:43:57.450Z] c:/go/src/net/http/server.go:1801 +0xb9 [2021-09-02T19:43:57.450Z] panic({0x769d40, 0x875e60}) [2021-09-02T19:43:57.450Z] c:/go/src/runtime/panic.go:1047 +0x266 [2021-09-02T19:43:57.450Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x45a2578766b242c2}, 0xc0000afa98) [2021-09-02T19:43:57.450Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2021-09-02T19:43:57.450Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x882b28, 0xc0001b0000}, 0x6be8c6) [2021-09-02T19:43:57.450Z] c:/go/src/net/http/server.go:2046 +0x2f [2021-09-02T19:43:57.450Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x882b28, 0xc0001b0000}, 0xc0000b6000) [2021-09-02T19:43:57.450Z] c:/go/src/net/http/server.go:2424 +0x149 [2021-09-02T19:43:57.450Z] net/http.serverHandler.ServeHTTP({0x881150}, {0x882b28, 0xc0001b0000}, 0xc0000b6000) [2021-09-02T19:43:57.450Z] c:/go/src/net/http/server.go:2878 +0x43b [2021-09-02T19:43:57.450Z] net/http.(*conn).serve(0xc0000a8000, {0x8849c0, 0xc00008a0c0}) [2021-09-02T19:43:57.450Z] c:/go/src/net/http/server.go:1929 +0xb08 [2021-09-02T19:43:57.450Z] created by net/http.(*Server).Serve [2021-09-02T19:43:57.450Z] c:/go/src/net/http/server.go:3033 +0x4e8 [2021-09-02T19:43:57.450Z] time="2021-09-02T19:43:56Z" 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-09-02T19:43:57.450Z] ok github.com/docker/docker/pkg/pools 0.037s coverage: 88.2% of statements [2021-09-02T19:43:57.450Z] === RUN TestOutputOnPrematureClose [2021-09-02T19:43:57.450Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-09-02T19:43:57.450Z] === RUN TestCompleteSilently [2021-09-02T19:43:57.450Z] --- PASS: TestCompleteSilently (0.00s) [2021-09-02T19:43:57.450Z] PASS [2021-09-02T19:43:57.450Z] coverage: 75.9% of statements [2021-09-02T19:43:57.450Z] ok github.com/docker/docker/pkg/progress 0.028s coverage: 75.9% of statements [2021-09-02T19:43:57.710Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-09-02T19:43:57.908Z] --- PASS: TestRelease (1.23s) [2021-09-02T19:43:57.909Z] === RUN TestAllocateRandomDeallocate [2021-09-02T19:43:57.909Z] === RUN TestSendToOneSub [2021-09-02T19:43:57.909Z] --- PASS: TestSendToOneSub (0.00s) [2021-09-02T19:43:57.909Z] === RUN TestSendToMultipleSubs [2021-09-02T19:43:57.909Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-09-02T19:43:57.909Z] === RUN TestEvictOneSub [2021-09-02T19:43:57.909Z] --- PASS: TestEvictOneSub (0.00s) [2021-09-02T19:43:57.909Z] === RUN TestClosePublisher [2021-09-02T19:43:57.909Z] --- PASS: TestClosePublisher (0.00s) [2021-09-02T19:43:57.909Z] === RUN TestPubSubRace [2021-09-02T19:43:58.279Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-02T19:43:58.279Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-02T19:43:58.367Z] --- PASS: TestFailOnce (1.13s) [2021-09-02T19:43:58.367Z] === RUN TestEchoInputOutput [2021-09-02T19:43:58.367Z] --- PASS: TestEchoInputOutput (0.00s) [2021-09-02T19:43:58.367Z] === RUN TestBackoff [2021-09-02T19:43:58.367Z] --- PASS: TestBackoff (0.00s) [2021-09-02T19:43:58.367Z] === RUN TestAbortRetry [2021-09-02T19:43:58.367Z] --- PASS: TestAbortRetry (0.00s) [2021-09-02T19:43:58.367Z] === RUN TestClientScheme [2021-09-02T19:43:58.367Z] --- PASS: TestClientScheme (0.00s) [2021-09-02T19:43:58.367Z] === RUN TestNewClientWithTimeout [2021-09-02T19:43:58.448Z] --- PASS: TestBuildMultiStageOnBuild (1.92s) [2021-09-02T19:43:58.448Z] === RUN TestBuildUncleanTarFilenames [2021-09-02T19:43:58.482Z] --- PASS: TestBuildMultiStageParentConfig (2.03s) [2021-09-02T19:43:58.482Z] === RUN TestBuildLabelWithTargets [2021-09-02T19:43:58.482Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T19:43:58.482Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-09-02T19:43:58.482Z] === RUN TestBuildWithEmptyLayers [2021-09-02T19:43:58.825Z] time="2021-09-02T19:43:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-09-02T19:43:58.825Z] 2021/09/02 19:43:58 Closing DB instances... [2021-09-02T19:43:59.283Z] time="2021-09-02T19:43:58Z" level=error msg="node: bfb41eba5252 is unknown to memberlist" [2021-09-02T19:43:59.283Z] --- PASS: TestPubSubRace (1.06s) [2021-09-02T19:43:59.283Z] PASS [2021-09-02T19:43:59.283Z] coverage: 75.0% of statements [2021-09-02T19:43:59.283Z] ok github.com/docker/docker/pkg/pubsub 1.091s coverage: 75.0% of statements [2021-09-02T19:43:59.398Z] --- PASS: TestBuildUncleanTarFilenames (0.93s) [2021-09-02T19:43:59.398Z] === RUN TestBuildMultiStageLayerLeak [2021-09-02T19:43:59.465Z] --- PASS: TestBuildWithEmptyLayers (1.05s) [2021-09-02T19:43:59.465Z] === RUN TestBuildMultiStageOnBuild [2021-09-02T19:43:59.657Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-09-02T19:43:59.741Z] === RUN TestRegister [2021-09-02T19:43:59.741Z] --- PASS: TestRegister (0.00s) [2021-09-02T19:43:59.741Z] === RUN TestCommand [2021-09-02T19:43:59.741Z] --- PASS: TestCommand (0.03s) [2021-09-02T19:43:59.741Z] === RUN TestNaiveSelf [2021-09-02T19:43:59.741Z] --- PASS: TestNaiveSelf (0.02s) [2021-09-02T19:43:59.741Z] PASS [2021-09-02T19:43:59.741Z] coverage: 82.4% of statements [2021-09-02T19:43:59.741Z] ok github.com/docker/docker/pkg/reexec 0.078s coverage: 82.4% of statements [2021-09-02T19:44:00.200Z] === RUN TestDump [2021-09-02T19:44:00.200Z] goroutine 19 [running]: [2021-09-02T19:44:00.200Z] github.com/docker/docker/pkg/stack.dump(0xeeb2f7) [2021-09-02T19:44:00.200Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-02T19:44:00.200Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-09-02T19:44:00.200Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-09-02T19:44:00.200Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2021-09-02T19:44:00.200Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2021-09-02T19:44:00.200Z] testing.tRunner(0xc000085380, 0x1058e38) [2021-09-02T19:44:00.200Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-02T19:44:00.200Z] created by testing.(*T).Run [2021-09-02T19:44:00.200Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-02T19:44:00.200Z] [2021-09-02T19:44:00.200Z] goroutine 1 [chan receive]: [2021-09-02T19:44:00.200Z] testing.(*T).Run(0xc0000851e0, {0x104a4fd, 0xeca173}, 0x1058e38) [2021-09-02T19:44:00.200Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-02T19:44:00.200Z] testing.runTests.func1(0xc0000b66f0) [2021-09-02T19:44:00.200Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-02T19:44:00.200Z] testing.tRunner(0xc0000851e0, 0xc0000c1ce0) [2021-09-02T19:44:00.200Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-02T19:44:00.200Z] testing.runTests(0xc0000d0080, {0x11bbba0, 0x3, 0x3}, {0xeea54d, 0x104c1f7, 0x11c0640}) [2021-09-02T19:44:00.200Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-02T19:44:00.200Z] testing.(*M).Run(0xc0000d0080) [2021-09-02T19:44:00.200Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-02T19:44:00.200Z] main.main() [2021-09-02T19:44:00.200Z] _testmain.go:95 +0x1f5 [2021-09-02T19:44:00.200Z] --- PASS: TestDump (0.00s) [2021-09-02T19:44:00.200Z] === RUN TestDumpToFile [2021-09-02T19:44:00.200Z] time="2021-09-02T19:43:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-09-02T19:44:00.200Z] --- PASS: TestDumpToFile (0.10s) [2021-09-02T19:44:00.200Z] === RUN TestDumpToFileWithEmptyInput [2021-09-02T19:44:00.200Z] goroutine 21 [running]: [2021-09-02T19:44:00.200Z] github.com/docker/docker/pkg/stack.dump(0xf582b4) [2021-09-02T19:44:00.200Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-02T19:44:00.200Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xf58660}) [2021-09-02T19:44:00.200Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2021-09-02T19:44:00.200Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000085380) [2021-09-02T19:44:00.200Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2021-09-02T19:44:00.200Z] testing.tRunner(0xc000085860, 0x1058e28) [2021-09-02T19:44:00.200Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-02T19:44:00.200Z] created by testing.(*T).Run [2021-09-02T19:44:00.200Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-02T19:44:00.200Z] [2021-09-02T19:44:00.200Z] goroutine 1 [chan receive]: [2021-09-02T19:44:00.200Z] testing.(*T).Run(0xc0000851e0, {0x1051289, 0xeca173}, 0x1058e28) [2021-09-02T19:44:00.200Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-02T19:44:00.200Z] testing.runTests.func1(0xc0000b66f0) [2021-09-02T19:44:00.200Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-02T19:44:00.200Z] testing.tRunner(0xc0000851e0, 0xc0000c1ce0) [2021-09-02T19:44:00.200Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-02T19:44:00.200Z] testing.runTests(0xc0000d0080, {0x11bbba0, 0x3, 0x3}, {0xeea54d, 0x104c1f7, 0x11c0640}) [2021-09-02T19:44:00.200Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-02T19:44:00.200Z] testing.(*M).Run(0xc0000d0080) [2021-09-02T19:44:00.200Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-02T19:44:00.200Z] main.main() [2021-09-02T19:44:00.200Z] _testmain.go:95 +0x1f5 [2021-09-02T19:44:00.200Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-09-02T19:44:00.200Z] PASS [2021-09-02T19:44:00.200Z] coverage: 90.9% of statements [2021-09-02T19:44:00.200Z] ok github.com/docker/docker/pkg/stack 0.129s coverage: 90.9% of statements [2021-09-02T19:44:00.365Z] --- PASS: TestReplicatedJob (5.20s) [2021-09-02T19:44:00.365Z] === RUN TestUpdateReplicatedJob [2021-09-02T19:44:00.593Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-02T19:44:00.658Z] === RUN TestNewStdWriter [2021-09-02T19:44:00.658Z] --- PASS: TestNewStdWriter (0.00s) [2021-09-02T19:44:00.658Z] === RUN TestWriteWithUninitializedStdWriter [2021-09-02T19:44:00.658Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-09-02T19:44:00.658Z] === RUN TestWriteWithNilBytes [2021-09-02T19:44:00.658Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-09-02T19:44:00.658Z] === RUN TestWrite [2021-09-02T19:44:00.658Z] --- PASS: TestWrite (0.00s) [2021-09-02T19:44:00.658Z] === RUN TestWriteWithWriterError [2021-09-02T19:44:00.658Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-09-02T19:44:00.658Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-09-02T19:44:00.658Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-09-02T19:44:00.658Z] === RUN TestStdCopyWriteAndRead [2021-09-02T19:44:00.658Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-09-02T19:44:00.658Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-09-02T19:44:00.658Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-09-02T19:44:00.658Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-09-02T19:44:00.658Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-09-02T19:44:00.658Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-09-02T19:44:00.658Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-09-02T19:44:00.658Z] === RUN TestStdCopyWithInvalidInputHeader [2021-09-02T19:44:00.658Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-09-02T19:44:00.658Z] === RUN TestStdCopyWithCorruptedPrefix [2021-09-02T19:44:00.658Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-09-02T19:44:00.658Z] === RUN TestStdCopyReturnsWriteErrors [2021-09-02T19:44:00.658Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-09-02T19:44:00.658Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-09-02T19:44:00.658Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-09-02T19:44:00.658Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-09-02T19:44:00.658Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-09-02T19:44:00.658Z] PASS [2021-09-02T19:44:00.658Z] coverage: 100.0% of statements [2021-09-02T19:44:00.658Z] ok github.com/docker/docker/pkg/stdcopy 0.030s coverage: 100.0% of statements [2021-09-02T19:44:00.852Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-02T19:44:01.115Z] === RUN TestRawProgressFormatterFormatStatus [2021-09-02T19:44:01.115Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-09-02T19:44:01.115Z] === RUN TestRawProgressFormatterFormatProgress [2021-09-02T19:44:01.115Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-09-02T19:44:01.115Z] === RUN TestFormatStatus [2021-09-02T19:44:01.115Z] --- PASS: TestFormatStatus (0.00s) [2021-09-02T19:44:01.115Z] === RUN TestFormatError [2021-09-02T19:44:01.115Z] --- PASS: TestFormatError (0.00s) [2021-09-02T19:44:01.115Z] === RUN TestFormatJSONError [2021-09-02T19:44:01.115Z] --- PASS: TestFormatJSONError (0.00s) [2021-09-02T19:44:01.115Z] === RUN TestJsonProgressFormatterFormatProgress [2021-09-02T19:44:01.115Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-09-02T19:44:01.115Z] === RUN TestJsonProgressFormatterFormatStatus [2021-09-02T19:44:01.115Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-09-02T19:44:01.115Z] === RUN TestNewJSONProgressOutput [2021-09-02T19:44:01.115Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-09-02T19:44:01.115Z] === RUN TestAuxFormatterEmit [2021-09-02T19:44:01.115Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-09-02T19:44:01.115Z] === RUN TestStreamWriterStdout [2021-09-02T19:44:01.115Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-09-02T19:44:01.115Z] === RUN TestStreamWriterStderr [2021-09-02T19:44:01.115Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-09-02T19:44:01.115Z] PASS [2021-09-02T19:44:01.115Z] coverage: 66.2% of statements [2021-09-02T19:44:01.115Z] ok github.com/docker/docker/pkg/streamformatter 0.032s coverage: 66.2% of statements [2021-09-02T19:44:01.322Z] --- PASS: TestBuildMultiStageLayerLeak (2.15s) [2021-09-02T19:44:01.322Z] === RUN TestBuildWithHugeFile [2021-09-02T19:44:01.573Z] --- PASS: TestAllocateRandomDeallocate (3.53s) [2021-09-02T19:44:01.573Z] === RUN TestRetrieveFromStore [2021-09-02T19:44:01.573Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.67s) [2021-09-02T19:44:01.573Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-09-02T19:44:01.573Z] === RUN TestGenerateRandomID [2021-09-02T19:44:01.573Z] --- PASS: TestGenerateRandomID (0.00s) [2021-09-02T19:44:01.573Z] === RUN TestShortenId [2021-09-02T19:44:01.573Z] --- PASS: TestShortenId (0.00s) [2021-09-02T19:44:01.573Z] === RUN TestShortenSha256Id [2021-09-02T19:44:01.573Z] --- PASS: TestShortenSha256Id (0.00s) [2021-09-02T19:44:01.573Z] === RUN TestShortenIdEmpty [2021-09-02T19:44:01.573Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-09-02T19:44:01.573Z] === RUN TestShortenIdInvalid [2021-09-02T19:44:01.573Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-09-02T19:44:01.573Z] === RUN TestIsShortIDNonHex [2021-09-02T19:44:01.573Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-09-02T19:44:01.573Z] === RUN TestIsShortIDNotCorrectSize [2021-09-02T19:44:01.573Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-09-02T19:44:01.573Z] PASS [2021-09-02T19:44:01.573Z] coverage: 70.6% of statements [2021-09-02T19:44:01.573Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2021-09-02T19:44:02.230Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-09-02T19:44:02.230Z] check_test.go:308: [dd5c937bcc14e] daemon is not started [2021-09-02T19:44:02.230Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-09-02T19:44:02.538Z] === RUN TestIsCpusetListAvailable [2021-09-02T19:44:02.538Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-09-02T19:44:02.538Z] PASS [2021-09-02T19:44:02.538Z] coverage: 39.4% of statements [2021-09-02T19:44:02.538Z] ok github.com/docker/docker/pkg/sysinfo 0.028s coverage: 39.4% of statements [2021-09-02T19:44:02.538Z] --- PASS: TestRetrieveFromStore (1.18s) [2021-09-02T19:44:02.538Z] === RUN TestRequestReleaseAddressDuplicate [2021-09-02T19:44:02.538Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2021-09-02T19:44:02.538Z] === RUN TestParallelPredefinedRequest1 [2021-09-02T19:44:02.538Z] === PAUSE TestParallelPredefinedRequest1 [2021-09-02T19:44:02.538Z] === RUN TestParallelPredefinedRequest2 [2021-09-02T19:44:02.538Z] === PAUSE TestParallelPredefinedRequest2 [2021-09-02T19:44:02.538Z] === RUN TestParallelPredefinedRequest3 [2021-09-02T19:44:02.538Z] === PAUSE TestParallelPredefinedRequest3 [2021-09-02T19:44:02.538Z] === RUN TestParallelPredefinedRequest4 [2021-09-02T19:44:02.538Z] === PAUSE TestParallelPredefinedRequest4 [2021-09-02T19:44:02.538Z] === RUN TestParallelPredefinedRequest5 [2021-09-02T19:44:02.538Z] === PAUSE TestParallelPredefinedRequest5 [2021-09-02T19:44:02.538Z] === RUN TestDebug [2021-09-02T19:44:02.538Z] --- PASS: TestDebug (0.00s) [2021-09-02T19:44:02.538Z] === RUN TestRequestPoolParallel [2021-09-02T19:44:02.538Z] 2021/09/02 19:44:02 Closing DB instances... [2021-09-02T19:44:02.538Z] time="2021-09-02T19:44:02Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-09-02T19:44:02.996Z] --- PASS: TestRequestPoolParallel (0.36s) [2021-09-02T19:44:02.996Z] === RUN TestFullAllocateRelease [2021-09-02T19:44:03.454Z] --- PASS: TestFullAllocateRelease (0.34s) [2021-09-02T19:44:03.454Z] === RUN TestOddAllocateRelease [2021-09-02T19:44:03.454Z] === RUN TestChtimes [2021-09-02T19:44:03.454Z] --- PASS: TestChtimes (0.00s) [2021-09-02T19:44:03.454Z] === RUN TestChtimesWindows [2021-09-02T19:44:03.454Z] --- PASS: TestChtimesWindows (0.00s) [2021-09-02T19:44:03.454Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-09-02T19:44:03.454Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-09-02T19:44:03.454Z] === RUN TestEnsureRemoveAllNotExist [2021-09-02T19:44:03.454Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-09-02T19:44:03.454Z] === RUN TestEnsureRemoveAllWithDir [2021-09-02T19:44:03.454Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-09-02T19:44:03.454Z] === RUN TestEnsureRemoveAllWithFile [2021-09-02T19:44:03.454Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-09-02T19:44:03.454Z] === RUN TestHasWin32KSupport [2021-09-02T19:44:03.454Z] syscall_windows_test.go:8: win32k: true [2021-09-02T19:44:03.454Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-09-02T19:44:03.454Z] PASS [2021-09-02T19:44:03.454Z] coverage: 13.0% of statements [2021-09-02T19:44:03.454Z] ok github.com/docker/docker/pkg/system 0.046s coverage: 13.0% of statements [2021-09-02T19:44:03.454Z] --- PASS: TestOddAllocateRelease (0.20s) [2021-09-02T19:44:03.454Z] === RUN TestFullAllocateSerialReleaseParallel [2021-09-02T19:44:03.608Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-09-02T19:44:03.647Z] --- PASS: TestUpdateReplicatedJob (3.13s) [2021-09-02T19:44:03.647Z] === RUN TestServiceListWithStatuses [2021-09-02T19:44:03.647Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-02T19:44:03.647Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-02T19:44:03.647Z] === RUN TestDockerNetworkConnectAlias [2021-09-02T19:44:03.913Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2021-09-02T19:44:03.913Z] === RUN TestOddAllocateSerialReleaseParallel [2021-09-02T19:44:03.913Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2021-09-02T19:44:03.913Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-09-02T19:44:03.913Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2021-09-02T19:44:03.913Z] === CONT TestParallelPredefinedRequest1 [2021-09-02T19:44:03.913Z] === CONT TestParallelPredefinedRequest4 [2021-09-02T19:44:03.913Z] === CONT TestParallelPredefinedRequest3 [2021-09-02T19:44:03.913Z] === CONT TestParallelPredefinedRequest1 [2021-09-02T19:44:03.913Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:44:03.913Z] === CONT TestParallelPredefinedRequest3 [2021-09-02T19:44:03.913Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:44:03.913Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-09-02T19:44:03.913Z] === CONT TestParallelPredefinedRequest4 [2021-09-02T19:44:03.913Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:44:03.913Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-09-02T19:44:03.913Z] === CONT TestParallelPredefinedRequest2 [2021-09-02T19:44:03.913Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:44:03.913Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-09-02T19:44:03.913Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-09-02T19:44:03.913Z] === CONT TestParallelPredefinedRequest5 [2021-09-02T19:44:03.913Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:44:03.913Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-09-02T19:44:03.913Z] PASS [2021-09-02T19:44:03.913Z] coverage: 85.3% of statements [2021-09-02T19:44:03.913Z] ok github.com/docker/docker/libnetwork/ipam 37.867s coverage: 85.3% of statements [2021-09-02T19:44:04.177Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-02T19:44:04.371Z] === RUN TestTailFile [2021-09-02T19:44:04.371Z] --- PASS: TestTailFile (0.00s) [2021-09-02T19:44:04.371Z] === RUN TestTailFileManyLines [2021-09-02T19:44:04.371Z] --- PASS: TestTailFileManyLines (0.00s) [2021-09-02T19:44:04.371Z] === RUN TestTailEmptyFile [2021-09-02T19:44:04.371Z] --- PASS: TestTailEmptyFile (0.00s) [2021-09-02T19:44:04.371Z] === RUN TestTailNegativeN [2021-09-02T19:44:04.371Z] --- PASS: TestTailNegativeN (0.00s) [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader [2021-09-02T19:44:04.371Z] === CONT TestNewTailReader [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/8_byte_delimiter [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/12_byte_delimiter [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/no_delimiter [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/no_delimiter [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/single_byte_delimiter [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/2_byte_delimiter [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/4_byte_delimiter [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/truncated_last_line [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-09-02T19:44:04.371Z] === CONT TestNewTailReader/8_byte_delimiter [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-09-02T19:44:04.371Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.371Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/4_byte_delimiter [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/2_byte_delimiter [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/single_byte_delimiter [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/no_delimiter [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.372Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.372Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.372Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/12_byte_delimiter [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.373Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.373Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.373Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.374Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.374Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.374Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.375Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.375Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.376Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.377Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T19:44:04.835Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T19:44:04.836Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T19:44:04.836Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.01s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.01s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.01s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-09-02T19:44:04.836Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.01s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.01s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T19:44:04.837Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T19:44:04.838Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T19:44:04.838Z] PASS [2021-09-02T19:44:04.838Z] coverage: 88.6% of statements [2021-09-02T19:44:04.838Z] ok github.com/docker/docker/pkg/tailfile 0.161s coverage: 88.6% of statements [2021-09-02T19:44:04.838Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2021-09-02T19:44:04.838Z] === RUN TestNetworkDBGarbageCollection [2021-09-02T19:44:05.115Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-09-02T19:44:05.115Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-02T19:44:05.296Z] === RUN TestTarSumRemoveNonExistent [2021-09-02T19:44:05.296Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-09-02T19:44:05.296Z] === RUN TestTarSumRemove [2021-09-02T19:44:05.296Z] --- PASS: TestTarSumRemove (0.00s) [2021-09-02T19:44:05.296Z] === RUN TestSortFileInfoSums [2021-09-02T19:44:05.296Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-09-02T19:44:05.296Z] === RUN TestNewTarSumForLabelInvalid [2021-09-02T19:44:05.296Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-09-02T19:44:05.296Z] === RUN TestNewTarSumForLabel [2021-09-02T19:44:05.296Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-09-02T19:44:05.296Z] === RUN TestEmptyTar [2021-09-02T19:44:05.296Z] --- PASS: TestEmptyTar (0.00s) [2021-09-02T19:44:05.296Z] === RUN TestTarSumsReadSize [2021-09-02T19:44:05.296Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-09-02T19:44:05.296Z] === RUN TestTarSums [2021-09-02T19:44:05.296Z] --- PASS: TestTarSums (0.05s) [2021-09-02T19:44:05.296Z] === RUN TestIteration [2021-09-02T19:44:05.296Z] --- PASS: TestIteration (0.00s) [2021-09-02T19:44:05.296Z] === RUN TestVersionLabelForChecksum [2021-09-02T19:44:05.296Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-09-02T19:44:05.296Z] === RUN TestVersion [2021-09-02T19:44:05.296Z] --- PASS: TestVersion (0.00s) [2021-09-02T19:44:05.296Z] === RUN TestGetVersion [2021-09-02T19:44:05.296Z] --- PASS: TestGetVersion (0.00s) [2021-09-02T19:44:05.296Z] === RUN TestGetVersions [2021-09-02T19:44:05.296Z] --- PASS: TestGetVersions (0.00s) [2021-09-02T19:44:05.296Z] PASS [2021-09-02T19:44:05.296Z] coverage: 89.3% of statements [2021-09-02T19:44:05.296Z] ok github.com/docker/docker/pkg/tarsum 0.089s coverage: 89.3% of statements [2021-09-02T19:44:05.754Z] testing: warning: no tests to run [2021-09-02T19:44:05.754Z] PASS [2021-09-02T19:44:05.754Z] coverage: [no statements] [2021-09-02T19:44:05.754Z] ok github.com/docker/docker/pkg/term/windows 0.027s coverage: [no statements] [no tests to run] [2021-09-02T19:44:06.211Z] === RUN TestTruncIndex [2021-09-02T19:44:06.211Z] --- PASS: TestTruncIndex (0.10s) [2021-09-02T19:44:06.211Z] PASS [2021-09-02T19:44:06.211Z] coverage: 91.5% of statements [2021-09-02T19:44:06.211Z] ok github.com/docker/docker/pkg/truncindex 0.133s coverage: 91.5% of statements [2021-09-02T19:44:06.669Z] === RUN TestIsGIT [2021-09-02T19:44:06.669Z] --- PASS: TestIsGIT (0.00s) [2021-09-02T19:44:06.669Z] === RUN TestIsTransport [2021-09-02T19:44:06.669Z] --- PASS: TestIsTransport (0.00s) [2021-09-02T19:44:06.669Z] PASS [2021-09-02T19:44:06.669Z] coverage: 100.0% of statements [2021-09-02T19:44:06.669Z] ok github.com/docker/docker/pkg/urlutil 0.028s coverage: 100.0% of statements [2021-09-02T19:44:07.126Z] === RUN TestVersionInfo [2021-09-02T19:44:07.126Z] --- PASS: TestVersionInfo (0.00s) [2021-09-02T19:44:07.126Z] === RUN TestAppendVersions [2021-09-02T19:44:07.126Z] --- PASS: TestAppendVersions (0.00s) [2021-09-02T19:44:07.126Z] PASS [2021-09-02T19:44:07.126Z] coverage: 88.9% of statements [2021-09-02T19:44:07.126Z] ok github.com/docker/docker/pkg/useragent 0.027s coverage: 88.9% of statements [2021-09-02T19:44:07.126Z] time="2021-09-02T19:44:06Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-09-02T19:44:07.648Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-09-02T19:44:07.830Z] --- PASS: TestDockerNetworkConnectAlias (4.24s) [2021-09-02T19:44:07.830Z] === RUN TestDockerNetworkReConnect [2021-09-02T19:44:07.907Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-09-02T19:44:07.907Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.18s) [2021-09-02T19:44:07.907Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.29s) [2021-09-02T19:44:07.907Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.48s) [2021-09-02T19:44:07.907Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.51s) [2021-09-02T19:44:07.907Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.47s) [2021-09-02T19:44:07.907Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.55s) [2021-09-02T19:44:07.907Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.49s) [2021-09-02T19:44:07.907Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.61s) [2021-09-02T19:44:07.907Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.50s) [2021-09-02T19:44:07.907Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.01s) [2021-09-02T19:44:07.907Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.87s) [2021-09-02T19:44:07.907Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.02s) [2021-09-02T19:44:07.907Z] === RUN TestCgroupNamespacesRun [2021-09-02T19:44:08.091Z] === RUN TestValidatePrivileges [2021-09-02T19:44:08.091Z] --- PASS: TestValidatePrivileges (0.00s) [2021-09-02T19:44:08.091Z] === RUN TestFilterByCapNeg [2021-09-02T19:44:08.091Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-09-02T19:44:08.091Z] === RUN TestFilterByCapPos [2021-09-02T19:44:08.091Z] --- PASS: TestFilterByCapPos (0.00s) [2021-09-02T19:44:08.091Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-09-02T19:44:08.091Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-09-02T19:44:08.091Z] PASS [2021-09-02T19:44:08.091Z] coverage: 12.0% of statements [2021-09-02T19:44:08.091Z] ok github.com/docker/docker/plugin 0.036s coverage: 12.0% of statements [2021-09-02T19:44:08.109Z] --- PASS: TestBuildMultiStageOnBuild (8.82s) [2021-09-02T19:44:08.109Z] === RUN TestBuildUncleanTarFilenames [2021-09-02T19:44:08.109Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T19:44:08.109Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-09-02T19:44:08.109Z] === RUN TestBuildMultiStageLayerLeak [2021-09-02T19:44:09.058Z] === RUN TestNewSettable [2021-09-02T19:44:09.058Z] --- PASS: TestNewSettable (0.00s) [2021-09-02T19:44:09.058Z] === RUN TestIsSettable [2021-09-02T19:44:09.058Z] --- PASS: TestIsSettable (0.00s) [2021-09-02T19:44:09.058Z] === RUN TestUpdateSettingsEnv [2021-09-02T19:44:09.058Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-09-02T19:44:09.058Z] PASS [2021-09-02T19:44:09.058Z] coverage: 20.0% of statements [2021-09-02T19:44:09.058Z] ok github.com/docker/docker/plugin/v2 0.030s coverage: 20.0% of statements [2021-09-02T19:44:09.517Z] === RUN TestLoad [2021-09-02T19:44:09.517Z] --- PASS: TestLoad (0.00s) [2021-09-02T19:44:09.517Z] === RUN TestSave [2021-09-02T19:44:09.517Z] --- PASS: TestSave (0.02s) [2021-09-02T19:44:09.517Z] === RUN TestAddDeleteGet [2021-09-02T19:44:09.517Z] --- PASS: TestAddDeleteGet (0.03s) [2021-09-02T19:44:09.517Z] === RUN TestInvalidTags [2021-09-02T19:44:09.517Z] --- PASS: TestInvalidTags (0.00s) [2021-09-02T19:44:09.517Z] PASS [2021-09-02T19:44:09.517Z] coverage: 84.4% of statements [2021-09-02T19:44:09.517Z] ok github.com/docker/docker/reference 0.084s coverage: 84.4% of statements [2021-09-02T19:44:09.812Z] --- PASS: TestCgroupNamespacesRun (1.95s) [2021-09-02T19:44:09.812Z] === RUN TestCgroupNamespacesRunPrivileged [2021-09-02T19:44:11.052Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-09-02T19:44:11.052Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-09-02T19:44:11.052Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-09-02T19:44:11.052Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-09-02T19:44:11.052Z] === RUN TestResolveAuthConfigIndexServer [2021-09-02T19:44:11.052Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestResolveAuthConfigFullURL [2021-09-02T19:44:11.052Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestLoadAllowNondistributableArtifacts [2021-09-02T19:44:11.052Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestValidateMirror [2021-09-02T19:44:11.052Z] --- PASS: TestValidateMirror (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestLoadInsecureRegistries [2021-09-02T19:44:11.052Z] time="2021-09-02T19:44:10Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-09-02T19:44:11.052Z] time="2021-09-02T19:44:10Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-09-02T19:44:11.052Z] time="2021-09-02T19:44:10Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-09-02T19:44:11.052Z] --- PASS: TestLoadInsecureRegistries (0.10s) [2021-09-02T19:44:11.052Z] === RUN TestNewServiceConfig [2021-09-02T19:44:11.052Z] --- PASS: TestNewServiceConfig (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestValidateIndexName [2021-09-02T19:44:11.052Z] --- PASS: TestValidateIndexName (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestValidateIndexNameWithError [2021-09-02T19:44:11.052Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestEndpointParse [2021-09-02T19:44:11.052Z] --- PASS: TestEndpointParse (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestEndpointParseInvalid [2021-09-02T19:44:11.052Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestValidateEndpoint [2021-09-02T19:44:11.052Z] --- PASS: TestValidateEndpoint (0.01s) [2021-09-02T19:44:11.052Z] === RUN TestPing [2021-09-02T19:44:11.052Z] --- PASS: TestPing (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestPingRegistryEndpoint [2021-09-02T19:44:11.052Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:44:11.052Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestEndpoint [2021-09-02T19:44:11.052Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:44:11.052Z] --- SKIP: TestEndpoint (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestParseRepositoryInfo [2021-09-02T19:44:11.052Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestNewIndexInfo [2021-09-02T19:44:11.052Z] --- PASS: TestNewIndexInfo (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestMirrorEndpointLookup [2021-09-02T19:44:11.052Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:44:11.052Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestSearchRepositories [2021-09-02T19:44:11.052Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-09-02T19:44:11.052Z] Host: 127.0.0.1:49308 [2021-09-02T19:44:11.052Z] User-Agent: docker test client [2021-09-02T19:44:11.052Z] Authorization: Token fake-token [2021-09-02T19:44:11.052Z] X-Docker-Token: true [2021-09-02T19:44:11.052Z] Accept-Encoding: gzip [2021-09-02T19:44:11.052Z] [2021-09-02T19:44:11.052Z] [2021-09-02T19:44:11.052Z] registry_test.go:730: HTTP/1.1 200 OK [2021-09-02T19:44:11.052Z] Connection: close [2021-09-02T19:44:11.052Z] Content-Length: 144 [2021-09-02T19:44:11.052Z] Cache-Control: no-cache [2021-09-02T19:44:11.052Z] Content-Type: application/json [2021-09-02T19:44:11.052Z] Date: Thu, 02 Sep 2021 19:44:10 GMT [2021-09-02T19:44:11.052Z] Expires: -1 [2021-09-02T19:44:11.052Z] Pragma: no-cache [2021-09-02T19:44:11.052Z] Server: docker-tests/mock [2021-09-02T19:44:11.052Z] X-Docker-Registry-Config: mock [2021-09-02T19:44:11.052Z] X-Docker-Registry-Version: 0.0.0 [2021-09-02T19:44:11.052Z] [2021-09-02T19:44:11.052Z] [2021-09-02T19:44:11.052Z] --- PASS: TestSearchRepositories (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestTrustedLocation [2021-09-02T19:44:11.052Z] --- PASS: TestTrustedLocation (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-09-02T19:44:11.052Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestAllowNondistributableArtifacts [2021-09-02T19:44:11.052Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-09-02T19:44:11.052Z] === RUN TestIsSecureIndex [2021-09-02T19:44:11.052Z] --- PASS: TestIsSecureIndex (0.00s) [2021-09-02T19:44:11.052Z] PASS [2021-09-02T19:44:11.052Z] coverage: 51.7% of statements [2021-09-02T19:44:11.052Z] ok github.com/docker/docker/registry 0.166s coverage: 51.7% of statements [2021-09-02T19:44:11.114Z] --- PASS: TestDockerNetworkReConnect (3.48s) [2021-09-02T19:44:11.114Z] === RUN TestServicePlugin [2021-09-02T19:44:11.510Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-09-02T19:44:11.510Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-09-02T19:44:11.510Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-09-02T19:44:11.510Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-09-02T19:44:11.510Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-09-02T19:44:11.510Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-09-02T19:44:11.510Z] === RUN TestResumableRequestReaderWithReadError [2021-09-02T19:44:11.715Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.67s) [2021-09-02T19:44:11.715Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-09-02T19:44:11.968Z] time="2021-09-02T19:44:11Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-09-02T19:44:11.968Z] --- PASS: TestResumableRequestReaderWithReadError (0.09s) [2021-09-02T19:44:11.968Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-09-02T19:44:11.968Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-09-02T19:44:11.968Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-09-02T19:44:11.968Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-09-02T19:44:11.968Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-09-02T19:44:11.968Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-09-02T19:44:11.968Z] === RUN TestResumableRequestReader [2021-09-02T19:44:11.968Z] --- PASS: TestResumableRequestReader (0.00s) [2021-09-02T19:44:11.968Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-09-02T19:44:11.968Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-09-02T19:44:11.968Z] PASS [2021-09-02T19:44:11.968Z] coverage: 100.0% of statements [2021-09-02T19:44:11.968Z] === RUN TestRestartManagerTimeout [2021-09-02T19:44:11.968Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-09-02T19:44:11.968Z] === RUN TestRestartManagerTimeoutReset [2021-09-02T19:44:11.968Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-09-02T19:44:11.968Z] PASS [2021-09-02T19:44:11.968Z] coverage: 50.9% of statements [2021-09-02T19:44:11.968Z] ok github.com/docker/docker/registry/resumable 0.143s coverage: 100.0% of statements [2021-09-02T19:44:11.968Z] ok github.com/docker/docker/restartmanager 0.029s coverage: 50.9% of statements [2021-09-02T19:44:12.425Z] === RUN TestDecodeContainerConfig [2021-09-02T19:44:12.425Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-09-02T19:44:12.426Z] === RUN TestDecodeContainerConfigIsolation [2021-09-02T19:44:12.426Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-09-02T19:44:12.426Z] === RUN TestValidatePrivileged [2021-09-02T19:44:12.426Z] --- PASS: TestValidatePrivileged (0.00s) [2021-09-02T19:44:12.426Z] PASS [2021-09-02T19:44:12.426Z] coverage: 52.2% of statements [2021-09-02T19:44:12.426Z] ok github.com/docker/docker/runconfig 0.029s coverage: 52.2% of statements [2021-09-02T19:44:12.426Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-09-02T19:44:12.426Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-09-02T19:44:12.426Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-09-02T19:44:12.426Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-09-02T19:44:12.426Z] PASS [2021-09-02T19:44:12.426Z] coverage: 62.5% of statements [2021-09-02T19:44:12.426Z] ok github.com/docker/docker/testutil 0.028s coverage: 62.5% of statements [2021-09-02T19:44:13.620Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.02s) [2021-09-02T19:44:13.620Z] === RUN TestCgroupNamespacesRunHostMode [2021-09-02T19:44:14.598Z] === RUN TestGetDriver [2021-09-02T19:44:14.598Z] --- PASS: TestGetDriver (0.00s) [2021-09-02T19:44:14.598Z] === RUN TestVolumeRequestError [2021-09-02T19:44:14.598Z] --- PASS: TestVolumeRequestError (0.01s) [2021-09-02T19:44:14.598Z] PASS [2021-09-02T19:44:14.598Z] coverage: 36.1% of statements [2021-09-02T19:44:14.598Z] ok github.com/docker/docker/volume/drivers 0.038s coverage: 36.1% of statements [2021-09-02T19:44:14.598Z] === RUN TestGetAddress [2021-09-02T19:44:14.598Z] --- PASS: TestGetAddress (0.00s) [2021-09-02T19:44:14.598Z] === RUN TestRemove [2021-09-02T19:44:14.598Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-02T19:44:14.598Z] --- SKIP: TestRemove (0.00s) [2021-09-02T19:44:14.598Z] === RUN TestInitializeWithVolumes [2021-09-02T19:44:14.598Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-09-02T19:44:14.598Z] === RUN TestCreate [2021-09-02T19:44:14.598Z] --- PASS: TestCreate (0.01s) [2021-09-02T19:44:14.598Z] === RUN TestValidateName [2021-09-02T19:44:14.598Z] --- PASS: TestValidateName (0.00s) [2021-09-02T19:44:14.598Z] === RUN TestCreateWithOpts [2021-09-02T19:44:14.598Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-02T19:44:14.598Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-09-02T19:44:14.598Z] === RUN TestRelaodNoOpts [2021-09-02T19:44:14.598Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-09-02T19:44:14.598Z] PASS [2021-09-02T19:44:14.598Z] coverage: 41.5% of statements [2021-09-02T19:44:14.598Z] ok github.com/docker/docker/volume/local 0.055s coverage: 41.5% of statements [2021-09-02T19:44:15.299Z] plugin_test.go:61: [d37737c0ab910] joining swarm manager [d1b1d155d70a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:44:15.564Z] === RUN TestLCOWParseMountRaw [2021-09-02T19:44:15.564Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-09-02T19:44:15.564Z] === RUN TestLCOWParseMountRawSplit [2021-09-02T19:44:15.564Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-09-02T19:44:15.564Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-09-02T19:44:15.564Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-09-02T19:44:15.564Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-09-02T19:44:15.564Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-09-02T19:44:15.564Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-09-02T19:44:15.564Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-09-02T19:44:15.564Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-09-02T19:44:15.564Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-09-02T19:44:15.564Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-09-02T19:44:15.564Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-09-02T19:44:15.564Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-09-02T19:44:15.564Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-02T19:44:15.564Z] === RUN TestLinuxParseMountRaw [2021-09-02T19:44:15.564Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-09-02T19:44:15.564Z] === RUN TestLinuxParseMountRawSplit [2021-09-02T19:44:15.564Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-09-02T19:44:15.564Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-09-02T19:44:15.564Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-09-02T19:44:15.564Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-09-02T19:44:15.564Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-09-02T19:44:15.564Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-09-02T19:44:15.564Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-09-02T19:44:15.564Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-09-02T19:44:15.564Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-09-02T19:44:15.564Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-09-02T19:44:15.564Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-09-02T19:44:15.564Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-09-02T19:44:15.564Z] === RUN TestConvertTmpfsOptions [2021-09-02T19:44:15.564Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-09-02T19:44:15.564Z] linux_parser_test.go:209: data="ro" [2021-09-02T19:44:15.564Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-09-02T19:44:15.564Z] === RUN TestParseMountSpec [2021-09-02T19:44:15.564Z] parser_test.go:62: case 0 [2021-09-02T19:44:15.564Z] parser_test.go:62: case 1 [2021-09-02T19:44:15.564Z] parser_test.go:62: case 2 [2021-09-02T19:44:15.564Z] parser_test.go:62: case 3 [2021-09-02T19:44:15.564Z] parser_test.go:62: case 4 [2021-09-02T19:44:15.564Z] parser_test.go:62: case 5 [2021-09-02T19:44:15.564Z] --- PASS: TestParseMountSpec (0.00s) [2021-09-02T19:44:15.564Z] === RUN TestValidateMount [2021-09-02T19:44:15.564Z] --- PASS: TestValidateMount (0.00s) [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountRaw [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountRawSplit [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-02T19:44:15.564Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-09-02T19:44:15.564Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-09-02T19:44:15.564Z] PASS [2021-09-02T19:44:15.564Z] coverage: 67.6% of statements [2021-09-02T19:44:15.564Z] ok github.com/docker/docker/volume/mounts 0.038s coverage: 67.6% of statements [2021-09-02T19:44:15.865Z] plugin_test.go:64: [d22c062869e48] joining swarm manager [d1b1d155d70a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:44:16.022Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-09-02T19:44:16.022Z] === RUN TestClientStream [2021-09-02T19:44:16.022Z] --- PASS: TestClientStream (0.00s) [2021-09-02T19:44:16.022Z] === RUN TestClientSendFile [2021-09-02T19:44:16.022Z] --- PASS: TestClientSendFile (0.00s) [2021-09-02T19:44:16.022Z] === RUN TestClientWithRequestTimeout [2021-09-02T19:44:16.022Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-09-02T19:44:16.022Z] === RUN TestFileSpecPlugin [2021-09-02T19:44:16.022Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-09-02T19:44:16.022Z] === RUN TestFileJSONSpecPlugin [2021-09-02T19:44:16.022Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-09-02T19:44:16.022Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-09-02T19:44:16.022Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-09-02T19:44:16.022Z] === RUN TestPluginAddHandler [2021-09-02T19:44:16.022Z] --- PASS: TestPluginAddHandler (0.00s) [2021-09-02T19:44:16.022Z] === RUN TestPluginWaitBadPlugin [2021-09-02T19:44:16.022Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-09-02T19:44:16.022Z] === RUN TestGet [2021-09-02T19:44:16.022Z] time="2021-09-02T19:44:15Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-09-02T19:44:16.022Z] === RUN TestSetGetMeta [2021-09-02T19:44:16.022Z] === PAUSE TestSetGetMeta [2021-09-02T19:44:16.022Z] === RUN TestRestore [2021-09-02T19:44:16.022Z] === PAUSE TestRestore [2021-09-02T19:44:16.022Z] === RUN TestServiceCreate [2021-09-02T19:44:16.022Z] === PAUSE TestServiceCreate [2021-09-02T19:44:16.022Z] === RUN TestServiceList [2021-09-02T19:44:16.022Z] === PAUSE TestServiceList [2021-09-02T19:44:16.022Z] === RUN TestServiceRemove [2021-09-02T19:44:16.022Z] === PAUSE TestServiceRemove [2021-09-02T19:44:16.022Z] === RUN TestServiceGet [2021-09-02T19:44:16.022Z] === PAUSE TestServiceGet [2021-09-02T19:44:16.022Z] === RUN TestServicePrune [2021-09-02T19:44:16.022Z] === PAUSE TestServicePrune [2021-09-02T19:44:16.022Z] === RUN TestCreate [2021-09-02T19:44:16.022Z] === PAUSE TestCreate [2021-09-02T19:44:16.022Z] === RUN TestRemove [2021-09-02T19:44:16.022Z] === PAUSE TestRemove [2021-09-02T19:44:16.022Z] === RUN TestList [2021-09-02T19:44:16.022Z] === PAUSE TestList [2021-09-02T19:44:16.022Z] === RUN TestFindByDriver [2021-09-02T19:44:16.022Z] === PAUSE TestFindByDriver [2021-09-02T19:44:16.022Z] === RUN TestFindByReferenced [2021-09-02T19:44:16.022Z] === PAUSE TestFindByReferenced [2021-09-02T19:44:16.022Z] === RUN TestDerefMultipleOfSameRef [2021-09-02T19:44:16.022Z] === PAUSE TestDerefMultipleOfSameRef [2021-09-02T19:44:16.022Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-02T19:44:16.022Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-02T19:44:16.022Z] === RUN TestDefererencePluginOnCreateError [2021-09-02T19:44:16.022Z] === PAUSE TestDefererencePluginOnCreateError [2021-09-02T19:44:16.022Z] === RUN TestRefDerefRemove [2021-09-02T19:44:16.022Z] === PAUSE TestRefDerefRemove [2021-09-02T19:44:16.022Z] === RUN TestGet [2021-09-02T19:44:16.022Z] === PAUSE TestGet [2021-09-02T19:44:16.022Z] === RUN TestGetWithReference [2021-09-02T19:44:16.022Z] === PAUSE TestGetWithReference [2021-09-02T19:44:16.022Z] === RUN TestFilterFunc [2021-09-02T19:44:16.022Z] === RUN TestFilterFunc/test_nil_list [2021-09-02T19:44:16.022Z] === PAUSE TestFilterFunc/test_nil_list [2021-09-02T19:44:16.022Z] === RUN TestFilterFunc/test_empty_list [2021-09-02T19:44:16.022Z] === PAUSE TestFilterFunc/test_empty_list [2021-09-02T19:44:16.022Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-09-02T19:44:16.022Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-09-02T19:44:16.022Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-02T19:44:16.022Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-02T19:44:16.022Z] === RUN TestFilterFunc/test_filter_some [2021-09-02T19:44:16.022Z] === PAUSE TestFilterFunc/test_filter_some [2021-09-02T19:44:16.022Z] === RUN TestFilterFunc/test_filter_middle [2021-09-02T19:44:16.022Z] === PAUSE TestFilterFunc/test_filter_middle [2021-09-02T19:44:16.022Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-09-02T19:44:16.022Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-09-02T19:44:16.022Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-09-02T19:44:16.022Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-09-02T19:44:16.022Z] === CONT TestFilterFunc/test_nil_list [2021-09-02T19:44:16.022Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-09-02T19:44:16.022Z] === CONT TestFilterFunc/test_filter_some [2021-09-02T19:44:16.022Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-09-02T19:44:16.022Z] === CONT TestFilterFunc/test_empty_list [2021-09-02T19:44:16.022Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-09-02T19:44:16.022Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-02T19:44:16.022Z] === CONT TestFilterFunc/test_filter_middle [2021-09-02T19:44:16.022Z] --- PASS: TestFilterFunc (0.00s) [2021-09-02T19:44:16.022Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-09-02T19:44:16.022Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-09-02T19:44:16.022Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-09-02T19:44:16.022Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-09-02T19:44:16.022Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-09-02T19:44:16.022Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-09-02T19:44:16.022Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-09-02T19:44:16.022Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-09-02T19:44:16.022Z] === CONT TestSetGetMeta [2021-09-02T19:44:16.022Z] === CONT TestDefererencePluginOnCreateError [2021-09-02T19:44:16.022Z] === CONT TestList [2021-09-02T19:44:16.022Z] === CONT TestServiceGet [2021-09-02T19:44:16.022Z] --- PASS: TestSetGetMeta (0.01s) [2021-09-02T19:44:16.022Z] === CONT TestServiceRemove [2021-09-02T19:44:16.022Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-09-02T19:44:16.022Z] === CONT TestServiceList [2021-09-02T19:44:16.022Z] --- PASS: TestList (0.03s) [2021-09-02T19:44:16.022Z] === CONT TestServiceCreate [2021-09-02T19:44:16.022Z] --- PASS: TestServiceGet (0.11s) [2021-09-02T19:44:16.022Z] === CONT TestRestore [2021-09-02T19:44:16.022Z] --- PASS: TestServiceRemove (0.10s) [2021-09-02T19:44:16.022Z] === CONT TestGet [2021-09-02T19:44:16.022Z] --- PASS: TestServiceList (0.09s) [2021-09-02T19:44:16.022Z] === CONT TestGetWithReference [2021-09-02T19:44:16.210Z] --- PASS: TestCgroupNamespacesRunHostMode (2.33s) [2021-09-02T19:44:16.210Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-09-02T19:44:16.480Z] --- PASS: TestServiceCreate (0.09s) [2021-09-02T19:44:16.480Z] === CONT TestRefDerefRemove [2021-09-02T19:44:16.480Z] --- PASS: TestGet (0.02s) [2021-09-02T19:44:16.480Z] === CONT TestCreate [2021-09-02T19:44:16.480Z] --- PASS: TestRestore (0.02s) [2021-09-02T19:44:16.480Z] === CONT TestRemove [2021-09-02T19:44:16.480Z] --- PASS: TestRefDerefRemove (0.02s) [2021-09-02T19:44:16.480Z] === CONT TestDerefMultipleOfSameRef [2021-09-02T19:44:16.480Z] --- PASS: TestGetWithReference (0.02s) [2021-09-02T19:44:16.480Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-02T19:44:16.480Z] --- PASS: TestCreate (0.01s) [2021-09-02T19:44:16.480Z] === CONT TestFindByReferenced [2021-09-02T19:44:16.480Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-09-02T19:44:16.480Z] === CONT TestFindByDriver [2021-09-02T19:44:16.480Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-09-02T19:44:16.480Z] === CONT TestServicePrune [2021-09-02T19:44:16.480Z] --- PASS: TestRemove (0.02s) [2021-09-02T19:44:16.480Z] --- PASS: TestFindByReferenced (0.01s) [2021-09-02T19:44:16.480Z] time="2021-09-02T19:44:16Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-02T19:44:16.480Z] --- PASS: TestFindByDriver (0.02s) [2021-09-02T19:44:16.480Z] time="2021-09-02T19:44:16Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-02T19:44:16.480Z] time="2021-09-02T19:44:16Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-02T19:44:16.480Z] time="2021-09-02T19:44:16Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-09-02T19:44:16.480Z] time="2021-09-02T19:44:16Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-02T19:44:16.480Z] --- PASS: TestServicePrune (0.03s) [2021-09-02T19:44:16.480Z] PASS [2021-09-02T19:44:16.480Z] coverage: 69.0% of statements [2021-09-02T19:44:16.480Z] ok github.com/docker/docker/volume/service 0.211s coverage: 69.0% of statements [2021-09-02T19:44:16.759Z] --- PASS: TestBuildMultiStageLayerLeak (8.29s) [2021-09-02T19:44:16.759Z] === RUN TestBuildWithHugeFile [2021-09-02T19:44:16.937Z] time="2021-09-02T19:44:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-09-02T19:44:18.118Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.03s) [2021-09-02T19:44:18.118Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-09-02T19:44:19.108Z] time="2021-09-02T19:44:18Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-09-02T19:44:20.024Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-09-02T19:44:20.283Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.22s) [2021-09-02T19:44:20.283Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-09-02T19:44:20.542Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-09-02T19:44:21.110Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2021-09-02T19:44:21.110Z] === RUN TestCgroupNamespacesRunOlderClient [2021-09-02T19:44:21.532Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-09-02T19:44:21.532Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-09-02T19:44:21.532Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-09-02T19:44:21.532Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-09-02T19:44:21.532Z] Cross building: bundles/cross/linux/s390x [2021-09-02T19:44:21.532Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-09-02T19:44:21.532Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-09-02T19:44:22.047Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-09-02T19:44:22.615Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.62s) [2021-09-02T19:44:22.615Z] === RUN TestNISDomainname [2021-09-02T19:44:22.836Z] time="2021-09-02T19:44:22Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-09-02T19:44:23.196Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-09-02T19:44:23.455Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-09-02T19:44:23.715Z] --- PASS: TestNISDomainname (0.93s) [2021-09-02T19:44:23.715Z] === RUN TestHostnameDnsResolution [2021-09-02T19:44:25.092Z] --- PASS: TestHostnameDnsResolution (1.18s) [2021-09-02T19:44:25.092Z] === RUN TestStats [2021-09-02T19:44:26.027Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-09-02T19:44:26.286Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-09-02T19:44:27.661Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-09-02T19:44:27.661Z] --- PASS: TestStats (2.71s) [2021-09-02T19:44:27.661Z] === RUN TestStopContainerWithTimeout [2021-09-02T19:44:27.661Z] === RUN TestStopContainerWithTimeout/0 [2021-09-02T19:44:27.661Z] === PAUSE TestStopContainerWithTimeout/0 [2021-09-02T19:44:27.661Z] === RUN TestStopContainerWithTimeout/1 [2021-09-02T19:44:27.661Z] === PAUSE TestStopContainerWithTimeout/1 [2021-09-02T19:44:27.661Z] === RUN TestStopContainerWithTimeout/3 [2021-09-02T19:44:27.661Z] === PAUSE TestStopContainerWithTimeout/3 [2021-09-02T19:44:27.661Z] === RUN TestStopContainerWithTimeout/-1 [2021-09-02T19:44:27.661Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-09-02T19:44:27.661Z] === CONT TestStopContainerWithTimeout/0 [2021-09-02T19:44:27.661Z] === CONT TestStopContainerWithTimeout/3 [2021-09-02T19:44:27.661Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-09-02T19:44:28.598Z] === CONT TestStopContainerWithTimeout/-1 [2021-09-02T19:44:29.974Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-09-02T19:44:30.233Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-09-02T19:44:30.801Z] === CONT TestStopContainerWithTimeout/1 [2021-09-02T19:44:31.390Z] --- PASS: TestGet (15.00s) [2021-09-02T19:44:31.390Z] === RUN TestPluginWithNoManifest [2021-09-02T19:44:31.390Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-09-02T19:44:31.390Z] === RUN TestGetAll [2021-09-02T19:44:31.390Z] --- PASS: TestGetAll (0.00s) [2021-09-02T19:44:31.390Z] PASS [2021-09-02T19:44:31.390Z] coverage: 73.2% of statements [2021-09-02T19:44:31.390Z] ok github.com/docker/docker/pkg/plugins 34.816s coverage: 73.2% of statements [2021-09-02T19:44:32.705Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-09-02T19:44:32.705Z] --- PASS: TestStopContainerWithTimeout/0 (1.12s) [2021-09-02T19:44:32.705Z] --- PASS: TestStopContainerWithTimeout/3 (3.08s) [2021-09-02T19:44:32.705Z] --- PASS: TestStopContainerWithTimeout/-1 (2.69s) [2021-09-02T19:44:32.705Z] --- PASS: TestStopContainerWithTimeout/1 (1.78s) [2021-09-02T19:44:32.705Z] === RUN TestDeleteDevicemapper [2021-09-02T19:44:32.705Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-02T19:44:32.705Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-09-02T19:44:32.705Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-02T19:44:34.611Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-09-02T19:44:35.179Z] check_test.go:308: [d47d3a57e7ceb] daemon is not started [2021-09-02T19:44:35.179Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-09-02T19:44:35.438Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.01s) [2021-09-02T19:44:35.438Z] === RUN TestUpdateMemory [2021-09-02T19:44:35.438Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:44:35.438Z] --- SKIP: TestUpdateMemory (0.00s) [2021-09-02T19:44:35.438Z] === RUN TestUpdateCPUQuota [2021-09-02T19:44:35.698Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-09-02T19:44:36.635Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-09-02T19:44:36.894Z] --- PASS: TestUpdateCPUQuota (1.38s) [2021-09-02T19:44:36.894Z] === RUN TestUpdatePidsLimit [2021-09-02T19:44:36.894Z] === RUN TestUpdatePidsLimit/update_from_none [2021-09-02T19:44:36.894Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-09-02T19:44:37.153Z] === RUN TestUpdatePidsLimit/no_change [2021-09-02T19:44:37.721Z] === RUN TestUpdatePidsLimit/update_lower [2021-09-02T19:44:37.721Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-09-02T19:44:37.979Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-09-02T19:44:38.547Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-09-02T19:44:38.547Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-09-02T19:44:38.806Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-09-02T19:44:38.806Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-09-02T19:44:39.373Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-09-02T19:44:40.748Z] --- PASS: TestUpdatePidsLimit (3.82s) [2021-09-02T19:44:40.748Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.34s) [2021-09-02T19:44:40.748Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2021-09-02T19:44:40.748Z] --- PASS: TestUpdatePidsLimit/update_lower (0.43s) [2021-09-02T19:44:40.748Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2021-09-02T19:44:40.748Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2021-09-02T19:44:40.748Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.41s) [2021-09-02T19:44:40.748Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s) [2021-09-02T19:44:40.748Z] === RUN TestUpdateRestartPolicy [2021-09-02T19:44:42.472Z] --- PASS: TestServicePlugin (30.23s) [2021-09-02T19:44:42.472Z] === RUN TestServiceUpdateLabel [2021-09-02T19:44:43.406Z] --- PASS: TestServiceUpdateLabel (2.14s) [2021-09-02T19:44:43.406Z] === RUN TestServiceUpdateSecrets [2021-09-02T19:44:44.034Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-09-02T19:44:44.973Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-09-02T19:44:45.232Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-09-02T19:44:46.167Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-09-02T19:44:47.552Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-09-02T19:44:50.100Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-09-02T19:44:50.666Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-09-02T19:44:51.602Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-09-02T19:44:52.537Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-09-02T19:44:53.105Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-09-02T19:44:53.105Z] --- PASS: TestUpdateRestartPolicy (12.55s) [2021-09-02T19:44:53.105Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-02T19:44:53.674Z] === RUN TestDockerSuite/TestBuildCmd [2021-09-02T19:44:53.674Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-09-02T19:44:53.934Z] --- PASS: TestUpdateRestartWithAutoRemove (0.72s) [2021-09-02T19:44:53.934Z] === RUN TestWaitNonBlocked [2021-09-02T19:44:53.934Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T19:44:53.934Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T19:44:53.934Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T19:44:53.934Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T19:44:53.934Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-09-02T19:44:53.934Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T19:44:53.934Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T19:44:54.194Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-09-02T19:44:54.763Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-09-02T19:44:54.763Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2021-09-02T19:44:54.763Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-09-02T19:44:55.022Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-09-02T19:44:55.022Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.00s) [2021-09-02T19:44:55.022Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.03s) [2021-09-02T19:44:55.022Z] === RUN TestWaitBlocked [2021-09-02T19:44:55.022Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-02T19:44:55.022Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-02T19:44:55.022Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-09-02T19:44:55.022Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-09-02T19:44:55.022Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-02T19:44:55.022Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-09-02T19:44:56.400Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-09-02T19:44:56.400Z] --- PASS: TestWaitBlocked (0.02s) [2021-09-02T19:44:56.400Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.26s) [2021-09-02T19:44:56.400Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.36s) [2021-09-02T19:44:56.400Z] === CONT TestContainerStartOnDaemonRestart [2021-09-02T19:44:56.400Z] === CONT TestRestartDaemonWithRestartingContainer [2021-09-02T19:44:56.659Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-09-02T19:44:56.660Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-09-02T19:44:56.660Z] check_test.go:308: [d621c2b972275] daemon is not started [2021-09-02T19:44:56.660Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-09-02T19:44:56.660Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-09-02T19:44:56.660Z] check_test.go:308: [d8562322e2485] daemon is not started [2021-09-02T19:44:56.660Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-09-02T19:44:56.682Z] 2021/09/02 19:44:56 Closing DB instances... [2021-09-02T19:44:57.643Z] --- PASS: TestBuildWithHugeFile (48.83s) [2021-09-02T19:44:57.643Z] === RUN TestBuildWCOWSandboxSize [2021-09-02T19:44:57.643Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-02T19:44:57.643Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-09-02T19:44:57.643Z] === RUN TestBuildWithEmptyDockerfile [2021-09-02T19:44:57.643Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T19:44:57.643Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T19:44:57.643Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T19:44:57.643Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T19:44:57.643Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T19:44:57.643Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T19:44:57.643Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T19:44:57.643Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T19:44:57.643Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T19:44:57.643Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2021-09-02T19:44:57.643Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2021-09-02T19:44:57.643Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2021-09-02T19:44:57.643Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2021-09-02T19:44:57.643Z] === RUN TestBuildPreserveOwnership [2021-09-02T19:44:57.643Z] === RUN TestBuildPreserveOwnership/copy_from [2021-09-02T19:44:57.643Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-09-02T19:44:57.643Z] --- PASS: TestBuildPreserveOwnership (4.06s) [2021-09-02T19:44:57.643Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.69s) [2021-09-02T19:44:57.643Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.36s) [2021-09-02T19:44:57.643Z] === RUN TestBuildPlatformInvalid [2021-09-02T19:44:57.643Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2021-09-02T19:44:57.643Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-09-02T19:44:57.643Z] Loaded image: busybox:latest [2021-09-02T19:44:57.643Z] Loaded image: busybox:glibc [2021-09-02T19:44:57.643Z] Loaded image: debian:bullseye-slim [2021-09-02T19:44:57.643Z] Loaded image: hello-world:latest [2021-09-02T19:44:57.643Z] Loaded image: arm32v7/hello-world:latest [2021-09-02T19:44:58.273Z] --- PASS: TestServiceUpdateSecrets (14.69s) [2021-09-02T19:44:58.273Z] === RUN TestServiceUpdateConfigs [2021-09-02T19:44:58.853Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2021-09-02T19:44:58.853Z] === RUN TestFindNode [2021-09-02T19:44:58.853Z] 2021/09/02 19:44:58 Closing DB instances... [2021-09-02T19:44:58.853Z] --- PASS: TestFindNode (0.01s) [2021-09-02T19:44:58.853Z] === RUN TestChangeNodeState [2021-09-02T19:44:58.853Z] 2021/09/02 19:44:58 Closing DB instances... [2021-09-02T19:44:58.853Z] --- PASS: TestChangeNodeState (0.01s) [2021-09-02T19:44:58.853Z] === RUN TestNodeReincarnation [2021-09-02T19:44:58.853Z] 2021/09/02 19:44:58 Closing DB instances... [2021-09-02T19:44:59.192Z] check_test.go:308: [d41448ab542a4] daemon is not started [2021-09-02T19:44:59.192Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-09-02T19:45:00.126Z] --- PASS: TestContainerStartOnDaemonRestart (3.86s) [2021-09-02T19:45:00.126Z] === CONT TestIpcModeOlderClient [2021-09-02T19:45:00.385Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.95s) [2021-09-02T19:45:00.385Z] === CONT TestContainerKillOnDaemonStart [2021-09-02T19:45:00.385Z] --- PASS: TestIpcModeOlderClient (0.14s) [2021-09-02T19:45:00.385Z] === CONT TestDaemonHostGatewayIP [2021-09-02T19:45:02.291Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-09-02T19:45:03.228Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-09-02T19:45:03.529Z] --- PASS: TestNodeReincarnation (5.01s) [2021-09-02T19:45:03.529Z] === RUN TestParallelCreate [2021-09-02T19:45:03.529Z] 2021/09/02 19:45:03 Closing DB instances... [2021-09-02T19:45:03.529Z] --- PASS: TestParallelCreate (0.02s) [2021-09-02T19:45:03.529Z] === RUN TestParallelDelete [2021-09-02T19:45:03.529Z] 2021/09/02 19:45:03 Closing DB instances... [2021-09-02T19:45:03.529Z] --- PASS: TestParallelDelete (0.01s) [2021-09-02T19:45:03.529Z] === RUN TestNetworkDBIslands [2021-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:8fc020a46999 with config:&{NodeID:8fc020a46999 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-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=info msg="Node 8fc020a46999/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=info msg="Node 8fc020a46999/172.26.221.172, added to nodes list" [2021-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:93524b30c495 with config:&{NodeID:93524b30c495 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-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=info msg="Node 93524b30c495/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=info msg="Node 93524b30c495/172.26.221.172, added to nodes list" [2021-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=debug msg="memberlist: Stream connection from=[::1]:49352" [2021-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=info msg="Node 93524b30c495/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=info msg="Node 93524b30c495/172.26.221.172, added to nodes list" [2021-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=info msg="Node 8fc020a46999/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=info msg="Node 8fc020a46999/172.26.221.172, added to nodes list" [2021-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353" [2021-09-02T19:45:03.529Z] time="2021-09-02T19:45:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-09-02T19:45:04.166Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-09-02T19:45:04.166Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-09-02T19:45:04.425Z] --- PASS: TestDaemonHostGatewayIP (4.13s) [2021-09-02T19:45:04.425Z] === CONT TestDaemonRestartIpcMode [2021-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:e6001fdc4b4c with config:&{NodeID:e6001fdc4b4c 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-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=info msg="Node e6001fdc4b4c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=info msg="Node e6001fdc4b4c/172.26.221.172, added to nodes list" [2021-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=debug msg="memberlist: Stream connection from=[::1]:49354" [2021-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=info msg="Node e6001fdc4b4c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=info msg="Node e6001fdc4b4c/172.26.221.172, added to nodes list" [2021-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=info msg="Node 8fc020a46999/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=info msg="Node 8fc020a46999/172.26.221.172, added to nodes list" [2021-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=info msg="Node 93524b30c495/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=info msg="Node 93524b30c495/172.26.221.172, added to nodes list" [2021-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49355" [2021-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=info msg="Node e6001fdc4b4c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:04.493Z] time="2021-09-02T19:45:04Z" level=info msg="Node e6001fdc4b4c/172.26.221.172, added to nodes list" [2021-09-02T19:45:04.683Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:998de114d70c with config:&{NodeID:998de114d70c 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-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="Node 998de114d70c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="Node 998de114d70c/172.26.221.172, added to nodes list" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=debug msg="memberlist: Stream connection from=[::1]:49356" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="Node 998de114d70c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="Node 998de114d70c/172.26.221.172, added to nodes list" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="Node 93524b30c495/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="Node 93524b30c495/172.26.221.172, added to nodes list" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="Node e6001fdc4b4c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="Node e6001fdc4b4c/172.26.221.172, added to nodes list" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="Node 8fc020a46999/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="Node 8fc020a46999/172.26.221.172, added to nodes list" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49357" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="Node 998de114d70c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="Node 998de114d70c/172.26.221.172, added to nodes list" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="Node 998de114d70c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:04.951Z] time="2021-09-02T19:45:04Z" level=info msg="Node 998de114d70c/172.26.221.172, added to nodes list" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:49f0cfa61bb0 with config:&{NodeID:49f0cfa61bb0 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-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, added to nodes list" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Stream connection from=[::1]:49358" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, added to nodes list" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node e6001fdc4b4c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node e6001fdc4b4c/172.26.221.172, added to nodes list" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 8fc020a46999/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 8fc020a46999/172.26.221.172, added to nodes list" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 93524b30c495/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 93524b30c495/172.26.221.172, added to nodes list" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 998de114d70c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 998de114d70c/172.26.221.172, added to nodes list" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49359" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, added to nodes list" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, added to nodes list" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:05.409Z] time="2021-09-02T19:45:05Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, added to nodes list" [2021-09-02T19:45:05.620Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-09-02T19:45:05.867Z] networkdb_test.go:835: Re-joining: 3 [2021-09-02T19:45:05.867Z] time="2021-09-02T19:45:05Z" level=info msg="The new bootstrap node list is:[172.26.221.172:10033 172.26.221.172:10034 172.26.221.172:10035]" [2021-09-02T19:45:05.867Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.221.172:10033" [2021-09-02T19:45:05.867Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Stream connection from=172.26.221.172:49360" [2021-09-02T19:45:05.867Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.221.172:10034" [2021-09-02T19:45:05.867Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Stream connection from=172.26.221.172:49361" [2021-09-02T19:45:05.867Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Stream connection from=172.26.221.172:49362" [2021-09-02T19:45:05.867Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.221.172:10035" [2021-09-02T19:45:05.867Z] networkdb_test.go:835: Re-joining: 4 [2021-09-02T19:45:05.867Z] time="2021-09-02T19:45:05Z" level=info msg="The new bootstrap node list is:[172.26.221.172:10033 172.26.221.172:10034 172.26.221.172:10035]" [2021-09-02T19:45:05.867Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.221.172:10033" [2021-09-02T19:45:05.867Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Stream connection from=172.26.221.172:49363" [2021-09-02T19:45:05.867Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.221.172:10034" [2021-09-02T19:45:05.867Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Stream connection from=172.26.221.172:49364" [2021-09-02T19:45:05.867Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.221.172:10035" [2021-09-02T19:45:05.867Z] time="2021-09-02T19:45:05Z" level=debug msg="memberlist: Stream connection from=172.26.221.172:49365" [2021-09-02T19:45:06.190Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:05Z" level=info msg="node 0 leaving" [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:05Z" level=info msg="Node 8fc020a46999 change state NodeActive --> NodeLeft" [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:05Z" level=info msg="node5(49f0cfa61bb0): Node leave event for 8fc020a46999/172.26.221.172" [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:05Z" level=info msg="Node 8fc020a46999 change state NodeActive --> NodeLeft" [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:05Z" level=info msg="node4(998de114d70c): Node leave event for 8fc020a46999/172.26.221.172" [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:05Z" level=info msg="Node 8fc020a46999 change state NodeActive --> NodeLeft" [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:05Z" level=info msg="node2(93524b30c495): Node leave event for 8fc020a46999/172.26.221.172" [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:06Z" level=info msg="Node 8fc020a46999 change state NodeActive --> NodeLeft" [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:06Z" level=info msg="node3(e6001fdc4b4c): Node leave event for 8fc020a46999/172.26.221.172" [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:06Z" level=info msg="Node 8fc020a46999 change state NodeActive --> NodeLeft" [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:06Z" level=info msg="node1(8fc020a46999): Node leave event for 8fc020a46999/172.26.221.172" [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:06Z" level=info msg="Node 8fc020a46999/172.26.221.172, left gossip cluster" [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:06Z" level=info msg="Node 8fc020a46999/172.26.221.172, left gossip cluster" [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:06Z" level=info msg="Node 8fc020a46999/172.26.221.172, left gossip cluster" [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:06Z" level=info msg="Node 8fc020a46999/172.26.221.172, left gossip cluster" [2021-09-02T19:45:06.324Z] time="2021-09-02T19:45:06Z" level=info msg="Node 8fc020a46999/172.26.221.172, left gossip cluster" [2021-09-02T19:45:06.449Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-09-02T19:45:06.782Z] time="2021-09-02T19:45:06Z" level=info msg="node 1 leaving" [2021-09-02T19:45:06.782Z] time="2021-09-02T19:45:06Z" level=info msg="Node 93524b30c495 change state NodeActive --> NodeLeft" [2021-09-02T19:45:06.782Z] time="2021-09-02T19:45:06Z" level=info msg="node4(998de114d70c): Node leave event for 93524b30c495/172.26.221.172" [2021-09-02T19:45:06.782Z] time="2021-09-02T19:45:06Z" level=info msg="Node 93524b30c495/172.26.221.172, left gossip cluster" [2021-09-02T19:45:06.782Z] time="2021-09-02T19:45:06Z" level=info msg="Node 93524b30c495 change state NodeActive --> NodeFailed" [2021-09-02T19:45:06.782Z] time="2021-09-02T19:45:06Z" level=info msg="Node 93524b30c495 change state NodeActive --> NodeLeft" [2021-09-02T19:45:06.782Z] time="2021-09-02T19:45:06Z" level=info msg="node5(49f0cfa61bb0): Node leave event for 93524b30c495/172.26.221.172" [2021-09-02T19:45:06.782Z] time="2021-09-02T19:45:06Z" level=info msg="Node 93524b30c495/172.26.221.172, added to failed nodes list" [2021-09-02T19:45:06.782Z] time="2021-09-02T19:45:06Z" level=info msg="Node 93524b30c495 change state NodeActive --> NodeLeft" [2021-09-02T19:45:06.782Z] time="2021-09-02T19:45:06Z" level=info msg="node3(e6001fdc4b4c): Node leave event for 93524b30c495/172.26.221.172" [2021-09-02T19:45:06.782Z] time="2021-09-02T19:45:06Z" level=error msg="node: 93524b30c495 is unknown to memberlist" [2021-09-02T19:45:06.782Z] time="2021-09-02T19:45:06Z" level=info msg="Node 93524b30c495/172.26.221.172, left gossip cluster" [2021-09-02T19:45:06.782Z] time="2021-09-02T19:45:06Z" level=info msg="Node 93524b30c495/172.26.221.172, left gossip cluster" [2021-09-02T19:45:06.782Z] time="2021-09-02T19:45:06Z" level=info msg="Node 93524b30c495/172.26.221.172, left gossip cluster" [2021-09-02T19:45:07.018Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-09-02T19:45:07.241Z] time="2021-09-02T19:45:06Z" level=info msg="node 2 leaving" [2021-09-02T19:45:07.241Z] time="2021-09-02T19:45:06Z" level=info msg="Node e6001fdc4b4c change state NodeActive --> NodeLeft" [2021-09-02T19:45:07.241Z] time="2021-09-02T19:45:06Z" level=info msg="node4(998de114d70c): Node leave event for e6001fdc4b4c/172.26.221.172" [2021-09-02T19:45:07.241Z] time="2021-09-02T19:45:06Z" level=info msg="Node e6001fdc4b4c change state NodeActive --> NodeLeft" [2021-09-02T19:45:07.241Z] time="2021-09-02T19:45:06Z" level=info msg="node5(49f0cfa61bb0): Node leave event for e6001fdc4b4c/172.26.221.172" [2021-09-02T19:45:07.241Z] time="2021-09-02T19:45:06Z" level=info msg="Node e6001fdc4b4c change state NodeActive --> NodeLeft" [2021-09-02T19:45:07.241Z] time="2021-09-02T19:45:06Z" level=info msg="node3(e6001fdc4b4c): Node leave event for e6001fdc4b4c/172.26.221.172" [2021-09-02T19:45:07.241Z] time="2021-09-02T19:45:06Z" level=debug msg="memberlist: Failed ping: 998de114d70c (timeout reached)" [2021-09-02T19:45:07.241Z] time="2021-09-02T19:45:06Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.221.172:10037: use of closed network connection" [2021-09-02T19:45:07.241Z] time="2021-09-02T19:45:06Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.221.172:10035: use of closed network connection" [2021-09-02T19:45:07.241Z] time="2021-09-02T19:45:06Z" level=debug msg="memberlist: Stream connection from=172.26.221.172:49366" [2021-09-02T19:45:07.241Z] time="2021-09-02T19:45:07Z" level=info msg="Node e6001fdc4b4c/172.26.221.172, left gossip cluster" [2021-09-02T19:45:07.700Z] time="2021-09-02T19:45:07Z" level=info msg="Node e6001fdc4b4c/172.26.221.172, left gossip cluster" [2021-09-02T19:45:07.700Z] time="2021-09-02T19:45:07Z" level=info msg="Node e6001fdc4b4c/172.26.221.172, left gossip cluster" [2021-09-02T19:45:07.700Z] time="2021-09-02T19:45:07Z" level=warning msg="memberlist: Was able to connect to 998de114d70c but other probes failed, network may be misconfigured" [2021-09-02T19:45:07.700Z] networkdb_test.go:867: node5: OK [2021-09-02T19:45:07.700Z] networkdb_test.go:867: node4: OK [2021-09-02T19:45:07.700Z] time="2021-09-02T19:45:07Z" level=info msg="node 0 coming back" [2021-09-02T19:45:07.700Z] time="2021-09-02T19:45:07Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:ef69781b037c with config:&{NodeID:ef69781b037c 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-09-02T19:45:07.700Z] time="2021-09-02T19:45:07Z" level=info msg="Node ef69781b037c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:07.700Z] time="2021-09-02T19:45:07Z" level=info msg="Node ef69781b037c/172.26.221.172, added to nodes list" [2021-09-02T19:45:07.700Z] time="2021-09-02T19:45:07Z" level=info msg="node 1 coming back" [2021-09-02T19:45:07.700Z] time="2021-09-02T19:45:07Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:8355402bcf82 with config:&{NodeID:8355402bcf82 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-09-02T19:45:07.700Z] time="2021-09-02T19:45:07Z" level=info msg="Node 8355402bcf82/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:07.700Z] time="2021-09-02T19:45:07Z" level=info msg="Node 8355402bcf82/172.26.221.172, added to nodes list" [2021-09-02T19:45:07.700Z] time="2021-09-02T19:45:07Z" level=info msg="node 2 coming back" [2021-09-02T19:45:07.700Z] time="2021-09-02T19:45:07Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:8698c4d04070 with config:&{NodeID:8698c4d04070 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-09-02T19:45:07.700Z] time="2021-09-02T19:45:07Z" level=info msg="Node 8698c4d04070/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:07.700Z] time="2021-09-02T19:45:07Z" level=info msg="Node 8698c4d04070/172.26.221.172, added to nodes list" [2021-09-02T19:45:07.979Z] --- PASS: TestDaemonRestartIpcMode (3.51s) [2021-09-02T19:45:09.889Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-09-02T19:45:09.898Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (14.73s) [2021-09-02T19:45:09.898Z] PASS [2021-09-02T19:45:09.898Z] [2021-09-02T19:45:09.898Z] === Skipped [2021-09-02T19:45:09.898Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-09-02T19:45:09.898Z] build_session_test.go:25: TODO: BuildKit [2021-09-02T19:45:09.898Z] [2021-09-02T19:45:09.898Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-09-02T19:45:09.898Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-02T19:45:09.898Z] [2021-09-02T19:45:09.898Z] DONE 34 tests, 2 skipped in 92.574s [2021-09-02T19:45:09.898Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-09-02T19:45:09.898Z] ++ 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-09-02T19:45:09.898Z] ++ set -e [2021-09-02T19:45:09.898Z] ++ '[' -n 0 ']' [2021-09-02T19:45:09.898Z] ++ set -x [2021-09-02T19:45:09.898Z] ++ 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-09-02T19:45:09.898Z] INFO: Testing against a local daemon [2021-09-02T19:45:09.898Z] === RUN TestConfigInspect [2021-09-02T19:45:11.423Z] time="2021-09-02T19:45:10Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.221.172:10033 172.26.221.172:10034 172.26.221.172:10035]" [2021-09-02T19:45:11.423Z] time="2021-09-02T19:45:11Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.221.172:10033 172.26.221.172:10034 172.26.221.172:10035]" [2021-09-02T19:45:11.791Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.221.172:10033" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=debug msg="memberlist: Stream connection from=172.26.221.172:49367" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 998de114d70c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 998de114d70c/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node ef69781b037c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node ef69781b037c/172.26.221.172, is the new incarnation of the shutdown node 8fc020a46999/172.26.221.172" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node ef69781b037c/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.221.172:10034" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=debug msg="memberlist: Stream connection from=172.26.221.172:49368" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 998de114d70c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 998de114d70c/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node ef69781b037c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node ef69781b037c/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8355402bcf82/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8355402bcf82/172.26.221.172, is the new incarnation of the shutdown node 93524b30c495/172.26.221.172" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8355402bcf82/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.221.172:10035" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=debug msg="memberlist: Stream connection from=172.26.221.172:49369" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8355402bcf82/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8355402bcf82/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node ef69781b037c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node ef69781b037c/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 998de114d70c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 998de114d70c/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8698c4d04070/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8698c4d04070/172.26.221.172, is the new incarnation of the shutdown node e6001fdc4b4c/172.26.221.172" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8698c4d04070/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8355402bcf82/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8355402bcf82/172.26.221.172, is the new incarnation of the shutdown node 93524b30c495/172.26.221.172" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8355402bcf82/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node ef69781b037c/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node ef69781b037c/172.26.221.172, is the new incarnation of the shutdown node 8fc020a46999/172.26.221.172" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node ef69781b037c/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8355402bcf82/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8355402bcf82/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8698c4d04070/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8698c4d04070/172.26.221.172, added to nodes list" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8698c4d04070/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8698c4d04070/172.26.221.172, is the new incarnation of the shutdown node e6001fdc4b4c/172.26.221.172" [2021-09-02T19:45:11.881Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8698c4d04070/172.26.221.172, added to nodes list" [2021-09-02T19:45:12.338Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8698c4d04070/172.26.221.172, joined gossip cluster" [2021-09-02T19:45:12.338Z] time="2021-09-02T19:45:11Z" level=info msg="Node 8698c4d04070/172.26.221.172, added to nodes list" [2021-09-02T19:45:12.338Z] time="2021-09-02T19:45:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.221.172:10033" [2021-09-02T19:45:12.338Z] time="2021-09-02T19:45:12Z" level=debug msg="memberlist: Stream connection from=172.26.221.172:49370" [2021-09-02T19:45:12.338Z] time="2021-09-02T19:45:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.221.172:10034" [2021-09-02T19:45:12.338Z] time="2021-09-02T19:45:12Z" level=debug msg="memberlist: Stream connection from=172.26.221.172:49371" [2021-09-02T19:45:12.338Z] time="2021-09-02T19:45:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.221.172:10035" [2021-09-02T19:45:12.338Z] time="2021-09-02T19:45:12Z" level=debug msg="memberlist: Stream connection from=172.26.221.172:49372" [2021-09-02T19:45:12.451Z] --- PASS: TestConfigInspect (2.70s) [2021-09-02T19:45:12.451Z] === RUN TestConfigList [2021-09-02T19:45:12.795Z] 2021/09/02 19:45:12 Closing DB instances... [2021-09-02T19:45:12.795Z] time="2021-09-02T19:45:12Z" level=info msg="Node ef69781b037c change state NodeActive --> NodeLeft" [2021-09-02T19:45:12.795Z] time="2021-09-02T19:45:12Z" level=info msg="node4(998de114d70c): Node leave event for ef69781b037c/172.26.221.172" [2021-09-02T19:45:12.795Z] time="2021-09-02T19:45:12Z" level=info msg="Node ef69781b037c change state NodeActive --> NodeLeft" [2021-09-02T19:45:12.795Z] time="2021-09-02T19:45:12Z" level=info msg="node2(8355402bcf82): Node leave event for ef69781b037c/172.26.221.172" [2021-09-02T19:45:12.795Z] time="2021-09-02T19:45:12Z" level=info msg="Node ef69781b037c change state NodeActive --> NodeLeft" [2021-09-02T19:45:12.795Z] time="2021-09-02T19:45:12Z" level=info msg="node3(8698c4d04070): Node leave event for ef69781b037c/172.26.221.172" [2021-09-02T19:45:12.795Z] time="2021-09-02T19:45:12Z" level=info msg="Node ef69781b037c change state NodeActive --> NodeLeft" [2021-09-02T19:45:12.795Z] time="2021-09-02T19:45:12Z" level=info msg="node1(ef69781b037c): Node leave event for ef69781b037c/172.26.221.172" [2021-09-02T19:45:12.795Z] time="2021-09-02T19:45:12Z" level=info msg="Node ef69781b037c change state NodeActive --> NodeLeft" [2021-09-02T19:45:12.795Z] time="2021-09-02T19:45:12Z" level=info msg="node5(49f0cfa61bb0): Node leave event for ef69781b037c/172.26.221.172" [2021-09-02T19:45:13.146Z] --- PASS: TestServiceUpdateConfigs (14.44s) [2021-09-02T19:45:13.146Z] === RUN TestServiceUpdateNetwork [2021-09-02T19:45:13.166Z] --- PASS: TestContainerKillOnDaemonStart (12.88s) [2021-09-02T19:45:13.166Z] PASS [2021-09-02T19:45:13.166Z] [2021-09-02T19:45:13.166Z] === Skipped [2021-09-02T19:45:13.166Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-09-02T19:45:13.166Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-02T19:45:13.166Z] [2021-09-02T19:45:13.166Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-09-02T19:45:13.166Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:45:13.166Z] [2021-09-02T19:45:13.166Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-09-02T19:45:13.166Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:45:13.166Z] [2021-09-02T19:45:13.166Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-02T19:45:13.166Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-02T19:45:13.166Z] [2021-09-02T19:45:13.166Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-09-02T19:45:13.166Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-02T19:45:13.166Z] [2021-09-02T19:45:13.166Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-09-02T19:45:13.166Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:45:13.166Z] [2021-09-02T19:45:13.166Z] DONE 195 tests, 6 skipped in 145.838s [2021-09-02T19:45:13.166Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-09-02T19:45:13.166Z] ++ 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-09-02T19:45:13.166Z] ++ set -e [2021-09-02T19:45:13.166Z] ++ '[' -n 0 ']' [2021-09-02T19:45:13.166Z] ++ set -x [2021-09-02T19:45:13.166Z] ++ 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-09-02T19:45:13.252Z] time="2021-09-02T19:45:12Z" level=info msg="Node ef69781b037c/172.26.221.172, left gossip cluster" [2021-09-02T19:45:13.252Z] time="2021-09-02T19:45:12Z" level=info msg="Node ef69781b037c/172.26.221.172, left gossip cluster" [2021-09-02T19:45:13.252Z] time="2021-09-02T19:45:12Z" level=info msg="Node ef69781b037c/172.26.221.172, left gossip cluster" [2021-09-02T19:45:13.252Z] time="2021-09-02T19:45:12Z" level=info msg="Node ef69781b037c/172.26.221.172, left gossip cluster" [2021-09-02T19:45:13.252Z] time="2021-09-02T19:45:12Z" level=info msg="Node ef69781b037c/172.26.221.172, left gossip cluster" [2021-09-02T19:45:13.252Z] time="2021-09-02T19:45:13Z" level=info msg="Node 8355402bcf82 change state NodeActive --> NodeLeft" [2021-09-02T19:45:13.252Z] time="2021-09-02T19:45:13Z" level=info msg="node3(8698c4d04070): Node leave event for 8355402bcf82/172.26.221.172" [2021-09-02T19:45:13.252Z] time="2021-09-02T19:45:13Z" level=info msg="Node 8355402bcf82 change state NodeActive --> NodeLeft" [2021-09-02T19:45:13.252Z] time="2021-09-02T19:45:13Z" level=info msg="Node 8355402bcf82 change state NodeActive --> NodeLeft" [2021-09-02T19:45:13.252Z] time="2021-09-02T19:45:13Z" level=info msg="node4(998de114d70c): Node leave event for 8355402bcf82/172.26.221.172" [2021-09-02T19:45:13.252Z] time="2021-09-02T19:45:13Z" level=info msg="node5(49f0cfa61bb0): Node leave event for 8355402bcf82/172.26.221.172" [2021-09-02T19:45:13.252Z] time="2021-09-02T19:45:13Z" level=info msg="Node 8355402bcf82 change state NodeActive --> NodeLeft" [2021-09-02T19:45:13.252Z] time="2021-09-02T19:45:13Z" level=info msg="node2(8355402bcf82): Node leave event for 8355402bcf82/172.26.221.172" [2021-09-02T19:45:13.424Z] === RUN TestConfigDaemonLibtrustID [2021-09-02T19:45:13.709Z] time="2021-09-02T19:45:13Z" level=info msg="Node 8355402bcf82/172.26.221.172, left gossip cluster" [2021-09-02T19:45:13.709Z] time="2021-09-02T19:45:13Z" level=info msg="Node 8355402bcf82/172.26.221.172, left gossip cluster" [2021-09-02T19:45:13.709Z] time="2021-09-02T19:45:13Z" level=info msg="Node 8355402bcf82/172.26.221.172, left gossip cluster" [2021-09-02T19:45:13.709Z] time="2021-09-02T19:45:13Z" level=info msg="Node 8355402bcf82/172.26.221.172, left gossip cluster" [2021-09-02T19:45:13.709Z] time="2021-09-02T19:45:13Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10034->172.26.221.172:10035: use of closed network connection" [2021-09-02T19:45:13.709Z] time="2021-09-02T19:45:13Z" level=info msg="Node 8698c4d04070 change state NodeActive --> NodeLeft" [2021-09-02T19:45:13.709Z] time="2021-09-02T19:45:13Z" level=info msg="node4(998de114d70c): Node leave event for 8698c4d04070/172.26.221.172" [2021-09-02T19:45:13.710Z] time="2021-09-02T19:45:13Z" level=info msg="Node 8698c4d04070 change state NodeActive --> NodeLeft" [2021-09-02T19:45:13.710Z] time="2021-09-02T19:45:13Z" level=info msg="node5(49f0cfa61bb0): Node leave event for 8698c4d04070/172.26.221.172" [2021-09-02T19:45:13.710Z] time="2021-09-02T19:45:13Z" level=info msg="Node 8698c4d04070 change state NodeActive --> NodeLeft" [2021-09-02T19:45:13.710Z] time="2021-09-02T19:45:13Z" level=info msg="node3(8698c4d04070): Node leave event for 8698c4d04070/172.26.221.172" [2021-09-02T19:45:13.710Z] time="2021-09-02T19:45:13Z" level=info msg="Node 8698c4d04070/172.26.221.172, left gossip cluster" [2021-09-02T19:45:13.992Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2021-09-02T19:45:13.992Z] === RUN TestDaemonConfigValidation [2021-09-02T19:45:13.992Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-09-02T19:45:13.992Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-09-02T19:45:13.992Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-09-02T19:45:13.993Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-09-02T19:45:13.993Z] === RUN TestDaemonConfigValidation/invalid_config [2021-09-02T19:45:13.993Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-09-02T19:45:13.993Z] === RUN TestDaemonConfigValidation/malformed_config [2021-09-02T19:45:13.993Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-09-02T19:45:13.993Z] === RUN TestDaemonConfigValidation/valid_config [2021-09-02T19:45:13.993Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-09-02T19:45:13.993Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-09-02T19:45:13.993Z] === CONT TestDaemonConfigValidation/malformed_config [2021-09-02T19:45:14.166Z] time="2021-09-02T19:45:13Z" level=info msg="Node 8698c4d04070/172.26.221.172, left gossip cluster" [2021-09-02T19:45:14.166Z] time="2021-09-02T19:45:13Z" level=info msg="Node 8698c4d04070/172.26.221.172, left gossip cluster" [2021-09-02T19:45:14.251Z] === CONT TestDaemonConfigValidation/valid_config [2021-09-02T19:45:14.251Z] === CONT TestDaemonConfigValidation/invalid_config [2021-09-02T19:45:14.251Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-09-02T19:45:14.251Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-09-02T19:45:14.251Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.12s) [2021-09-02T19:45:14.251Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.13s) [2021-09-02T19:45:14.251Z] --- PASS: TestDaemonConfigValidation/valid_config (0.10s) [2021-09-02T19:45:14.251Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.10s) [2021-09-02T19:45:14.251Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2021-09-02T19:45:14.251Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-02T19:45:14.251Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-09-02T19:45:14.623Z] time="2021-09-02T19:45:14Z" level=info msg="Node 998de114d70c change state NodeActive --> NodeLeft" [2021-09-02T19:45:14.623Z] time="2021-09-02T19:45:14Z" level=info msg="node5(49f0cfa61bb0): Node leave event for 998de114d70c/172.26.221.172" [2021-09-02T19:45:14.623Z] time="2021-09-02T19:45:14Z" level=info msg="Node 998de114d70c change state NodeActive --> NodeLeft" [2021-09-02T19:45:14.623Z] time="2021-09-02T19:45:14Z" level=info msg="node4(998de114d70c): Node leave event for 998de114d70c/172.26.221.172" [2021-09-02T19:45:15.006Z] --- PASS: TestConfigList (2.68s) [2021-09-02T19:45:15.006Z] === RUN TestConfigsCreateAndDelete [2021-09-02T19:45:15.086Z] time="2021-09-02T19:45:14Z" level=info msg="Node 998de114d70c/172.26.221.172, left gossip cluster" [2021-09-02T19:45:15.189Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-09-02T19:45:15.447Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-09-02T19:45:15.553Z] time="2021-09-02T19:45:15Z" level=info msg="Node 998de114d70c/172.26.221.172, left gossip cluster" [2021-09-02T19:45:15.706Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-09-02T19:45:16.012Z] time="2021-09-02T19:45:15Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, left gossip cluster" [2021-09-02T19:45:16.012Z] time="2021-09-02T19:45:15Z" level=info msg="Node 49f0cfa61bb0 change state NodeActive --> NodeFailed" [2021-09-02T19:45:16.012Z] time="2021-09-02T19:45:15Z" level=info msg="Node 49f0cfa61bb0/172.26.221.172, added to failed nodes list" [2021-09-02T19:45:16.012Z] --- PASS: TestNetworkDBIslands (12.26s) [2021-09-02T19:45:16.012Z] PASS [2021-09-02T19:45:16.012Z] coverage: 60.0% of statements [2021-09-02T19:45:16.012Z] ok github.com/docker/docker/libnetwork/networkdb 104.835s coverage: 60.0% of statements [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/oci/caps [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/pkg/term [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/quota [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/rootless [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-09-02T19:45:16.012Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-09-02T19:45:16.013Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-09-02T19:45:16.013Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-09-02T19:45:16.013Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-09-02T19:45:16.013Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-09-02T19:45:16.013Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-09-02T19:45:16.013Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-09-02T19:45:16.013Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-09-02T19:45:16.013Z] ? github.com/docker/docker/testutil/request [no test files] [2021-09-02T19:45:16.013Z] ? github.com/docker/docker/volume [no test files] [2021-09-02T19:45:16.013Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-09-02T19:45:16.013Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-09-02T19:45:16.642Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-09-02T19:45:16.642Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-09-02T19:45:17.209Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-09-02T19:45:17.563Z] --- PASS: TestConfigsCreateAndDelete (2.71s) [2021-09-02T19:45:17.563Z] === RUN TestConfigsUpdate [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === Skipped [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-09-02T19:45:17.565Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-09-02T19:45:17.565Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-09-02T19:45:17.565Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-09-02T19:45:17.565Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-09-02T19:45:17.565Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-09-02T19:45:17.565Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-09-02T19:45:17.565Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-09-02T19:45:17.565Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-09-02T19:45:17.565Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-09-02T19:45:17.565Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-09-02T19:45:17.565Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-09-02T19:45:17.565Z] daemon_test.go:146: root required [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-02T19:45:17.565Z] reload_test.go:520: root required [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-09-02T19:45:17.565Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-02T19:45:17.565Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-09-02T19:45:17.565Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-09-02T19:45:17.565Z] download_test.go:267: Needs fixing on Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-09-02T19:45:17.565Z] layer_test.go:303: Failing on Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-09-02T19:45:17.565Z] layer_test.go:352: Failing on Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-09-02T19:45:17.565Z] layer_test.go:467: Failing on Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-09-02T19:45:17.565Z] layer_test.go:696: Failing on Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-09-02T19:45:17.565Z] migration_test.go:45: Failing on Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-09-02T19:45:17.565Z] migration_test.go:181: Failing on Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-09-02T19:45:17.565Z] mount_test.go:17: Failing on Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-09-02T19:45:17.565Z] mount_test.go:76: Failing on Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-09-02T19:45:17.565Z] mount_test.go:125: Failing on Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-09-02T19:45:17.565Z] mount_test.go:212: Failing on Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-09-02T19:45:17.565Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-09-02T19:45:17.565Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-02T19:45:17.565Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-09-02T19:45:17.565Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-09-02T19:45:17.565Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-09-02T19:45:17.565Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.01s) [2021-09-02T19:45:17.565Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-09-02T19:45:17.565Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-09-02T19:45:17.565Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-09-02T19:45:17.565Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-09-02T19:45:17.565Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-09-02T19:45:17.565Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-09-02T19:45:17.565Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-09-02T19:45:17.565Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-09-02T19:45:17.565Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-09-02T19:45:17.565Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-09-02T19:45:17.565Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-09-02T19:45:17.565Z] archive_test.go:133: Xz not present in msys2 [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-09-02T19:45:17.565Z] archive_test.go:238: Failing on Windows CI machines [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-09-02T19:45:17.565Z] archive_windows_test.go:16: Currently fails [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-09-02T19:45:17.565Z] changes_test.go:195: needs more investigation [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-09-02T19:45:17.565Z] changes_test.go:432: needs further investigation [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-09-02T19:45:17.565Z] changes_test.go:468: needs further investigation [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-09-02T19:45:17.565Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-02T19:45:17.565Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-09-02T19:45:17.565Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-09-02T19:45:17.565Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-09-02T19:45:17.565Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-09-02T19:45:17.565Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-02T19:45:17.565Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-02T19:45:17.565Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-09-02T19:45:17.565Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-09-02T19:45:17.565Z] poller_test.go:40: No chmod on Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-02T19:45:17.565Z] fileutils_test.go:133: Needs porting to Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-02T19:45:17.565Z] fileutils_test.go:179: Needs porting to Windows [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-09-02T19:45:17.565Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-09-02T19:45:17.565Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-09-02T19:45:17.565Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-09-02T19:45:17.565Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-09-02T19:45:17.565Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-02T19:45:17.565Z] [2021-09-02T19:45:17.565Z] DONE 2068 tests, 67 skipped in 247.170s [2021-09-02T19:45:17.565Z] INFO: make.ps1 ended at 09/02/2021 19:45:17 [2021-09-02T19:45:17.777Z] === CONT TestConfigDaemonSeccompProfiles [2021-09-02T19:45:17.777Z] daemon_test.go:148: [dc490339a57ba] daemon is not started [2021-09-02T19:45:17.777Z] --- PASS: TestConfigDaemonSeccompProfiles (3.31s) [2021-09-02T19:45:17.777Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2021-09-02T19:45:17.777Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2021-09-02T19:45:17.777Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.14s) [2021-09-02T19:45:17.777Z] PASS [2021-09-02T19:45:17.777Z] [2021-09-02T19:45:17.777Z] DONE 11 tests in 4.463s [2021-09-02T19:45:17.777Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-09-02T19:45:17.777Z] ++ 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-09-02T19:45:17.777Z] ++ set -e [2021-09-02T19:45:17.777Z] ++ '[' -n 0 ']' [2021-09-02T19:45:17.777Z] ++ set -x [2021-09-02T19:45:17.777Z] ++ 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-09-02T19:45:18.036Z] INFO: Testing against a local daemon [2021-09-02T19:45:18.036Z] === RUN TestCommitInheritsEnv [2021-09-02T19:45:18.295Z] --- PASS: TestCommitInheritsEnv (0.49s) [2021-09-02T19:45:18.295Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-02T19:45:18.295Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-09-02T19:45:18.295Z] === RUN TestImagesFilterMultiReference [2021-09-02T19:45:18.554Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-09-02T19:45:18.554Z] === RUN TestImagePullPlatformInvalid [2021-09-02T19:45:18.554Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-09-02T19:45:18.554Z] === RUN TestRemoveImageOrphaning [2021-09-02T19:45:18.554Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-09-02T19:45:19.102Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-09-02T19:45:19.102Z] INFO: Unit tests ended at 09/02/2021 19:45:18. Duration:00:04:19.9118282 [2021-09-02T19:45:19.102Z] INFO: Building busybox [2021-09-02T19:45:19.102Z] Sending build context to Docker daemon 5.12kB [2021-09-02T19:45:19.102Z] [2021-09-02T19:45:19.102Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-09-02T19:45:19.102Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-09-02T19:45:19.102Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-09-02T19:45:19.102Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-09-02T19:45:19.102Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-09-02T19:45:19.102Z] ---> d1724c2d9a84 [2021-09-02T19:45:19.102Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-09-02T19:45:19.102Z] ---> Running in 2eb4349c4121 [2021-09-02T19:45:19.122Z] --- PASS: TestRemoveImageOrphaning (0.56s) [2021-09-02T19:45:19.122Z] === RUN TestRemoveImageGarbageCollector [2021-09-02T19:45:20.057Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-09-02T19:45:20.876Z] --- PASS: TestConfigsUpdate (2.68s) [2021-09-02T19:45:20.876Z] === RUN TestTemplatedConfig [2021-09-02T19:45:21.434Z] --- PASS: TestRemoveImageGarbageCollector (2.19s) [2021-09-02T19:45:21.434Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-02T19:45:21.434Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-09-02T19:45:21.434Z] === RUN TestTagInvalidReference [2021-09-02T19:45:21.434Z] --- PASS: TestTagInvalidReference (0.04s) [2021-09-02T19:45:21.434Z] === RUN TestTagValidPrefixedRepo [2021-09-02T19:45:21.434Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-09-02T19:45:21.434Z] === RUN TestTagExistedNameWithoutForce [2021-09-02T19:45:21.434Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-09-02T19:45:21.434Z] === RUN TestTagOfficialNames [2021-09-02T19:45:21.434Z] --- PASS: TestTagOfficialNames (0.07s) [2021-09-02T19:45:21.434Z] === RUN TestTagMatchesDigest [2021-09-02T19:45:21.434Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-09-02T19:45:21.434Z] === CONT TestImportExtremelyLargeImageWorks [2021-09-02T19:45:22.371Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-09-02T19:45:23.434Z] --- PASS: TestTemplatedConfig (2.99s) [2021-09-02T19:45:23.435Z] === RUN TestConfigCreateResolve [2021-09-02T19:45:23.748Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-09-02T19:45:25.125Z] check_test.go:308: [d9a13aff7376f] daemon is not started [2021-09-02T19:45:25.125Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-09-02T19:45:25.338Z] --- PASS: TestServiceUpdateNetwork (12.43s) [2021-09-02T19:45:25.338Z] === RUN TestServiceUpdatePidsLimit [2021-09-02T19:45:25.383Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-09-02T19:45:25.383Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2021-09-02T19:45:25.383Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-09-02T19:45:25.383Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2021-09-02T19:45:25.383Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-09-02T19:45:25.383Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2021-09-02T19:45:25.383Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-09-02T19:45:25.383Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2021-09-02T19:45:25.383Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-09-02T19:45:25.989Z] --- PASS: TestConfigCreateResolve (2.61s) [2021-09-02T19:45:25.989Z] PASS [2021-09-02T19:45:25.989Z] [2021-09-02T19:45:25.989Z] DONE 6 tests in 16.479s [2021-09-02T19:45:25.989Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-09-02T19:45:25.989Z] ++ 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-09-02T19:45:25.989Z] ++ set -e [2021-09-02T19:45:25.989Z] ++ '[' -n 0 ']' [2021-09-02T19:45:25.989Z] ++ set -x [2021-09-02T19:45:25.989Z] ++ 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-09-02T19:45:25.989Z] INFO: Testing against a local daemon [2021-09-02T19:45:25.989Z] === RUN TestCheckpoint [2021-09-02T19:45:25.989Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-02T19:45:25.989Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-02T19:45:25.989Z] === RUN TestContainerInvalidJSON [2021-09-02T19:45:25.989Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T19:45:25.989Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T19:45:25.989Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-02T19:45:25.989Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-02T19:45:25.989Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T19:45:25.989Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-02T19:45:25.989Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-09-02T19:45:25.989Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-02T19:45:25.989Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-02T19:45:25.989Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-02T19:45:26.251Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.26s) [2021-09-02T19:45:26.251Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-02T19:45:26.272Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-09-02T19:45:26.514Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-09-02T19:45:26.514Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-02T19:45:26.514Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-09-02T19:45:26.514Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-02T19:45:26.514Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-09-02T19:45:26.514Z] === RUN TestCopyFromContainer [2021-09-02T19:45:26.838Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-09-02T19:45:27.908Z] === RUN TestCopyFromContainer// [2021-09-02T19:45:27.909Z] === RUN TestCopyFromContainer//bar/root [2021-09-02T19:45:27.909Z] === RUN TestCopyFromContainer//bar/root/ [2021-09-02T19:45:28.172Z] === RUN TestCopyFromContainer/bar/quux [2021-09-02T19:45:28.172Z] === RUN TestCopyFromContainer/bar/quux/ [2021-09-02T19:45:28.172Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-09-02T19:45:28.434Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-09-02T19:45:28.434Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-09-02T19:45:28.434Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-09-02T19:45:28.667Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-09-02T19:45:28.697Z] === RUN TestCopyFromContainer/bar/notarget [2021-09-02T19:45:28.697Z] --- PASS: TestCopyFromContainer (2.19s) [2021-09-02T19:45:28.697Z] --- PASS: TestCopyFromContainer// (0.10s) [2021-09-02T19:45:28.697Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2021-09-02T19:45:28.697Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2021-09-02T19:45:28.697Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2021-09-02T19:45:28.697Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2021-09-02T19:45:28.697Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2021-09-02T19:45:28.697Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2021-09-02T19:45:28.697Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2021-09-02T19:45:28.697Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2021-09-02T19:45:28.697Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2021-09-02T19:45:28.697Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-02T19:45:28.697Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T19:45:28.697Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T19:45:28.697Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T19:45:28.697Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T19:45:28.697Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T19:45:28.697Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T19:45:28.697Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T19:45:28.697Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T19:45:28.697Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T19:45:28.697Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-09-02T19:45:28.697Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-02T19:45:28.697Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-02T19:45:28.697Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-02T19:45:28.697Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-02T19:45:28.697Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-09-02T19:45:28.697Z] === RUN TestCreateWithInvalidEnv [2021-09-02T19:45:28.697Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-02T19:45:28.697Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-02T19:45:28.697Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-02T19:45:28.697Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-02T19:45:28.697Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-02T19:45:28.697Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-02T19:45:28.960Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-02T19:45:28.960Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-02T19:45:28.960Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-02T19:45:28.960Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-09-02T19:45:28.960Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-02T19:45:28.960Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-02T19:45:28.960Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-02T19:45:28.960Z] === RUN TestCreateTmpfsMountsTarget [2021-09-02T19:45:28.960Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-09-02T19:45:28.960Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-02T19:45:29.235Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-09-02T19:45:30.612Z] docker_cli_daemon_plugins_test.go:106: [d3c193766f99e] daemon is not started [2021-09-02T19:45:30.884Z] --- PASS: TestCreateWithCustomMaskedPaths (1.76s) [2021-09-02T19:45:30.884Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-02T19:45:31.461Z] Removing intermediate container 2eb4349c4121 [2021-09-02T19:45:31.461Z] ---> 4a7c3aa986ef [2021-09-02T19:45:31.461Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-09-02T19:45:31.461Z] ---> Running in 2c6c5a0c48dc [2021-09-02T19:45:31.461Z] Removing intermediate container 2c6c5a0c48dc [2021-09-02T19:45:31.461Z] ---> b66f652044e5 [2021-09-02T19:45:31.461Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-09-02T19:45:31.461Z] ---> Running in 45cdc02a57e4 [2021-09-02T19:45:31.461Z] Removing intermediate container 45cdc02a57e4 [2021-09-02T19:45:31.461Z] ---> 2f6fd4fdf4db [2021-09-02T19:45:31.461Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-09-02T19:45:31.549Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-09-02T19:45:32.277Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.75s) [2021-09-02T19:45:32.277Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-02T19:45:32.277Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T19:45:32.277Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T19:45:32.277Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T19:45:32.277Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T19:45:32.277Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T19:45:32.277Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T19:45:32.277Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T19:45:32.277Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T19:45:32.277Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T19:45:32.277Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T19:45:32.277Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T19:45:32.277Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T19:45:32.277Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T19:45:32.277Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T19:45:32.427Z] [2021-09-02T19:45:32.540Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T19:45:32.540Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-09-02T19:45:32.540Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-09-02T19:45:32.540Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-09-02T19:45:32.540Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-09-02T19:45:32.540Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-09-02T19:45:32.540Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-09-02T19:45:32.540Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-02T19:45:32.884Z] ---> 2ae7a590d39b [2021-09-02T19:45:32.884Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-09-02T19:45:32.884Z] ---> Running in 0808c74898a6 [2021-09-02T19:45:33.118Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s) [2021-09-02T19:45:33.118Z] === RUN TestCreateDifferentPlatform [2021-09-02T19:45:33.118Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-02T19:45:33.118Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-02T19:45:33.118Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-09-02T19:45:33.118Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-02T19:45:33.118Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-02T19:45:33.118Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-02T19:45:33.118Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-09-02T19:45:33.118Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-02T19:45:33.118Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-09-02T19:45:33.118Z] === RUN TestContainerStartOnDaemonRestart [2021-09-02T19:45:33.118Z] === PAUSE TestContainerStartOnDaemonRestart [2021-09-02T19:45:33.118Z] === RUN TestDaemonRestartIpcMode [2021-09-02T19:45:33.118Z] === PAUSE TestDaemonRestartIpcMode [2021-09-02T19:45:33.118Z] === RUN TestDaemonHostGatewayIP [2021-09-02T19:45:33.118Z] === PAUSE TestDaemonHostGatewayIP [2021-09-02T19:45:33.118Z] === RUN TestRestartDaemonWithRestartingContainer [2021-09-02T19:45:33.118Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-09-02T19:45:33.118Z] === RUN TestContainerKillOnDaemonStart [2021-09-02T19:45:33.118Z] === PAUSE TestContainerKillOnDaemonStart [2021-09-02T19:45:33.118Z] === RUN TestDiff [2021-09-02T19:45:33.453Z] check_test.go:308: [d1ac37230a6a8] daemon is not started [2021-09-02T19:45:33.453Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-09-02T19:45:33.692Z] --- PASS: TestDiff (0.61s) [2021-09-02T19:45:33.693Z] === RUN TestExecWithCloseStdin [2021-09-02T19:45:34.019Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-09-02T19:45:34.639Z] --- PASS: TestExecWithCloseStdin (0.86s) [2021-09-02T19:45:34.640Z] === RUN TestExec [2021-09-02T19:45:34.943Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-09-02T19:45:35.587Z] --- PASS: TestExec (0.74s) [2021-09-02T19:45:35.587Z] === RUN TestExecUser [2021-09-02T19:45:36.162Z] --- PASS: TestExecUser (0.72s) [2021-09-02T19:45:36.162Z] === RUN TestExportContainerAndImportImage [2021-09-02T19:45:36.552Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-09-02T19:45:36.810Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-09-02T19:45:36.810Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-09-02T19:45:37.111Z] --- PASS: TestExportContainerAndImportImage (0.87s) [2021-09-02T19:45:37.111Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-02T19:45:38.503Z] --- PASS: TestExportContainerAfterDaemonRestart (1.42s) [2021-09-02T19:45:38.503Z] === RUN TestHealthCheckWorkdir [2021-09-02T19:45:39.462Z] --- PASS: TestHealthCheckWorkdir (0.89s) [2021-09-02T19:45:39.462Z] === RUN TestHealthKillContainer [2021-09-02T19:45:41.500Z] --- PASS: TestServiceUpdatePidsLimit (16.29s) [2021-09-02T19:45:41.500Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2021-09-02T19:45:41.500Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2021-09-02T19:45:41.500Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s) [2021-09-02T19:45:41.500Z] PASS [2021-09-02T19:45:41.500Z] [2021-09-02T19:45:41.500Z] === Skipped [2021-09-02T19:45:41.500Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-09-02T19:45:41.500Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-02T19:45:41.500Z] [2021-09-02T19:45:41.500Z] DONE 27 tests, 1 skipped in 163.835s [2021-09-02T19:45:41.500Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-09-02T19:45:41.500Z] INFO: Testing against a local daemon [2021-09-02T19:45:41.500Z] === RUN TestSessionCreate [2021-09-02T19:45:41.500Z] --- PASS: TestSessionCreate (0.02s) [2021-09-02T19:45:41.500Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-02T19:45:41.500Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-09-02T19:45:41.500Z] PASS [2021-09-02T19:45:41.500Z] [2021-09-02T19:45:41.500Z] DONE 2 tests in 0.054s [2021-09-02T19:45:41.500Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-09-02T19:45:41.500Z] INFO: Testing against a local daemon [2021-09-02T19:45:41.500Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-02T19:45:41.500Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-09-02T19:45:41.500Z] === RUN TestDiskUsage [2021-09-02T19:45:41.500Z] === PAUSE TestDiskUsage [2021-09-02T19:45:41.500Z] === RUN TestEventsExecDie [2021-09-02T19:45:42.017Z] --- PASS: TestHealthKillContainer (2.71s) [2021-09-02T19:45:42.017Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-02T19:45:42.066Z] --- PASS: TestEventsExecDie (0.63s) [2021-09-02T19:45:42.067Z] === RUN TestEventsBackwardsCompatible [2021-09-02T19:45:42.067Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-09-02T19:45:42.067Z] === RUN TestEventsVolumeCreate [2021-09-02T19:45:42.067Z] --- PASS: TestEventsVolumeCreate (0.05s) [2021-09-02T19:45:42.067Z] === RUN TestInfoBinaryCommits [2021-09-02T19:45:42.067Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-09-02T19:45:42.067Z] === RUN TestInfoAPIVersioned [2021-09-02T19:45:42.067Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-09-02T19:45:42.067Z] === RUN TestInfoDiscoveryBackend [2021-09-02T19:45:42.082Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-09-02T19:45:42.341Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-09-02T19:45:42.591Z] --- PASS: TestInspectCpusetInConfigPre120 (0.59s) [2021-09-02T19:45:42.591Z] === RUN TestIpcModeNone [2021-09-02T19:45:42.632Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-09-02T19:45:42.632Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-09-02T19:45:42.920Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-09-02T19:45:42.920Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-09-02T19:45:42.920Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-09-02T19:45:42.920Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-09-02T19:45:42.920Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-09-02T19:45:42.987Z] --- PASS: TestBuildWithHugeFile (84.53s) [2021-09-02T19:45:42.987Z] === RUN TestBuildWCOWSandboxSize [2021-09-02T19:45:43.166Z] --- PASS: TestIpcModeNone (0.74s) [2021-09-02T19:45:43.166Z] === RUN TestIpcModePrivate [2021-09-02T19:45:43.241Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-09-02T19:45:43.278Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-09-02T19:45:43.536Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-09-02T19:45:43.555Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42674/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr18 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1b8db067856387b4cc80bd5813993475382993b6 hack/test/unit [2021-09-02T19:45:43.565Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-09-02T19:45:43.565Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-09-02T19:45:43.740Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false [2021-09-02T19:45:44.002Z] --- PASS: TestIpcModePrivate (0.69s) [2021-09-02T19:45:44.002Z] === RUN TestIpcModeShareable [2021-09-02T19:45:44.118Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-09-02T19:45:44.118Z] + TESTFLAGS+=' -test.timeout=5m' [2021-09-02T19:45:44.118Z] + TESTDIRS=./... [2021-09-02T19:45:44.118Z] + exclude_paths='/vendor/|/integration' [2021-09-02T19:45:44.118Z] ++ grep -vE '(/vendor/|/integration)' [2021-09-02T19:45:44.118Z] ++ go list ./... [2021-09-02T19:45:44.131Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-09-02T19:45:44.131Z] === RUN TestInfoAPI [2021-09-02T19:45:44.131Z] --- PASS: TestInfoAPI (0.02s) [2021-09-02T19:45:44.131Z] === RUN TestInfoAPIWarnings [2021-09-02T19:45:44.472Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-09-02T19:45:44.472Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-09-02T19:45:44.577Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true [2021-09-02T19:45:44.577Z] --- PASS: TestIpcModeShareable (0.68s) [2021-09-02T19:45:44.577Z] === RUN TestAPIIpcModeShareableAndContainer [2021-09-02T19:45:44.681Z] + pkg_list='github.com/docker/docker/api [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/backend/build [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/httputils [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/middleware [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/router [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/router/build [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/router/container [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/router/debug [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/router/distribution [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/router/grpc [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/router/image [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/router/network [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/router/plugin [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/router/session [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/router/swarm [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/router/system [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/server/router/volume [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/backend [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/blkiodev [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/container [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/events [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/filters [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/image [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/mount [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/network [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/registry [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/strslice [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/swarm [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/time [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/versions [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-02T19:45:44.681Z] github.com/docker/docker/api/types/volume [2021-09-02T19:45:44.681Z] github.com/docker/docker/builder [2021-09-02T19:45:44.681Z] github.com/docker/docker/builder/builder-next [2021-09-02T19:45:44.681Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-02T19:45:44.681Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-02T19:45:44.681Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-02T19:45:44.681Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-02T19:45:44.681Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-02T19:45:44.681Z] github.com/docker/docker/builder/builder-next/worker [2021-09-02T19:45:44.681Z] github.com/docker/docker/builder/dockerfile [2021-09-02T19:45:44.681Z] github.com/docker/docker/builder/dockerignore [2021-09-02T19:45:44.681Z] github.com/docker/docker/builder/remotecontext [2021-09-02T19:45:44.681Z] github.com/docker/docker/builder/remotecontext/git [2021-09-02T19:45:44.681Z] github.com/docker/docker/cli [2021-09-02T19:45:44.681Z] github.com/docker/docker/cli/config [2021-09-02T19:45:44.681Z] github.com/docker/docker/cli/debug [2021-09-02T19:45:44.681Z] github.com/docker/docker/client [2021-09-02T19:45:44.681Z] github.com/docker/docker/cmd/docker-proxy [2021-09-02T19:45:44.681Z] github.com/docker/docker/cmd/dockerd [2021-09-02T19:45:44.681Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-02T19:45:44.681Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-02T19:45:44.681Z] github.com/docker/docker/container [2021-09-02T19:45:44.681Z] github.com/docker/docker/container/stream [2021-09-02T19:45:44.681Z] github.com/docker/docker/contrib/apparmor [2021-09-02T19:45:44.681Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-02T19:45:44.681Z] github.com/docker/docker/contrib/httpserver [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/cluster [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/cluster/convert [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/cluster/executor [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/cluster/provider [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/config [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/discovery [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/events [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/events/testutils [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/exec [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/graphdriver [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/images [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/initlayer [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/links [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/listeners [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/logger [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/logger/gelf [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/logger/journald [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/logger/local [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/logger/logentries [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/logger/splunk [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/logger/syslog [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/logger/templates [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/names [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/network [2021-09-02T19:45:44.681Z] github.com/docker/docker/daemon/stats [2021-09-02T19:45:44.681Z] github.com/docker/docker/distribution [2021-09-02T19:45:44.681Z] github.com/docker/docker/distribution/metadata [2021-09-02T19:45:44.681Z] github.com/docker/docker/distribution/utils [2021-09-02T19:45:44.681Z] github.com/docker/docker/distribution/xfer [2021-09-02T19:45:44.681Z] github.com/docker/docker/dockerversion [2021-09-02T19:45:44.681Z] github.com/docker/docker/errdefs [2021-09-02T19:45:44.681Z] github.com/docker/docker/image [2021-09-02T19:45:44.681Z] github.com/docker/docker/image/cache [2021-09-02T19:45:44.681Z] github.com/docker/docker/image/tarexport [2021-09-02T19:45:44.681Z] github.com/docker/docker/image/v1 [2021-09-02T19:45:44.681Z] github.com/docker/docker/internal/test/suite [2021-09-02T19:45:44.681Z] github.com/docker/docker/layer [2021-09-02T19:45:44.681Z] github.com/docker/docker/libcontainerd [2021-09-02T19:45:44.681Z] github.com/docker/docker/libcontainerd/queue [2021-09-02T19:45:44.681Z] github.com/docker/docker/libcontainerd/remote [2021-09-02T19:45:44.681Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-02T19:45:44.681Z] github.com/docker/docker/libcontainerd/types [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/bitseq [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/cluster [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/config [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/datastore [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/driverapi [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/etchosts [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/idm [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/ipam [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/iptables [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/netlabel [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/netutils [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/networkdb [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/ns [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/options [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/osl [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/portallocator [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/portmapper [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/testutils [2021-09-02T19:45:44.681Z] github.com/docker/docker/libnetwork/types [2021-09-02T19:45:44.681Z] github.com/docker/docker/oci [2021-09-02T19:45:44.681Z] github.com/docker/docker/oci/caps [2021-09-02T19:45:44.681Z] github.com/docker/docker/opts [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/aaparser [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/archive [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/authorization [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/broadcaster [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/capabilities [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/chrootarchive [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/containerfs [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/devicemapper [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/directory [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/discovery [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/discovery/file [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/discovery/kv [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/discovery/memory [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/dmesg [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/filenotify [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/fileutils [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/fsutils [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/homedir [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/idtools [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/ioutils [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/jsonmessage [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/locker [2021-09-02T19:45:44.681Z] github.com/docker/docker/pkg/longpath [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/loopback [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/mount [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/namesgenerator [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/parsers [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/pidfile [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/platform [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/plugingetter [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/plugins [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/plugins/transport [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/pools [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/progress [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/pubsub [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/reexec [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/signal [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/stack [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/stdcopy [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/streamformatter [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/stringid [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/symlink [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/sysinfo [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/system [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/tailfile [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/tarsum [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/term [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/term/windows [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/truncindex [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/urlutil [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/useragent [2021-09-02T19:45:44.682Z] github.com/docker/docker/plugin [2021-09-02T19:45:44.682Z] github.com/docker/docker/plugin/executor/containerd [2021-09-02T19:45:44.682Z] github.com/docker/docker/plugin/v2 [2021-09-02T19:45:44.682Z] github.com/docker/docker/profiles/apparmor [2021-09-02T19:45:44.682Z] github.com/docker/docker/profiles/seccomp [2021-09-02T19:45:44.682Z] github.com/docker/docker/quota [2021-09-02T19:45:44.682Z] github.com/docker/docker/reference [2021-09-02T19:45:44.682Z] github.com/docker/docker/registry [2021-09-02T19:45:44.682Z] github.com/docker/docker/registry/resumable [2021-09-02T19:45:44.682Z] github.com/docker/docker/restartmanager [2021-09-02T19:45:44.682Z] github.com/docker/docker/rootless [2021-09-02T19:45:44.682Z] github.com/docker/docker/rootless/specconv [2021-09-02T19:45:44.682Z] github.com/docker/docker/runconfig [2021-09-02T19:45:44.682Z] github.com/docker/docker/runconfig/opts [2021-09-02T19:45:44.682Z] github.com/docker/docker/testutil [2021-09-02T19:45:44.682Z] github.com/docker/docker/testutil/daemon [2021-09-02T19:45:44.682Z] github.com/docker/docker/testutil/environment [2021-09-02T19:45:44.682Z] github.com/docker/docker/testutil/fakecontext [2021-09-02T19:45:44.682Z] github.com/docker/docker/testutil/fakegit [2021-09-02T19:45:44.682Z] github.com/docker/docker/testutil/fakestorage [2021-09-02T19:45:44.682Z] github.com/docker/docker/testutil/fixtures/load [2021-09-02T19:45:44.682Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-02T19:45:44.682Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-02T19:45:44.682Z] github.com/docker/docker/testutil/registry [2021-09-02T19:45:44.682Z] github.com/docker/docker/testutil/request [2021-09-02T19:45:44.682Z] github.com/docker/docker/volume [2021-09-02T19:45:44.682Z] github.com/docker/docker/volume/drivers [2021-09-02T19:45:44.682Z] github.com/docker/docker/volume/local [2021-09-02T19:45:44.682Z] github.com/docker/docker/volume/mounts [2021-09-02T19:45:44.682Z] github.com/docker/docker/volume/service [2021-09-02T19:45:44.682Z] github.com/docker/docker/volume/service/opts [2021-09-02T19:45:44.682Z] github.com/docker/docker/volume/testutils' [2021-09-02T19:45:44.682Z] ++ grep --fixed-strings -v /libnetwork [2021-09-02T19:45:44.682Z] ++ echo 'github.com/docker/docker/api [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/backend/build [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/httputils [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/middleware [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/router [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/router/build [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/router/container [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/router/debug [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/router/distribution [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/router/grpc [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/router/image [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/router/network [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/router/plugin [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/router/session [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/router/swarm [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/router/system [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/server/router/volume [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/backend [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/blkiodev [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/container [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/events [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/filters [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/image [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/mount [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/network [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/registry [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/strslice [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/swarm [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/time [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/versions [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-02T19:45:44.682Z] github.com/docker/docker/api/types/volume [2021-09-02T19:45:44.682Z] github.com/docker/docker/builder [2021-09-02T19:45:44.682Z] github.com/docker/docker/builder/builder-next [2021-09-02T19:45:44.682Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-02T19:45:44.682Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-02T19:45:44.682Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-02T19:45:44.682Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-02T19:45:44.682Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-02T19:45:44.682Z] github.com/docker/docker/builder/builder-next/worker [2021-09-02T19:45:44.682Z] github.com/docker/docker/builder/dockerfile [2021-09-02T19:45:44.682Z] github.com/docker/docker/builder/dockerignore [2021-09-02T19:45:44.682Z] github.com/docker/docker/builder/remotecontext [2021-09-02T19:45:44.682Z] github.com/docker/docker/builder/remotecontext/git [2021-09-02T19:45:44.682Z] github.com/docker/docker/cli [2021-09-02T19:45:44.682Z] github.com/docker/docker/cli/config [2021-09-02T19:45:44.682Z] github.com/docker/docker/cli/debug [2021-09-02T19:45:44.682Z] github.com/docker/docker/client [2021-09-02T19:45:44.682Z] github.com/docker/docker/cmd/docker-proxy [2021-09-02T19:45:44.682Z] github.com/docker/docker/cmd/dockerd [2021-09-02T19:45:44.682Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-02T19:45:44.682Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-02T19:45:44.682Z] github.com/docker/docker/container [2021-09-02T19:45:44.682Z] github.com/docker/docker/container/stream [2021-09-02T19:45:44.682Z] github.com/docker/docker/contrib/apparmor [2021-09-02T19:45:44.682Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-02T19:45:44.682Z] github.com/docker/docker/contrib/httpserver [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/cluster [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/cluster/convert [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/cluster/executor [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/cluster/provider [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/config [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/discovery [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/events [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/events/testutils [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/exec [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/graphdriver [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/images [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/initlayer [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/links [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/listeners [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/logger [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/logger/gelf [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/logger/journald [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/logger/local [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/logger/logentries [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/logger/splunk [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/logger/syslog [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/logger/templates [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/names [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/network [2021-09-02T19:45:44.682Z] github.com/docker/docker/daemon/stats [2021-09-02T19:45:44.682Z] github.com/docker/docker/distribution [2021-09-02T19:45:44.682Z] github.com/docker/docker/distribution/metadata [2021-09-02T19:45:44.682Z] github.com/docker/docker/distribution/utils [2021-09-02T19:45:44.682Z] github.com/docker/docker/distribution/xfer [2021-09-02T19:45:44.682Z] github.com/docker/docker/dockerversion [2021-09-02T19:45:44.682Z] github.com/docker/docker/errdefs [2021-09-02T19:45:44.682Z] github.com/docker/docker/image [2021-09-02T19:45:44.682Z] github.com/docker/docker/image/cache [2021-09-02T19:45:44.682Z] github.com/docker/docker/image/tarexport [2021-09-02T19:45:44.682Z] github.com/docker/docker/image/v1 [2021-09-02T19:45:44.682Z] github.com/docker/docker/internal/test/suite [2021-09-02T19:45:44.682Z] github.com/docker/docker/layer [2021-09-02T19:45:44.682Z] github.com/docker/docker/libcontainerd [2021-09-02T19:45:44.682Z] github.com/docker/docker/libcontainerd/queue [2021-09-02T19:45:44.682Z] github.com/docker/docker/libcontainerd/remote [2021-09-02T19:45:44.682Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-02T19:45:44.682Z] github.com/docker/docker/libcontainerd/types [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/bitseq [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/cluster [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/config [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/datastore [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/driverapi [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/etchosts [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/idm [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/ipam [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/iptables [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/netlabel [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/netutils [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/networkdb [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/ns [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/options [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/osl [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/portallocator [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/portmapper [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/testutils [2021-09-02T19:45:44.682Z] github.com/docker/docker/libnetwork/types [2021-09-02T19:45:44.682Z] github.com/docker/docker/oci [2021-09-02T19:45:44.682Z] github.com/docker/docker/oci/caps [2021-09-02T19:45:44.682Z] github.com/docker/docker/opts [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/aaparser [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/archive [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/authorization [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/broadcaster [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/capabilities [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/chrootarchive [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/containerfs [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/devicemapper [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/directory [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/discovery [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/discovery/file [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/discovery/kv [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/discovery/memory [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/dmesg [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/filenotify [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/fileutils [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/fsutils [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/homedir [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/idtools [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/ioutils [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/jsonmessage [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/locker [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/longpath [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/loopback [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/mount [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/namesgenerator [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/parsers [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/pidfile [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/platform [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/plugingetter [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/plugins [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/plugins/transport [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/pools [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/progress [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/pubsub [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/reexec [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/signal [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/stack [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/stdcopy [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/streamformatter [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/stringid [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/symlink [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/sysinfo [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/system [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/tailfile [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/tarsum [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/term [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/term/windows [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/truncindex [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/urlutil [2021-09-02T19:45:44.682Z] github.com/docker/docker/pkg/useragent [2021-09-02T19:45:44.682Z] github.com/docker/docker/plugin [2021-09-02T19:45:44.682Z] github.com/docker/docker/plugin/executor/containerd [2021-09-02T19:45:44.682Z] github.com/docker/docker/plugin/v2 [2021-09-02T19:45:44.682Z] github.com/docker/docker/profiles/apparmor [2021-09-02T19:45:44.682Z] github.com/docker/docker/profiles/seccomp [2021-09-02T19:45:44.682Z] github.com/docker/docker/quota [2021-09-02T19:45:44.682Z] github.com/docker/docker/reference [2021-09-02T19:45:44.683Z] github.com/docker/docker/registry [2021-09-02T19:45:44.683Z] github.com/docker/docker/registry/resumable [2021-09-02T19:45:44.683Z] github.com/docker/docker/restartmanager [2021-09-02T19:45:44.683Z] github.com/docker/docker/rootless [2021-09-02T19:45:44.683Z] github.com/docker/docker/rootless/specconv [2021-09-02T19:45:44.683Z] github.com/docker/docker/runconfig [2021-09-02T19:45:44.683Z] github.com/docker/docker/runconfig/opts [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/daemon [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/environment [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/fakecontext [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/fakegit [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/fakestorage [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/fixtures/load [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/registry [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/request [2021-09-02T19:45:44.683Z] github.com/docker/docker/volume [2021-09-02T19:45:44.683Z] github.com/docker/docker/volume/drivers [2021-09-02T19:45:44.683Z] github.com/docker/docker/volume/local [2021-09-02T19:45:44.683Z] github.com/docker/docker/volume/mounts [2021-09-02T19:45:44.683Z] github.com/docker/docker/volume/service [2021-09-02T19:45:44.683Z] github.com/docker/docker/volume/service/opts [2021-09-02T19:45:44.683Z] github.com/docker/docker/volume/testutils' [2021-09-02T19:45:44.683Z] + base_pkg_list='github.com/docker/docker/api [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/backend/build [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/httputils [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/middleware [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/build [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/container [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/debug [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/distribution [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/grpc [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/image [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/network [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/plugin [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/session [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/swarm [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/system [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/volume [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/backend [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/blkiodev [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/container [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/events [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/filters [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/image [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/mount [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/network [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/registry [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/strslice [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/swarm [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/time [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/versions [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/volume [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/builder-next [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/builder-next/worker [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/dockerfile [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/dockerignore [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/remotecontext [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/remotecontext/git [2021-09-02T19:45:44.683Z] github.com/docker/docker/cli [2021-09-02T19:45:44.683Z] github.com/docker/docker/cli/config [2021-09-02T19:45:44.683Z] github.com/docker/docker/cli/debug [2021-09-02T19:45:44.683Z] github.com/docker/docker/client [2021-09-02T19:45:44.683Z] github.com/docker/docker/cmd/docker-proxy [2021-09-02T19:45:44.683Z] github.com/docker/docker/cmd/dockerd [2021-09-02T19:45:44.683Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-02T19:45:44.683Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-02T19:45:44.683Z] github.com/docker/docker/container [2021-09-02T19:45:44.683Z] github.com/docker/docker/container/stream [2021-09-02T19:45:44.683Z] github.com/docker/docker/contrib/apparmor [2021-09-02T19:45:44.683Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-02T19:45:44.683Z] github.com/docker/docker/contrib/httpserver [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/cluster [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/cluster/convert [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/cluster/executor [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/cluster/provider [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/config [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/discovery [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/events [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/events/testutils [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/exec [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/images [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/initlayer [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/links [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/listeners [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/logger [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/logger/gelf [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/logger/journald [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/logger/local [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/logger/logentries [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/logger/splunk [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/logger/syslog [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/logger/templates [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/names [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/network [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/stats [2021-09-02T19:45:44.683Z] github.com/docker/docker/distribution [2021-09-02T19:45:44.683Z] github.com/docker/docker/distribution/metadata [2021-09-02T19:45:44.683Z] github.com/docker/docker/distribution/utils [2021-09-02T19:45:44.683Z] github.com/docker/docker/distribution/xfer [2021-09-02T19:45:44.683Z] github.com/docker/docker/dockerversion [2021-09-02T19:45:44.683Z] github.com/docker/docker/errdefs [2021-09-02T19:45:44.683Z] github.com/docker/docker/image [2021-09-02T19:45:44.683Z] github.com/docker/docker/image/cache [2021-09-02T19:45:44.683Z] github.com/docker/docker/image/tarexport [2021-09-02T19:45:44.683Z] github.com/docker/docker/image/v1 [2021-09-02T19:45:44.683Z] github.com/docker/docker/internal/test/suite [2021-09-02T19:45:44.683Z] github.com/docker/docker/layer [2021-09-02T19:45:44.683Z] github.com/docker/docker/libcontainerd [2021-09-02T19:45:44.683Z] github.com/docker/docker/libcontainerd/queue [2021-09-02T19:45:44.683Z] github.com/docker/docker/libcontainerd/remote [2021-09-02T19:45:44.683Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-02T19:45:44.683Z] github.com/docker/docker/libcontainerd/types [2021-09-02T19:45:44.683Z] github.com/docker/docker/oci [2021-09-02T19:45:44.683Z] github.com/docker/docker/oci/caps [2021-09-02T19:45:44.683Z] github.com/docker/docker/opts [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/aaparser [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/archive [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/authorization [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/broadcaster [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/capabilities [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/chrootarchive [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/containerfs [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/devicemapper [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/directory [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/discovery [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/discovery/file [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/discovery/kv [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/discovery/memory [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/dmesg [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/filenotify [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/fileutils [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/fsutils [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/homedir [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/idtools [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/ioutils [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/jsonmessage [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/locker [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/longpath [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/loopback [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/mount [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/namesgenerator [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/parsers [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/pidfile [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/platform [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/plugingetter [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/plugins [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/plugins/transport [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/pools [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/progress [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/pubsub [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/reexec [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/signal [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/stack [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/stdcopy [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/streamformatter [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/stringid [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/symlink [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/sysinfo [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/system [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/tailfile [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/tarsum [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/term [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/term/windows [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/truncindex [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/urlutil [2021-09-02T19:45:44.683Z] github.com/docker/docker/pkg/useragent [2021-09-02T19:45:44.683Z] github.com/docker/docker/plugin [2021-09-02T19:45:44.683Z] github.com/docker/docker/plugin/executor/containerd [2021-09-02T19:45:44.683Z] github.com/docker/docker/plugin/v2 [2021-09-02T19:45:44.683Z] github.com/docker/docker/profiles/apparmor [2021-09-02T19:45:44.683Z] github.com/docker/docker/profiles/seccomp [2021-09-02T19:45:44.683Z] github.com/docker/docker/quota [2021-09-02T19:45:44.683Z] github.com/docker/docker/reference [2021-09-02T19:45:44.683Z] github.com/docker/docker/registry [2021-09-02T19:45:44.683Z] github.com/docker/docker/registry/resumable [2021-09-02T19:45:44.683Z] github.com/docker/docker/restartmanager [2021-09-02T19:45:44.683Z] github.com/docker/docker/rootless [2021-09-02T19:45:44.683Z] github.com/docker/docker/rootless/specconv [2021-09-02T19:45:44.683Z] github.com/docker/docker/runconfig [2021-09-02T19:45:44.683Z] github.com/docker/docker/runconfig/opts [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/daemon [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/environment [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/fakecontext [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/fakegit [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/fakestorage [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/fixtures/load [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/registry [2021-09-02T19:45:44.683Z] github.com/docker/docker/testutil/request [2021-09-02T19:45:44.683Z] github.com/docker/docker/volume [2021-09-02T19:45:44.683Z] github.com/docker/docker/volume/drivers [2021-09-02T19:45:44.683Z] github.com/docker/docker/volume/local [2021-09-02T19:45:44.683Z] github.com/docker/docker/volume/mounts [2021-09-02T19:45:44.683Z] github.com/docker/docker/volume/service [2021-09-02T19:45:44.683Z] github.com/docker/docker/volume/service/opts [2021-09-02T19:45:44.683Z] github.com/docker/docker/volume/testutils' [2021-09-02T19:45:44.683Z] ++ grep --fixed-strings /libnetwork [2021-09-02T19:45:44.683Z] ++ echo 'github.com/docker/docker/api [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/backend/build [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/httputils [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/middleware [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/build [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/container [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/debug [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/distribution [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/grpc [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/image [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/network [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/plugin [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/session [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/swarm [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/system [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/server/router/volume [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/backend [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/blkiodev [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/container [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/events [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/filters [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/image [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/mount [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/network [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/registry [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/strslice [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/swarm [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/time [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/versions [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-02T19:45:44.683Z] github.com/docker/docker/api/types/volume [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/builder-next [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/builder-next/worker [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/dockerfile [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/dockerignore [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/remotecontext [2021-09-02T19:45:44.683Z] github.com/docker/docker/builder/remotecontext/git [2021-09-02T19:45:44.683Z] github.com/docker/docker/cli [2021-09-02T19:45:44.683Z] github.com/docker/docker/cli/config [2021-09-02T19:45:44.683Z] github.com/docker/docker/cli/debug [2021-09-02T19:45:44.683Z] github.com/docker/docker/client [2021-09-02T19:45:44.683Z] github.com/docker/docker/cmd/docker-proxy [2021-09-02T19:45:44.683Z] github.com/docker/docker/cmd/dockerd [2021-09-02T19:45:44.683Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-02T19:45:44.683Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-02T19:45:44.683Z] github.com/docker/docker/container [2021-09-02T19:45:44.683Z] github.com/docker/docker/container/stream [2021-09-02T19:45:44.683Z] github.com/docker/docker/contrib/apparmor [2021-09-02T19:45:44.683Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-02T19:45:44.683Z] github.com/docker/docker/contrib/httpserver [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/cluster [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/cluster/convert [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/cluster/executor [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/cluster/provider [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/config [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/discovery [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/events [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/events/testutils [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/exec [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-02T19:45:44.683Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/images [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/initlayer [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/links [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/listeners [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/logger [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/logger/gelf [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/logger/journald [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/logger/local [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/logger/logentries [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/logger/splunk [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/logger/syslog [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/logger/templates [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/names [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/network [2021-09-02T19:45:44.684Z] github.com/docker/docker/daemon/stats [2021-09-02T19:45:44.684Z] github.com/docker/docker/distribution [2021-09-02T19:45:44.684Z] github.com/docker/docker/distribution/metadata [2021-09-02T19:45:44.684Z] github.com/docker/docker/distribution/utils [2021-09-02T19:45:44.684Z] github.com/docker/docker/distribution/xfer [2021-09-02T19:45:44.684Z] github.com/docker/docker/dockerversion [2021-09-02T19:45:44.684Z] github.com/docker/docker/errdefs [2021-09-02T19:45:44.684Z] github.com/docker/docker/image [2021-09-02T19:45:44.684Z] github.com/docker/docker/image/cache [2021-09-02T19:45:44.684Z] github.com/docker/docker/image/tarexport [2021-09-02T19:45:44.684Z] github.com/docker/docker/image/v1 [2021-09-02T19:45:44.684Z] github.com/docker/docker/internal/test/suite [2021-09-02T19:45:44.684Z] github.com/docker/docker/layer [2021-09-02T19:45:44.684Z] github.com/docker/docker/libcontainerd [2021-09-02T19:45:44.684Z] github.com/docker/docker/libcontainerd/queue [2021-09-02T19:45:44.684Z] github.com/docker/docker/libcontainerd/remote [2021-09-02T19:45:44.684Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-02T19:45:44.684Z] github.com/docker/docker/libcontainerd/types [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/bitseq [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cluster [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/config [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/datastore [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/driverapi [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/etchosts [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/idm [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipam [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/iptables [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/netlabel [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/netutils [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/networkdb [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ns [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/options [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/osl [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/portallocator [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/portmapper [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/testutils [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/types [2021-09-02T19:45:44.684Z] github.com/docker/docker/oci [2021-09-02T19:45:44.684Z] github.com/docker/docker/oci/caps [2021-09-02T19:45:44.684Z] github.com/docker/docker/opts [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/aaparser [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/archive [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/authorization [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/broadcaster [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/capabilities [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/chrootarchive [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/containerfs [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/devicemapper [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/directory [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/discovery [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/discovery/file [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/discovery/kv [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/discovery/memory [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/dmesg [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/filenotify [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/fileutils [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/fsutils [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/homedir [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/idtools [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/ioutils [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/jsonmessage [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/locker [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/longpath [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/loopback [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/mount [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/namesgenerator [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/parsers [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/pidfile [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/platform [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/plugingetter [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/plugins [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/plugins/transport [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/pools [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/progress [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/pubsub [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/reexec [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/signal [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/stack [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/stdcopy [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/streamformatter [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/stringid [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/symlink [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/sysinfo [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/system [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/tailfile [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/tarsum [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/term [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/term/windows [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/truncindex [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/urlutil [2021-09-02T19:45:44.684Z] github.com/docker/docker/pkg/useragent [2021-09-02T19:45:44.684Z] github.com/docker/docker/plugin [2021-09-02T19:45:44.684Z] github.com/docker/docker/plugin/executor/containerd [2021-09-02T19:45:44.684Z] github.com/docker/docker/plugin/v2 [2021-09-02T19:45:44.684Z] github.com/docker/docker/profiles/apparmor [2021-09-02T19:45:44.684Z] github.com/docker/docker/profiles/seccomp [2021-09-02T19:45:44.684Z] github.com/docker/docker/quota [2021-09-02T19:45:44.684Z] github.com/docker/docker/reference [2021-09-02T19:45:44.684Z] github.com/docker/docker/registry [2021-09-02T19:45:44.684Z] github.com/docker/docker/registry/resumable [2021-09-02T19:45:44.684Z] github.com/docker/docker/restartmanager [2021-09-02T19:45:44.684Z] github.com/docker/docker/rootless [2021-09-02T19:45:44.684Z] github.com/docker/docker/rootless/specconv [2021-09-02T19:45:44.684Z] github.com/docker/docker/runconfig [2021-09-02T19:45:44.684Z] github.com/docker/docker/runconfig/opts [2021-09-02T19:45:44.684Z] github.com/docker/docker/testutil [2021-09-02T19:45:44.684Z] github.com/docker/docker/testutil/daemon [2021-09-02T19:45:44.684Z] github.com/docker/docker/testutil/environment [2021-09-02T19:45:44.684Z] github.com/docker/docker/testutil/fakecontext [2021-09-02T19:45:44.684Z] github.com/docker/docker/testutil/fakegit [2021-09-02T19:45:44.684Z] github.com/docker/docker/testutil/fakestorage [2021-09-02T19:45:44.684Z] github.com/docker/docker/testutil/fixtures/load [2021-09-02T19:45:44.684Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-02T19:45:44.684Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-02T19:45:44.684Z] github.com/docker/docker/testutil/registry [2021-09-02T19:45:44.684Z] github.com/docker/docker/testutil/request [2021-09-02T19:45:44.684Z] github.com/docker/docker/volume [2021-09-02T19:45:44.684Z] github.com/docker/docker/volume/drivers [2021-09-02T19:45:44.684Z] github.com/docker/docker/volume/local [2021-09-02T19:45:44.684Z] github.com/docker/docker/volume/mounts [2021-09-02T19:45:44.684Z] github.com/docker/docker/volume/service [2021-09-02T19:45:44.684Z] github.com/docker/docker/volume/service/opts [2021-09-02T19:45:44.684Z] github.com/docker/docker/volume/testutils' [2021-09-02T19:45:44.684Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/bitseq [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cluster [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/config [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/datastore [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/driverapi [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/etchosts [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/idm [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipam [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/iptables [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/netlabel [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/netutils [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/networkdb [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ns [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/options [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/osl [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/portallocator [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/portmapper [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/testutils [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/types' [2021-09-02T19:45:44.684Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-09-02T19:45:44.684Z] + echo 'github.com/docker/docker/libnetwork [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/bitseq [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cluster [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/config [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/datastore [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/driverapi [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/etchosts [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/idm [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipam [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/iptables [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/netlabel [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/netutils [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/networkdb [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/ns [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/options [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/osl [2021-09-02T19:45:44.684Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-02T19:45:44.685Z] github.com/docker/docker/libnetwork/portallocator [2021-09-02T19:45:44.685Z] github.com/docker/docker/libnetwork/portmapper [2021-09-02T19:45:44.685Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-02T19:45:44.685Z] github.com/docker/docker/libnetwork/testutils [2021-09-02T19:45:44.685Z] github.com/docker/docker/libnetwork/types' [2021-09-02T19:45:44.685Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-02T19:45:44.685Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-02T19:45:44.685Z] + type docker-proxy [2021-09-02T19:45:44.685Z] hack/test/unit: line 25: type: docker-proxy: not found [2021-09-02T19:45:44.685Z] + hack/make.sh binary-proxy install-proxy [2021-09-02T19:45:44.685Z] [2021-09-02T19:45:44.730Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-09-02T19:45:44.941Z] Removing bundles/ [2021-09-02T19:45:44.941Z] [2021-09-02T19:45:44.941Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-09-02T19:45:44.941Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-09-02T19:45:44.941Z] GOOS="" GOARCH="" GOARM="" [2021-09-02T19:45:45.299Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-09-02T19:45:45.867Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-09-02T19:45:46.434Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-09-02T19:45:47.002Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-09-02T19:45:47.132Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.10s) [2021-09-02T19:45:47.132Z] === RUN TestAPIIpcModeHost [2021-09-02T19:45:47.395Z] --- PASS: TestAPIIpcModeHost (0.55s) [2021-09-02T19:45:47.395Z] === RUN TestDaemonIpcModeShareable [2021-09-02T19:45:47.570Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-09-02T19:45:47.682Z] Removing intermediate container 0808c74898a6 [2021-09-02T19:45:47.682Z] ---> 1a01032eba95 [2021-09-02T19:45:47.682Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-09-02T19:45:47.682Z] ---> Running in e89d7ebeb726 [2021-09-02T19:45:47.829Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-09-02T19:45:47.829Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-09-02T19:45:48.396Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-09-02T19:45:48.396Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-09-02T19:45:48.785Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-09-02T19:45:48.785Z] --- PASS: TestDaemonIpcModeShareable (1.52s) [2021-09-02T19:45:48.785Z] === RUN TestDaemonIpcModePrivate [2021-09-02T19:45:48.964Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-09-02T19:45:49.213Z] [2021-09-02T19:45:49.213Z] SUCCESS: Specified value was saved. [2021-09-02T19:45:49.534Z] check_test.go:308: [d1df6997d77db] daemon is not started [2021-09-02T19:45:49.534Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-09-02T19:45:49.793Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-09-02T19:45:50.183Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-09-02T19:45:50.446Z] --- PASS: TestDaemonIpcModePrivate (1.47s) [2021-09-02T19:45:50.446Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-09-02T19:45:50.730Z] check_test.go:308: [d6d8e6e839745] daemon is not started [2021-09-02T19:45:50.730Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-09-02T19:45:50.747Z] Removing intermediate container e89d7ebeb726 [2021-09-02T19:45:50.747Z] ---> 7ee3ef104eae [2021-09-02T19:45:50.747Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-09-02T19:45:50.747Z] ---> Running in 1e14e147db9e [2021-09-02T19:45:50.990Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-09-02T19:45:51.482Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-09-02T19:45:51.482Z] [2021-09-02T19:45:51.482Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-09-02T19:45:51.482Z] Installing docker-proxy to /usr/local/bin/ [2021-09-02T19:45:51.482Z] [2021-09-02T19:45:51.482Z] + mkdir -p bundles [2021-09-02T19:45:51.482Z] + '[' -n 'github.com/docker/docker/api [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/backend/build [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/httputils [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/middleware [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/router [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/router/build [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/router/container [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/router/debug [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/router/distribution [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/router/grpc [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/router/image [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/router/network [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/router/plugin [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/router/session [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/router/swarm [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/router/system [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/server/router/volume [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/backend [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/blkiodev [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/container [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/events [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/filters [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/image [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/mount [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/network [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/registry [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/strslice [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/swarm [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/time [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/versions [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-02T19:45:51.482Z] github.com/docker/docker/api/types/volume [2021-09-02T19:45:51.482Z] github.com/docker/docker/builder [2021-09-02T19:45:51.482Z] github.com/docker/docker/builder/builder-next [2021-09-02T19:45:51.482Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-02T19:45:51.482Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-02T19:45:51.482Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-02T19:45:51.482Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-02T19:45:51.482Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-02T19:45:51.482Z] github.com/docker/docker/builder/builder-next/worker [2021-09-02T19:45:51.482Z] github.com/docker/docker/builder/dockerfile [2021-09-02T19:45:51.482Z] github.com/docker/docker/builder/dockerignore [2021-09-02T19:45:51.482Z] github.com/docker/docker/builder/remotecontext [2021-09-02T19:45:51.482Z] github.com/docker/docker/builder/remotecontext/git [2021-09-02T19:45:51.482Z] github.com/docker/docker/cli [2021-09-02T19:45:51.482Z] github.com/docker/docker/cli/config [2021-09-02T19:45:51.482Z] github.com/docker/docker/cli/debug [2021-09-02T19:45:51.482Z] github.com/docker/docker/client [2021-09-02T19:45:51.482Z] github.com/docker/docker/cmd/docker-proxy [2021-09-02T19:45:51.482Z] github.com/docker/docker/cmd/dockerd [2021-09-02T19:45:51.482Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-02T19:45:51.482Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-02T19:45:51.482Z] github.com/docker/docker/container [2021-09-02T19:45:51.482Z] github.com/docker/docker/container/stream [2021-09-02T19:45:51.482Z] github.com/docker/docker/contrib/apparmor [2021-09-02T19:45:51.482Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-02T19:45:51.482Z] github.com/docker/docker/contrib/httpserver [2021-09-02T19:45:51.482Z] github.com/docker/docker/daemon [2021-09-02T19:45:51.482Z] github.com/docker/docker/daemon/cluster [2021-09-02T19:45:51.482Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-02T19:45:51.482Z] github.com/docker/docker/daemon/cluster/convert [2021-09-02T19:45:51.482Z] github.com/docker/docker/daemon/cluster/executor [2021-09-02T19:45:51.482Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-02T19:45:51.482Z] github.com/docker/docker/daemon/cluster/provider [2021-09-02T19:45:51.482Z] github.com/docker/docker/daemon/config [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/discovery [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/events [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/events/testutils [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/exec [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/graphdriver [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/images [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/initlayer [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/links [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/listeners [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/logger [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/logger/gelf [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/logger/journald [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/logger/local [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/logger/logentries [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/logger/splunk [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/logger/syslog [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/logger/templates [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/names [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/network [2021-09-02T19:45:51.483Z] github.com/docker/docker/daemon/stats [2021-09-02T19:45:51.483Z] github.com/docker/docker/distribution [2021-09-02T19:45:51.483Z] github.com/docker/docker/distribution/metadata [2021-09-02T19:45:51.483Z] github.com/docker/docker/distribution/utils [2021-09-02T19:45:51.483Z] github.com/docker/docker/distribution/xfer [2021-09-02T19:45:51.483Z] github.com/docker/docker/dockerversion [2021-09-02T19:45:51.483Z] github.com/docker/docker/errdefs [2021-09-02T19:45:51.483Z] github.com/docker/docker/image [2021-09-02T19:45:51.483Z] github.com/docker/docker/image/cache [2021-09-02T19:45:51.483Z] github.com/docker/docker/image/tarexport [2021-09-02T19:45:51.483Z] github.com/docker/docker/image/v1 [2021-09-02T19:45:51.483Z] github.com/docker/docker/internal/test/suite [2021-09-02T19:45:51.483Z] github.com/docker/docker/layer [2021-09-02T19:45:51.483Z] github.com/docker/docker/libcontainerd [2021-09-02T19:45:51.483Z] github.com/docker/docker/libcontainerd/queue [2021-09-02T19:45:51.483Z] github.com/docker/docker/libcontainerd/remote [2021-09-02T19:45:51.483Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-02T19:45:51.483Z] github.com/docker/docker/libcontainerd/types [2021-09-02T19:45:51.483Z] github.com/docker/docker/oci [2021-09-02T19:45:51.483Z] github.com/docker/docker/oci/caps [2021-09-02T19:45:51.483Z] github.com/docker/docker/opts [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/aaparser [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/archive [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/authorization [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/broadcaster [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/capabilities [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/chrootarchive [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/containerfs [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/devicemapper [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/directory [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/discovery [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/discovery/file [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/discovery/kv [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/discovery/memory [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/dmesg [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/filenotify [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/fileutils [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/fsutils [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/homedir [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/idtools [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/ioutils [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/jsonmessage [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/locker [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/longpath [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/loopback [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/mount [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/namesgenerator [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/parsers [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/pidfile [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/platform [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/plugingetter [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/plugins [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/plugins/transport [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/pools [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/progress [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/pubsub [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/reexec [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/signal [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/stack [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/stdcopy [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/streamformatter [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/stringid [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/symlink [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/sysinfo [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/system [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/tailfile [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/tarsum [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/term [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/term/windows [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/truncindex [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/urlutil [2021-09-02T19:45:51.483Z] github.com/docker/docker/pkg/useragent [2021-09-02T19:45:51.483Z] github.com/docker/docker/plugin [2021-09-02T19:45:51.483Z] github.com/docker/docker/plugin/executor/containerd [2021-09-02T19:45:51.483Z] github.com/docker/docker/plugin/v2 [2021-09-02T19:45:51.483Z] github.com/docker/docker/profiles/apparmor [2021-09-02T19:45:51.483Z] github.com/docker/docker/profiles/seccomp [2021-09-02T19:45:51.483Z] github.com/docker/docker/quota [2021-09-02T19:45:51.483Z] github.com/docker/docker/reference [2021-09-02T19:45:51.483Z] github.com/docker/docker/registry [2021-09-02T19:45:51.483Z] github.com/docker/docker/registry/resumable [2021-09-02T19:45:51.483Z] github.com/docker/docker/restartmanager [2021-09-02T19:45:51.483Z] github.com/docker/docker/rootless [2021-09-02T19:45:51.483Z] github.com/docker/docker/rootless/specconv [2021-09-02T19:45:51.483Z] github.com/docker/docker/runconfig [2021-09-02T19:45:51.483Z] github.com/docker/docker/runconfig/opts [2021-09-02T19:45:51.483Z] github.com/docker/docker/testutil [2021-09-02T19:45:51.483Z] github.com/docker/docker/testutil/daemon [2021-09-02T19:45:51.483Z] github.com/docker/docker/testutil/environment [2021-09-02T19:45:51.483Z] github.com/docker/docker/testutil/fakecontext [2021-09-02T19:45:51.483Z] github.com/docker/docker/testutil/fakegit [2021-09-02T19:45:51.483Z] github.com/docker/docker/testutil/fakestorage [2021-09-02T19:45:51.483Z] github.com/docker/docker/testutil/fixtures/load [2021-09-02T19:45:51.483Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-02T19:45:51.483Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-02T19:45:51.483Z] github.com/docker/docker/testutil/registry [2021-09-02T19:45:51.483Z] github.com/docker/docker/testutil/request [2021-09-02T19:45:51.483Z] github.com/docker/docker/volume [2021-09-02T19:45:51.483Z] github.com/docker/docker/volume/drivers [2021-09-02T19:45:51.483Z] github.com/docker/docker/volume/local [2021-09-02T19:45:51.483Z] github.com/docker/docker/volume/mounts [2021-09-02T19:45:51.483Z] github.com/docker/docker/volume/service [2021-09-02T19:45:51.483Z] github.com/docker/docker/volume/service/opts [2021-09-02T19:45:51.483Z] github.com/docker/docker/volume/testutils' ']' [2021-09-02T19:45:51.483Z] + 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-09-02T19:45:51.838Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-09-02T19:45:51.838Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.47s) [2021-09-02T19:45:51.838Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-09-02T19:45:52.430Z] ? github.com/docker/docker/api [no test files] [2021-09-02T19:45:52.897Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-09-02T19:45:53.156Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-09-02T19:45:53.228Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-09-02T19:45:53.228Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.50s) [2021-09-02T19:45:53.228Z] === RUN TestIpcModeOlderClient [2021-09-02T19:45:53.228Z] === PAUSE TestIpcModeOlderClient [2021-09-02T19:45:53.228Z] === RUN TestKillContainerInvalidSignal [2021-09-02T19:45:53.723Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-09-02T19:45:53.723Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-09-02T19:45:53.802Z] --- PASS: TestKillContainerInvalidSignal (0.64s) [2021-09-02T19:45:53.803Z] === RUN TestKillContainer [2021-09-02T19:45:54.065Z] === RUN TestKillContainer/no_signal [2021-09-02T19:45:54.640Z] === RUN TestKillContainer/non_killing_signal [2021-09-02T19:45:54.904Z] === RUN TestKillContainer/killing_signal [2021-09-02T19:45:55.101Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-09-02T19:45:55.425Z] Cannot create a file when that file already exists. [2021-09-02T19:45:55.669Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-09-02T19:45:55.850Z] --- PASS: TestKillContainer (1.85s) [2021-09-02T19:45:55.850Z] --- PASS: TestKillContainer/no_signal (0.60s) [2021-09-02T19:45:55.850Z] --- PASS: TestKillContainer/non_killing_signal (0.42s) [2021-09-02T19:45:55.850Z] --- PASS: TestKillContainer/killing_signal (0.56s) [2021-09-02T19:45:55.850Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-02T19:45:55.850Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-09-02T19:45:56.236Z] check_test.go:308: [df7d08d9d0673] daemon is not started [2021-09-02T19:45:56.236Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-09-02T19:45:56.236Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-09-02T19:45:56.426Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-09-02T19:45:57.000Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.19s) [2021-09-02T19:45:57.000Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.58s) [2021-09-02T19:45:57.000Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.39s) [2021-09-02T19:45:57.000Z] === RUN TestKillStoppedContainer [2021-09-02T19:45:57.000Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-09-02T19:45:57.000Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-02T19:45:57.000Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-09-02T19:45:57.000Z] === RUN TestKillDifferentUserContainer [2021-09-02T19:45:57.575Z] --- PASS: TestKillDifferentUserContainer (0.59s) [2021-09-02T19:45:57.575Z] === RUN TestInspectOomKilledTrue [2021-09-02T19:45:57.575Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:45:57.575Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-02T19:45:57.575Z] === RUN TestInspectOomKilledFalse [2021-09-02T19:45:57.575Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:45:57.575Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-02T19:45:57.575Z] === RUN TestLinksEtcHostsContentMatch [2021-09-02T19:45:57.613Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-09-02T19:45:58.154Z] --- PASS: TestLinksEtcHostsContentMatch (0.46s) [2021-09-02T19:45:58.154Z] === RUN TestLinksContainerNames [2021-09-02T19:45:58.990Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-09-02T19:45:59.150Z] Removing intermediate container 1e14e147db9e [2021-09-02T19:45:59.150Z] ---> 16edadb82f2d [2021-09-02T19:45:59.150Z] Step 13/13 : CMD ["sh"] [2021-09-02T19:45:59.150Z] ---> Running in f7ff218e5300 [2021-09-02T19:45:59.150Z] Removing intermediate container f7ff218e5300 [2021-09-02T19:45:59.150Z] ---> d484ed198d54 [2021-09-02T19:45:59.150Z] Successfully built d484ed198d54 [2021-09-02T19:45:59.150Z] Successfully tagged busybox:latest [2021-09-02T19:45:59.150Z] INFO: Docker images of the daemon under test [2021-09-02T19:45:59.150Z] [2021-09-02T19:45:59.150Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-02T19:45:59.150Z] busybox latest d484ed198d54 Less than a second ago 5.72GB [2021-09-02T19:45:59.150Z] microsoft/windowsservercore latest d1724c2d9a84 4 weeks ago 5.7GB [2021-09-02T19:45:59.150Z] mcr.microsoft.com/windows/servercore ltsc2019 d1724c2d9a84 4 weeks ago 5.7GB [2021-09-02T19:45:59.150Z] [2021-09-02T19:45:59.150Z] INFO: Running integration tests at 09/02/2021 19:45:58... [2021-09-02T19:45:59.150Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-09-02T19:45:59.150Z] INFO: Integration API tests being run from the host: [2021-09-02T19:45:59.150Z] INFO: make.ps1 starting at 09/02/2021 19:45:59 [2021-09-02T19:45:59.544Z] --- PASS: TestLinksContainerNames (1.20s) [2021-09-02T19:45:59.544Z] === RUN TestLogsFollowTailEmpty [2021-09-02T19:46:00.115Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-09-02T19:46:00.119Z] --- PASS: TestLogsFollowTailEmpty (0.61s) [2021-09-02T19:46:00.119Z] === RUN TestContainerNetworkMountsNoChown [2021-09-02T19:46:00.694Z] --- PASS: TestContainerNetworkMountsNoChown (0.61s) [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/default [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/default [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/private [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/private [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/rprivate [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/rprivate [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/slave [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/slave [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/rslave [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/rslave [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/shared [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/shared [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/rshared [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/rshared [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/default [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/default/bind_root [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/rslave [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/default/mount_root [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/rshared [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/rprivate [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/slave [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/private [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/private/bind_root [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/shared [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/private/mount_root [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/default/bind_root [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/default/mount_root [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-09-02T19:46:00.694Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-09-02T19:46:00.694Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/private/bind_root [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-09-02T19:46:00.694Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-09-02T19:46:00.893Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-09-02T19:46:00.957Z] === CONT TestMountDaemonRoot/private/mount_root [2021-09-02T19:46:00.957Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-09-02T19:46:00.957Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-09-02T19:46:00.957Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-09-02T19:46:00.957Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-09-02T19:46:00.957Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-09-02T19:46:00.957Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-09-02T19:46:00.957Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-09-02T19:46:00.957Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-09-02T19:46:00.957Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-09-02T19:46:00.957Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-09-02T19:46:00.957Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-09-02T19:46:00.957Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-09-02T19:46:00.958Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-09-02T19:46:00.958Z] === RUN TestContainerBindMountNonRecursive [2021-09-02T19:46:02.205Z] --- PASS: TestInfoAPIWarnings (16.24s) [2021-09-02T19:46:02.205Z] === RUN TestInfoDebug [2021-09-02T19:46:02.205Z] --- PASS: TestInfoDebug (0.52s) [2021-09-02T19:46:02.205Z] === RUN TestInfoInsecureRegistries [2021-09-02T19:46:02.205Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-09-02T19:46:02.205Z] === RUN TestInfoRegistryMirrors [2021-09-02T19:46:02.205Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-09-02T19:46:02.205Z] === RUN TestLoginFailsWithBadCredentials [2021-09-02T19:46:02.205Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2021-09-02T19:46:02.205Z] === RUN TestPingCacheHeaders [2021-09-02T19:46:02.205Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-09-02T19:46:02.205Z] === RUN TestPingGet [2021-09-02T19:46:02.205Z] --- PASS: TestPingGet (0.02s) [2021-09-02T19:46:02.205Z] === RUN TestPingHead [2021-09-02T19:46:02.205Z] --- PASS: TestPingHead (0.02s) [2021-09-02T19:46:02.205Z] === RUN TestVersion [2021-09-02T19:46:02.205Z] --- PASS: TestVersion (0.02s) [2021-09-02T19:46:02.205Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-09-02T19:46:02.205Z] === CONT TestDiskUsage [2021-09-02T19:46:02.772Z] === RUN TestDiskUsage/empty [2021-09-02T19:46:02.772Z] === RUN TestDiskUsage/empty/container_types [2021-09-02T19:46:02.772Z] === RUN TestDiskUsage/empty/image_types [2021-09-02T19:46:02.772Z] === RUN TestDiskUsage/empty/volume_types [2021-09-02T19:46:02.772Z] === RUN TestDiskUsage/empty/build-cache_types [2021-09-02T19:46:02.772Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-09-02T19:46:02.772Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-09-02T19:46:02.772Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-09-02T19:46:02.772Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-09-02T19:46:02.772Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-09-02T19:46:02.772Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-09-02T19:46:02.772Z] === RUN TestDiskUsage/after_LoadBusybox [2021-09-02T19:46:02.880Z] --- PASS: TestContainerBindMountNonRecursive (1.56s) [2021-09-02T19:46:02.880Z] === RUN TestContainerVolumesMountedAsShared [2021-09-02T19:46:03.030Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-09-02T19:46:03.030Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-09-02T19:46:03.030Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-09-02T19:46:03.030Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-09-02T19:46:03.030Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-09-02T19:46:03.030Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-09-02T19:46:03.030Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-09-02T19:46:03.030Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-09-02T19:46:03.030Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-09-02T19:46:03.030Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-09-02T19:46:03.030Z] === RUN TestDiskUsage/after_container.Run [2021-09-02T19:46:03.142Z] --- PASS: TestContainerVolumesMountedAsShared (0.61s) [2021-09-02T19:46:03.142Z] === RUN TestContainerVolumesMountedAsSlave [2021-09-02T19:46:03.598Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-09-02T19:46:03.598Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-09-02T19:46:03.598Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-09-02T19:46:03.598Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-09-02T19:46:03.598Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-09-02T19:46:03.598Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-09-02T19:46:03.598Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-09-02T19:46:03.598Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-09-02T19:46:03.598Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-09-02T19:46:03.598Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-09-02T19:46:03.598Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.52s) [2021-09-02T19:46:03.718Z] --- PASS: TestContainerVolumesMountedAsSlave (0.46s) [2021-09-02T19:46:03.718Z] === RUN TestNetworkNat [2021-09-02T19:46:03.856Z] --- PASS: TestDiskUsage (1.56s) [2021-09-02T19:46:03.856Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-09-02T19:46:03.856Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-09-02T19:46:03.856Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-09-02T19:46:03.856Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-09-02T19:46:03.856Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-09-02T19:46:03.856Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-09-02T19:46:03.856Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-09-02T19:46:03.856Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-09-02T19:46:03.856Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-09-02T19:46:03.856Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-09-02T19:46:03.856Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.33s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_container.Run (0.49s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-09-02T19:46:03.857Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-09-02T19:46:03.857Z] PASS [2021-09-02T19:46:03.857Z] [2021-09-02T19:46:03.857Z] DONE 53 tests in 22.372s [2021-09-02T19:46:03.857Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-09-02T19:46:03.857Z] INFO: Testing against a local daemon [2021-09-02T19:46:03.857Z] === RUN TestVolumesCreateAndList [2021-09-02T19:46:03.857Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-09-02T19:46:03.857Z] === RUN TestVolumesRemove [2021-09-02T19:46:03.857Z] --- PASS: TestVolumesRemove (0.07s) [2021-09-02T19:46:03.857Z] === RUN TestVolumesInspect [2021-09-02T19:46:03.857Z] --- PASS: TestVolumesInspect (0.01s) [2021-09-02T19:46:03.857Z] === RUN TestVolumesInvalidJSON [2021-09-02T19:46:03.857Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-02T19:46:03.857Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-02T19:46:03.857Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-02T19:46:03.857Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-09-02T19:46:03.857Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-02T19:46:03.857Z] PASS [2021-09-02T19:46:03.857Z] [2021-09-02T19:46:03.857Z] DONE 5 tests in 0.146s [2021-09-02T19:46:03.857Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-02T19:46:04.297Z] --- PASS: TestNetworkNat (0.68s) [2021-09-02T19:46:04.297Z] === RUN TestNetworkLocalhostTCPNat [2021-09-02T19:46:04.423Z] Stopping apparmor (via systemctl): apparmor.service. [2021-09-02T19:46:04.423Z] Removing test suite binaries [2021-09-02T19:46:04.423Z] exiting test-integration [2021-09-02T19:46:04.423Z] ++ exit 0 [2021-09-02T19:46:04.423Z] [2021-09-02T19:46:04.872Z] --- PASS: TestNetworkLocalhostTCPNat (0.62s) [2021-09-02T19:46:04.872Z] === RUN TestNetworkLoopbackNat [2021-09-02T19:46:05.109Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-09-02T19:46:06.043Z] check_test.go:308: [d9751ee6aacc0] daemon is not started [2021-09-02T19:46:06.043Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork Post stage [Pipeline] junit [2021-09-02T19:46:06.967Z] Recording test results [2021-09-02T19:46:07.275Z] ok github.com/docker/docker/api/server 0.005s coverage: 9.0% of statements [2021-09-02T19:46:08.183Z] --- PASS: TestNetworkLoopbackNat (2.89s) [2021-09-02T19:46:08.183Z] === RUN TestPause [2021-09-02T19:46:08.342Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-09-02T19:46:08.446Z] --- PASS: TestPause (0.65s) [2021-09-02T19:46:08.446Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-02T19:46:08.446Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-02T19:46:08.446Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-02T19:46:08.446Z] === RUN TestPauseStopPausedContainer [2021-09-02T19:46:08.578Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-09-02T19:46:08.681Z] + echo Ensuring container killed. [2021-09-02T19:46:08.681Z] Ensuring container killed. [2021-09-02T19:46:08.681Z] + docker rm -vf docker-pr18 [2021-09-02T19:46:08.681Z] Error: No such container: docker-pr18 [Pipeline] sh [2021-09-02T19:46:08.963Z] + echo Chowning /workspace to jenkins user [2021-09-02T19:46:08.963Z] Chowning /workspace to jenkins user [2021-09-02T19:46:08.963Z] + id -u [2021-09-02T19:46:08.963Z] + id -g [2021-09-02T19:46:08.963Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42674:/workspace busybox chown -R 1000:1000 /workspace [2021-09-02T19:46:08.963Z] Unable to find image 'busybox:latest' locally [2021-09-02T19:46:08.963Z] latest: Pulling from library/busybox [2021-09-02T19:46:09.021Z] --- PASS: TestPauseStopPausedContainer (0.67s) [2021-09-02T19:46:09.021Z] === RUN TestPidHost [2021-09-02T19:46:09.221Z] 8ec32b265e94: Pulling fs layer [2021-09-02T19:46:09.221Z] 8ec32b265e94: Verifying Checksum [2021-09-02T19:46:09.221Z] 8ec32b265e94: Download complete [2021-09-02T19:46:09.221Z] 8ec32b265e94: Pull complete [2021-09-02T19:46:09.221Z] Digest: sha256:b37dd066f59a4961024cf4bed74cae5e68ac26b48807292bd12198afa3ecb778 [2021-09-02T19:46:09.221Z] Status: Downloaded newer image for busybox:latest [2021-09-02T19:46:09.953Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-09-02T19:46:10.411Z] --- PASS: TestPidHost (1.37s) [2021-09-02T19:46:10.412Z] === RUN TestPsFilter [2021-09-02T19:46:10.520Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-09-02T19:46:10.674Z] --- PASS: TestPsFilter (0.15s) [2021-09-02T19:46:10.674Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-02T19:46:11.248Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.59s) [2021-09-02T19:46:11.248Z] === RUN TestRemoveContainerWithVolume [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-02T19:46:11.822Z] --- PASS: TestRemoveContainerWithVolume (0.59s) [2021-09-02T19:46:11.822Z] === RUN TestRemoveContainerRunning [2021-09-02T19:46:12.058Z] + bundleName=amd64-cgroup2 [2021-09-02T19:46:12.058Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-09-02T19:46:12.058Z] Creating amd64-cgroup2-bundles.tar.gz [2021-09-02T19:46:12.058Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-09-02T19:46:12.058Z] + 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-09-02T19:46:12.328Z] Archiving artifacts [2021-09-02T19:46:12.398Z] --- PASS: TestRemoveContainerRunning (0.62s) [2021-09-02T19:46:12.398Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-02T19:46:12.976Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.61s) [2021-09-02T19:46:12.976Z] === RUN TestRemoveInvalidContainer [2021-09-02T19:46:12.976Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-09-02T19:46:12.976Z] === RUN TestRenameLinkedContainer [2021-09-02T19:46:13.054Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-09-02T19:46:13.991Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-09-02T19:46:14.326Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42674/18/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-02T19:46:14.649Z] + make clean [2021-09-02T19:46:14.907Z] docker volume rm -f docker-dev-cache [2021-09-02T19:46:14.907Z] docker-dev-cache [Pipeline] deleteDir [2021-09-02T19:46:15.538Z] --- PASS: TestRenameLinkedContainer (2.52s) [2021-09-02T19:46:15.538Z] === RUN TestRenameStoppedContainer [2021-09-02T19:46:16.113Z] --- PASS: TestRenameStoppedContainer (0.61s) [2021-09-02T19:46:16.113Z] === RUN TestRenameRunningContainerAndReuse [2021-09-02T19:46:17.279Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-02T19:46:17.504Z] --- PASS: TestRenameRunningContainerAndReuse (1.35s) [2021-09-02T19:46:17.504Z] === RUN TestRenameInvalidName [2021-09-02T19:46:18.078Z] --- PASS: TestRenameInvalidName (0.60s) [2021-09-02T19:46:18.078Z] === RUN TestRenameAnonymousContainer [2021-09-02T19:46:18.655Z] check_test.go:308: [d6708024f90aa] daemon is not started [2021-09-02T19:46:18.655Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-09-02T19:46:19.222Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-09-02T19:46:19.794Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-09-02T19:46:20.362Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-09-02T19:46:20.638Z] --- PASS: TestRenameAnonymousContainer (2.33s) [2021-09-02T19:46:20.638Z] === RUN TestRenameContainerWithSameName [2021-09-02T19:46:20.901Z] --- PASS: TestRenameContainerWithSameName (0.59s) [2021-09-02T19:46:20.901Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-02T19:46:21.197Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T19:46:21.197Z] INFO: Testing against a local daemon [2021-09-02T19:46:21.197Z] === RUN TestBuildWithSession [2021-09-02T19:46:21.197Z] build_session_test.go:25: TODO: BuildKit [2021-09-02T19:46:21.197Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-02T19:46:21.197Z] === RUN TestBuildSquashParent [2021-09-02T19:46:21.197Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:46:21.197Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-09-02T19:46:21.197Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-02T19:46:21.197Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:46:21.197Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:46:21.197Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:46:21.197Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:46:21.197Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:46:21.197Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:46:21.197Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:46:21.197Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:46:21.197Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:46:21.197Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:46:21.197Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:46:21.197Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:46:21.197Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T19:46:21.197Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T19:46:21.197Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T19:46:21.197Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T19:46:22.264Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-09-02T19:46:22.264Z] check_test.go:308: [d3046b5c0850c] daemon is not started [2021-09-02T19:46:22.264Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-09-02T19:46:22.298Z] --- PASS: TestRenameContainerWithLinkedContainer (1.26s) [2021-09-02T19:46:22.298Z] === RUN TestResize [2021-09-02T19:46:22.876Z] --- PASS: TestResize (0.63s) [2021-09-02T19:46:22.876Z] === RUN TestResizeWithInvalidSize [2021-09-02T19:46:23.823Z] --- PASS: TestResizeWithInvalidSize (0.70s) [2021-09-02T19:46:23.823Z] === RUN TestResizeWhenContainerNotStarted [2021-09-02T19:46:24.172Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-09-02T19:46:24.172Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-09-02T19:46:24.398Z] --- PASS: TestResizeWhenContainerNotStarted (0.61s) [2021-09-02T19:46:24.398Z] === RUN TestDaemonRestartKillContainers [2021-09-02T19:46:24.398Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-02T19:46:24.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-02T19:46:24.398Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-02T19:46:24.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-02T19:46:24.398Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-02T19:46:24.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-02T19:46:24.398Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-02T19:46:24.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-02T19:46:24.398Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-02T19:46:24.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-02T19:46:24.398Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-02T19:46:24.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-02T19:46:24.398Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-02T19:46:24.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-02T19:46:24.398Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-02T19:46:24.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-02T19:46:24.398Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:46:24.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:46:24.398Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:46:24.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:46:24.398Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:46:24.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:46:24.398Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:46:24.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:46:24.398Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-02T19:46:24.398Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-02T19:46:24.398Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:46:24.398Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:46:24.741Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-09-02T19:46:24.999Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-09-02T19:46:25.838Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-02T19:46:25.838Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-02T19:46:25.936Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-09-02T19:46:26.813Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-02T19:46:26.813Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-02T19:46:27.387Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-02T19:46:27.387Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-02T19:46:28.339Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T19:46:29.222Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-09-02T19:46:29.222Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-09-02T19:46:29.312Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-02T19:46:29.312Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-02T19:46:30.527Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T19:46:31.125Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-09-02T19:46:31.125Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-09-02T19:46:31.869Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-09-02T19:46:31.869Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.62s) [2021-09-02T19:46:31.869Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.66s) [2021-09-02T19:46:31.869Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.54s) [2021-09-02T19:46:31.869Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.61s) [2021-09-02T19:46:31.869Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.54s) [2021-09-02T19:46:31.870Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.57s) [2021-09-02T19:46:31.870Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.48s) [2021-09-02T19:46:31.870Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.44s) [2021-09-02T19:46:31.870Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.11s) [2021-09-02T19:46:31.870Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.25s) [2021-09-02T19:46:31.870Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.26s) [2021-09-02T19:46:31.870Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.30s) [2021-09-02T19:46:31.870Z] === RUN TestCgroupNamespacesRun [2021-09-02T19:46:32.502Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-09-02T19:46:33.266Z] --- PASS: TestCgroupNamespacesRun (1.52s) [2021-09-02T19:46:33.266Z] === RUN TestCgroupNamespacesRunPrivileged [2021-09-02T19:46:33.440Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-09-02T19:46:34.657Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.45s) [2021-09-02T19:46:34.657Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-09-02T19:46:35.975Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-09-02T19:46:36.049Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.59s) [2021-09-02T19:46:36.049Z] === RUN TestCgroupNamespacesRunHostMode [2021-09-02T19:46:36.314Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-02T19:46:36.314Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (8.37s) [2021-09-02T19:46:36.314Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.25s) [2021-09-02T19:46:36.314Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.26s) [2021-09-02T19:46:36.314Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (11.37s) [2021-09-02T19:46:36.314Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.09s) [2021-09-02T19:46:36.314Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.86s) [2021-09-02T19:46:36.314Z] === RUN TestBuildMultiStageCopy [2021-09-02T19:46:36.314Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-02T19:46:37.971Z] --- PASS: TestCgroupNamespacesRunHostMode (1.61s) [2021-09-02T19:46:37.971Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-09-02T19:46:39.265Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-09-02T19:46:39.361Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.45s) [2021-09-02T19:46:39.361Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-09-02T19:46:39.524Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-09-02T19:46:40.751Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.49s) [2021-09-02T19:46:40.752Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-09-02T19:46:41.326Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.78s) [2021-09-02T19:46:41.326Z] === RUN TestCgroupNamespacesRunOlderClient [2021-09-02T19:46:42.058Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-09-02T19:46:43.247Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.45s) [2021-09-02T19:46:43.247Z] === RUN TestNISDomainname [2021-09-02T19:46:43.375Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-02T19:46:43.375Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-02T19:46:43.509Z] --- PASS: TestNISDomainname (0.76s) [2021-09-02T19:46:43.509Z] === RUN TestHostnameDnsResolution [2021-09-02T19:46:43.960Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-09-02T19:46:43.960Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-09-02T19:46:44.340Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-02T19:46:44.900Z] --- PASS: TestHostnameDnsResolution (1.01s) [2021-09-02T19:46:44.900Z] === RUN TestStats [2021-09-02T19:46:45.305Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-02T19:46:45.338Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-09-02T19:46:46.270Z] --- PASS: TestBuildMultiStageCopy (9.86s) [2021-09-02T19:46:46.271Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.60s) [2021-09-02T19:46:46.271Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.62s) [2021-09-02T19:46:46.271Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.73s) [2021-09-02T19:46:46.271Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.89s) [2021-09-02T19:46:46.271Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.03s) [2021-09-02T19:46:46.271Z] === RUN TestBuildMultiStageParentConfig [2021-09-02T19:46:46.718Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-09-02T19:46:47.452Z] --- PASS: TestStats (2.65s) [2021-09-02T19:46:47.452Z] === RUN TestStopContainerWithTimeout [2021-09-02T19:46:47.452Z] === RUN TestStopContainerWithTimeout/0 [2021-09-02T19:46:47.452Z] === PAUSE TestStopContainerWithTimeout/0 [2021-09-02T19:46:47.452Z] === RUN TestStopContainerWithTimeout/1 [2021-09-02T19:46:47.452Z] === PAUSE TestStopContainerWithTimeout/1 [2021-09-02T19:46:47.452Z] === RUN TestStopContainerWithTimeout/3 [2021-09-02T19:46:47.452Z] === PAUSE TestStopContainerWithTimeout/3 [2021-09-02T19:46:47.452Z] === RUN TestStopContainerWithTimeout/-1 [2021-09-02T19:46:47.452Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-09-02T19:46:47.452Z] === CONT TestStopContainerWithTimeout/0 [2021-09-02T19:46:47.452Z] === CONT TestStopContainerWithTimeout/1 [2021-09-02T19:46:47.452Z] === CONT TestStopContainerWithTimeout/3 [2021-09-02T19:46:47.452Z] === CONT TestStopContainerWithTimeout/-1 [2021-09-02T19:46:47.655Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-09-02T19:46:48.444Z] --- PASS: TestBuildMultiStageParentConfig (2.14s) [2021-09-02T19:46:48.444Z] === RUN TestBuildLabelWithTargets [2021-09-02T19:46:48.444Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T19:46:48.444Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-09-02T19:46:48.444Z] === RUN TestBuildWithEmptyLayers [2021-09-02T19:46:49.410Z] --- PASS: TestBuildWithEmptyLayers (1.06s) [2021-09-02T19:46:49.410Z] === RUN TestBuildMultiStageOnBuild [2021-09-02T19:46:50.766Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-09-02T19:46:50.766Z] --- PASS: TestStopContainerWithTimeout/0 (1.01s) [2021-09-02T19:46:50.766Z] --- PASS: TestStopContainerWithTimeout/1 (2.01s) [2021-09-02T19:46:50.766Z] --- PASS: TestStopContainerWithTimeout/-1 (3.08s) [2021-09-02T19:46:50.766Z] --- PASS: TestStopContainerWithTimeout/3 (3.14s) [2021-09-02T19:46:50.766Z] === RUN TestDeleteDevicemapper [2021-09-02T19:46:50.766Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-02T19:46:50.766Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-09-02T19:46:50.766Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-02T19:46:50.944Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-09-02T19:46:52.157Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.77s) [2021-09-02T19:46:52.157Z] === RUN TestUpdateMemory [2021-09-02T19:46:52.157Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:46:52.157Z] --- SKIP: TestUpdateMemory (0.00s) [2021-09-02T19:46:52.157Z] === RUN TestUpdateCPUQuota [2021-09-02T19:46:53.547Z] --- PASS: TestUpdateCPUQuota (1.20s) [2021-09-02T19:46:53.547Z] === RUN TestUpdatePidsLimit [2021-09-02T19:46:53.547Z] === RUN TestUpdatePidsLimit/update_from_none [2021-09-02T19:46:53.810Z] === RUN TestUpdatePidsLimit/no_change [2021-09-02T19:46:54.072Z] === RUN TestUpdatePidsLimit/update_lower [2021-09-02T19:46:54.335Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-09-02T19:46:54.599Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-09-02T19:46:54.863Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-09-02T19:46:55.125Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-09-02T19:46:56.517Z] --- PASS: TestUpdatePidsLimit (2.89s) [2021-09-02T19:46:56.517Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.30s) [2021-09-02T19:46:56.517Z] --- PASS: TestUpdatePidsLimit/no_change (0.30s) [2021-09-02T19:46:56.517Z] --- PASS: TestUpdatePidsLimit/update_lower (0.28s) [2021-09-02T19:46:56.517Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.29s) [2021-09-02T19:46:56.517Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.29s) [2021-09-02T19:46:56.517Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.29s) [2021-09-02T19:46:56.517Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.29s) [2021-09-02T19:46:56.517Z] === RUN TestUpdateRestartPolicy [2021-09-02T19:46:57.509Z] docker_cli_daemon_test.go:2550: [d66387dde28d8] daemon is not started [2021-09-02T19:46:58.446Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-09-02T19:46:59.712Z] --- PASS: TestBuildMultiStageOnBuild (9.01s) [2021-09-02T19:46:59.712Z] === RUN TestBuildUncleanTarFilenames [2021-09-02T19:46:59.712Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T19:46:59.712Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-09-02T19:46:59.712Z] === RUN TestBuildMultiStageLayerLeak [2021-09-02T19:46:59.823Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-09-02T19:46:59.823Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-09-02T19:47:05.101Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-09-02T19:47:05.101Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-09-02T19:47:05.101Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-09-02T19:47:05.359Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-09-02T19:47:05.359Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-09-02T19:47:05.618Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-09-02T19:47:06.184Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-09-02T19:47:06.751Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-09-02T19:47:08.130Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-09-02T19:47:08.766Z] --- PASS: TestUpdateRestartPolicy (11.76s) [2021-09-02T19:47:08.766Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-02T19:47:08.766Z] --- PASS: TestUpdateRestartWithAutoRemove (0.68s) [2021-09-02T19:47:08.766Z] === RUN TestWaitNonBlocked [2021-09-02T19:47:08.766Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T19:47:08.766Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T19:47:08.766Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T19:47:08.766Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T19:47:08.766Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T19:47:08.766Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T19:47:09.569Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-09-02T19:47:09.725Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-09-02T19:47:09.726Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.78s) [2021-09-02T19:47:09.726Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.82s) [2021-09-02T19:47:09.726Z] === RUN TestWaitBlocked [2021-09-02T19:47:09.726Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-02T19:47:09.726Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-02T19:47:09.726Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-09-02T19:47:09.726Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-09-02T19:47:09.726Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-02T19:47:09.726Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-09-02T19:47:09.841Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-09-02T19:47:10.675Z] --- PASS: TestWaitBlocked (0.03s) [2021-09-02T19:47:10.675Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.84s) [2021-09-02T19:47:10.675Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.88s) [2021-09-02T19:47:10.675Z] === CONT TestContainerStartOnDaemonRestart [2021-09-02T19:47:10.675Z] === CONT TestRestartDaemonWithRestartingContainer [2021-09-02T19:47:10.675Z] === CONT TestDaemonHostGatewayIP [2021-09-02T19:47:10.675Z] === CONT TestIpcModeOlderClient [2021-09-02T19:47:10.675Z] --- PASS: TestIpcModeOlderClient (0.08s) [2021-09-02T19:47:10.675Z] === CONT TestDaemonRestartIpcMode [2021-09-02T19:47:11.230Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-09-02T19:47:11.798Z] === RUN TestDockerSuite/TestBuildEnv [2021-09-02T19:47:12.072Z] --- PASS: TestBuildMultiStageLayerLeak (13.06s) [2021-09-02T19:47:12.072Z] === RUN TestBuildWithHugeFile [2021-09-02T19:47:13.172Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-09-02T19:47:13.738Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-09-02T19:47:13.995Z] --- PASS: TestContainerStartOnDaemonRestart (3.15s) [2021-09-02T19:47:13.995Z] === CONT TestContainerKillOnDaemonStart [2021-09-02T19:47:13.995Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.53s) [2021-09-02T19:47:13.997Z] check_test.go:308: [df9798bce15a9] daemon is not started [2021-09-02T19:47:13.997Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-09-02T19:47:14.571Z] --- PASS: TestDaemonRestartIpcMode (4.04s) [2021-09-02T19:47:14.571Z] --- PASS: TestDaemonHostGatewayIP (4.17s) [2021-09-02T19:47:14.932Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-09-02T19:47:15.869Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite (331.92s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.02s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.84s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.49s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.23s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.40s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.53s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.40s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.98s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.80s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.02s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.10s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.38s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.41s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.19s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.24s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.33s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.68s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.37s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.10s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.59s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.67s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.55s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.55s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.50s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.91s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.50s) [2021-09-02T19:47:19.155Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-09-02T19:47:19.155Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.62s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.13s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.74s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.76s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.97s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.46s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.52s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.54s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.63s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.70s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.64s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.69s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.65s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.70s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.04s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.05s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.54s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.06s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.09s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.12s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.32s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.73s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.96s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.52s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.25s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.44s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.75s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.58s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (1.93s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.11s) [2021-09-02T19:47:19.156Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-09-02T19:47:19.156Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.47s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.72s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.04s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.74s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (1.92s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.38s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.59s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.86s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.47s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.24s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.36s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.81s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.09s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.10s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.66s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.19s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.10s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.53s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.96s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.92s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.72s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.14s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.06s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.60s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.40s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.72s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (1.99s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.63s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.76s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.74s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.77s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.52s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.50s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.81s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.25s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.37s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.46s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.69s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.25s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.17s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.98s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.49s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.51s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.67s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.87s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.50s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.18s) [2021-09-02T19:47:19.156Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (4.81s) [2021-09-02T19:47:19.156Z] === RUN TestDockerSwarmSuite [2021-09-02T19:47:19.156Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-09-02T19:47:21.689Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-09-02T19:47:23.067Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-09-02T19:47:24.970Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-09-02T19:47:26.819Z] --- PASS: TestContainerKillOnDaemonStart (12.02s) [2021-09-02T19:47:26.819Z] PASS [2021-09-02T19:47:26.819Z] [2021-09-02T19:47:26.819Z] === Skipped [2021-09-02T19:47:26.819Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-09-02T19:47:26.819Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-02T19:47:26.819Z] [2021-09-02T19:47:26.819Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-09-02T19:47:26.819Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:47:26.819Z] [2021-09-02T19:47:26.819Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-09-02T19:47:26.819Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:47:26.819Z] [2021-09-02T19:47:26.819Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-02T19:47:26.819Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-02T19:47:26.819Z] [2021-09-02T19:47:26.819Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-09-02T19:47:26.819Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-02T19:47:26.819Z] [2021-09-02T19:47:26.819Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-09-02T19:47:26.819Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:47:26.819Z] [2021-09-02T19:47:26.819Z] DONE 195 tests, 6 skipped in 119.791s [2021-09-02T19:47:26.819Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2021-09-02T19:47:26.819Z] ++ 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-09-02T19:47:26.819Z] ++ set -e [2021-09-02T19:47:26.819Z] ++ '[' -n 0 ']' [2021-09-02T19:47:26.819Z] ++ set -x [2021-09-02T19:47:26.819Z] ++ 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-09-02T19:47:26.819Z] === RUN TestConfigDaemonLibtrustID [2021-09-02T19:47:26.819Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-09-02T19:47:26.819Z] === RUN TestDaemonConfigValidation [2021-09-02T19:47:26.819Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-09-02T19:47:26.819Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-09-02T19:47:26.819Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-09-02T19:47:26.819Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-09-02T19:47:26.819Z] === RUN TestDaemonConfigValidation/invalid_config [2021-09-02T19:47:26.819Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-09-02T19:47:26.819Z] === RUN TestDaemonConfigValidation/malformed_config [2021-09-02T19:47:26.819Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-09-02T19:47:26.819Z] === RUN TestDaemonConfigValidation/valid_config [2021-09-02T19:47:26.819Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-09-02T19:47:26.819Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-09-02T19:47:26.819Z] === CONT TestDaemonConfigValidation/malformed_config [2021-09-02T19:47:26.819Z] === CONT TestDaemonConfigValidation/valid_config [2021-09-02T19:47:26.819Z] === CONT TestDaemonConfigValidation/invalid_config [2021-09-02T19:47:26.819Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-09-02T19:47:26.819Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-09-02T19:47:26.819Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.12s) [2021-09-02T19:47:26.819Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.14s) [2021-09-02T19:47:26.819Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.14s) [2021-09-02T19:47:26.819Z] --- PASS: TestDaemonConfigValidation/valid_config (0.17s) [2021-09-02T19:47:26.819Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s) [2021-09-02T19:47:26.819Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-02T19:47:26.819Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-09-02T19:47:27.766Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-09-02T19:47:28.656Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2021-09-02T19:47:28.656Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/server/router [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-09-02T19:47:28.656Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/types [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/types/container [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/types/events [no test files] [2021-09-02T19:47:28.656Z] ok github.com/docker/docker/api/types/strslice 0.018s coverage: 90.0% of statements [2021-09-02T19:47:28.656Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/types/image [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/types/network [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-09-02T19:47:28.656Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2021-09-02T19:47:28.656Z] ok github.com/docker/docker/api/types/versions 0.006s coverage: 77.3% of statements [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/builder [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-09-02T19:47:28.656Z] ok github.com/docker/docker/builder/remotecontext 0.089s coverage: 13.7% of statements [2021-09-02T19:47:28.656Z] ok github.com/docker/docker/builder/dockerfile 0.219s coverage: 49.0% of statements [2021-09-02T19:47:28.656Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-09-02T19:47:28.730Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-09-02T19:47:29.584Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-09-02T19:47:30.137Z] === CONT TestConfigDaemonSeccompProfiles [2021-09-02T19:47:30.137Z] daemon_test.go:148: [d7ea95cd8026d] daemon is not started [2021-09-02T19:47:30.137Z] --- PASS: TestConfigDaemonSeccompProfiles (3.23s) [2021-09-02T19:47:30.137Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2021-09-02T19:47:30.137Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2021-09-02T19:47:30.137Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.07s) [2021-09-02T19:47:30.137Z] PASS [2021-09-02T19:47:30.137Z] [2021-09-02T19:47:30.137Z] DONE 11 tests in 4.128s [2021-09-02T19:47:30.137Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-09-02T19:47:30.137Z] ++ 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-09-02T19:47:30.137Z] ++ set -e [2021-09-02T19:47:30.137Z] ++ '[' -n 0 ']' [2021-09-02T19:47:30.137Z] ++ set -x [2021-09-02T19:47:30.137Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-02T19:47:30.137Z] INFO: Testing against a local daemon [2021-09-02T19:47:30.137Z] === RUN TestCommitInheritsEnv [2021-09-02T19:47:30.238Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-09-02T19:47:30.401Z] --- PASS: TestCommitInheritsEnv (0.35s) [2021-09-02T19:47:30.401Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-02T19:47:30.401Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-09-02T19:47:30.401Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-09-02T19:47:30.401Z] === RUN TestImagesFilterMultiReference [2021-09-02T19:47:30.401Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-09-02T19:47:30.401Z] === RUN TestImagePullPlatformInvalid [2021-09-02T19:47:30.401Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2021-09-02T19:47:30.401Z] === RUN TestRemoveImageOrphaning [2021-09-02T19:47:30.514Z] ok github.com/docker/docker/builder/remotecontext/git 1.573s coverage: 86.3% of statements [2021-09-02T19:47:30.514Z] ? github.com/docker/docker/cli [no test files] [2021-09-02T19:47:30.514Z] ? github.com/docker/docker/cli/config [no test files] [2021-09-02T19:47:30.976Z] --- PASS: TestRemoveImageOrphaning (0.34s) [2021-09-02T19:47:30.976Z] === RUN TestRemoveImageGarbageCollector [2021-09-02T19:47:30.976Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-02T19:47:30.976Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-09-02T19:47:30.976Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-02T19:47:30.976Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-09-02T19:47:30.976Z] === RUN TestTagInvalidReference [2021-09-02T19:47:30.976Z] --- PASS: TestTagInvalidReference (0.03s) [2021-09-02T19:47:30.976Z] === RUN TestTagValidPrefixedRepo [2021-09-02T19:47:30.976Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-09-02T19:47:30.976Z] === RUN TestTagExistedNameWithoutForce [2021-09-02T19:47:30.976Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-09-02T19:47:30.976Z] === RUN TestTagOfficialNames [2021-09-02T19:47:30.976Z] --- PASS: TestTagOfficialNames (0.08s) [2021-09-02T19:47:30.976Z] === RUN TestTagMatchesDigest [2021-09-02T19:47:31.238Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-09-02T19:47:31.238Z] PASS [2021-09-02T19:47:31.238Z] [2021-09-02T19:47:31.238Z] === Skipped [2021-09-02T19:47:31.238Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-09-02T19:47:31.238Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-09-02T19:47:31.238Z] [2021-09-02T19:47:31.238Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-09-02T19:47:31.238Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-02T19:47:31.238Z] [2021-09-02T19:47:31.238Z] DONE 12 tests, 2 skipped in 1.261s [2021-09-02T19:47:31.238Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-09-02T19:47:31.238Z] ++ 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-09-02T19:47:31.238Z] ++ set -e [2021-09-02T19:47:31.238Z] ++ '[' -n 0 ']' [2021-09-02T19:47:31.238Z] ++ set -x [2021-09-02T19:47:31.239Z] ++ 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-09-02T19:47:31.239Z] INFO: Testing against a local daemon [2021-09-02T19:47:31.239Z] === RUN TestNetworkCreateDelete [2021-09-02T19:47:31.443Z] ok github.com/docker/docker/cmd/docker-proxy 0.028s coverage: 67.6% of statements [2021-09-02T19:47:31.501Z] --- PASS: TestNetworkCreateDelete (0.20s) [2021-09-02T19:47:31.501Z] === RUN TestDockerNetworkDeletePreferID [2021-09-02T19:47:32.076Z] --- PASS: TestDockerNetworkDeletePreferID (0.58s) [2021-09-02T19:47:32.076Z] === RUN TestDaemonDNSFallback [2021-09-02T19:47:33.962Z] ok github.com/docker/docker/client 0.106s coverage: 75.6% of statements [2021-09-02T19:47:38.675Z] --- PASS: TestDaemonDNSFallback (6.66s) [2021-09-02T19:47:38.675Z] === RUN TestInspectNetwork [2021-09-02T19:47:42.446Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-09-02T19:47:42.892Z] === RUN TestInspectNetwork/full_network_id [2021-09-02T19:47:42.892Z] === RUN TestInspectNetwork/partial_network_id [2021-09-02T19:47:42.892Z] === RUN TestInspectNetwork/network_name [2021-09-02T19:47:42.892Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-09-02T19:47:43.013Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-09-02T19:47:43.273Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-09-02T19:47:43.840Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-09-02T19:47:47.109Z] --- PASS: TestInspectNetwork (8.15s) [2021-09-02T19:47:47.109Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-09-02T19:47:47.109Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-09-02T19:47:47.109Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-09-02T19:47:47.109Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-09-02T19:47:47.109Z] === RUN TestRunContainerWithBridgeNone [2021-09-02T19:47:47.130Z] docker_api_swarm_test.go:563: [db2a49f4fcea2] joining swarm manager [ddfc98cc6b6db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:47:49.029Z] --- PASS: TestRunContainerWithBridgeNone (1.98s) [2021-09-02T19:47:49.029Z] === RUN TestNetworkInvalidJSON [2021-09-02T19:47:49.029Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-02T19:47:49.029Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-02T19:47:49.029Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T19:47:49.029Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T19:47:49.029Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T19:47:49.029Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T19:47:49.029Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-02T19:47:49.029Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T19:47:49.029Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T19:47:49.029Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-09-02T19:47:49.029Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-02T19:47:49.029Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-02T19:47:49.029Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-02T19:47:49.029Z] === RUN TestNetworkList [2021-09-02T19:47:49.029Z] === RUN TestNetworkList//networks [2021-09-02T19:47:49.029Z] === PAUSE TestNetworkList//networks [2021-09-02T19:47:49.029Z] === RUN TestNetworkList//networks/ [2021-09-02T19:47:49.029Z] === PAUSE TestNetworkList//networks/ [2021-09-02T19:47:49.029Z] === CONT TestNetworkList//networks [2021-09-02T19:47:49.029Z] === CONT TestNetworkList//networks/ [2021-09-02T19:47:49.029Z] --- PASS: TestNetworkList (0.03s) [2021-09-02T19:47:49.029Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-02T19:47:49.029Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-02T19:47:49.029Z] === RUN TestHostIPv4BridgeLabel [2021-09-02T19:47:49.604Z] --- PASS: TestHostIPv4BridgeLabel (0.62s) [2021-09-02T19:47:49.604Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-02T19:47:50.551Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-09-02T19:47:50.551Z] === RUN TestDaemonDefaultNetworkPools [2021-09-02T19:47:51.499Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2021-09-02T19:47:51.499Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-02T19:47:52.402Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-09-02T19:47:52.889Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s) [2021-09-02T19:47:52.889Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-02T19:47:52.969Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-09-02T19:47:53.536Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-09-02T19:47:53.836Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.35s) [2021-09-02T19:47:53.836Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-02T19:47:54.104Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-09-02T19:47:54.411Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2021-09-02T19:47:54.411Z] === RUN TestServiceWithPredefinedNetwork [2021-09-02T19:47:55.040Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-09-02T19:47:55.040Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2021-09-02T19:47:55.040Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-09-02T19:47:55.607Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-09-02T19:47:57.724Z] --- PASS: TestServiceWithPredefinedNetwork (2.66s) [2021-09-02T19:47:57.724Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-02T19:47:57.724Z] service_test.go:243: FLAKY_TEST [2021-09-02T19:47:57.724Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-02T19:47:57.724Z] === RUN TestServiceWithDataPathPortInit [2021-09-02T19:47:59.801Z] docker_api_swarm_test.go:585: [d56df16aac6d0] joining swarm manager [ddfc98cc6b6db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:48:02.336Z] check_test.go:379: [db2a49f4fcea2] daemon is not started [2021-09-02T19:48:05.621Z] === RUN TestDockerSuite/TestBuildExpose [2021-09-02T19:48:05.879Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-09-02T19:48:06.447Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-09-02T19:48:07.014Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-09-02T19:48:07.274Z] === RUN TestDockerSuite/TestBuildFails [2021-09-02T19:48:08.212Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-09-02T19:48:08.212Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-09-02T19:48:10.118Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-09-02T19:48:12.021Z] === RUN TestDockerSuite/TestBuildForceRm [2021-09-02T19:48:12.589Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-09-02T19:48:12.589Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2021-09-02T19:48:12.589Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-09-02T19:48:12.634Z] ok github.com/docker/docker/cmd/dockerd 0.049s coverage: 29.3% of statements [2021-09-02T19:48:12.634Z] ok github.com/docker/docker/container 0.113s coverage: 34.8% of statements [2021-09-02T19:48:12.890Z] ok github.com/docker/docker/cmd/dockerd/trap 2.536s coverage: 0.0% of statements [2021-09-02T19:48:12.890Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-09-02T19:48:12.890Z] ? github.com/docker/docker/container/stream [no test files] [2021-09-02T19:48:12.890Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-09-02T19:48:12.890Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-09-02T19:48:12.890Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-09-02T19:48:13.524Z] === RUN TestDockerSuite/TestBuildFromGit [2021-09-02T19:48:15.429Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-09-02T19:48:15.429Z] docker_api_swarm_test.go:46: [d86ce46065f19] joining swarm manager [d6b1779d01ad2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:48:15.687Z] --- PASS: TestImportExtremelyLargeImageWorks (174.07s) [2021-09-02T19:48:15.687Z] PASS [2021-09-02T19:48:15.687Z] [2021-09-02T19:48:15.687Z] DONE 12 tests in 177.925s [2021-09-02T19:48:15.687Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-09-02T19:48:15.688Z] ++ 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-09-02T19:48:15.688Z] ++ set -e [2021-09-02T19:48:15.688Z] ++ '[' -n 0 ']' [2021-09-02T19:48:15.688Z] ++ set -x [2021-09-02T19:48:15.688Z] ++ 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-09-02T19:48:15.688Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-09-02T19:48:15.688Z] INFO: Testing against a local daemon [2021-09-02T19:48:15.688Z] === RUN TestNetworkCreateDelete [2021-09-02T19:48:15.859Z] --- PASS: TestServiceWithDataPathPortInit (15.67s) [2021-09-02T19:48:15.859Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-02T19:48:15.859Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ur7r4q6k11p9u57qpy3rocxz8 Created:2021-09-02 19:48:13.8604402 +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[4fb010a8f9d3ed9c42a45fb5867bdcf129ed32b10b3621a564291f389863b4e2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jf9bw6tmd48ob1e0367bfvxd4 EndpointID:5014d332b070441821d34fa275921bb5babde9488c9021f785cb53a54d3e86bf MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0ee9c505603fedf7b54f80fd130836bd76c97800bc2786b46759e77a0f5217fd 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:f6af37f1737a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jf9bw6tmd48ob1e0367bfvxd4 EndpointID:5014d332b070441821d34fa275921bb5babde9488c9021f785cb53a54d3e86bf EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-09-02T19:48:15.947Z] --- PASS: TestNetworkCreateDelete (0.17s) [2021-09-02T19:48:15.947Z] === RUN TestDockerNetworkDeletePreferID [2021-09-02T19:48:16.513Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s) [2021-09-02T19:48:16.513Z] === RUN TestDaemonDNSFallback [2021-09-02T19:48:16.513Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-09-02T19:48:18.419Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-09-02T19:48:18.419Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-09-02T19:48:18.678Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-09-02T19:48:20.056Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-09-02T19:48:20.990Z] ok github.com/docker/docker/daemon/cluster 0.061s coverage: 0.5% of statements [2021-09-02T19:48:21.159Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.36s) [2021-09-02T19:48:21.159Z] PASS [2021-09-02T19:48:21.159Z] [2021-09-02T19:48:21.159Z] === Skipped [2021-09-02T19:48:21.159Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-02T19:48:21.159Z] service_test.go:243: FLAKY_TEST [2021-09-02T19:48:21.159Z] [2021-09-02T19:48:21.159Z] DONE 26 tests, 1 skipped in 49.099s [2021-09-02T19:48:21.159Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-09-02T19:48:21.159Z] ++ 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-09-02T19:48:21.159Z] ++ set -e [2021-09-02T19:48:21.159Z] ++ '[' -n 0 ']' [2021-09-02T19:48:21.159Z] ++ set -x [2021-09-02T19:48:21.160Z] ++ 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-09-02T19:48:21.160Z] INFO: Testing against a local daemon [2021-09-02T19:48:21.160Z] === RUN TestDockerNetworkIpvlanPersistance [2021-09-02T19:48:21.160Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:48:21.160Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-02T19:48:21.160Z] === RUN TestDockerNetworkIpvlan [2021-09-02T19:48:21.160Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:48:21.160Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-09-02T19:48:21.160Z] PASS [2021-09-02T19:48:21.160Z] [2021-09-02T19:48:21.160Z] === Skipped [2021-09-02T19:48:21.160Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-02T19:48:21.160Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:48:21.160Z] [2021-09-02T19:48:21.160Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-09-02T19:48:21.160Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:48:21.160Z] [2021-09-02T19:48:21.160Z] DONE 2 tests, 2 skipped in 0.128s [2021-09-02T19:48:21.160Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-09-02T19:48:21.160Z] ++ 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-09-02T19:48:21.160Z] ++ set -e [2021-09-02T19:48:21.160Z] ++ '[' -n 0 ']' [2021-09-02T19:48:21.160Z] ++ set -x [2021-09-02T19:48:21.160Z] ++ 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-09-02T19:48:21.160Z] INFO: Testing against a local daemon [2021-09-02T19:48:21.160Z] === RUN TestDockerNetworkMacvlanPersistance [2021-09-02T19:48:21.246Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.012s coverage: 65.3% of statements [2021-09-02T19:48:21.431Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-09-02T19:48:22.106Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2021-09-02T19:48:22.106Z] === RUN TestDockerNetworkMacvlan [2021-09-02T19:48:22.366Z] === RUN TestDockerSuite/TestBuildHistory [2021-09-02T19:48:22.612Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2021-09-02T19:48:22.680Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-09-02T19:48:23.019Z] --- PASS: TestDaemonDNSFallback (6.60s) [2021-09-02T19:48:23.019Z] === RUN TestInspectNetwork [2021-09-02T19:48:23.626Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-09-02T19:48:24.574Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-09-02T19:48:25.566Z] === RUN TestDockerSuite/TestBuildIidFile [2021-09-02T19:48:26.134Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-09-02T19:48:26.704Z] === RUN TestInspectNetwork/full_network_id [2021-09-02T19:48:26.704Z] === RUN TestInspectNetwork/partial_network_id [2021-09-02T19:48:26.704Z] === RUN TestInspectNetwork/network_name [2021-09-02T19:48:26.704Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-09-02T19:48:26.962Z] === RUN TestDockerSuite/TestBuildInheritance [2021-09-02T19:48:27.128Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-09-02T19:48:27.529Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-09-02T19:48:27.788Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-09-02T19:48:27.788Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-09-02T19:48:28.723Z] === RUN TestDockerSuite/TestBuildLabel [2021-09-02T19:48:28.723Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-09-02T19:48:28.982Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-09-02T19:48:29.050Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-09-02T19:48:29.549Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-09-02T19:48:29.549Z] === RUN TestDockerSuite/TestBuildLabels [2021-09-02T19:48:30.117Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-09-02T19:48:30.684Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-09-02T19:48:30.701Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.437s coverage: 13.8% of statements [2021-09-02T19:48:30.701Z] ok github.com/docker/docker/daemon/config 0.024s coverage: 81.1% of statements [2021-09-02T19:48:30.701Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2021-09-02T19:48:31.250Z] --- PASS: TestInspectNetwork (8.08s) [2021-09-02T19:48:31.250Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-09-02T19:48:31.250Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-09-02T19:48:31.250Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-09-02T19:48:31.250Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-09-02T19:48:31.250Z] === RUN TestRunContainerWithBridgeNone [2021-09-02T19:48:31.262Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2021-09-02T19:48:31.825Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2021-09-02T19:48:32.753Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.462s coverage: 74.6% of statements [2021-09-02T19:48:33.154Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-09-02T19:48:33.154Z] --- PASS: TestRunContainerWithBridgeNone (2.09s) [2021-09-02T19:48:33.154Z] === RUN TestNetworkInvalidJSON [2021-09-02T19:48:33.154Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-02T19:48:33.154Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-02T19:48:33.154Z] === RUN TestDockerSuite/TestBuildLastModified=== RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T19:48:33.154Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T19:48:33.154Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T19:48:33.154Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T19:48:33.154Z] [2021-09-02T19:48:33.154Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-02T19:48:33.154Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T19:48:33.154Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T19:48:33.154Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-09-02T19:48:33.154Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-02T19:48:33.154Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-02T19:48:33.154Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-02T19:48:33.154Z] === RUN TestNetworkList [2021-09-02T19:48:33.154Z] === RUN TestNetworkList//networks [2021-09-02T19:48:33.154Z] === PAUSE TestNetworkList//networks [2021-09-02T19:48:33.154Z] === RUN TestNetworkList//networks/ [2021-09-02T19:48:33.154Z] === PAUSE TestNetworkList//networks/ [2021-09-02T19:48:33.154Z] === CONT TestNetworkList//networks [2021-09-02T19:48:33.154Z] === CONT TestNetworkList//networks/ [2021-09-02T19:48:33.154Z] --- PASS: TestNetworkList (0.02s) [2021-09-02T19:48:33.154Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-02T19:48:33.154Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-02T19:48:33.154Z] === RUN TestHostIPv4BridgeLabel [2021-09-02T19:48:33.270Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-09-02T19:48:33.720Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-09-02T19:48:33.979Z] --- PASS: TestHostIPv4BridgeLabel (0.64s) [2021-09-02T19:48:33.979Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-02T19:48:34.120Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 3.1% of statements [2021-09-02T19:48:34.120Z] ok github.com/docker/docker/daemon 12.151s coverage: 17.5% of statements [2021-09-02T19:48:34.120Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-09-02T19:48:34.120Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-09-02T19:48:34.120Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-09-02T19:48:34.120Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-09-02T19:48:34.664Z] --- PASS: TestDockerNetworkMacvlan (12.58s) [2021-09-02T19:48:34.664Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-09-02T19:48:34.664Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.17s) [2021-09-02T19:48:34.664Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.18s) [2021-09-02T19:48:34.664Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.15s) [2021-09-02T19:48:34.664Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.93s) [2021-09-02T19:48:34.664Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.87s) [2021-09-02T19:48:34.664Z] PASS [2021-09-02T19:48:34.664Z] [2021-09-02T19:48:34.664Z] DONE 8 tests in 14.095s [2021-09-02T19:48:34.664Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-09-02T19:48:34.664Z] ++ 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-09-02T19:48:34.664Z] ++ set -e [2021-09-02T19:48:34.664Z] ++ '[' -n 0 ']' [2021-09-02T19:48:34.664Z] ++ set -x [2021-09-02T19:48:34.664Z] ++ 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-09-02T19:48:34.664Z] testing: warning: no tests to run [2021-09-02T19:48:34.664Z] PASS [2021-09-02T19:48:34.664Z] [2021-09-02T19:48:34.664Z] DONE 0 tests in 0.028s [2021-09-02T19:48:34.664Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-09-02T19:48:34.664Z] ++ 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-09-02T19:48:34.664Z] ++ set -e [2021-09-02T19:48:34.664Z] ++ '[' -n 0 ']' [2021-09-02T19:48:34.664Z] ++ set -x [2021-09-02T19:48:34.664Z] ++ 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-09-02T19:48:34.664Z] INFO: Testing against a local daemon [2021-09-02T19:48:34.664Z] === RUN TestAuthZPluginAllowRequest [2021-09-02T19:48:34.915Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-09-02T19:48:34.915Z] === RUN TestDaemonDefaultNetworkPools [2021-09-02T19:48:35.049Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.489s coverage: 56.2% of statements [2021-09-02T19:48:35.851Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2021-09-02T19:48:35.851Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-02T19:48:36.056Z] --- PASS: TestAuthZPluginAllowRequest (1.47s) [2021-09-02T19:48:36.056Z] === RUN TestAuthZPluginTLS [2021-09-02T19:48:36.630Z] --- PASS: TestAuthZPluginTLS (0.59s) [2021-09-02T19:48:36.630Z] === RUN TestAuthZPluginDenyRequest [2021-09-02T19:48:36.966Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2021-09-02T19:48:37.205Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2021-09-02T19:48:37.205Z] === RUN TestAuthZPluginAPIDenyResponse [2021-09-02T19:48:37.227Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.23s) [2021-09-02T19:48:37.227Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-02T19:48:37.780Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2021-09-02T19:48:37.781Z] === RUN TestAuthZPluginDenyResponse [2021-09-02T19:48:37.795Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-09-02T19:48:38.337Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.277s coverage: 49.4% of statements [2021-09-02T19:48:38.355Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2021-09-02T19:48:38.355Z] === RUN TestAuthZPluginAllowEventStream [2021-09-02T19:48:38.361Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s) [2021-09-02T19:48:38.361Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-02T19:48:38.929Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2021-09-02T19:48:38.929Z] === RUN TestServiceWithPredefinedNetwork [2021-09-02T19:48:39.269Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.720s coverage: 46.2% of statements [2021-09-02T19:48:39.269Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-09-02T19:48:39.770Z] --- PASS: TestAuthZPluginAllowEventStream (1.41s) [2021-09-02T19:48:39.770Z] === RUN TestAuthZPluginErrorResponse [2021-09-02T19:48:39.833Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.683s coverage: 57.7% of statements [2021-09-02T19:48:39.833Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-09-02T19:48:39.833Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-09-02T19:48:40.089Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 57.5% of statements [2021-09-02T19:48:40.306Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-09-02T19:48:40.306Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-09-02T19:48:40.346Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2021-09-02T19:48:40.346Z] === RUN TestAuthZPluginErrorRequest [2021-09-02T19:48:40.565Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-09-02T19:48:40.565Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-09-02T19:48:40.824Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-09-02T19:48:40.921Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2021-09-02T19:48:40.921Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-09-02T19:48:41.083Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-09-02T19:48:41.342Z] --- PASS: TestServiceWithPredefinedNetwork (2.60s) [2021-09-02T19:48:41.342Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-02T19:48:41.342Z] service_test.go:243: FLAKY_TEST [2021-09-02T19:48:41.342Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-02T19:48:41.342Z] === RUN TestServiceWithDataPathPortInit [2021-09-02T19:48:41.457Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.017s coverage: 3.0% of statements [2021-09-02T19:48:41.495Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2021-09-02T19:48:41.495Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-09-02T19:48:41.714Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements [2021-09-02T19:48:41.910Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-09-02T19:48:42.276Z] ok github.com/docker/docker/daemon/images 0.032s coverage: 6.7% of statements [2021-09-02T19:48:42.276Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-09-02T19:48:42.276Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-09-02T19:48:43.204Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 43.5% of statements [2021-09-02T19:48:43.285Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-09-02T19:48:43.419Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.81s) [2021-09-02T19:48:43.419Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-09-02T19:48:43.766Z] ok github.com/docker/docker/daemon/logger/awslogs 0.178s coverage: 77.0% of statements [2021-09-02T19:48:43.766Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-09-02T19:48:43.766Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-09-02T19:48:44.022Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2021-09-02T19:48:44.278Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-09-02T19:48:44.841Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.023s coverage: 87.2% of statements [2021-09-02T19:48:44.841Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 69.9% of statements [2021-09-02T19:48:45.338Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.75s) [2021-09-02T19:48:45.338Z] === RUN TestAuthZPluginHeader [2021-09-02T19:48:45.784Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 75.2% of statements [2021-09-02T19:48:45.784Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-09-02T19:48:45.913Z] --- PASS: TestAuthZPluginHeader (0.81s) [2021-09-02T19:48:45.913Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-09-02T19:48:45.913Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-02T19:48:45.913Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-09-02T19:48:45.913Z] === RUN TestAuthZPluginV2Disable [2021-09-02T19:48:45.913Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-02T19:48:45.913Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-09-02T19:48:45.913Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-09-02T19:48:45.913Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-02T19:48:45.913Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-09-02T19:48:45.913Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-09-02T19:48:45.913Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-02T19:48:45.913Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-09-02T19:48:45.913Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-09-02T19:48:46.041Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.054s coverage: 55.1% of statements [2021-09-02T19:48:46.296Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.023s coverage: 31.5% of statements [2021-09-02T19:48:46.576Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-09-02T19:48:46.576Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-09-02T19:48:46.835Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-09-02T19:48:47.227Z] ok github.com/docker/docker/daemon/logger/syslog 0.013s coverage: 46.8% of statements [2021-09-02T19:48:47.483Z] ok github.com/docker/docker/daemon/logger/templates 0.008s coverage: 8.3% of statements [2021-09-02T19:48:48.046Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2021-09-02T19:48:48.608Z] ok github.com/docker/docker/daemon/logger/splunk 1.592s coverage: 82.5% of statements [2021-09-02T19:48:48.609Z] ? github.com/docker/docker/daemon/names [no test files] [2021-09-02T19:48:48.609Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-09-02T19:48:49.538Z] ok github.com/docker/docker/distribution 0.085s coverage: 25.8% of statements [2021-09-02T19:48:49.538Z] ok github.com/docker/docker/distribution/metadata 0.028s coverage: 48.2% of statements [2021-09-02T19:48:49.538Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-09-02T19:48:50.468Z] ok github.com/docker/docker/errdefs 0.009s coverage: 53.1% of statements [2021-09-02T19:48:51.031Z] ok github.com/docker/docker/image 0.014s coverage: 86.6% of statements [2021-09-02T19:48:51.287Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2021-09-02T19:48:51.851Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2021-09-02T19:48:52.107Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2021-09-02T19:48:52.363Z] ok github.com/docker/docker/distribution/xfer 1.912s coverage: 85.1% of statements [2021-09-02T19:48:52.363Z] ? github.com/docker/docker/dockerversion [no test files] [2021-09-02T19:48:52.363Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-09-02T19:48:53.293Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2021-09-02T19:48:53.858Z] ok github.com/docker/docker/oci 0.010s coverage: 43.3% of statements [2021-09-02T19:48:54.114Z] ok github.com/docker/docker/opts 0.018s coverage: 67.1% of statements [2021-09-02T19:48:54.371Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-09-02T19:48:54.947Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-09-02T19:48:55.739Z] ok github.com/docker/docker/pkg/archive 0.298s coverage: 82.1% of statements [2021-09-02T19:48:56.325Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-09-02T19:48:56.667Z] ok github.com/docker/docker/pkg/authorization 0.306s coverage: 68.3% of statements [2021-09-02T19:48:56.667Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-09-02T19:48:56.892Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-09-02T19:48:56.892Z] --- PASS: TestServiceWithDataPathPortInit (15.54s) [2021-09-02T19:48:56.892Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-02T19:48:56.924Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-09-02T19:48:58.795Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-09-02T19:48:58.795Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2021-09-02T19:48:58.795Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-09-02T19:49:00.188Z] ok github.com/docker/docker/pkg/chrootarchive 2.465s coverage: 43.2% of statements [2021-09-02T19:49:00.188Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-09-02T19:49:00.188Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2021-09-02T19:49:00.445Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2021-09-02T19:49:00.700Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:i9xpkvkeeyt8wduqyqte7oj83 Created:2021-09-02 19:48:58.543720407 +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[029d3b28577c26d5a3c7bee3ae58a798dc863c9e24c4d806477259b8b7ab099c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.peb3qegc1kwrpv9g2iidyzb52 EndpointID:a896776f709deef60031f54e83cb7282ae24067bf014c6c1f25a4b2eb5840aab MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c0fdccb2ec795b86fcf9439bb9bf40cfbd355431ca42c3a7aa8cc27c925609f4 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:846cd5156918 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.peb3qegc1kwrpv9g2iidyzb52 EndpointID:a896776f709deef60031f54e83cb7282ae24067bf014c6c1f25a4b2eb5840aab EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-09-02T19:49:01.373Z] ok github.com/docker/docker/layer 7.431s coverage: 68.8% of statements [2021-09-02T19:49:01.373Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-09-02T19:49:01.373Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-09-02T19:49:01.373Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-09-02T19:49:01.373Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-09-02T19:49:01.373Z] ? github.com/docker/docker/oci/caps [no test files] [2021-09-02T19:49:01.373Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-09-02T19:49:01.373Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-09-02T19:49:01.630Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2021-09-02T19:49:01.887Z] ok github.com/docker/docker/pkg/discovery/nodes 0.012s coverage: 93.8% of statements [2021-09-02T19:49:02.076Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-09-02T19:49:02.142Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2021-09-02T19:49:02.336Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-09-02T19:49:03.070Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2021-09-02T19:49:03.633Z] ok github.com/docker/docker/pkg/fileutils 0.011s coverage: 83.1% of statements [2021-09-02T19:49:03.712Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-09-02T19:49:03.890Z] ok github.com/docker/docker/pkg/discovery/kv 3.016s coverage: 84.1% of statements [2021-09-02T19:49:03.972Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-09-02T19:49:04.046Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.71s) [2021-09-02T19:49:04.046Z] PASS [2021-09-02T19:49:04.046Z] [2021-09-02T19:49:04.046Z] === Skipped [2021-09-02T19:49:04.046Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-09-02T19:49:04.046Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-02T19:49:04.046Z] [2021-09-02T19:49:04.046Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-09-02T19:49:04.046Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-02T19:49:04.046Z] [2021-09-02T19:49:04.046Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-09-02T19:49:04.047Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-02T19:49:04.047Z] [2021-09-02T19:49:04.047Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-09-02T19:49:04.047Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-02T19:49:04.047Z] [2021-09-02T19:49:04.047Z] DONE 17 tests, 4 skipped in 28.039s [2021-09-02T19:49:04.047Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-09-02T19:49:04.047Z] ++ 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-09-02T19:49:04.047Z] ++ set -e [2021-09-02T19:49:04.047Z] ++ '[' -n 0 ']' [2021-09-02T19:49:04.047Z] ++ set -x [2021-09-02T19:49:04.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=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-09-02T19:49:04.047Z] INFO: Testing against a local daemon [2021-09-02T19:49:04.047Z] === RUN TestPluginInvalidJSON [2021-09-02T19:49:04.047Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T19:49:04.047Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T19:49:04.047Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T19:49:04.047Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-09-02T19:49:04.047Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-02T19:49:04.047Z] === RUN TestPluginInstall [2021-09-02T19:49:04.047Z] === RUN TestPluginInstall/no_auth [2021-09-02T19:49:04.147Z] ok github.com/docker/docker/pkg/fsutils 0.151s coverage: 85.1% of statements [2021-09-02T19:49:04.147Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2021-09-02T19:49:04.621Z] time="2021-09-02T19:49:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:49:04.621Z] time="2021-09-02T19:49:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:395e12f8483ac801e11013d94078d4a5842abefc39643143a91f04dc652ad6df" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:49:04.621Z] time="2021-09-02T19:49:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:49:04.621Z] time="2021-09-02T19:49:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:395e12f8483ac801e11013d94078d4a5842abefc39643143a91f04dc652ad6df" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:49:05.195Z] === RUN TestPluginInstall/with_htpasswd [2021-09-02T19:49:05.346Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.05s) [2021-09-02T19:49:05.346Z] PASS [2021-09-02T19:49:05.346Z] [2021-09-02T19:49:05.346Z] === Skipped [2021-09-02T19:49:05.346Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-02T19:49:05.346Z] service_test.go:243: FLAKY_TEST [2021-09-02T19:49:05.346Z] [2021-09-02T19:49:05.346Z] DONE 26 tests, 1 skipped in 49.385s [2021-09-02T19:49:05.346Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-09-02T19:49:05.346Z] ++ 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-09-02T19:49:05.346Z] ++ set -e [2021-09-02T19:49:05.346Z] ++ '[' -n 0 ']' [2021-09-02T19:49:05.346Z] ++ set -x [2021-09-02T19:49:05.346Z] ++ 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-09-02T19:49:05.346Z] INFO: Testing against a local daemon [2021-09-02T19:49:05.346Z] === RUN TestDockerNetworkIpvlanPersistance [2021-09-02T19:49:05.346Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:49:05.346Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-02T19:49:05.346Z] === RUN TestDockerNetworkIpvlan [2021-09-02T19:49:05.346Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:49:05.346Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-09-02T19:49:05.346Z] PASS [2021-09-02T19:49:05.346Z] [2021-09-02T19:49:05.346Z] === Skipped [2021-09-02T19:49:05.346Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-02T19:49:05.346Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:49:05.346Z] [2021-09-02T19:49:05.346Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-09-02T19:49:05.346Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-02T19:49:05.346Z] [2021-09-02T19:49:05.346Z] DONE 2 tests, 2 skipped in 0.141s [2021-09-02T19:49:05.346Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-09-02T19:49:05.346Z] ++ 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-09-02T19:49:05.346Z] ++ set -e [2021-09-02T19:49:05.346Z] ++ '[' -n 0 ']' [2021-09-02T19:49:05.346Z] ++ set -x [2021-09-02T19:49:05.346Z] ++ 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-09-02T19:49:05.346Z] INFO: Testing against a local daemon [2021-09-02T19:49:05.346Z] === RUN TestDockerNetworkMacvlanPersistance [2021-09-02T19:49:05.513Z] ok github.com/docker/docker/pkg/idtools 0.545s coverage: 69.5% of statements [2021-09-02T19:49:05.513Z] ok github.com/docker/docker/pkg/ioutils 0.433s coverage: 70.1% of statements [2021-09-02T19:49:05.513Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2021-09-02T19:49:05.604Z] === RUN TestDockerSuite/TestBuildNetNone [2021-09-02T19:49:05.769Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2021-09-02T19:49:05.769Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-09-02T19:49:05.769Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-09-02T19:49:05.769Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-09-02T19:49:05.769Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-09-02T19:49:05.769Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-09-02T19:49:05.770Z] time="2021-09-02T19:49:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:49:05.770Z] time="2021-09-02T19:49:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f77b8cdbf0b03f9e1bfd197da260771798db8e182d8466687c0b9276b58f78cc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:49:05.770Z] time="2021-09-02T19:49:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:49:05.770Z] time="2021-09-02T19:49:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f77b8cdbf0b03f9e1bfd197da260771798db8e182d8466687c0b9276b58f78cc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:49:06.026Z] ok github.com/docker/docker/pkg/parsers 0.007s coverage: 97.0% of statements [2021-09-02T19:49:06.171Z] === RUN TestDockerSuite/TestBuildNoContext [2021-09-02T19:49:06.282Z] ok github.com/docker/docker/pkg/parsers/kernel 0.006s coverage: 60.0% of statements [2021-09-02T19:49:06.282Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2021-09-02T19:49:06.345Z] === RUN TestPluginInstall/with_insecure [2021-09-02T19:49:06.538Z] ok github.com/docker/docker/pkg/pidfile 0.005s coverage: 82.4% of statements [2021-09-02T19:49:06.538Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-09-02T19:49:06.538Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-09-02T19:49:06.739Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s) [2021-09-02T19:49:06.739Z] === RUN TestDockerNetworkMacvlan [2021-09-02T19:49:06.739Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-09-02T19:49:07.119Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.009s coverage: 56.8% of statements [2021-09-02T19:49:07.292Z] time="2021-09-02T19:49:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:49:07.292Z] time="2021-09-02T19:49:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d62cc7bd1c5bb70c1aeee2087ee798a0cc293f5ef573ab68f14c1c1504fd05fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:49:07.292Z] time="2021-09-02T19:49:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:49:07.292Z] time="2021-09-02T19:49:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d62cc7bd1c5bb70c1aeee2087ee798a0cc293f5ef573ab68f14c1c1504fd05fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:49:07.381Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-09-02T19:49:07.676Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-09-02T19:49:07.676Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-09-02T19:49:07.828Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-09-02T19:49:07.828Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-09-02T19:49:07.890Z] plugin_test.go:165: [ddf3493db32c8] daemon is not started [2021-09-02T19:49:07.890Z] --- PASS: TestPluginInstall (5.21s) [2021-09-02T19:49:07.890Z] --- PASS: TestPluginInstall/no_auth (2.44s) [2021-09-02T19:49:07.890Z] --- PASS: TestPluginInstall/with_htpasswd (1.02s) [2021-09-02T19:49:07.890Z] --- PASS: TestPluginInstall/with_insecure (1.75s) [2021-09-02T19:49:07.890Z] === RUN TestPluginsWithRuntimes [2021-09-02T19:49:08.243Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-09-02T19:49:08.503Z] --- PASS: TestBuildWithHugeFile (105.17s) [2021-09-02T19:49:08.503Z] === RUN TestBuildWCOWSandboxSize [2021-09-02T19:49:08.810Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-09-02T19:49:09.069Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-09-02T19:49:09.192Z] ok github.com/docker/docker/pkg/pubsub 1.057s coverage: 75.0% of statements [2021-09-02T19:49:09.192Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-09-02T19:49:09.330Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-09-02T19:49:09.330Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-09-02T19:49:09.449Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2021-09-02T19:49:09.590Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-09-02T19:49:09.706Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-09-02T19:49:09.811Z] === RUN TestPluginsWithRuntimes/No_Args [2021-09-02T19:49:09.963Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-09-02T19:49:09.963Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-09-02T19:49:10.159Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-09-02T19:49:10.525Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 51.2% of statements [2021-09-02T19:49:10.727Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-09-02T19:49:10.781Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 40.1% of statements [2021-09-02T19:49:11.037Z] ok github.com/docker/docker/pkg/tailfile 0.059s coverage: 88.6% of statements [2021-09-02T19:49:11.200Z] === RUN TestPluginsWithRuntimes/With_Args [2021-09-02T19:49:11.295Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-09-02T19:49:11.600Z] ok github.com/docker/docker/pkg/tarsum 0.039s coverage: 89.3% of statements [2021-09-02T19:49:11.600Z] coverage: [no statements] [2021-09-02T19:49:11.600Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-09-02T19:49:11.856Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-09-02T19:49:12.112Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-09-02T19:49:12.112Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-09-02T19:49:12.146Z] --- PASS: TestPluginsWithRuntimes (4.17s) [2021-09-02T19:49:12.146Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.13s) [2021-09-02T19:49:12.146Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.11s) [2021-09-02T19:49:12.146Z] === RUN TestPluginBackCompatMediaTypes [2021-09-02T19:49:12.229Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-09-02T19:49:12.796Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-09-02T19:49:13.093Z] --- PASS: TestPluginBackCompatMediaTypes (0.91s) [2021-09-02T19:49:13.093Z] PASS [2021-09-02T19:49:13.093Z] [2021-09-02T19:49:13.093Z] DONE 10 tests in 10.437s [2021-09-02T19:49:13.093Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-09-02T19:49:13.093Z] ++ 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-09-02T19:49:13.093Z] ++ set -e [2021-09-02T19:49:13.093Z] ++ '[' -n 0 ']' [2021-09-02T19:49:13.093Z] ++ set -x [2021-09-02T19:49:13.093Z] ++ 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-09-02T19:49:13.093Z] INFO: Testing against a local daemon [2021-09-02T19:49:13.093Z] === RUN TestExternalGraphDriver [2021-09-02T19:49:13.356Z] === RUN TestExternalGraphDriver/json [2021-09-02T19:49:13.732Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-09-02T19:49:14.003Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2021-09-02T19:49:14.003Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2021-09-02T19:49:14.566Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 86.0% of statements [2021-09-02T19:49:15.202Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-09-02T19:49:15.279Z] === RUN TestExternalGraphDriver/spec [2021-09-02T19:49:15.494Z] ok github.com/docker/docker/quota 0.263s coverage: 71.4% of statements [2021-09-02T19:49:15.751Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-09-02T19:49:16.584Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-09-02T19:49:16.679Z] ok github.com/docker/docker/registry 0.039s coverage: 58.8% of statements [2021-09-02T19:49:16.934Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-09-02T19:49:17.190Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2021-09-02T19:49:17.200Z] === RUN TestExternalGraphDriver/pull [2021-09-02T19:49:17.753Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-09-02T19:49:17.753Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-09-02T19:49:18.487Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-09-02T19:49:18.487Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-09-02T19:49:18.593Z] --- PASS: TestExternalGraphDriver (5.48s) [2021-09-02T19:49:18.593Z] --- PASS: TestExternalGraphDriver/json (1.92s) [2021-09-02T19:49:18.593Z] --- PASS: TestExternalGraphDriver/spec (1.91s) [2021-09-02T19:49:18.593Z] --- PASS: TestExternalGraphDriver/pull (1.60s) [2021-09-02T19:49:18.593Z] === RUN TestGraphdriverPluginV2 [2021-09-02T19:49:18.593Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-02T19:49:18.593Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2021-09-02T19:49:18.593Z] PASS [2021-09-02T19:49:18.593Z] [2021-09-02T19:49:18.593Z] === Skipped [2021-09-02T19:49:18.593Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2021-09-02T19:49:18.593Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-02T19:49:18.593Z] [2021-09-02T19:49:18.593Z] DONE 5 tests, 1 skipped in 5.613s [2021-09-02T19:49:18.593Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-09-02T19:49:18.593Z] ++ 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-09-02T19:49:18.593Z] ++ set -e [2021-09-02T19:49:18.593Z] ++ '[' -n 0 ']' [2021-09-02T19:49:18.593Z] ++ set -x [2021-09-02T19:49:18.593Z] ++ 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-09-02T19:49:18.855Z] INFO: Testing against a local daemon [2021-09-02T19:49:18.855Z] === RUN TestContinueAfterPluginCrash [2021-09-02T19:49:18.855Z] === PAUSE TestContinueAfterPluginCrash [2021-09-02T19:49:18.855Z] === RUN TestReadPluginNoRead [2021-09-02T19:49:18.855Z] === PAUSE TestReadPluginNoRead [2021-09-02T19:49:18.855Z] === RUN TestDaemonStartWithLogOpt [2021-09-02T19:49:18.855Z] === PAUSE TestDaemonStartWithLogOpt [2021-09-02T19:49:18.855Z] === CONT TestContinueAfterPluginCrash [2021-09-02T19:49:18.855Z] === CONT TestDaemonStartWithLogOpt [2021-09-02T19:49:18.855Z] === CONT TestReadPluginNoRead [2021-09-02T19:49:19.423Z] --- PASS: TestDockerNetworkMacvlan (12.71s) [2021-09-02T19:49:19.424Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-09-02T19:49:19.424Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-09-02T19:49:19.424Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.06s) [2021-09-02T19:49:19.424Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.23s) [2021-09-02T19:49:19.424Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.30s) [2021-09-02T19:49:19.424Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.85s) [2021-09-02T19:49:19.424Z] PASS [2021-09-02T19:49:19.424Z] [2021-09-02T19:49:19.424Z] DONE 8 tests in 14.196s [2021-09-02T19:49:19.424Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-09-02T19:49:19.424Z] ++ 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-09-02T19:49:19.424Z] ++ set -e [2021-09-02T19:49:19.424Z] ++ '[' -n 0 ']' [2021-09-02T19:49:19.424Z] ++ set -x [2021-09-02T19:49:19.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-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-09-02T19:49:19.424Z] testing: warning: no tests to run [2021-09-02T19:49:19.424Z] PASS [2021-09-02T19:49:19.424Z] [2021-09-02T19:49:19.424Z] DONE 0 tests in 0.024s [2021-09-02T19:49:19.424Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-09-02T19:49:19.424Z] ++ 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-09-02T19:49:19.424Z] ++ set -e [2021-09-02T19:49:19.424Z] ++ '[' -n 0 ']' [2021-09-02T19:49:19.424Z] ++ set -x [2021-09-02T19:49:19.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-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-09-02T19:49:19.683Z] INFO: Testing against a local daemon [2021-09-02T19:49:19.683Z] === RUN TestAuthZPluginAllowRequest [2021-09-02T19:49:19.683Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-09-02T19:49:20.269Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2021-09-02T19:49:20.831Z] ok github.com/docker/docker/volume/local 0.073s coverage: 76.4% of statements [2021-09-02T19:49:21.061Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-09-02T19:49:21.061Z] --- PASS: TestAuthZPluginAllowRequest (1.41s) [2021-09-02T19:49:21.061Z] === RUN TestAuthZPluginTLS [2021-09-02T19:49:21.087Z] ok github.com/docker/docker/volume/mounts 0.007s coverage: 67.7% of statements [2021-09-02T19:49:21.325Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-09-02T19:49:21.584Z] --- PASS: TestAuthZPluginTLS (0.57s) [2021-09-02T19:49:21.584Z] === RUN TestAuthZPluginDenyRequest [2021-09-02T19:49:21.843Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-09-02T19:49:22.102Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2021-09-02T19:49:22.102Z] === RUN TestAuthZPluginAPIDenyResponse [2021-09-02T19:49:22.453Z] ok github.com/docker/docker/volume/service 0.016s coverage: 72.3% of statements [2021-09-02T19:49:22.672Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2021-09-02T19:49:22.672Z] === RUN TestAuthZPluginDenyResponse [2021-09-02T19:49:23.079Z] === RUN TestReadPluginNoRead/default [2021-09-02T19:49:23.079Z] --- PASS: TestDaemonStartWithLogOpt (4.03s) [2021-09-02T19:49:23.239Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2021-09-02T19:49:23.239Z] === RUN TestAuthZPluginAllowEventStream [2021-09-02T19:49:24.026Z] === RUN TestReadPluginNoRead/disabled_caching [2021-09-02T19:49:24.177Z] === RUN TestDockerSuite/TestBuildPATH [2021-09-02T19:49:24.435Z] docker_api_swarm_test.go:304: [ddc4267ab94c2] joining swarm manager [d60696ff53919]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:49:25.003Z] --- PASS: TestAuthZPluginAllowEventStream (1.72s) [2021-09-02T19:49:25.003Z] === RUN TestAuthZPluginErrorResponse [2021-09-02T19:49:25.416Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-09-02T19:49:25.570Z] --- PASS: TestAuthZPluginErrorResponse (0.60s) [2021-09-02T19:49:25.570Z] === RUN TestAuthZPluginErrorRequest [2021-09-02T19:49:25.829Z] docker_api_swarm_test.go:305: [d8b3b932514c6] joining swarm manager [d60696ff53919]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:49:26.088Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-09-02T19:49:26.088Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-09-02T19:49:26.657Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-09-02T19:49:26.657Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2021-09-02T19:49:26.657Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-09-02T19:49:26.807Z] === CONT TestReadPluginNoRead [2021-09-02T19:49:26.807Z] read_test.go:92: [df22450447034] daemon is not started [2021-09-02T19:49:26.807Z] --- PASS: TestReadPluginNoRead (8.11s) [2021-09-02T19:49:26.807Z] --- PASS: TestReadPluginNoRead/default (1.52s) [2021-09-02T19:49:26.807Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.48s) [2021-09-02T19:49:26.807Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.53s) [2021-09-02T19:49:26.915Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2021-09-02T19:49:27.174Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-09-02T19:49:28.109Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-09-02T19:49:28.196Z] --- PASS: TestContinueAfterPluginCrash (9.39s) [2021-09-02T19:49:28.196Z] PASS [2021-09-02T19:49:28.196Z] [2021-09-02T19:49:28.196Z] DONE 6 tests in 9.493s [2021-09-02T19:49:28.196Z] 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-09-02T19:49:28.196Z] ++ 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-09-02T19:49:28.196Z] ++ set -e [2021-09-02T19:49:28.196Z] ++ '[' -n 0 ']' [2021-09-02T19:49:28.196Z] ++ set -x [2021-09-02T19:49:28.196Z] ++ 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-09-02T19:49:28.196Z] testing: warning: no tests to run [2021-09-02T19:49:28.196Z] PASS [2021-09-02T19:49:28.196Z] [2021-09-02T19:49:28.196Z] DONE 0 tests in 0.037s [2021-09-02T19:49:28.196Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-09-02T19:49:28.196Z] ++ 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-09-02T19:49:28.196Z] ++ set -e [2021-09-02T19:49:28.196Z] ++ '[' -n 0 ']' [2021-09-02T19:49:28.196Z] ++ set -x [2021-09-02T19:49:28.197Z] ++ 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-09-02T19:49:28.369Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.77s) [2021-09-02T19:49:28.369Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-09-02T19:49:28.459Z] INFO: Testing against a local daemon [2021-09-02T19:49:28.459Z] === RUN TestPluginWithDevMounts [2021-09-02T19:49:28.459Z] === PAUSE TestPluginWithDevMounts [2021-09-02T19:49:28.459Z] === CONT TestPluginWithDevMounts [2021-09-02T19:49:30.273Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.70s) [2021-09-02T19:49:30.273Z] === RUN TestAuthZPluginHeader [2021-09-02T19:49:30.378Z] --- PASS: TestPluginWithDevMounts (1.90s) [2021-09-02T19:49:30.378Z] PASS [2021-09-02T19:49:30.378Z] [2021-09-02T19:49:30.378Z] DONE 1 tests in 2.012s [2021-09-02T19:49:30.378Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-09-02T19:49:30.378Z] ++ 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-09-02T19:49:30.378Z] ++ set -e [2021-09-02T19:49:30.378Z] ++ '[' -n 0 ']' [2021-09-02T19:49:30.378Z] ++ set -x [2021-09-02T19:49:30.378Z] ++ 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-09-02T19:49:30.378Z] INFO: Testing against a local daemon [2021-09-02T19:49:30.378Z] === RUN TestSecretInspect [2021-09-02T19:49:30.844Z] --- PASS: TestAuthZPluginHeader (0.77s) [2021-09-02T19:49:30.844Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-09-02T19:49:32.931Z] --- PASS: TestSecretInspect (2.61s) [2021-09-02T19:49:32.931Z] === RUN TestSecretList [2021-09-02T19:49:35.035Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.81s) [2021-09-02T19:49:35.035Z] === RUN TestAuthZPluginV2Disable [2021-09-02T19:49:35.035Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-09-02T19:49:35.487Z] --- PASS: TestSecretList (2.17s) [2021-09-02T19:49:35.487Z] === RUN TestSecretsCreateAndDelete [2021-09-02T19:49:37.409Z] --- PASS: TestSecretsCreateAndDelete (2.15s) [2021-09-02T19:49:37.409Z] === RUN TestSecretsUpdate [2021-09-02T19:49:37.569Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-09-02T19:49:37.828Z] --- PASS: TestAuthZPluginV2Disable (3.20s) [2021-09-02T19:49:37.828Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-09-02T19:49:39.204Z] === RUN TestDockerSuite/TestBuildRm [2021-09-02T19:49:39.962Z] --- PASS: TestSecretsUpdate (2.73s) [2021-09-02T19:49:39.962Z] === RUN TestTemplatedSecret [2021-09-02T19:49:41.107Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.91s) [2021-09-02T19:49:41.107Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-09-02T19:49:41.107Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-09-02T19:49:42.047Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-09-02T19:49:42.992Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-09-02T19:49:43.251Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-09-02T19:49:43.297Z] --- PASS: TestTemplatedSecret (3.08s) [2021-09-02T19:49:43.297Z] === RUN TestSecretCreateResolve [2021-09-02T19:49:43.823Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-09-02T19:49:44.334Z] ok github.com/docker/docker/pkg/plugins 33.631s coverage: 76.3% of statements [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/pkg/term [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/rootless [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/testutil/request [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/volume [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-09-02T19:49:44.335Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === Skipped [2021-09-02T19:49:44.335Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-09-02T19:49:44.335Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-09-02T19:49:44.335Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-09-02T19:49:44.335Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-09-02T19:49:44.335Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-09-02T19:49:44.335Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:49:44.335Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-09-02T19:49:44.335Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:49:44.335Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-09-02T19:49:44.335Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:49:44.335Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-09-02T19:49:44.335Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:49:44.335Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-09-02T19:49:44.335Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:49:44.335Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-09-02T19:49:44.335Z] graphtest_unix.go:71: No driver to put! [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-09-02T19:49:44.335Z] time="2021-09-02T19:48:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-02T19:49:44.335Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-02T19:49:44.335Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-09-02T19:49:44.335Z] time="2021-09-02T19:48:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-02T19:49:44.335Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-02T19:49:44.335Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-09-02T19:49:44.335Z] time="2021-09-02T19:48:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-02T19:49:44.335Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-02T19:49:44.335Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-09-02T19:49:44.335Z] time="2021-09-02T19:48:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-02T19:49:44.335Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-02T19:49:44.335Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-09-02T19:49:44.335Z] time="2021-09-02T19:48:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-02T19:49:44.335Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-02T19:49:44.335Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-09-02T19:49:44.335Z] graphtest_unix.go:71: No driver to put! [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-09-02T19:49:44.335Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-09-02T19:49:44.335Z] overlay_test.go:50: Fails to compute changes intermittently [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-09-02T19:49:44.335Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-09-02T19:49:44.335Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-09-02T19:49:44.335Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:49:44.335Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-09-02T19:49:44.335Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:49:44.335Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-09-02T19:49:44.335Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:49:44.335Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-09-02T19:49:44.335Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:49:44.335Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-09-02T19:49:44.335Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-02T19:49:44.335Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-09-02T19:49:44.335Z] graphtest_unix.go:71: No driver to put! [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-09-02T19:49:44.335Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-09-02T19:49:44.335Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2021-09-02T19:49:44.335Z] [2021-09-02T19:49:44.335Z] DONE 2309 tests, 28 skipped in 229.692s [2021-09-02T19:49:44.335Z] + '[' -n 'github.com/docker/docker/libnetwork [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/bitseq [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/cluster [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/config [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/datastore [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/driverapi [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/etchosts [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/idm [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/ipam [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/iptables [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/netlabel [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/netutils [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/networkdb [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/ns [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/options [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/osl [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/portallocator [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/portmapper [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/testutils [2021-09-02T19:49:44.335Z] github.com/docker/docker/libnetwork/types' ']' [2021-09-02T19:49:44.335Z] + 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-09-02T19:49:45.199Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-09-02T19:49:45.850Z] --- PASS: TestSecretCreateResolve (2.62s) [2021-09-02T19:49:45.850Z] PASS [2021-09-02T19:49:45.850Z] [2021-09-02T19:49:45.850Z] DONE 6 tests in 15.461s [2021-09-02T19:49:45.850Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-09-02T19:49:45.850Z] ++ 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-09-02T19:49:45.850Z] ++ set -e [2021-09-02T19:49:45.850Z] ++ '[' -n 0 ']' [2021-09-02T19:49:45.850Z] ++ set -x [2021-09-02T19:49:45.850Z] ++ 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-09-02T19:49:45.850Z] INFO: Testing against a local daemon [2021-09-02T19:49:45.850Z] === RUN TestServiceCreateInit [2021-09-02T19:49:45.850Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-02T19:49:46.596Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-09-02T19:49:47.975Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-09-02T19:49:51.157Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-02T19:49:51.260Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-09-02T19:49:51.260Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-09-02T19:49:51.260Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-09-02T19:49:51.260Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2021-09-02T19:49:51.260Z] === RUN TestDockerSuite/TestBuildSpaces [2021-09-02T19:49:51.260Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-09-02T19:49:51.828Z] docker_api_swarm_test.go:364: Waiting for possible election... [2021-09-02T19:49:52.087Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-09-02T19:49:52.087Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.25s) [2021-09-02T19:49:52.087Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-09-02T19:49:52.087Z] === RUN TestDockerSuite/TestBuildStderr [2021-09-02T19:49:53.025Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-09-02T19:49:55.373Z] --- PASS: TestServiceCreateInit (9.30s) [2021-09-02T19:49:55.373Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.57s) [2021-09-02T19:49:55.373Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.70s) [2021-09-02T19:49:55.373Z] === RUN TestCreateServiceMultipleTimes [2021-09-02T19:49:56.310Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-09-02T19:49:56.310Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-09-02T19:49:57.247Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-09-02T19:49:57.247Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-09-02T19:49:57.814Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-09-02T19:49:58.750Z] === RUN TestDockerSuite/TestBuildUser [2021-09-02T19:50:00.127Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-09-02T19:50:02.660Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-09-02T19:50:03.228Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-09-02T19:50:05.768Z] docker_api_swarm_test.go:272: [dd23be431787b] joining swarm manager [df239b181567c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:50:06.705Z] docker_api_swarm_test.go:273: [d6351a723b500] joining swarm manager [df239b181567c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:50:09.235Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.13s) [2021-09-02T19:50:09.235Z] PASS [2021-09-02T19:50:09.235Z] [2021-09-02T19:50:09.235Z] DONE 17 tests in 49.755s [2021-09-02T19:50:09.235Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-09-02T19:50:09.235Z] ++ 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-09-02T19:50:09.235Z] ++ set -e [2021-09-02T19:50:09.235Z] ++ '[' -n 0 ']' [2021-09-02T19:50:09.235Z] ++ set -x [2021-09-02T19:50:09.235Z] ++ 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-09-02T19:50:09.494Z] INFO: Testing against a local daemon [2021-09-02T19:50:09.494Z] === RUN TestPluginInvalidJSON [2021-09-02T19:50:09.494Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T19:50:09.494Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T19:50:09.494Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T19:50:09.494Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-09-02T19:50:09.494Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-02T19:50:09.494Z] === RUN TestPluginInstall [2021-09-02T19:50:09.494Z] === RUN TestPluginInstall/no_auth [2021-09-02T19:50:12.027Z] time="2021-09-02T19:50:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:50:12.027Z] time="2021-09-02T19:50:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7a6020f1a74d23c94ba75fd9f4e1317f984f6b03b006a0d94c807e02c7453409" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:50:12.027Z] time="2021-09-02T19:50:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:50:12.028Z] time="2021-09-02T19:50:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7a6020f1a74d23c94ba75fd9f4e1317f984f6b03b006a0d94c807e02c7453409" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:50:12.028Z] === RUN TestPluginInstall/with_htpasswd [2021-09-02T19:50:12.596Z] time="2021-09-02T19:50:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:50:12.596Z] time="2021-09-02T19:50:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ddb9d1ce8d9b043f3d321aba43f1148e6422dbe320b0f0e4eb7d1cf75ddd4e3e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:50:12.596Z] time="2021-09-02T19:50:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:50:12.596Z] time="2021-09-02T19:50:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ddb9d1ce8d9b043f3d321aba43f1148e6422dbe320b0f0e4eb7d1cf75ddd4e3e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:50:13.164Z] === RUN TestPluginInstall/with_insecure [2021-09-02T19:50:13.517Z] --- PASS: TestCreateServiceMultipleTimes (16.51s) [2021-09-02T19:50:13.517Z] === RUN TestCreateServiceConflict [2021-09-02T19:50:14.101Z] time="2021-09-02T19:50:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:50:14.101Z] time="2021-09-02T19:50:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a007ed1c91870a7d21d8326f13dfb652ca04e0483574afb2e90c7363404be259" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:50:14.101Z] time="2021-09-02T19:50:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-02T19:50:14.101Z] time="2021-09-02T19:50:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a007ed1c91870a7d21d8326f13dfb652ca04e0483574afb2e90c7363404be259" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-02T19:50:14.360Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-09-02T19:50:14.360Z] plugin_test.go:165: [dfea0637b9052] daemon is not started [2021-09-02T19:50:14.360Z] --- PASS: TestPluginInstall (4.96s) [2021-09-02T19:50:14.360Z] --- PASS: TestPluginInstall/no_auth (2.74s) [2021-09-02T19:50:14.360Z] --- PASS: TestPluginInstall/with_htpasswd (0.88s) [2021-09-02T19:50:14.360Z] --- PASS: TestPluginInstall/with_insecure (1.34s) [2021-09-02T19:50:14.360Z] === RUN TestPluginsWithRuntimes [2021-09-02T19:50:14.462Z] --- PASS: TestCreateServiceConflict (2.72s) [2021-09-02T19:50:14.462Z] === RUN TestCreateServiceMaxReplicas [2021-09-02T19:50:15.297Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-09-02T19:50:15.297Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-09-02T19:50:16.231Z] === RUN TestPluginsWithRuntimes/No_Args [2021-09-02T19:50:16.231Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-09-02T19:50:16.800Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-09-02T19:50:17.058Z] === RUN TestPluginsWithRuntimes/With_Args [2021-09-02T19:50:17.780Z] --- PASS: TestCreateServiceMaxReplicas (3.34s) [2021-09-02T19:50:17.780Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-02T19:50:17.993Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-09-02T19:50:17.993Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2021-09-02T19:50:17.993Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-09-02T19:50:17.993Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2021-09-02T19:50:17.993Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-09-02T19:50:17.993Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2021-09-02T19:50:17.993Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-09-02T19:50:17.993Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2021-09-02T19:50:17.993Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-09-02T19:50:18.256Z] --- PASS: TestPluginsWithRuntimes (3.94s) [2021-09-02T19:50:18.256Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.11s) [2021-09-02T19:50:18.256Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.05s) [2021-09-02T19:50:18.256Z] === RUN TestPluginBackCompatMediaTypes [2021-09-02T19:50:19.192Z] --- PASS: TestPluginBackCompatMediaTypes (0.77s) [2021-09-02T19:50:19.192Z] PASS [2021-09-02T19:50:19.192Z] [2021-09-02T19:50:19.192Z] DONE 10 tests in 9.824s [2021-09-02T19:50:19.192Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-09-02T19:50:19.192Z] ++ 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-09-02T19:50:19.192Z] ++ set -e [2021-09-02T19:50:19.192Z] ++ '[' -n 0 ']' [2021-09-02T19:50:19.192Z] ++ set -x [2021-09-02T19:50:19.192Z] ++ 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-09-02T19:50:19.192Z] INFO: Testing against a local daemon [2021-09-02T19:50:19.192Z] === RUN TestExternalGraphDriver [2021-09-02T19:50:19.192Z] === RUN TestExternalGraphDriver/json [2021-09-02T19:50:19.453Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-09-02T19:50:19.453Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-09-02T19:50:20.391Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-09-02T19:50:20.650Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-09-02T19:50:21.218Z] === RUN TestExternalGraphDriver/spec [2021-09-02T19:50:21.477Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-09-02T19:50:21.477Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-09-02T19:50:22.857Z] === RUN TestExternalGraphDriver/pull [2021-09-02T19:50:23.016Z] ok github.com/docker/docker/libnetwork 37.331s coverage: 40.8% of statements [2021-09-02T19:50:23.016Z] ok github.com/docker/docker/libnetwork/bitseq 0.117s coverage: 84.4% of statements [2021-09-02T19:50:23.016Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-09-02T19:50:23.793Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-09-02T19:50:24.052Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-09-02T19:50:24.383Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-09-02T19:50:24.630Z] --- PASS: TestExternalGraphDriver (5.29s) [2021-09-02T19:50:24.630Z] --- PASS: TestExternalGraphDriver/json (1.85s) [2021-09-02T19:50:24.630Z] --- PASS: TestExternalGraphDriver/spec (1.83s) [2021-09-02T19:50:24.630Z] --- PASS: TestExternalGraphDriver/pull (1.53s) [2021-09-02T19:50:24.630Z] === RUN TestGraphdriverPluginV2 [2021-09-02T19:50:24.639Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-09-02T19:50:24.639Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-09-02T19:50:24.639Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-09-02T19:50:24.639Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-09-02T19:50:24.639Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-09-02T19:50:24.896Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-09-02T19:50:25.152Z] ok github.com/docker/docker/libnetwork/config 0.028s coverage: 24.0% of statements [2021-09-02T19:50:25.203Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-09-02T19:50:25.408Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2021-09-02T19:50:25.408Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-09-02T19:50:25.408Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-09-02T19:50:25.665Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2021-09-02T19:50:26.138Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-09-02T19:50:26.705Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-09-02T19:50:27.271Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-09-02T19:50:27.271Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2021-09-02T19:50:27.271Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-09-02T19:50:28.183Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.382s coverage: 59.9% of statements [2021-09-02T19:50:28.183Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-09-02T19:50:28.206Z] === RUN TestDockerSuite/TestBuildXZHost [2021-09-02T19:50:28.440Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2021-09-02T19:50:28.772Z] --- PASS: TestGraphdriverPluginV2 (4.12s) [2021-09-02T19:50:28.772Z] PASS [2021-09-02T19:50:28.772Z] [2021-09-02T19:50:28.772Z] DONE 5 tests in 9.552s [2021-09-02T19:50:28.772Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-09-02T19:50:28.772Z] ++ 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-09-02T19:50:28.772Z] ++ set -e [2021-09-02T19:50:28.772Z] ++ '[' -n 0 ']' [2021-09-02T19:50:28.772Z] ++ set -x [2021-09-02T19:50:28.773Z] ++ 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-09-02T19:50:28.773Z] INFO: Testing against a local daemon [2021-09-02T19:50:28.773Z] === RUN TestContinueAfterPluginCrash [2021-09-02T19:50:28.773Z] === PAUSE TestContinueAfterPluginCrash [2021-09-02T19:50:28.773Z] === RUN TestReadPluginNoRead [2021-09-02T19:50:28.773Z] === PAUSE TestReadPluginNoRead [2021-09-02T19:50:28.773Z] === RUN TestDaemonStartWithLogOpt [2021-09-02T19:50:28.773Z] === PAUSE TestDaemonStartWithLogOpt [2021-09-02T19:50:28.773Z] === CONT TestContinueAfterPluginCrash [2021-09-02T19:50:28.773Z] === CONT TestDaemonStartWithLogOpt [2021-09-02T19:50:29.003Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.184s coverage: 4.0% of statements [2021-09-02T19:50:29.003Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-09-02T19:50:29.566Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2021-09-02T19:50:29.566Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-09-02T19:50:29.822Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2021-09-02T19:50:30.149Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-09-02T19:50:30.149Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-09-02T19:50:30.149Z] docker_cli_sni_test.go:18: Flakey test [2021-09-02T19:50:30.149Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-09-02T19:50:30.716Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-09-02T19:50:31.653Z] === RUN TestDockerSuite/TestCommitChange [2021-09-02T19:50:32.591Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-09-02T19:50:32.708Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.31s) [2021-09-02T19:50:32.708Z] === RUN TestCreateServiceSecretFileMode [2021-09-02T19:50:33.158Z] --- PASS: TestDaemonStartWithLogOpt (4.21s) [2021-09-02T19:50:33.158Z] === CONT TestReadPluginNoRead [2021-09-02T19:50:33.158Z] === RUN TestDockerSuite/TestCommitHardlink [2021-09-02T19:50:34.101Z] --- PASS: TestCreateServiceSecretFileMode (2.81s) [2021-09-02T19:50:34.101Z] === RUN TestCreateServiceConfigFileMode [2021-09-02T19:50:34.537Z] === RUN TestDockerSuite/TestCommitNewFile [2021-09-02T19:50:35.912Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-09-02T19:50:35.912Z] === RUN TestReadPluginNoRead/default [2021-09-02T19:50:36.480Z] === RUN TestDockerSuite/TestCommitTTY [2021-09-02T19:50:36.657Z] --- PASS: TestCreateServiceConfigFileMode (2.42s) [2021-09-02T19:50:36.657Z] === RUN TestCreateServiceSysctls [2021-09-02T19:50:37.415Z] === RUN TestReadPluginNoRead/disabled_caching [2021-09-02T19:50:37.674Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-09-02T19:50:38.242Z] --- PASS: TestContinueAfterPluginCrash (9.31s) [2021-09-02T19:50:38.501Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-09-02T19:50:38.759Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-09-02T19:50:39.695Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-09-02T19:50:39.761Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.801s coverage: 7.2% of statements [2021-09-02T19:50:39.762Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-09-02T19:50:39.762Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2021-09-02T19:50:39.762Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2021-09-02T19:50:39.762Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-09-02T19:50:39.762Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-09-02T19:50:39.762Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-09-02T19:50:39.969Z] --- PASS: TestCreateServiceSysctls (3.72s) [2021-09-02T19:50:39.969Z] === RUN TestCreateServiceCapabilities [2021-09-02T19:50:40.018Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2021-09-02T19:50:40.263Z] === CONT TestReadPluginNoRead [2021-09-02T19:50:40.263Z] read_test.go:92: [da35cc620651c] daemon is not started [2021-09-02T19:50:40.263Z] --- PASS: TestReadPluginNoRead (7.24s) [2021-09-02T19:50:40.263Z] --- PASS: TestReadPluginNoRead/default (1.53s) [2021-09-02T19:50:40.263Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.53s) [2021-09-02T19:50:40.263Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.49s) [2021-09-02T19:50:40.263Z] PASS [2021-09-02T19:50:40.263Z] [2021-09-02T19:50:40.263Z] DONE 6 tests in 11.578s [2021-09-02T19:50:40.263Z] 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-09-02T19:50:40.263Z] ++ 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-09-02T19:50:40.263Z] ++ set -e [2021-09-02T19:50:40.263Z] ++ '[' -n 0 ']' [2021-09-02T19:50:40.263Z] ++ set -x [2021-09-02T19:50:40.263Z] ++ 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-09-02T19:50:40.263Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-09-02T19:50:40.263Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-09-02T19:50:40.263Z] testing: warning: no tests to run [2021-09-02T19:50:40.263Z] PASS [2021-09-02T19:50:40.263Z] [2021-09-02T19:50:40.263Z] DONE 0 tests in 0.065s [2021-09-02T19:50:40.263Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-09-02T19:50:40.263Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-09-02T19:50:40.263Z] ++ 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-09-02T19:50:40.263Z] ++ set -e [2021-09-02T19:50:40.263Z] ++ '[' -n 0 ']' [2021-09-02T19:50:40.263Z] ++ set -x [2021-09-02T19:50:40.263Z] ++ 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-09-02T19:50:40.275Z] ok github.com/docker/docker/libnetwork/etchosts 0.012s coverage: 81.2% of statements [2021-09-02T19:50:40.522Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-09-02T19:50:40.522Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-09-02T19:50:40.522Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-09-02T19:50:40.522Z] INFO: Testing against a local daemon [2021-09-02T19:50:40.522Z] === RUN TestPluginWithDevMounts [2021-09-02T19:50:40.522Z] === PAUSE TestPluginWithDevMounts [2021-09-02T19:50:40.522Z] === CONT TestPluginWithDevMounts [2021-09-02T19:50:40.522Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-09-02T19:50:40.532Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.003s coverage: 48.1% of statements [2021-09-02T19:50:40.532Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2021-09-02T19:50:40.788Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2021-09-02T19:50:41.904Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-09-02T19:50:42.471Z] --- PASS: TestPluginWithDevMounts (1.84s) [2021-09-02T19:50:42.471Z] PASS [2021-09-02T19:50:42.471Z] [2021-09-02T19:50:42.471Z] DONE 1 tests in 1.958s [2021-09-02T19:50:42.471Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-09-02T19:50:42.471Z] ++ 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-09-02T19:50:42.471Z] ++ set -e [2021-09-02T19:50:42.471Z] ++ '[' -n 0 ']' [2021-09-02T19:50:42.471Z] ++ set -x [2021-09-02T19:50:42.471Z] ++ 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-09-02T19:50:42.471Z] INFO: Testing against a local daemon [2021-09-02T19:50:42.471Z] === RUN TestSecretInspect [2021-09-02T19:50:43.037Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-09-02T19:50:43.037Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-09-02T19:50:43.280Z] --- PASS: TestCreateServiceCapabilities (2.83s) [2021-09-02T19:50:43.280Z] === RUN TestInspect [2021-09-02T19:50:43.603Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-09-02T19:50:44.172Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-09-02T19:50:44.739Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-09-02T19:50:44.998Z] --- PASS: TestSecretInspect (2.49s) [2021-09-02T19:50:44.998Z] === RUN TestSecretList [2021-09-02T19:50:45.256Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-09-02T19:50:45.824Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-09-02T19:50:45.824Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-09-02T19:50:45.824Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-09-02T19:50:46.390Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-09-02T19:50:46.390Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-09-02T19:50:46.390Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-09-02T19:50:46.390Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-09-02T19:50:46.390Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-09-02T19:50:46.597Z] --- PASS: TestInspect (3.13s) [2021-09-02T19:50:46.597Z] === RUN TestCreateJob [2021-09-02T19:50:47.325Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-09-02T19:50:47.584Z] --- PASS: TestSecretList (2.67s) [2021-09-02T19:50:47.584Z] === RUN TestSecretsCreateAndDelete [2021-09-02T19:50:47.843Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-09-02T19:50:48.102Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-09-02T19:50:49.038Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-09-02T19:50:49.038Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-09-02T19:50:49.909Z] --- PASS: TestCreateJob (3.66s) [2021-09-02T19:50:49.909Z] === RUN TestReplicatedJob [2021-09-02T19:50:50.941Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-09-02T19:50:50.941Z] --- PASS: TestSecretsCreateAndDelete (3.25s) [2021-09-02T19:50:50.941Z] === RUN TestSecretsUpdate [2021-09-02T19:50:51.508Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-09-02T19:50:51.508Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-09-02T19:50:52.079Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-09-02T19:50:52.079Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-09-02T19:50:52.961Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.006s coverage: 100.0% of statements [2021-09-02T19:50:53.018Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-09-02T19:50:53.956Z] --- PASS: TestSecretsUpdate (2.87s) [2021-09-02T19:50:53.956Z] === RUN TestTemplatedSecret [2021-09-02T19:50:53.956Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-09-02T19:50:54.525Z] docker_api_swarm_node_test.go:20: [d44913637d754] joining swarm manager [d08d371c26c1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:50:54.525Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-09-02T19:50:54.525Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-09-02T19:50:55.095Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-09-02T19:50:55.214Z] --- PASS: TestReplicatedJob (5.68s) [2021-09-02T19:50:55.214Z] === RUN TestUpdateReplicatedJob [2021-09-02T19:50:55.664Z] docker_api_swarm_node_test.go:21: [dfe06a2d5714e] joining swarm manager [d08d371c26c1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:50:56.231Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-09-02T19:50:57.168Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-09-02T19:50:57.168Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-09-02T19:50:57.168Z] --- PASS: TestTemplatedSecret (3.54s) [2021-09-02T19:50:57.168Z] === RUN TestSecretCreateResolve [2021-09-02T19:50:57.426Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-09-02T19:50:58.364Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-09-02T19:50:59.431Z] --- PASS: TestUpdateReplicatedJob (3.75s) [2021-09-02T19:50:59.431Z] === RUN TestServiceListWithStatuses [2021-09-02T19:50:59.431Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-02T19:50:59.431Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-02T19:50:59.431Z] === RUN TestDockerNetworkConnectAlias [2021-09-02T19:50:59.744Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-09-02T19:50:59.744Z] --- PASS: TestSecretCreateResolve (2.56s) [2021-09-02T19:50:59.744Z] PASS [2021-09-02T19:50:59.744Z] [2021-09-02T19:50:59.744Z] DONE 6 tests in 17.483s [2021-09-02T19:50:59.744Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-09-02T19:50:59.744Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-09-02T19:50:59.744Z] ++ 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-09-02T19:50:59.744Z] ++ set -e [2021-09-02T19:50:59.744Z] ++ '[' -n 0 ']' [2021-09-02T19:50:59.744Z] ++ set -x [2021-09-02T19:50: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-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-09-02T19:50:59.744Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-09-02T19:50:59.744Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-09-02T19:51:00.005Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-09-02T19:51:00.005Z] INFO: Testing against a local daemon [2021-09-02T19:51:00.005Z] === RUN TestServiceCreateInit [2021-09-02T19:51:00.005Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-02T19:51:00.571Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-09-02T19:51:03.854Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-02T19:51:04.734Z] --- PASS: TestDockerNetworkConnectAlias (5.09s) [2021-09-02T19:51:04.734Z] === RUN TestDockerNetworkReConnect [2021-09-02T19:51:04.789Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-09-02T19:51:05.356Z] === RUN TestDockerSuite/TestContainerAPITop [2021-09-02T19:51:05.924Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-09-02T19:51:05.924Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2021-09-02T19:51:05.924Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-09-02T19:51:05.924Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-09-02T19:51:06.491Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-09-02T19:51:07.814Z] ok github.com/docker/docker/libnetwork/ipam 13.982s coverage: 85.3% of statements [2021-09-02T19:51:07.814Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-09-02T19:51:07.814Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-09-02T19:51:07.814Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2021-09-02T19:51:07.814Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2021-09-02T19:51:07.814Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-09-02T19:51:07.814Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2021-09-02T19:51:07.814Z] ok github.com/docker/docker/libnetwork/ipamutils 0.251s coverage: 74.0% of statements [2021-09-02T19:51:07.814Z] ok github.com/docker/docker/libnetwork/iptables 0.162s coverage: 45.1% of statements [2021-09-02T19:51:07.814Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2021-09-02T19:51:07.814Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2021-09-02T19:51:07.867Z] --- PASS: TestServiceCreateInit (7.99s) [2021-09-02T19:51:07.867Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.92s) [2021-09-02T19:51:07.867Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.05s) [2021-09-02T19:51:07.867Z] === RUN TestCreateServiceMultipleTimes [2021-09-02T19:51:08.802Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-09-02T19:51:08.966Z] --- PASS: TestDockerNetworkReConnect (4.05s) [2021-09-02T19:51:08.966Z] === RUN TestServicePlugin [2021-09-02T19:51:08.966Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-02T19:51:08.966Z] --- SKIP: TestServicePlugin (0.00s) [2021-09-02T19:51:08.966Z] === RUN TestServiceUpdateLabel [2021-09-02T19:51:09.371Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-09-02T19:51:10.752Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-09-02T19:51:10.887Z] --- PASS: TestServiceUpdateLabel (2.73s) [2021-09-02T19:51:10.887Z] === RUN TestServiceUpdateSecrets [2021-09-02T19:51:11.320Z] docker_api_swarm_test.go:502: [d1f63d441a3eb] joining swarm manager [dd14051fd2a72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:51:15.509Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-09-02T19:51:15.769Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-09-02T19:51:17.673Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-09-02T19:51:18.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-09-02T19:51:19.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-09-02T19:51:20.581Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-09-02T19:51:21.956Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-09-02T19:51:22.523Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-09-02T19:51:23.090Z] docker_api_swarm_test.go:507: [d0d1e24816570] joining swarm manager [dd14051fd2a72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:51:24.025Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00043ff38_} [2021-09-02T19:51:25.399Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13958969397_/foo_false____} [2021-09-02T19:51:25.657Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13958969397_/foo_true____} [2021-09-02T19:51:25.814Z] --- PASS: TestServiceUpdateSecrets (14.97s) [2021-09-02T19:51:25.814Z] === RUN TestServiceUpdateConfigs [2021-09-02T19:51:25.915Z] --- PASS: TestCreateServiceMultipleTimes (17.82s) [2021-09-02T19:51:25.915Z] === RUN TestCreateServiceConflict [2021-09-02T19:51:27.289Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32221970777_/foo_false____} [2021-09-02T19:51:28.224Z] --- PASS: TestCreateServiceConflict (2.27s) [2021-09-02T19:51:28.224Z] === RUN TestCreateServiceMaxReplicas [2021-09-02T19:51:28.483Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32221970777_/foo_true____} [2021-09-02T19:51:30.387Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32221970777_/foo_true__0xc00043ff68__} [2021-09-02T19:51:31.321Z] --- PASS: TestCreateServiceMaxReplicas (3.23s) [2021-09-02T19:51:31.321Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-02T19:51:31.579Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00043ff80_} [2021-09-02T19:51:32.956Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00043ff98_} [2021-09-02T19:51:34.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00043ffb0_} [2021-09-02T19:51:35.792Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00043ffc8_} [2021-09-02T19:51:37.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-09-02T19:51:38.563Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-09-02T19:51:38.563Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-09-02T19:51:38.563Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-09-02T19:51:38.563Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-09-02T19:51:38.563Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-09-02T19:51:38.563Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-09-02T19:51:38.563Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-09-02T19:51:38.821Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-09-02T19:51:38.821Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-09-02T19:51:38.821Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-09-02T19:51:38.821Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-09-02T19:51:38.821Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-09-02T19:51:38.821Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-09-02T19:51:38.821Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-09-02T19:51:38.821Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-09-02T19:51:38.821Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-09-02T19:51:38.821Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-09-02T19:51:39.080Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-09-02T19:51:40.982Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-09-02T19:51:41.917Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-09-02T19:51:43.819Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-09-02T19:51:43.950Z] --- PASS: TestServiceUpdateConfigs (15.05s) [2021-09-02T19:51:43.950Z] === RUN TestServiceUpdateNetwork [2021-09-02T19:51:44.755Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-09-02T19:51:45.015Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-09-02T19:51:45.015Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.73s) [2021-09-02T19:51:45.015Z] === RUN TestCreateServiceSecretFileMode [2021-09-02T19:51:45.582Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-09-02T19:51:46.148Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-09-02T19:51:47.086Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-09-02T19:51:47.654Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-09-02T19:51:47.912Z] --- PASS: TestCreateServiceSecretFileMode (2.84s) [2021-09-02T19:51:47.912Z] === RUN TestCreateServiceConfigFileMode [2021-09-02T19:51:48.480Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-09-02T19:51:49.046Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-09-02T19:51:49.614Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-09-02T19:51:50.550Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-09-02T19:51:50.808Z] --- PASS: TestCreateServiceConfigFileMode (2.93s) [2021-09-02T19:51:50.808Z] === RUN TestCreateServiceSysctls [2021-09-02T19:51:51.067Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-09-02T19:51:52.003Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-09-02T19:51:52.573Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-09-02T19:51:53.510Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-09-02T19:51:54.077Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-09-02T19:51:54.336Z] --- PASS: TestCreateServiceSysctls (3.60s) [2021-09-02T19:51:54.336Z] === RUN TestCreateServiceCapabilities [2021-09-02T19:51:54.904Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-09-02T19:51:55.859Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-09-02T19:51:56.198Z] --- PASS: TestServiceUpdateNetwork (13.33s) [2021-09-02T19:51:56.198Z] === RUN TestServiceUpdatePidsLimit [2021-09-02T19:51:56.198Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-09-02T19:51:56.427Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-09-02T19:51:56.427Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-09-02T19:51:56.772Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-09-02T19:51:57.362Z] === RUN TestDockerSuite/TestCpRelativePath [2021-09-02T19:51:57.362Z] --- PASS: TestCreateServiceCapabilities (2.92s) [2021-09-02T19:51:57.362Z] === RUN TestInspect [2021-09-02T19:51:57.928Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-09-02T19:51:58.495Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-09-02T19:51:58.753Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-09-02T19:51:59.692Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-09-02T19:52:01.069Z] --- PASS: TestInspect (3.48s) [2021-09-02T19:52:01.069Z] === RUN TestCreateJob [2021-09-02T19:52:01.069Z] docker_api_swarm_node_test.go:81: [d25a764829c16] joining swarm manager [db02234472f58]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:52:01.069Z] === RUN TestDockerSuite/TestCpToCaseA [2021-09-02T19:52:02.007Z] === RUN TestDockerSuite/TestCpToCaseB [2021-09-02T19:52:03.385Z] === RUN TestDockerSuite/TestCpToCaseC [2021-09-02T19:52:04.763Z] --- PASS: TestCreateJob (4.02s) [2021-09-02T19:52:04.763Z] === RUN TestReplicatedJob [2021-09-02T19:52:04.925Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-09-02T19:52:05.332Z] === RUN TestDockerSuite/TestCpToCaseD [2021-09-02T19:52:10.605Z] === RUN TestDockerSuite/TestCpToCaseE [2021-09-02T19:52:11.521Z] --- PASS: TestServiceUpdatePidsLimit (16.92s) [2021-09-02T19:52:11.521Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.83s) [2021-09-02T19:52:11.521Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.03s) [2021-09-02T19:52:11.521Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.93s) [2021-09-02T19:52:11.521Z] PASS [2021-09-02T19:52:11.521Z] [2021-09-02T19:52:11.521Z] === Skipped [2021-09-02T19:52:11.521Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-09-02T19:52:11.521Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-02T19:52:11.521Z] [2021-09-02T19:52:11.521Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-09-02T19:52:11.521Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-02T19:52:11.521Z] [2021-09-02T19:52:11.521Z] DONE 27 tests, 2 skipped in 145.394s [2021-09-02T19:52:11.521Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-09-02T19:52:11.522Z] ++ 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-09-02T19:52:11.522Z] ++ set -e [2021-09-02T19:52:11.522Z] ++ '[' -n 0 ']' [2021-09-02T19:52:11.522Z] ++ set -x [2021-09-02T19:52:11.522Z] ++ 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-09-02T19:52:11.522Z] INFO: Testing against a local daemon [2021-09-02T19:52:11.522Z] === RUN TestSessionCreate [2021-09-02T19:52:11.522Z] --- PASS: TestSessionCreate (0.04s) [2021-09-02T19:52:11.522Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-02T19:52:11.522Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-09-02T19:52:11.522Z] PASS [2021-09-02T19:52:11.522Z] [2021-09-02T19:52:11.522Z] DONE 2 tests in 0.181s [2021-09-02T19:52:11.522Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-09-02T19:52:11.522Z] ++ 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-09-02T19:52:11.522Z] ++ set -e [2021-09-02T19:52:11.522Z] ++ '[' -n 0 ']' [2021-09-02T19:52:11.522Z] ++ set -x [2021-09-02T19:52:11.522Z] ++ 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-09-02T19:52:11.522Z] INFO: Testing against a local daemon [2021-09-02T19:52:11.522Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-02T19:52:11.522Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-02T19:52:11.522Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-02T19:52:11.522Z] === RUN TestDiskUsage [2021-09-02T19:52:11.522Z] === PAUSE TestDiskUsage [2021-09-02T19:52:11.522Z] === RUN TestEventsExecDie [2021-09-02T19:52:11.981Z] --- PASS: TestReplicatedJob (7.03s) [2021-09-02T19:52:11.981Z] === RUN TestUpdateReplicatedJob [2021-09-02T19:52:12.469Z] --- PASS: TestEventsExecDie (0.75s) [2021-09-02T19:52:12.469Z] === RUN TestEventsBackwardsCompatible [2021-09-02T19:52:12.469Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-09-02T19:52:12.469Z] === RUN TestEventsVolumeCreate [2021-09-02T19:52:12.469Z] --- PASS: TestEventsVolumeCreate (0.09s) [2021-09-02T19:52:12.469Z] === RUN TestInfoBinaryCommits [2021-09-02T19:52:12.469Z] --- PASS: TestInfoBinaryCommits (0.04s) [2021-09-02T19:52:12.469Z] === RUN TestInfoAPIVersioned [2021-09-02T19:52:12.469Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-09-02T19:52:12.469Z] === RUN TestInfoDiscoveryBackend [2021-09-02T19:52:12.918Z] === RUN TestDockerSuite/TestCpToCaseF [2021-09-02T19:52:13.043Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-09-02T19:52:13.043Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-09-02T19:52:13.178Z] === RUN TestDockerSuite/TestCpToCaseG [2021-09-02T19:52:13.989Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-09-02T19:52:13.989Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-09-02T19:52:14.564Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-09-02T19:52:14.564Z] === RUN TestInfoAPI [2021-09-02T19:52:14.564Z] --- PASS: TestInfoAPI (0.04s) [2021-09-02T19:52:14.564Z] === RUN TestInfoAPIWarnings [2021-09-02T19:52:15.717Z] --- PASS: TestUpdateReplicatedJob (3.79s) [2021-09-02T19:52:15.717Z] === RUN TestServiceListWithStatuses [2021-09-02T19:52:15.717Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-02T19:52:15.717Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-02T19:52:15.717Z] === RUN TestDockerNetworkConnectAlias [2021-09-02T19:52:15.717Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-09-02T19:52:17.111Z] === RUN TestDockerSuite/TestCpToCaseH [2021-09-02T19:52:18.493Z] docker_api_swarm_node_test.go:53: [d53ba7f20abf2] joining swarm manager [d20e6b3dd960a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:52:19.429Z] docker_api_swarm_node_test.go:54: [df5d01bf1c507] joining swarm manager [d20e6b3dd960a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:52:20.366Z] === RUN TestDockerSuite/TestCpToCaseI [2021-09-02T19:52:20.935Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-09-02T19:52:21.503Z] --- PASS: TestDockerNetworkConnectAlias (5.69s) [2021-09-02T19:52:21.503Z] === RUN TestDockerNetworkReConnect [2021-09-02T19:52:24.656Z] Running on azwin-2-bf8070 in d:\jenkins\workspace\moby_PR-42674 [Pipeline] { [Pipeline] ws [2021-09-02T19:52:24.671Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-09-02T19:52:24.770Z] The recommended git tool is: git [2021-09-02T19:52:24.788Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-09-02T19:52:24.993Z] using credential docker-jenkins-github-credentials [2021-09-02T19:52:25.071Z] Cloning the remote Git repository [2021-09-02T19:52:25.071Z] Cloning with configured refspecs honoured and without tags [2021-09-02T19:52:25.356Z] === RUN TestDockerSuite/TestCpToDot [2021-09-02T19:52:25.616Z] --- PASS: TestDockerNetworkReConnect (4.17s) [2021-09-02T19:52:25.616Z] === RUN TestServicePlugin [2021-09-02T19:52:25.108Z] Cloning repository https://github.com/moby/moby.git [2021-09-02T19:52:25.109Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-09-02T19:52:25.158Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:52:25.158Z] > git --version # timeout=10 [2021-09-02T19:52:25.195Z] > git --version # 'git version 2.24.1.windows.2' [2021-09-02T19:52:25.195Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:52:25.198Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:52:25.875Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-09-02T19:52:27.259Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-09-02T19:52:28.194Z] === RUN TestDockerSuite/TestCpToStdout [2021-09-02T19:52:28.761Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-09-02T19:52:29.698Z] plugin_test.go:61: [dc7b7045ea25d] joining swarm manager [d3010ec3e01f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:52:29.957Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-09-02T19:52:30.215Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-09-02T19:52:30.782Z] === RUN TestDockerSuite/TestCpVolumePath [2021-09-02T19:52:31.041Z] plugin_test.go:64: [d95a4120600ca] joining swarm manager [d3010ec3e01f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:52:31.980Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-09-02T19:52:32.240Z] === RUN TestDockerSuite/TestCreateArgs [2021-09-02T19:52:32.240Z] === RUN TestDockerSuite/TestCreateByImageID [2021-09-02T19:52:32.697Z] --- PASS: TestInfoAPIWarnings (16.37s) [2021-09-02T19:52:32.697Z] === RUN TestInfoDebug [2021-09-02T19:52:32.697Z] --- PASS: TestInfoDebug (0.54s) [2021-09-02T19:52:32.697Z] === RUN TestInfoInsecureRegistries [2021-09-02T19:52:32.697Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2021-09-02T19:52:32.697Z] === RUN TestInfoRegistryMirrors [2021-09-02T19:52:32.697Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-09-02T19:52:32.697Z] === RUN TestLoginFailsWithBadCredentials [2021-09-02T19:52:32.697Z] --- PASS: TestLoginFailsWithBadCredentials (0.12s) [2021-09-02T19:52:32.697Z] === RUN TestPingCacheHeaders [2021-09-02T19:52:32.697Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-09-02T19:52:32.697Z] === RUN TestPingGet [2021-09-02T19:52:32.697Z] --- PASS: TestPingGet (0.03s) [2021-09-02T19:52:32.697Z] === RUN TestPingHead [2021-09-02T19:52:32.697Z] --- PASS: TestPingHead (0.04s) [2021-09-02T19:52:32.697Z] === RUN TestVersion [2021-09-02T19:52:32.807Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-09-02T19:52:32.960Z] --- PASS: TestVersion (0.04s) [2021-09-02T19:52:32.960Z] === CONT TestDiskUsage [2021-09-02T19:52:33.373Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-09-02T19:52:33.373Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-09-02T19:52:33.373Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-09-02T19:52:33.373Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/empty [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/empty/container_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/empty/image_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/empty/volume_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/empty/build-cache_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/after_LoadBusybox [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-09-02T19:52:33.533Z] === RUN TestDiskUsage/after_container.Run [2021-09-02T19:52:33.939Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-09-02T19:52:34.107Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-09-02T19:52:34.107Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-09-02T19:52:34.107Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-09-02T19:52:34.107Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-09-02T19:52:34.107Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-09-02T19:52:34.107Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-09-02T19:52:34.107Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-09-02T19:52:34.107Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-09-02T19:52:34.107Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-09-02T19:52:34.107Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-09-02T19:52:34.197Z] === RUN TestDockerSuite/TestCreateLabels [2021-09-02T19:52:34.197Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-09-02T19:52:34.197Z] === RUN TestDockerSuite/TestCreateRM [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage (1.49s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.27s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_container.Run (0.48s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.01s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-09-02T19:52:34.375Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-09-02T19:52:34.375Z] PASS [2021-09-02T19:52:34.375Z] [2021-09-02T19:52:34.375Z] === Skipped [2021-09-02T19:52:34.375Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-02T19:52:34.375Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-02T19:52:34.375Z] [2021-09-02T19:52:34.375Z] DONE 53 tests, 1 skipped in 22.924s [2021-09-02T19:52:34.375Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-09-02T19:52:34.375Z] ++ 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-09-02T19:52:34.375Z] ++ set -e [2021-09-02T19:52:34.375Z] ++ '[' -n 0 ']' [2021-09-02T19:52:34.375Z] ++ set -x [2021-09-02T19:52:34.375Z] ++ 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-09-02T19:52:34.375Z] INFO: Testing against a local daemon [2021-09-02T19:52:34.375Z] === RUN TestVolumesCreateAndList [2021-09-02T19:52:34.375Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-09-02T19:52:34.375Z] === RUN TestVolumesRemove [2021-09-02T19:52:34.456Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-09-02T19:52:34.456Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-02T19:52:34.456Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-09-02T19:52:34.456Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-09-02T19:52:34.456Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-09-02T19:52:34.638Z] --- PASS: TestVolumesRemove (0.08s) [2021-09-02T19:52:34.638Z] === RUN TestVolumesInspect [2021-09-02T19:52:34.638Z] --- PASS: TestVolumesInspect (0.04s) [2021-09-02T19:52:34.638Z] === RUN TestVolumesInvalidJSON [2021-09-02T19:52:34.638Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-02T19:52:34.638Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-02T19:52:34.638Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-02T19:52:34.638Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-09-02T19:52:34.638Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-02T19:52:34.638Z] PASS [2021-09-02T19:52:34.638Z] [2021-09-02T19:52:34.638Z] DONE 5 tests in 0.276s [2021-09-02T19:52:34.638Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-02T19:52:35.212Z] ++++ cat bundles/test-integration/docker.pid [2021-09-02T19:52:35.212Z] +++ kill 15068 [2021-09-02T19:52:35.478Z] +++ /etc/init.d/apparmor stop [2021-09-02T19:52:35.478Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-02T19:52:35.478Z] [2021-09-02T19:52:35.479Z] Unloading profiles will leave already running processes permanently [2021-09-02T19:52:35.479Z] unconfined, which can lead to unexpected situations. [2021-09-02T19:52:35.479Z] [2021-09-02T19:52:35.479Z] To set a process to complain mode, use the command line tool [2021-09-02T19:52:35.479Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-02T19:52:35.479Z] +++ true [2021-09-02T19:52:35.479Z] exiting test-integration [2021-09-02T19:52:35.479Z] ++ exit 0 [2021-09-02T19:52:35.479Z] [2021-09-02T19:52:36.373Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-09-02T19:52:36.373Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-09-02T19:52:36.373Z] === RUN TestDockerSuite/TestCreateWithLargePortRange Post stage [Pipeline] junit [2021-09-02T19:52:36.887Z] Recording test results [2021-09-02T19:52:37.166Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-09-02T19:52:37.522Z] + echo Ensuring container killed. [2021-09-02T19:52:37.522Z] Ensuring container killed. [2021-09-02T19:52:37.522Z] + docker rm -vf docker-pr18 [2021-09-02T19:52:37.522Z] Error: No such container: docker-pr18 [Pipeline] sh [2021-09-02T19:52:37.818Z] + echo Chowning /workspace to jenkins user [2021-09-02T19:52:37.818Z] Chowning /workspace to jenkins user [2021-09-02T19:52:37.818Z] + id -u [2021-09-02T19:52:37.818Z] + id -g [2021-09-02T19:52:37.818Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42674:/workspace busybox chown -R 1000:1000 /workspace [2021-09-02T19:52:37.818Z] Unable to find image 'busybox:latest' locally [2021-09-02T19:52:38.081Z] latest: Pulling from library/busybox [2021-09-02T19:52:38.081Z] be0c1d6b695c: Pulling fs layer [2021-09-02T19:52:38.081Z] be0c1d6b695c: Verifying Checksum [2021-09-02T19:52:38.081Z] be0c1d6b695c: Download complete [2021-09-02T19:52:38.355Z] be0c1d6b695c: Pull complete [2021-09-02T19:52:38.355Z] Digest: sha256:b37dd066f59a4961024cf4bed74cae5e68ac26b48807292bd12198afa3ecb778 [2021-09-02T19:52:38.355Z] Status: Downloaded newer image for busybox:latest [2021-09-02T19:52:39.367Z] Fetching without tags [2021-09-02T19:52:39.660Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-09-02T19:52:39.660Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-09-02T19:52:39.660Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-09-02T19:52:39.661Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-09-02T19:52:39.661Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-09-02T19:52:39.661Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-09-02T19:52:39.919Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-09-02T19:52:40.198Z] Merging remotes/origin/master commit 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d into PR head commit 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:52:39.101Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:52:39.141Z] > git config --add remote.origin.fetch +refs/pull/42674/head:refs/remotes/origin/PR-42674 # timeout=10 [2021-09-02T19:52:39.179Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:52:39.291Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-02T19:52:39.404Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-02T19:52:39.405Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:52:39.407Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42674/head:refs/remotes/origin/PR-42674 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-02T19:52:40.236Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:52:40.279Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:52:41.295Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-09-02T19:52:41.553Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-02T19:52:42.881Z] + bundleName=arm64-integration [2021-09-02T19:52:42.881Z] + echo Creating arm64-integration-bundles.tar.gz [2021-09-02T19:52:42.881Z] Creating arm64-integration-bundles.tar.gz [2021-09-02T19:52:42.881Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2021-09-02T19:52:42.881Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-09-02T19:52:42.928Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-09-02T19:52:42.932Z] Merge succeeded, producing 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:52:42.932Z] Checking out Revision 1b8db067856387b4cc80bd5813993475382993b6 (PR-42674) [Pipeline] archiveArtifacts [2021-09-02T19:52:43.159Z] Archiving artifacts [2021-09-02T19:52:43.488Z] Commit message: "Dockerfile: update gotestsum to v1.7.0" [2021-09-02T19:52:43.863Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-09-02T19:52:44.041Z] [2021-09-02T19:52:44.041Z] GitHub has been notified of this commit’s build result [2021-09-02T19:52:44.041Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-02T19:52:42.645Z] > git remote # timeout=10 [2021-09-02T19:52:42.691Z] > git config --get remote.origin.url # timeout=10 [2021-09-02T19:52:42.729Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-02T19:52:42.732Z] > git merge 8fa6126f75f255805fb7f6ffa716d03b4cc7f76d # timeout=10 [2021-09-02T19:52:42.856Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-09-02T19:52:42.969Z] > git config core.sparsecheckout # timeout=10 [2021-09-02T19:52:43.017Z] > git checkout -f 1b8db067856387b4cc80bd5813993475382993b6 # timeout=10 [2021-09-02T19:52:44.800Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-09-02T19:52:45.043Z] + docker version [2021-09-02T19:52:45.043Z] Client: [2021-09-02T19:52:45.043Z] Version: 20.10.8 [2021-09-02T19:52:45.043Z] API version: 1.41 [2021-09-02T19:52:45.043Z] Go version: go1.16.6 [2021-09-02T19:52:45.043Z] Git commit: 3967b7d [2021-09-02T19:52:45.043Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-02T19:52:45.043Z] OS/Arch: windows/amd64 [2021-09-02T19:52:45.043Z] Context: default [2021-09-02T19:52:45.043Z] Experimental: true [2021-09-02T19:52:45.043Z] [2021-09-02T19:52:45.043Z] Server: Docker Engine - Community [2021-09-02T19:52:45.043Z] Engine: [2021-09-02T19:52:45.043Z] Version: 20.10.8 [2021-09-02T19:52:45.043Z] API version: 1.41 (minimum version 1.24) [2021-09-02T19:52:45.043Z] Go version: go1.16.6 [2021-09-02T19:52:45.043Z] Git commit: 75249d8 [2021-09-02T19:52:45.043Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-02T19:52:45.043Z] OS/Arch: windows/amd64 [2021-09-02T19:52:45.043Z] Experimental: true [Pipeline] sh [2021-09-02T19:52:45.368Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-09-02T19:52:45.368Z] === RUN TestDockerSuite/TestDevicePermissions [2021-09-02T19:52:45.579Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42674/18/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-02T19:52:45.935Z] === RUN TestDockerSuite/TestDockerFails [2021-09-02T19:52:45.935Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-09-02T19:52:45.935Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-09-02T19:52:45.935Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-09-02T19:52:45.978Z] + make clean [2021-09-02T19:52:46.108Z] + docker info [2021-09-02T19:52:46.108Z] Client: [2021-09-02T19:52:46.108Z] Context: default [2021-09-02T19:52:46.108Z] Debug Mode: false [2021-09-02T19:52:46.108Z] [2021-09-02T19:52:46.108Z] Server: [2021-09-02T19:52:46.108Z] Containers: 0 [2021-09-02T19:52:46.108Z] Running: 0 [2021-09-02T19:52:46.108Z] Paused: 0 [2021-09-02T19:52:46.108Z] Stopped: 0 [2021-09-02T19:52:46.108Z] Images: 11 [2021-09-02T19:52:46.108Z] Server Version: 20.10.8 [2021-09-02T19:52:46.108Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-09-02T19:52:46.108Z] Windows: [2021-09-02T19:52:46.108Z] LCOW: [2021-09-02T19:52:46.108Z] Logging Driver: json-file [2021-09-02T19:52:46.108Z] Plugins: [2021-09-02T19:52:46.108Z] Volume: local [2021-09-02T19:52:46.108Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-02T19:52:46.108Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-02T19:52:46.108Z] Swarm: inactive [2021-09-02T19:52:46.108Z] Default Isolation: process [2021-09-02T19:52:46.108Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-02T19:52:46.108Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-02T19:52:46.108Z] OSType: windows [2021-09-02T19:52:46.108Z] Architecture: x86_64 [2021-09-02T19:52:46.108Z] CPUs: 4 [2021-09-02T19:52:46.108Z] Total Memory: 32GiB [2021-09-02T19:52:46.108Z] Name: azwin-2-bf8070 [2021-09-02T19:52:46.108Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-09-02T19:52:46.108Z] Docker Root Dir: D:\docker [2021-09-02T19:52:46.108Z] Debug Mode: false [2021-09-02T19:52:46.108Z] Registry: https://index.docker.io/v1/ [2021-09-02T19:52:46.108Z] Labels: [2021-09-02T19:52:46.108Z] Experimental: true [2021-09-02T19:52:46.108Z] Insecure Registries: [2021-09-02T19:52:46.108Z] 10.0.0.4:5000 [2021-09-02T19:52:46.108Z] 127.0.0.0/8 [2021-09-02T19:52:46.108Z] Registry Mirrors: [2021-09-02T19:52:46.108Z] http://10.0.0.4:5000/ [2021-09-02T19:52:46.108Z] Live Restore Enabled: false [2021-09-02T19:52:46.108Z] Product License: Community Engine [2021-09-02T19:52:46.108Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-09-02T19:52:46.552Z] docker volume rm -f docker-dev-cache [2021-09-02T19:52:46.553Z] docker-dev-cache [Pipeline] deleteDir [2021-09-02T19:52:46.870Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-09-02T19:52:47.440Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-09-02T19:52:48.377Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-09-02T19:52:48.377Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-09-02T19:52:48.377Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-09-02T19:52:48.636Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-09-02T19:52:51.924Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-02T19:52:53.904Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-09-02T19:52:54.005Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-09-02T19:52:54.005Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-075721aa\powershellScript.ps1'; exit $LASTEXITCODE; [2021-09-02T19:52:54.005Z] ---------------------------------------------------------------------------- [2021-09-02T19:52:54.005Z] [2021-09-02T19:52:54.005Z] INFO: executeCI.ps1 starting at Thu Sep 2 19:52:53 CUT 2021 [2021-09-02T19:52:54.005Z] [2021-09-02T19:52:54.005Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-09-02T19:52:54.005Z] INFO: Running git version 2.24.1.windows.2 [2021-09-02T19:52:54.005Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2021-09-02T19:52:54.005Z] INFO: Environment variables: [2021-09-02T19:52:54.005Z] [2021-09-02T19:52:54.005Z] Name Value [2021-09-02T19:52:54.005Z] ---- ----- [2021-09-02T19:52:54.005Z] ALLUSERSPROFILE C:\ProgramData [2021-09-02T19:52:54.005Z] amd64 true [2021-09-02T19:52:54.005Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-09-02T19:52:54.005Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-09-02T19:52:54.005Z] arm64 true [2021-09-02T19:52:54.005Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-09-02T19:52:54.005Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-09-02T19:52:54.005Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-09-02T19:52:54.005Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-09-02T19:52:54.005Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-09-02T19:52:54.005Z] BRANCH_NAME PR-42674 [2021-09-02T19:52:54.005Z] BUILD_DISPLAY_NAME #18 [2021-09-02T19:52:54.005Z] BUILD_ID 18 [2021-09-02T19:52:54.005Z] BUILD_NUMBER 18 [2021-09-02T19:52:54.005Z] BUILD_TAG jenkins-moby-PR-42674-18 [2021-09-02T19:52:54.005Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/18/ [2021-09-02T19:52:54.005Z] cgroup2 true [2021-09-02T19:52:54.005Z] CHANGE_AUTHOR thaJeztah [2021-09-02T19:52:54.005Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-09-02T19:52:54.005Z] CHANGE_BRANCH bump_gotestsum [2021-09-02T19:52:54.005Z] CHANGE_FORK thaJeztah/docker [2021-09-02T19:52:54.005Z] CHANGE_ID 42674 [2021-09-02T19:52:54.005Z] CHANGE_TARGET master [2021-09-02T19:52:54.005Z] CHANGE_TITLE Dockerfile: simplify utility-install script, and update gotestsum to v1.7.0 [2021-09-02T19:52:54.005Z] CHANGE_URL https://github.com/moby/moby/pull/42674 [2021-09-02T19:52:54.005Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-02T19:52:54.005Z] CommonProgramFiles C:\Program Files\Common Files [2021-09-02T19:52:54.005Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-09-02T19:52:54.005Z] CommonProgramW6432 C:\Program Files\Common Files [2021-09-02T19:52:54.005Z] COMPUTERNAME azwin-2-bf8070 [2021-09-02T19:52:54.005Z] ComSpec C:\Windows\system32\cmd.exe [2021-09-02T19:52:54.005Z] ConfigSequenceNumber 0 [2021-09-02T19:52:54.005Z] dco true [2021-09-02T19:52:54.005Z] DOCKER_BUILDKIT 0 [2021-09-02T19:52:54.005Z] DOCKER_DUT_DEBUG 1 [2021-09-02T19:52:54.005Z] DOCKER_EXPERIMENTAL 1 [2021-09-02T19:52:54.005Z] DOCKER_GRAPHDRIVER overlay2 [2021-09-02T19:52:54.005Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2021-09-02T19:52:54.005Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-09-02T19:52:54.005Z] EXECUTOR_NUMBER 0 [2021-09-02T19:52:54.005Z] FQDN azwin-2-bf8070.westus.cloudapp.azure.com [2021-09-02T19:52:54.005Z] GIT_BRANCH PR-42674 [2021-09-02T19:52:54.005Z] GIT_COMMIT 1b8db067856387b4cc80bd5813993475382993b6 [2021-09-02T19:52:54.005Z] GIT_PREVIOUS_COMMIT 0be9f547c86423c4c88ec4552ca0f55bbe65186e [2021-09-02T19:52:54.005Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 0be9f547c86423c4c88ec4552ca0f55bbe65186e [2021-09-02T19:52:54.005Z] GIT_URL https://github.com/moby/moby.git [2021-09-02T19:52:54.005Z] HUDSON_COOKIE 8af625fa-6ac8-4507-bda4-22baa5c61e60 [2021-09-02T19:52:54.005Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-09-02T19:52:54.005Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-09-02T19:52:54.005Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-09-02T19:52:54.005Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-09-02T19:52:54.005Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-09-02T19:52:54.005Z] JENKINS_NODE_COOKIE 8e7a82f2-f81e-4275-aba7-1803229fbaa4 [2021-09-02T19:52:54.005Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-09-02T19:52:54.005Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-09-02T19:52:54.005Z] JOB_BASE_NAME PR-42674 [2021-09-02T19:52:54.005Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/display/redirect [2021-09-02T19:52:54.005Z] JOB_NAME moby/PR-42674 [2021-09-02T19:52:54.005Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/ [2021-09-02T19:52:54.005Z] library.jps.version master [2021-09-02T19:52:54.005Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-09-02T19:52:54.005Z] NODE_LABELS amd64 azure azwin-2-bf8070 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-09-02T19:52:54.005Z] NODE_NAME azwin-2-bf8070 [2021-09-02T19:52:54.005Z] NUMBER_OF_PROCESSORS 4 [2021-09-02T19:52:54.005Z] OS Windows_NT [2021-09-02T19:52:54.005Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-09-02T19:52:54.005Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-09-02T19:52:54.005Z] ppc64le false [2021-09-02T19:52:54.005Z] PROCESSOR_ARCHITECTURE AMD64 [2021-09-02T19:52:54.005Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-09-02T19:52:54.005Z] PROCESSOR_LEVEL 6 [2021-09-02T19:52:54.005Z] PROCESSOR_REVISION 5507 [2021-09-02T19:52:54.005Z] ProgramData C:\ProgramData [2021-09-02T19:52:54.005Z] ProgramFiles C:\Program Files [2021-09-02T19:52:54.005Z] ProgramFiles(x86) C:\Program Files (x86) [2021-09-02T19:52:54.005Z] ProgramW6432 C:\Program Files [2021-09-02T19:52:54.005Z] PROMPT $P$G [2021-09-02T19:52:54.005Z] PSExecutionPolicyPreference Bypass [2021-09-02T19:52:54.005Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-09-02T19:52:54.005Z] PUBLIC C:\Users\Public [2021-09-02T19:52:54.005Z] rootless true [2021-09-02T19:52:54.005Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/18/display/redirect?page=arti... [2021-09-02T19:52:54.005Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/18/display/redirect?page=changes [2021-09-02T19:52:54.006Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/18/display/redirect [2021-09-02T19:52:54.006Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42674/18/display/redirect?page=tests [2021-09-02T19:52:54.006Z] s390x false [2021-09-02T19:52:54.006Z] SKIP_VALIDATION_TESTS 1 [2021-09-02T19:52:54.006Z] SOURCES_DRIVE d [2021-09-02T19:52:54.006Z] SOURCES_SUBDIR gopath [2021-09-02T19:52:54.006Z] STAGE_NAME Run tests [2021-09-02T19:52:54.006Z] SystemDrive C: [2021-09-02T19:52:54.006Z] SystemRoot C:\Windows [2021-09-02T19:52:54.006Z] TEMP C:\Windows\TEMP [2021-09-02T19:52:54.006Z] TESTDEBUG 0 [2021-09-02T19:52:54.006Z] TESTRUN_DRIVE d [2021-09-02T19:52:54.006Z] TESTRUN_SUBDIR CI [2021-09-02T19:52:54.006Z] TIMEOUT 120m [2021-09-02T19:52:54.006Z] TMP C:\Windows\TEMP [2021-09-02T19:52:54.006Z] unit_validate true [2021-09-02T19:52:54.006Z] USERDOMAIN WORKGROUP [2021-09-02T19:52:54.006Z] USERNAME azwin-2-bf8070$ [2021-09-02T19:52:54.006Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-09-02T19:52:54.006Z] validate_force false [2021-09-02T19:52:54.006Z] windir C:\Windows [2021-09-02T19:52:54.006Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-09-02T19:52:54.006Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2021-09-02T19:52:54.006Z] windows2022 true [2021-09-02T19:52:54.006Z] windows2022containerd true [2021-09-02T19:52:54.006Z] windowsRS1 false [2021-09-02T19:52:54.006Z] windowsRS5 true [2021-09-02T19:52:54.006Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-09-02T19:52:54.006Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-09-02T19:52:54.006Z] [2021-09-02T19:52:54.006Z] [2021-09-02T19:52:54.006Z] [2021-09-02T19:52:54.006Z] INFO: Sources under d:\gopath\... [2021-09-02T19:52:54.006Z] INFO: Test run under d:\CI\... [2021-09-02T19:52:54.006Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-09-02T19:52:54.006Z] INFO: docker/docker repository was found [2021-09-02T19:52:54.006Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-09-02T19:52:54.006Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.169' [2021-09-02T19:52:54.006Z] INFO: Docker version of control daemon [2021-09-02T19:52:54.006Z] [2021-09-02T19:52:54.475Z] Client: [2021-09-02T19:52:54.475Z] Version: 20.10.8 [2021-09-02T19:52:54.475Z] API version: 1.41 [2021-09-02T19:52:54.475Z] Go version: go1.16.6 [2021-09-02T19:52:54.475Z] Git commit: 3967b7d [2021-09-02T19:52:54.475Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-02T19:52:54.475Z] OS/Arch: windows/amd64 [2021-09-02T19:52:54.475Z] Context: default [2021-09-02T19:52:54.475Z] Experimental: true [2021-09-02T19:52:54.475Z] [2021-09-02T19:52:54.475Z] Server: Docker Engine - Community [2021-09-02T19:52:54.475Z] Engine: [2021-09-02T19:52:54.475Z] Version: 20.10.8 [2021-09-02T19:52:54.475Z] API version: 1.41 (minimum version 1.24) [2021-09-02T19:52:54.475Z] Go version: go1.16.6 [2021-09-02T19:52:54.475Z] Git commit: 75249d8 [2021-09-02T19:52:54.475Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-02T19:52:54.475Z] OS/Arch: windows/amd64 [2021-09-02T19:52:54.475Z] Experimental: true [2021-09-02T19:52:54.475Z] [2021-09-02T19:52:54.475Z] INFO: Docker info of control daemon [2021-09-02T19:52:54.475Z] [2021-09-02T19:52:54.475Z] Client: [2021-09-02T19:52:54.475Z] Context: default [2021-09-02T19:52:54.475Z] Debug Mode: false [2021-09-02T19:52:54.475Z] [2021-09-02T19:52:54.475Z] Server: [2021-09-02T19:52:54.475Z] Containers: 0 [2021-09-02T19:52:54.475Z] Running: 0 [2021-09-02T19:52:54.475Z] Paused: 0 [2021-09-02T19:52:54.475Z] Stopped: 0 [2021-09-02T19:52:54.475Z] Images: 11 [2021-09-02T19:52:54.475Z] Server Version: 20.10.8 [2021-09-02T19:52:54.475Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-09-02T19:52:54.475Z] Windows: [2021-09-02T19:52:54.475Z] LCOW: [2021-09-02T19:52:54.475Z] Logging Driver: json-file [2021-09-02T19:52:54.475Z] Plugins: [2021-09-02T19:52:54.475Z] Volume: local [2021-09-02T19:52:54.475Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-02T19:52:54.475Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-02T19:52:54.475Z] Swarm: inactive [2021-09-02T19:52:54.475Z] Default Isolation: process [2021-09-02T19:52:54.475Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-02T19:52:54.475Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-02T19:52:54.475Z] OSType: windows [2021-09-02T19:52:54.475Z] Architecture: x86_64 [2021-09-02T19:52:54.475Z] CPUs: 4 [2021-09-02T19:52:54.475Z] Total Memory: 32GiB [2021-09-02T19:52:54.475Z] Name: azwin-2-bf8070 [2021-09-02T19:52:54.475Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-09-02T19:52:54.475Z] Docker Root Dir: D:\docker [2021-09-02T19:52:54.475Z] Debug Mode: false [2021-09-02T19:52:54.475Z] Registry: https://index.docker.io/v1/ [2021-09-02T19:52:54.475Z] Labels: [2021-09-02T19:52:54.475Z] Experimental: true [2021-09-02T19:52:54.475Z] Insecure Registries: [2021-09-02T19:52:54.475Z] 10.0.0.4:5000 [2021-09-02T19:52:54.475Z] 127.0.0.0/8 [2021-09-02T19:52:54.475Z] Registry Mirrors: [2021-09-02T19:52:54.475Z] http://10.0.0.4:5000/ [2021-09-02T19:52:54.475Z] Live Restore Enabled: false [2021-09-02T19:52:54.475Z] Product License: Community Engine [2021-09-02T19:52:54.475Z] [2021-09-02T19:52:54.475Z] [2021-09-02T19:52:54.475Z] INFO: Commit hash is 1b8db06785 [2021-09-02T19:52:54.475Z] INFO: Nuke-Everything... [2021-09-02T19:52:54.475Z] INFO: Container count on control daemon to delete is 0 [2021-09-02T19:52:54.475Z] INFO: Nuking d:\CI [2021-09-02T19:52:54.945Z] INFO: Zapped successfully [2021-09-02T19:52:54.945Z] INFO: Location for testing is d:\CI\PR-42674\18 [2021-09-02T19:52:54.945Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-09-02T19:52:54.945Z] [2021-09-02T19:52:54.945Z] [2021-09-02T19:52:54.945Z] INFO: Building the image from Dockerfile.windows at 09/02/2021 19:52:54... [2021-09-02T19:52:54.945Z] [2021-09-02T19:52:55.816Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-09-02T19:52:57.738Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-09-02T19:52:57.738Z] --- PASS: TestServicePlugin (31.99s) [2021-09-02T19:52:57.738Z] === RUN TestServiceUpdateLabel [2021-09-02T19:52:57.738Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-09-02T19:52:59.117Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-09-02T19:52:59.188Z] ok github.com/docker/docker/libnetwork/networkdb 103.756s coverage: 60.0% of statements [2021-09-02T19:52:59.188Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-09-02T19:52:59.188Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2021-09-02T19:52:59.188Z] ok github.com/docker/docker/libnetwork/osl 4.334s coverage: 39.7% of statements [2021-09-02T19:52:59.188Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2021-09-02T19:52:59.188Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2021-09-02T19:52:59.188Z] ok github.com/docker/docker/libnetwork/portmapper 0.211s coverage: 48.6% of statements [2021-09-02T19:52:59.188Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2021-09-02T19:52:59.188Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-09-02T19:52:59.188Z] ok github.com/docker/docker/libnetwork/types 0.009s coverage: 37.3% of statements [2021-09-02T19:52:59.188Z] [2021-09-02T19:52:59.188Z] === Skipped [2021-09-02T19:52:59.188Z] === SKIP: libnetwork TestParallel3 (0.00s) [2021-09-02T19:52:59.188Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-09-02T19:52:59.188Z] [2021-09-02T19:52:59.188Z] === SKIP: libnetwork TestParallel1 (0.00s) [2021-09-02T19:52:59.188Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-09-02T19:52:59.188Z] [2021-09-02T19:52:59.188Z] === SKIP: libnetwork TestParallel2 (0.00s) [2021-09-02T19:52:59.188Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-09-02T19:52:59.188Z] [2021-09-02T19:52:59.188Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-09-02T19:52:59.188Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:52:59.188Z] [2021-09-02T19:52:59.188Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-09-02T19:52:59.188Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:52:59.188Z] [2021-09-02T19:52:59.188Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-09-02T19:52:59.188Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:52:59.188Z] [2021-09-02T19:52:59.188Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-09-02T19:52:59.188Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:52:59.188Z] [2021-09-02T19:52:59.188Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-09-02T19:52:59.188Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T19:52:59.188Z] [2021-09-02T19:52:59.188Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-09-02T19:52:59.188Z] firewalld_test.go:14: firewalld is not running [2021-09-02T19:52:59.188Z] [2021-09-02T19:52:59.188Z] DONE 331 tests, 9 skipped in 198.124s [2021-09-02T19:52:59.709Z] Sending build context to Docker daemon 60.65MB [2021-09-02T19:52:59.709Z] [2021-09-02T19:52:59.709Z] Step 1/11 : FROM microsoft/windowsservercore [2021-09-02T19:52:59.709Z] ---> 801c33f5de3a [2021-09-02T19:52:59.709Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-09-02T19:52:59.709Z] ---> Using cache [2021-09-02T19:52:59.709Z] ---> e5c143ea8af6 [2021-09-02T19:52:59.709Z] Step 3/11 : ARG GO_VERSION=1.17.0 [2021-09-02T19:52:59.709Z] ---> Using cache [2021-09-02T19:52:59.709Z] ---> 5c76dd6f7b36 [2021-09-02T19:52:59.709Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.5 [2021-09-02T19:52:59.709Z] ---> Using cache [2021-09-02T19:52:59.709Z] ---> a7a4fabb220c [2021-09-02T19:52:59.709Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2021-09-02T19:52:59.709Z] ---> Running in 6ee297247e88 [2021-09-02T19:52:59.709Z] Removing intermediate container 6ee297247e88 [2021-09-02T19:52:59.709Z] ---> 822bf1dbf12d [2021-09-02T19:52:59.710Z] 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-09-02T19:52:59.710Z] ---> Running in c11f486a13d6 Post stage [Pipeline] junit [2021-09-02T19:52:59.761Z] Recording test results [2021-09-02T19:52:59.987Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-09-02T19:53:00.054Z] docker_api_swarm_test.go:202: [de471246e1a8e] joining swarm manager [d7694e549e245]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:53:00.180Z] Removing intermediate container c11f486a13d6 [2021-09-02T19:53:00.180Z] ---> 4571ecc0bc95 [2021-09-02T19:53:00.180Z] 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-09-02T19:53:00.180Z] ---> Running in 61ffa10bcd4e [2021-09-02T19:53:00.313Z] --- PASS: TestServiceUpdateLabel (2.81s) [2021-09-02T19:53:00.313Z] === RUN TestServiceUpdateSecrets [2021-09-02T19:53:00.313Z] === RUN TestDockerSuite/TestEventsAttach [2021-09-02T19:53:00.319Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42674/.git:/go/src/github.com/docker/docker/.git --name docker-pr18 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1b8db067856387b4cc80bd5813993475382993b6 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1b8db067856387b4cc80bd5813993475382993b6 hack/validate/vendor [2021-09-02T19:53:00.881Z] No vendor changes in diff. [2021-09-02T19:53:01.250Z] === RUN TestDockerSuite/TestEventsCommit [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-09-02T19:53:01.790Z] + echo Ensuring container killed. [2021-09-02T19:53:01.790Z] Ensuring container killed. [2021-09-02T19:53:01.790Z] + docker rm -vf docker-pr18 [2021-09-02T19:53:01.790Z] Error: No such container: docker-pr18 [Pipeline] sh [2021-09-02T19:53:01.819Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-09-02T19:53:02.081Z] + echo Chowning /workspace to jenkins user [2021-09-02T19:53:02.081Z] Chowning /workspace to jenkins user [2021-09-02T19:53:02.081Z] + id -u [2021-09-02T19:53:02.081Z] + id -g [2021-09-02T19:53:02.081Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42674:/workspace busybox chown -R 1000:1000 /workspace [2021-09-02T19:53:02.388Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-09-02T19:53:02.954Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-02T19:53:03.340Z] + bundleName=unit [2021-09-02T19:53:03.341Z] + echo Creating unit-bundles.tar.gz [2021-09-02T19:53:03.341Z] Creating unit-bundles.tar.gz [2021-09-02T19:53:03.341Z] + 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-09-02T19:53:03.341Z] bundles/junit-report-libnetwork.xml [2021-09-02T19:53:03.341Z] bundles/junit-report.xml [2021-09-02T19:53:03.341Z] bundles/go-test-report-libnetwork.json [2021-09-02T19:53:03.341Z] bundles/go-test-report.json [2021-09-02T19:53:03.341Z] bundles/profile-libnetwork.out [2021-09-02T19:53:03.341Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-09-02T19:53:03.350Z] Archiving artifacts [2021-09-02T19:53:03.520Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-09-02T19:53:03.770Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42674/18/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-02T19:53:03.993Z] [2021-09-02T19:53:03.993Z] SUCCESS: Specified value was saved. [2021-09-02T19:53:04.078Z] + make clean [2021-09-02T19:53:04.078Z] docker volume rm -f docker-dev-cache [2021-09-02T19:53:04.334Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-02T19:53:04.895Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-09-02T19:53:04.990Z] INFO: Downloading git... [2021-09-02T19:53:05.829Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-09-02T19:53:05.999Z] INFO: Downloading go... [2021-09-02T19:53:07.577Z] INFO: Downloading compiler 1 of 3... [2021-09-02T19:53:08.358Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-09-02T19:53:09.147Z] INFO: Downloading compiler 2 of 3... [2021-09-02T19:53:10.139Z] INFO: Downloading compiler 3 of 3... [2021-09-02T19:53:10.260Z] === RUN TestDockerSuite/TestEventsCopy [2021-09-02T19:53:10.608Z] INFO: Extracting git... [2021-09-02T19:53:10.826Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-09-02T19:53:11.761Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-09-02T19:53:15.044Z] --- PASS: TestServiceUpdateSecrets (14.82s) [2021-09-02T19:53:15.044Z] === RUN TestServiceUpdateConfigs [2021-09-02T19:53:17.597Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-09-02T19:53:17.597Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-09-02T19:53:18.531Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-09-02T19:53:19.097Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-09-02T19:53:19.355Z] === RUN TestDockerSuite/TestEventsFilterType [2021-09-02T19:53:19.355Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-09-02T19:53:19.614Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-09-02T19:53:19.872Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-09-02T19:53:19.872Z] === RUN TestDockerSuite/TestEventsFilters [2021-09-02T19:53:20.808Z] === RUN TestDockerSuite/TestEventsFormat [2021-09-02T19:53:21.049Z] INFO: Expanding go... [2021-09-02T19:53:21.745Z] docker_api_swarm_test.go:384: [d1ae6a87e1c43] joining swarm manager [d1e041816c3a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:53:22.003Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-09-02T19:53:22.003Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-09-02T19:53:22.003Z] === RUN TestDockerSuite/TestEventsImageImport [2021-09-02T19:53:22.939Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-09-02T19:53:22.939Z] docker_api_swarm_test.go:385: [d2ca7ac6c456b] joining swarm manager [d1e041816c3a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:53:22.939Z] === RUN TestDockerSuite/TestEventsImagePull [2021-09-02T19:53:23.504Z] === RUN TestDockerSuite/TestEventsImageTag [2021-09-02T19:53:24.438Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-09-02T19:53:24.697Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-09-02T19:53:24.697Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-09-02T19:53:24.697Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-09-02T19:53:24.697Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-09-02T19:53:24.697Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-09-02T19:53:26.072Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-09-02T19:53:26.330Z] === RUN TestDockerSuite/TestEventsRename [2021-09-02T19:53:26.897Z] === RUN TestDockerSuite/TestEventsResize [2021-09-02T19:53:27.464Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-09-02T19:53:28.033Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-09-02T19:53:28.600Z] === RUN TestDockerSuite/TestEventsStreaming [2021-09-02T19:53:29.167Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-09-02T19:53:29.733Z] --- PASS: TestServiceUpdateConfigs (14.67s) [2021-09-02T19:53:29.733Z] === RUN TestServiceUpdateNetwork [2021-09-02T19:53:32.265Z] === RUN TestDockerSuite/TestEventsTop [2021-09-02T19:53:32.524Z] === RUN TestDockerSuite/TestEventsUntag [2021-09-02T19:53:35.076Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-09-02T19:53:41.641Z] === RUN TestDockerSuite/TestExec [2021-09-02T19:53:41.641Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-09-02T19:53:42.306Z] INFO: Expanding compiler 1 of 3... [2021-09-02T19:53:42.306Z] INFO: Expanding compiler 2 of 3... [2021-09-02T19:53:42.576Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-09-02T19:53:42.576Z] --- PASS: TestServiceUpdateNetwork (12.81s) [2021-09-02T19:53:42.576Z] === RUN TestServiceUpdatePidsLimit [2021-09-02T19:53:43.143Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-09-02T19:53:43.709Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-09-02T19:53:43.709Z] === RUN TestDockerSuite/TestExecAPIStart [2021-09-02T19:53:44.277Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-09-02T19:53:45.211Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-09-02T19:53:45.470Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-09-02T19:53:46.107Z] INFO: Expanding compiler 3 of 3... [2021-09-02T19:53:46.405Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-09-02T19:53:46.577Z] INFO: Removing downloaded files... [2021-09-02T19:53:46.577Z] INFO: Downloading containerd [2021-09-02T19:53:46.664Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-09-02T19:53:47.229Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-09-02T19:53:47.796Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-09-02T19:53:48.363Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-09-02T19:53:49.301Z] === RUN TestDockerSuite/TestExecCgroup [2021-09-02T19:53:50.236Z] === RUN TestDockerSuite/TestExecEnv [2021-09-02T19:53:50.804Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-09-02T19:53:51.370Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-09-02T19:53:51.937Z] === RUN TestDockerSuite/TestExecExitStatus [2021-09-02T19:53:52.195Z] === RUN TestDockerSuite/TestExecInspectID [2021-09-02T19:53:55.253Z] [2021-09-02T19:53:55.253Z] Name Version Source Summary [2021-09-02T19:53:55.253Z] ---- ------- ------ ------- [2021-09-02T19:53:55.253Z] 7Zip4Powershell 2.0.0 PSGallery Powershell ... [2021-09-02T19:53:55.479Z] === RUN TestDockerSuite/TestExecInteractive [2021-09-02T19:53:55.479Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-09-02T19:53:56.047Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-09-02T19:53:56.243Z] [2021-09-02T19:53:56.243Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2021-09-02T19:53:56.243Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2021-09-02T19:53:56.243Z] PSChildName : containerd [2021-09-02T19:53:56.243Z] PSDrive : C [2021-09-02T19:53:56.243Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2021-09-02T19:53:56.243Z] PSIsContainer : True [2021-09-02T19:53:56.243Z] Name : containerd [2021-09-02T19:53:56.243Z] FullName : C:\containerd [2021-09-02T19:53:56.243Z] Parent : [2021-09-02T19:53:56.243Z] Exists : True [2021-09-02T19:53:56.243Z] Root : C:\ [2021-09-02T19:53:56.243Z] Extension : [2021-09-02T19:53:56.243Z] CreationTime : 9/2/2021 7:53:55 PM [2021-09-02T19:53:56.243Z] CreationTimeUtc : 9/2/2021 7:53:55 PM [2021-09-02T19:53:56.243Z] LastAccessTime : 9/2/2021 7:53:55 PM [2021-09-02T19:53:56.243Z] LastAccessTimeUtc : 9/2/2021 7:53:55 PM [2021-09-02T19:53:56.243Z] LastWriteTime : 9/2/2021 7:53:55 PM [2021-09-02T19:53:56.243Z] LastWriteTimeUtc : 9/2/2021 7:53:55 PM [2021-09-02T19:53:56.243Z] Attributes : Directory [2021-09-02T19:53:56.243Z] Mode : d----- [2021-09-02T19:53:56.243Z] BaseName : containerd [2021-09-02T19:53:56.243Z] Target : {} [2021-09-02T19:53:56.243Z] LinkType : [2021-09-02T19:53:56.243Z] [2021-09-02T19:53:56.639Z] === RUN TestDockerSuite/TestExecParseError [2021-09-02T19:53:57.205Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-09-02T19:53:57.232Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-09-02T19:53:57.232Z] INFO: Configuring git core.autocrlf... [2021-09-02T19:53:57.232Z] [2021-09-02T19:53:57.232Z] [2021-09-02T19:53:57.771Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-09-02T19:53:58.030Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-09-02T19:53:58.964Z] --- PASS: TestServiceUpdatePidsLimit (16.30s) [2021-09-02T19:53:58.964Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2021-09-02T19:53:58.964Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.02s) [2021-09-02T19:53:58.964Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s) [2021-09-02T19:53:58.964Z] PASS [2021-09-02T19:53:58.964Z] [2021-09-02T19:53:58.964Z] === Skipped [2021-09-02T19:53:58.964Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-09-02T19:53:58.964Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-02T19:53:58.964Z] [2021-09-02T19:53:58.964Z] DONE 27 tests, 1 skipped in 179.052s [2021-09-02T19:53:58.964Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-09-02T19:53:58.964Z] ++ 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-09-02T19:53:58.964Z] ++ set -e [2021-09-02T19:53:58.964Z] ++ '[' -n 0 ']' [2021-09-02T19:53:58.964Z] ++ set -x [2021-09-02T19:53:58.964Z] ++ 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-09-02T19:53:58.964Z] INFO: Testing against a local daemon [2021-09-02T19:53:58.964Z] === RUN TestSessionCreate [2021-09-02T19:53:59.222Z] --- PASS: TestSessionCreate (0.04s) [2021-09-02T19:53:59.222Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-02T19:53:59.222Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-09-02T19:53:59.222Z] PASS [2021-09-02T19:53:59.222Z] [2021-09-02T19:53:59.222Z] DONE 2 tests in 0.197s [2021-09-02T19:53:59.222Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-09-02T19:53:59.222Z] ++ 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-09-02T19:53:59.222Z] ++ set -e [2021-09-02T19:53:59.222Z] ++ '[' -n 0 ']' [2021-09-02T19:53:59.222Z] ++ set -x [2021-09-02T19:53:59.222Z] ++ 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-09-02T19:53:59.222Z] INFO: Testing against a local daemon [2021-09-02T19:53:59.222Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-02T19:53:59.222Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-02T19:53:59.222Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-02T19:53:59.222Z] === RUN TestDiskUsage [2021-09-02T19:53:59.222Z] === PAUSE TestDiskUsage [2021-09-02T19:53:59.222Z] === RUN TestEventsExecDie [2021-09-02T19:53:59.222Z] === RUN TestDockerSuite/TestExecSetEnv [2021-09-02T19:54:00.158Z] --- PASS: TestEventsExecDie (0.69s) [2021-09-02T19:54:00.158Z] === RUN TestEventsBackwardsCompatible [2021-09-02T19:54:00.158Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-09-02T19:54:00.158Z] === RUN TestEventsVolumeCreate [2021-09-02T19:54:00.158Z] === RUN TestDockerSuite/TestExecStartFails [2021-09-02T19:54:00.158Z] --- PASS: TestEventsVolumeCreate (0.08s) [2021-09-02T19:54:00.158Z] === RUN TestInfoBinaryCommits [2021-09-02T19:54:00.158Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-09-02T19:54:00.158Z] === RUN TestInfoAPIVersioned [2021-09-02T19:54:00.158Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-09-02T19:54:00.158Z] === RUN TestInfoDiscoveryBackend [2021-09-02T19:54:00.726Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-09-02T19:54:00.726Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-09-02T19:54:00.726Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-09-02T19:54:01.660Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-09-02T19:54:01.660Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-09-02T19:54:02.225Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-09-02T19:54:02.225Z] === RUN TestInfoAPI [2021-09-02T19:54:02.225Z] --- PASS: TestInfoAPI (0.02s) [2021-09-02T19:54:02.225Z] === RUN TestInfoAPIWarnings [2021-09-02T19:54:12.192Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-09-02T19:54:12.192Z] === RUN TestDockerSuite/TestExecTTY [2021-09-02T19:54:12.758Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-09-02T19:54:13.323Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-09-02T19:54:13.582Z] === RUN TestDockerSuite/TestExecUlimits [2021-09-02T19:54:14.153Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-09-02T19:54:14.153Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-09-02T19:54:14.153Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-09-02T19:54:15.528Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-09-02T19:54:16.097Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-09-02T19:54:16.663Z] === RUN TestDockerSuite/TestExecWithTERM [2021-09-02T19:54:17.230Z] === RUN TestDockerSuite/TestExecWithUser [2021-09-02T19:54:17.797Z] === RUN TestDockerSuite/TestGetContainerStats [2021-09-02T19:54:18.365Z] --- PASS: TestInfoAPIWarnings (16.23s) [2021-09-02T19:54:18.365Z] === RUN TestInfoDebug [2021-09-02T19:54:18.931Z] --- PASS: TestInfoDebug (0.53s) [2021-09-02T19:54:18.931Z] === RUN TestInfoInsecureRegistries [2021-09-02T19:54:19.503Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-09-02T19:54:19.503Z] === RUN TestInfoRegistryMirrors [2021-09-02T19:54:20.075Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-09-02T19:54:20.075Z] === RUN TestLoginFailsWithBadCredentials [2021-09-02T19:54:20.075Z] --- PASS: TestLoginFailsWithBadCredentials (0.10s) [2021-09-02T19:54:20.075Z] === RUN TestPingCacheHeaders [2021-09-02T19:54:20.075Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-09-02T19:54:20.075Z] === RUN TestPingGet [2021-09-02T19:54:20.075Z] --- PASS: TestPingGet (0.01s) [2021-09-02T19:54:20.075Z] === RUN TestPingHead [2021-09-02T19:54:20.075Z] --- PASS: TestPingHead (0.02s) [2021-09-02T19:54:20.075Z] === RUN TestVersion [2021-09-02T19:54:20.075Z] --- PASS: TestVersion (0.02s) [2021-09-02T19:54:20.075Z] === CONT TestDiskUsage [2021-09-02T19:54:20.641Z] === RUN TestDiskUsage/empty [2021-09-02T19:54:20.641Z] === RUN TestDiskUsage/empty/container_types [2021-09-02T19:54:20.641Z] === RUN TestDiskUsage/empty/image_types [2021-09-02T19:54:20.641Z] === RUN TestDiskUsage/empty/volume_types [2021-09-02T19:54:20.641Z] === RUN TestDiskUsage/empty/build-cache_types [2021-09-02T19:54:20.641Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-09-02T19:54:20.641Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-09-02T19:54:20.641Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-09-02T19:54:20.641Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-09-02T19:54:20.641Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-09-02T19:54:20.641Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-09-02T19:54:20.641Z] === RUN TestDiskUsage/after_LoadBusybox [2021-09-02T19:54:20.900Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-09-02T19:54:20.900Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-09-02T19:54:20.900Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-09-02T19:54:20.900Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-09-02T19:54:20.900Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-09-02T19:54:20.900Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-09-02T19:54:20.900Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-09-02T19:54:20.900Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-09-02T19:54:20.900Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-09-02T19:54:20.900Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-09-02T19:54:20.900Z] === RUN TestDiskUsage/after_container.Run [2021-09-02T19:54:21.158Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-09-02T19:54:21.158Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-09-02T19:54:21.158Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-09-02T19:54:21.158Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-09-02T19:54:21.158Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-09-02T19:54:21.158Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-09-02T19:54:21.158Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-09-02T19:54:21.158Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-09-02T19:54:21.158Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-09-02T19:54:21.158Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage (1.24s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-09-02T19:54:21.417Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-09-02T19:54:21.417Z] PASS [2021-09-02T19:54:21.417Z] [2021-09-02T19:54:21.417Z] === Skipped [2021-09-02T19:54:21.417Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-02T19:54:21.417Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-02T19:54:21.417Z] [2021-09-02T19:54:21.417Z] DONE 53 tests, 1 skipped in 22.258s [2021-09-02T19:54:21.417Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-09-02T19:54:21.417Z] ++ 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-09-02T19:54:21.417Z] ++ set -e [2021-09-02T19:54:21.417Z] ++ '[' -n 0 ']' [2021-09-02T19:54:21.417Z] ++ set -x [2021-09-02T19:54:21.417Z] ++ 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-09-02T19:54:21.417Z] INFO: Testing against a local daemon [2021-09-02T19:54:21.417Z] === RUN TestVolumesCreateAndList [2021-09-02T19:54:21.417Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-09-02T19:54:21.417Z] === RUN TestVolumesRemove [2021-09-02T19:54:21.675Z] --- PASS: TestVolumesRemove (0.06s) [2021-09-02T19:54:21.675Z] === RUN TestVolumesInspect [2021-09-02T19:54:21.675Z] --- PASS: TestVolumesInspect (0.02s) [2021-09-02T19:54:21.675Z] === RUN TestVolumesInvalidJSON [2021-09-02T19:54:21.675Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-02T19:54:21.675Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-02T19:54:21.675Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-02T19:54:21.675Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-09-02T19:54:21.675Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-02T19:54:21.675Z] PASS [2021-09-02T19:54:21.675Z] [2021-09-02T19:54:21.675Z] DONE 5 tests in 0.219s [2021-09-02T19:54:21.675Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-02T19:54:21.933Z] ++++ cat bundles/test-integration/docker.pid [2021-09-02T19:54:21.933Z] +++ kill 6302 [2021-09-02T19:54:22.193Z] +++ /etc/init.d/apparmor stop [2021-09-02T19:54:22.193Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-02T19:54:22.193Z] [2021-09-02T19:54:22.193Z] Unloading profiles will leave already running processes permanently [2021-09-02T19:54:22.193Z] unconfined, which can lead to unexpected situations. [2021-09-02T19:54:22.193Z] [2021-09-02T19:54:22.193Z] To set a process to complain mode, use the command line tool [2021-09-02T19:54:22.193Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-02T19:54:22.193Z] +++ true [2021-09-02T19:54:22.193Z] exiting test-integration [2021-09-02T19:54:22.193Z] ++ exit 0 [2021-09-02T19:54:22.193Z] [2021-09-02T19:54:22.455Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-09-02T19:54:22.714Z] + for job in $(jobs -p) [2021-09-02T19:54:22.714Z] + wait 15314 [2021-09-02T19:54:26.898Z] check_test.go:379: [d2ca7ac6c456b] daemon is not started [2021-09-02T19:54:26.898Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-09-02T19:54:27.465Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-09-02T19:54:28.840Z] docker_api_swarm_test.go:802: [d07e8b7a3d893] joining swarm manager [dee65b5c75bf4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:54:28.840Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-09-02T19:54:30.217Z] docker_api_swarm_test.go:802: [de72f91378e46] joining swarm manager [dee65b5c75bf4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:54:31.591Z] docker_api_swarm_test.go:802: [dedcc125e62d6] joining swarm manager [dee65b5c75bf4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-09-02T19:54:32.525Z] docker_api_swarm_test.go:802: [daf5cad836d02] joining swarm manager [dee65b5c75bf4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-09-02T19:54:33.460Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-09-02T19:54:34.028Z] docker_api_swarm_test.go:810: [d5fe074d1fbbd] joining swarm manager [dee65b5c75bf4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-09-02T19:54:34.028Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-09-02T19:54:34.028Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-09-02T19:54:34.028Z] === RUN TestDockerSuite/TestHealth [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-09-02T19:54:55.972Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-09-02T19:54:56.538Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-09-02T19:54:57.105Z] === RUN TestDockerSuite/TestImagesFormat [2021-09-02T19:54:57.363Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-09-02T19:54:57.909Z] Removing intermediate container 61ffa10bcd4e [2021-09-02T19:54:57.909Z] ---> 722eb1f4dde0 [2021-09-02T19:54:57.909Z] 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-09-02T19:54:57.909Z] ---> Running in f82737af87d9 [2021-09-02T19:54:57.928Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-09-02T19:55:00.458Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-09-02T19:55:00.458Z] === RUN TestDockerSuite/TestImportBadURL [2021-09-02T19:55:00.458Z] === RUN TestDockerSuite/TestImportDisplay [2021-09-02T19:55:01.396Z] === RUN TestDockerSuite/TestImportFile [2021-09-02T19:55:01.720Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2021-09-02T19:55:01.720Z] go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-02T19:55:02.202Z] go: downloading github.com/fatih/color v1.10.0 [2021-09-02T19:55:02.202Z] go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-02T19:55:02.202Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-02T19:55:02.202Z] go: downloading github.com/pkg/errors v0.9.1 [2021-09-02T19:55:02.202Z] go: downloading golang.org/x/tools v0.1.0 [2021-09-02T19:55:02.202Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-02T19:55:02.202Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-02T19:55:02.202Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-02T19:55:02.202Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-02T19:55:02.202Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-02T19:55:02.202Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-02T19:55:02.331Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-09-02T19:55:02.590Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-09-02T19:55:02.673Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-02T19:55:03.143Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-02T19:55:03.143Z] go: downloading golang.org/x/mod v0.3.0 [2021-09-02T19:55:03.527Z] === RUN TestDockerSuite/TestImportGzipped [2021-09-02T19:55:04.903Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-09-02T19:55:05.838Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-09-02T19:55:06.404Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-09-02T19:55:06.971Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-09-02T19:55:07.540Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-09-02T19:55:07.540Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-09-02T19:55:07.540Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-09-02T19:55:08.106Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-09-02T19:55:08.364Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-09-02T19:55:08.931Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-09-02T19:55:09.498Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-09-02T19:55:09.756Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-09-02T19:55:10.323Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-09-02T19:55:10.323Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-09-02T19:55:11.709Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-09-02T19:55:11.970Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-09-02T19:55:12.229Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-09-02T19:55:12.487Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-09-02T19:55:12.745Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-09-02T19:55:12.745Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-09-02T19:55:12.745Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-09-02T19:55:13.680Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-09-02T19:55:13.938Z] === RUN TestDockerSuite/TestInspectDefault [2021-09-02T19:55:14.506Z] === RUN TestDockerSuite/TestInspectHistory [2021-09-02T19:55:15.073Z] === RUN TestDockerSuite/TestInspectImage [2021-09-02T19:55:15.073Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-09-02T19:55:15.073Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-09-02T19:55:15.073Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-09-02T19:55:15.073Z] === RUN TestDockerSuite/TestInspectInt64 [2021-09-02T19:55:15.640Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-09-02T19:55:15.898Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-09-02T19:55:16.157Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-09-02T19:55:16.415Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-09-02T19:55:16.982Z] === RUN TestDockerSuite/TestInspectPlugin [2021-09-02T19:55:18.095Z] Removing intermediate container f82737af87d9 [2021-09-02T19:55:18.095Z] ---> ba8119759770 [2021-09-02T19:55:18.095Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2021-09-02T19:55:18.095Z] ---> Running in 8db83bad406d [2021-09-02T19:55:18.095Z] Removing intermediate container 8db83bad406d [2021-09-02T19:55:18.095Z] ---> 608ea712ceff [2021-09-02T19:55:18.095Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-09-02T19:55:18.095Z] ---> Running in 378fef62c7f3 [2021-09-02T19:55:18.095Z] Removing intermediate container 378fef62c7f3 [2021-09-02T19:55:18.095Z] ---> 959ff196e0f2 [2021-09-02T19:55:18.095Z] Step 11/11 : COPY . . [2021-09-02T19:55:18.359Z] === RUN TestDockerSuite/TestInspectRootFS [2021-09-02T19:55:18.359Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-09-02T19:55:19.294Z] === RUN TestDockerSuite/TestInspectStatus [2021-09-02T19:55:19.552Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-09-02T19:55:20.928Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-09-02T19:55:21.186Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-09-02T19:55:21.752Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-09-02T19:55:22.317Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-09-02T19:55:22.575Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-09-02T19:55:23.142Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-09-02T19:55:23.710Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-09-02T19:55:23.710Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-09-02T19:55:25.085Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-09-02T19:55:26.023Z] === RUN TestDockerSuite/TestLinksEnvs [2021-09-02T19:55:26.961Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-09-02T19:55:27.219Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-09-02T19:55:28.619Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-09-02T19:55:30.000Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-09-02T19:55:31.377Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-09-02T19:55:31.377Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-09-02T19:55:32.750Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-09-02T19:55:33.008Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-09-02T19:55:33.574Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-09-02T19:55:33.833Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-09-02T19:55:39.347Z] ---> 83493fb0d080 [2021-09-02T19:55:39.347Z] Successfully built 83493fb0d080 [2021-09-02T19:55:39.347Z] Successfully tagged docker:latest [2021-09-02T19:55:39.347Z] INFO: Image build ended at 09/02/2021 19:55:37. Duration:00:02:42.8867603 [2021-09-02T19:55:39.347Z] [2021-09-02T19:55:39.347Z] [2021-09-02T19:55:39.347Z] INFO: Building the test binaries at 09/02/2021 19:55:37... [2021-09-02T19:55:40.934Z] INFO: make.ps1 starting at 09/02/2021 19:55:40 [2021-09-02T19:55:41.403Z] INFO: Git commit (1b8db06785) assumed from DOCKER_GITCOMMIT environment variable [2021-09-02T19:55:41.403Z] INFO: Invoking autogen... [2021-09-02T19:55:41.403Z] INFO: Building daemon... [2021-09-02T19:55:41.947Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-09-02T19:55:42.513Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-09-02T19:55:43.449Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-09-02T19:55:44.014Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-09-02T19:55:45.392Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-09-02T19:55:45.392Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-09-02T19:55:45.651Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-09-02T19:55:45.910Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-09-02T19:55:45.910Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-09-02T19:55:46.177Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-09-02T19:55:46.745Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-09-02T19:55:50.930Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-09-02T19:55:50.930Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-09-02T19:55:55.136Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-09-02T19:55:55.136Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-09-02T19:55:55.703Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-09-02T19:55:55.703Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-09-02T19:55:56.638Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-09-02T19:55:58.018Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-09-02T19:55:59.397Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-09-02T19:55:59.397Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-09-02T19:56:00.333Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-09-02T19:56:01.267Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-09-02T19:56:01.525Z] docker_api_swarm_service_test.go:395: [d74c32c8915c2] joining swarm manager [dbfa4f7bb6448]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:56:02.461Z] docker_api_swarm_service_test.go:395: [df5d25dd736e9] joining swarm manager [dbfa4f7bb6448]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:56:03.837Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-09-02T19:56:04.098Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-09-02T19:56:04.665Z] === RUN TestDockerSuite/TestLogsSince [2021-09-02T19:56:12.776Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-09-02T19:56:16.993Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-09-02T19:56:17.559Z] === RUN TestDockerSuite/TestLogsTail [2021-09-02T19:56:17.818Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-09-02T19:56:18.077Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-09-02T19:56:18.644Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-09-02T19:56:19.211Z] === RUN TestDockerSuite/TestMountIntoProc [2021-09-02T19:56:19.470Z] === RUN TestDockerSuite/TestMountIntoSys [2021-09-02T19:56:20.039Z] === RUN TestDockerSuite/TestNetHostname [2021-09-02T19:56:20.039Z] docker_api_swarm_service_test.go:343: [db5ac1986db0b] joining swarm manager [d03ebcabe7a9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:56:20.975Z] docker_api_swarm_service_test.go:343: [d16a99e09f728] joining swarm manager [d03ebcabe7a9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:56:21.543Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-09-02T19:56:22.111Z] === RUN TestDockerSuite/TestNetworkEvents [2021-09-02T19:56:28.673Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-09-02T19:56:28.933Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-09-02T19:56:29.503Z] === RUN TestDockerSuite/TestPluginActive [2021-09-02T19:56:30.878Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-09-02T19:56:32.265Z] --- PASS: TestBuildWCOWSandboxSize (645.70s) [2021-09-02T19:56:32.265Z] === RUN TestBuildWithEmptyDockerfile [2021-09-02T19:56:32.265Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T19:56:32.265Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T19:56:32.265Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T19:56:32.265Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T19:56:32.265Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T19:56:32.265Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T19:56:32.265Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T19:56:32.265Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T19:56:32.265Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T19:56:32.265Z] --- PASS: TestBuildWithEmptyDockerfile (0.36s) [2021-09-02T19:56:32.265Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-09-02T19:56:32.265Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-09-02T19:56:32.265Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2021-09-02T19:56:32.265Z] === RUN TestBuildPreserveOwnership [2021-09-02T19:56:32.265Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T19:56:32.265Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-09-02T19:56:32.265Z] === RUN TestBuildPlatformInvalid [2021-09-02T19:56:32.265Z] --- PASS: TestBuildPlatformInvalid (0.41s) [2021-09-02T19:56:32.265Z] PASS [2021-09-02T19:56:32.265Z] ok github.com/docker/docker/integration/build 774.002s [2021-09-02T19:56:32.265Z] [2021-09-02T19:56:32.265Z] === Skipped [2021-09-02T19:56:32.265Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-09-02T19:56:32.265Z] build_session_test.go:25: TODO: BuildKit [2021-09-02T19:56:32.265Z] [2021-09-02T19:56:32.265Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-09-02T19:56:32.265Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:32.265Z] [2021-09-02T19:56:32.265Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-09-02T19:56:32.265Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T19:56:32.265Z] [2021-09-02T19:56:32.265Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-09-02T19:56:32.265Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T19:56:32.265Z] [2021-09-02T19:56:32.265Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-09-02T19:56:32.265Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T19:56:32.265Z] [2021-09-02T19:56:32.265Z] DONE 29 tests, 5 skipped in 792.401s [2021-09-02T19:56:32.265Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-09-02T19:56:32.265Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:56:32.265Z] INFO: Testing against a local daemon [2021-09-02T19:56:32.265Z] === RUN TestConfigInspect [2021-09-02T19:56:32.265Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:32.265Z] --- SKIP: TestConfigInspect (0.00s) [2021-09-02T19:56:32.265Z] === RUN TestConfigList [2021-09-02T19:56:32.265Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:32.265Z] --- SKIP: TestConfigList (0.00s) [2021-09-02T19:56:32.265Z] === RUN TestConfigsCreateAndDelete [2021-09-02T19:56:32.265Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:32.265Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-09-02T19:56:32.265Z] === RUN TestConfigsUpdate [2021-09-02T19:56:32.265Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:32.265Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-09-02T19:56:32.265Z] === RUN TestTemplatedConfig [2021-09-02T19:56:32.265Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:32.265Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-09-02T19:56:32.265Z] === RUN TestConfigCreateResolve [2021-09-02T19:56:32.265Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:56:32.265Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-09-02T19:56:32.265Z] PASS [2021-09-02T19:56:32.265Z] ok github.com/docker/docker/integration/config 0.068s [2021-09-02T19:56:32.265Z] [2021-09-02T19:56:32.265Z] === Skipped [2021-09-02T19:56:32.265Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-09-02T19:56:32.265Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:32.265Z] [2021-09-02T19:56:32.265Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-09-02T19:56:32.265Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:32.265Z] [2021-09-02T19:56:32.265Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-09-02T19:56:32.265Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:32.265Z] [2021-09-02T19:56:32.265Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-09-02T19:56:32.265Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:32.265Z] [2021-09-02T19:56:32.265Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-09-02T19:56:32.265Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:32.265Z] [2021-09-02T19:56:32.265Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-09-02T19:56:32.265Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:56:32.265Z] [2021-09-02T19:56:32.265Z] DONE 6 tests, 6 skipped in 2.501s [2021-09-02T19:56:32.265Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-09-02T19:56:32.734Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:56:32.734Z] INFO: Testing against a local daemon [2021-09-02T19:56:32.734Z] === RUN TestCheckpoint [2021-09-02T19:56:32.734Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-02T19:56:32.734Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-02T19:56:32.734Z] === RUN TestContainerInvalidJSON [2021-09-02T19:56:32.734Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T19:56:32.734Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T19:56:32.734Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-02T19:56:32.734Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-02T19:56:33.203Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T19:56:33.203Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-02T19:56:33.203Z] --- PASS: TestContainerInvalidJSON (0.41s) [2021-09-02T19:56:33.203Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-02T19:56:33.203Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-02T19:56:33.203Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-02T19:56:33.203Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.19s) [2021-09-02T19:56:33.203Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-02T19:56:33.203Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.15s) [2021-09-02T19:56:33.203Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-02T19:56:33.672Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.16s) [2021-09-02T19:56:33.672Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-02T19:56:33.672Z] --- PASS: TestCopyToContainerPathIsNotDir (0.18s) [2021-09-02T19:56:33.672Z] === RUN TestCopyFromContainer [2021-09-02T19:56:33.672Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:33.672Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-09-02T19:56:33.672Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-02T19:56:33.672Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T19:56:33.672Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T19:56:33.672Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T19:56:33.672Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T19:56:33.672Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T19:56:33.672Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T19:56:33.672Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T19:56:33.672Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T19:56:33.672Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T19:56:33.672Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-09-02T19:56:33.672Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-02T19:56:33.672Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-02T19:56:33.672Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-02T19:56:33.672Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-02T19:56:33.672Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-02T19:56:33.672Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-09-02T19:56:33.672Z] === RUN TestCreateWithInvalidEnv [2021-09-02T19:56:33.672Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-02T19:56:33.672Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-02T19:56:33.672Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-02T19:56:33.672Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-02T19:56:33.672Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-02T19:56:33.672Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-02T19:56:33.672Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-02T19:56:33.672Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-02T19:56:33.672Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-02T19:56:33.672Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-09-02T19:56:33.672Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-02T19:56:33.672Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-02T19:56:33.672Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-02T19:56:33.672Z] === RUN TestCreateTmpfsMountsTarget [2021-09-02T19:56:33.672Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:33.672Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-09-02T19:56:33.672Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-02T19:56:33.672Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:56:33.672Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-09-02T19:56:33.672Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-02T19:56:33.672Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:56:33.672Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-02T19:56:33.672Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-02T19:56:33.672Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T19:56:33.672Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T19:56:33.672Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T19:56:33.672Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T19:56:33.672Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T19:56:33.672Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T19:56:33.672Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T19:56:33.672Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T19:56:33.672Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T19:56:33.672Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T19:56:33.672Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T19:56:33.672Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T19:56:33.672Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T19:56:33.672Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T19:56:33.672Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T19:56:33.672Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-09-02T19:56:33.672Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2021-09-02T19:56:33.672Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2021-09-02T19:56:33.672Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2021-09-02T19:56:33.672Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-09-02T19:56:33.672Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-09-02T19:56:33.672Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-02T19:56:33.672Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-02T19:56:33.672Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-02T19:56:33.672Z] === RUN TestCreateDifferentPlatform [2021-09-02T19:56:33.672Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-02T19:56:33.672Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-02T19:56:33.672Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-09-02T19:56:33.672Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-02T19:56:33.672Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-02T19:56:33.672Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-02T19:56:33.672Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2021-09-02T19:56:33.672Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-02T19:56:34.141Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-02T19:56:34.141Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-09-02T19:56:34.141Z] === RUN TestContainerKillOnDaemonStart [2021-09-02T19:56:34.141Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:34.141Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-09-02T19:56:34.141Z] === RUN TestDiff [2021-09-02T19:56:34.141Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-02T19:56:34.141Z] --- SKIP: TestDiff (0.00s) [2021-09-02T19:56:34.141Z] === RUN TestExecWithCloseStdin [2021-09-02T19:56:35.063Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-09-02T19:56:36.368Z] --- PASS: TestExecWithCloseStdin (2.35s) [2021-09-02T19:56:36.368Z] === RUN TestExec [2021-09-02T19:56:36.965Z] docker_api_swarm_service_test.go:490: [df48ad793c170] joining swarm manager [d1ca7b822c461]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:56:37.531Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-09-02T19:56:37.531Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-09-02T19:56:37.531Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-09-02T19:56:37.790Z] docker_api_swarm_service_test.go:490: [dabc89a291c7b] joining swarm manager [d1ca7b822c461]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:56:37.933Z] --- PASS: TestExec (1.61s) [2021-09-02T19:56:37.933Z] === RUN TestExecUser [2021-09-02T19:56:37.933Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-02T19:56:37.933Z] --- SKIP: TestExecUser (0.00s) [2021-09-02T19:56:37.933Z] === RUN TestExportContainerAndImportImage [2021-09-02T19:56:37.933Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:37.933Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-09-02T19:56:37.933Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-02T19:56:37.933Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:37.933Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-09-02T19:56:37.933Z] === RUN TestHealthCheckWorkdir [2021-09-02T19:56:37.933Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-02T19:56:37.933Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-09-02T19:56:37.933Z] === RUN TestHealthKillContainer [2021-09-02T19:56:37.933Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-02T19:56:37.933Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-09-02T19:56:37.933Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-02T19:56:37.933Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-02T19:56:37.933Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-09-02T19:56:37.933Z] === RUN TestKillContainerInvalidSignal [2021-09-02T19:56:38.367Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-09-02T19:56:39.525Z] --- PASS: TestKillContainerInvalidSignal (1.58s) [2021-09-02T19:56:39.526Z] === RUN TestKillContainer [2021-09-02T19:56:39.526Z] === RUN TestKillContainer/no_signal [2021-09-02T19:56:40.897Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-09-02T19:56:41.092Z] === RUN TestKillContainer/non_killing_signal [2021-09-02T19:56:41.092Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-02T19:56:41.092Z] === RUN TestKillContainer/killing_signal [2021-09-02T19:56:42.067Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-09-02T19:56:42.272Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-09-02T19:56:43.307Z] --- PASS: TestKillContainer (3.57s) [2021-09-02T19:56:43.307Z] --- PASS: TestKillContainer/no_signal (1.48s) [2021-09-02T19:56:43.307Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-02T19:56:43.307Z] --- PASS: TestKillContainer/killing_signal (2.06s) [2021-09-02T19:56:43.307Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-02T19:56:43.307Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T19:56:43.307Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-02T19:56:43.307Z] === RUN TestKillStoppedContainer [2021-09-02T19:56:43.307Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T19:56:43.307Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-09-02T19:56:43.307Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-02T19:56:43.307Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T19:56:43.307Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-02T19:56:43.307Z] === RUN TestKillDifferentUserContainer [2021-09-02T19:56:43.307Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-02T19:56:43.307Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-09-02T19:56:43.307Z] === RUN TestInspectOomKilledTrue [2021-09-02T19:56:43.307Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:43.307Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-02T19:56:43.307Z] === RUN TestInspectOomKilledFalse [2021-09-02T19:56:43.307Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:56:43.307Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-02T19:56:43.307Z] === RUN TestLogsFollowTailEmpty [2021-09-02T19:56:43.613Z] [2021-09-02T19:56:43.613Z] ________ ____ __. [2021-09-02T19:56:43.613Z] \_____ \ | |/ _| [2021-09-02T19:56:43.613Z] / | \| < [2021-09-02T19:56:43.613Z] / | \ | \ [2021-09-02T19:56:43.613Z] \_______ /____|__ \ [2021-09-02T19:56:43.613Z] \/ \/ [2021-09-02T19:56:43.613Z] [2021-09-02T19:56:43.613Z] INFO: make.ps1 ended at 09/02/2021 19:56:43 [2021-09-02T19:56:44.172Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-09-02T19:56:44.873Z] --- PASS: TestLogsFollowTailEmpty (1.52s) [2021-09-02T19:56:44.873Z] === RUN TestNetworkNat [2021-09-02T19:56:44.873Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-02T19:56:44.873Z] --- SKIP: TestNetworkNat (0.00s) [2021-09-02T19:56:44.873Z] === RUN TestNetworkLocalhostTCPNat [2021-09-02T19:56:45.150Z] INFO: Binaries build ended at 09/02/2021 19:56:44. Duration:00:01:07.1669337 [2021-09-02T19:56:46.114Z] INFO: Copying the built daemon binary to d:\CI\PR-42674\18\binary\dockerd-1b8db06785.exe... [2021-09-02T19:56:46.115Z] INFO: Copying the built client binary to d:\CI\PR-42674\18\binary\docker-1b8db06785.exe... [2021-09-02T19:56:46.115Z] INFO: Copying dockerversion from the container... [2021-09-02T19:56:46.440Z] --- PASS: TestNetworkLocalhostTCPNat (1.93s) [2021-09-02T19:56:46.440Z] === RUN TestNetworkLoopbackNat [2021-09-02T19:56:46.440Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-02T19:56:46.440Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-09-02T19:56:46.440Z] === RUN TestPause [2021-09-02T19:56:46.440Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-02T19:56:46.440Z] --- SKIP: TestPause (0.00s) [2021-09-02T19:56:46.440Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-02T19:56:46.572Z] INFO: Copying the golang package from the container to d:\CI\PR-42674\18\installer\go.zip... [2021-09-02T19:56:47.029Z] INFO: Extracting go.zip to d:\CI\PR-42674\18\go [2021-09-02T19:56:48.013Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.58s) [2021-09-02T19:56:48.013Z] === RUN TestPauseStopPausedContainer [2021-09-02T19:56:48.013Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:56:48.013Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-09-02T19:56:48.013Z] === RUN TestPsFilter [2021-09-02T19:56:48.356Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-09-02T19:56:48.482Z] --- PASS: TestPsFilter (0.26s) [2021-09-02T19:56:48.482Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-02T19:56:49.289Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-09-02T19:56:50.223Z] === RUN TestDockerSuite/TestPortHostBinding [2021-09-02T19:56:50.481Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-09-02T19:56:50.699Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.14s) [2021-09-02T19:56:50.699Z] === RUN TestRemoveContainerWithVolume [2021-09-02T19:56:51.047Z] === RUN TestDockerSuite/TestPortList [2021-09-02T19:56:52.914Z] --- PASS: TestRemoveContainerWithVolume (2.16s) [2021-09-02T19:56:52.914Z] === RUN TestRemoveContainerRunning [2021-09-02T19:56:54.481Z] --- PASS: TestRemoveContainerRunning (1.58s) [2021-09-02T19:56:54.481Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-02T19:56:55.468Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.47s) [2021-09-02T19:56:55.468Z] === RUN TestRemoveInvalidContainer [2021-09-02T19:56:55.936Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-09-02T19:56:55.936Z] === RUN TestRenameLinkedContainer [2021-09-02T19:56:55.936Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-02T19:56:55.936Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-09-02T19:56:55.936Z] === RUN TestRenameStoppedContainer [2021-09-02T19:56:57.606Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-09-02T19:56:58.153Z] --- PASS: TestRenameStoppedContainer (2.18s) [2021-09-02T19:56:58.153Z] === RUN TestRenameRunningContainerAndReuse [2021-09-02T19:56:58.982Z] docker_api_swarm_service_test.go:128: [d4a2102e5df36] joining swarm manager [d9eb50b900566]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:56:59.241Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-09-02T19:56:59.500Z] docker_api_swarm_service_test.go:129: [d80bc035c56f4] joining swarm manager [d9eb50b900566]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:57:00.437Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-09-02T19:57:01.112Z] --- PASS: TestRenameRunningContainerAndReuse (3.01s) [2021-09-02T19:57:01.112Z] === RUN TestRenameInvalidName [2021-09-02T19:57:01.822Z] docker_api_swarm_service_test.go:137: [d2194821319f6] joining swarm manager [d9eb50b900566]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-09-02T19:57:02.099Z] --- PASS: TestRenameInvalidName (1.42s) [2021-09-02T19:57:02.099Z] === RUN TestRenameAnonymousContainer [2021-09-02T19:57:02.389Z] docker_api_swarm_service_test.go:138: [d19c13032dae4] joining swarm manager [d9eb50b900566]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-09-02T19:57:07.653Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-09-02T19:57:07.653Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-09-02T19:57:07.654Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-09-02T19:57:07.654Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-09-02T19:57:07.654Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-09-02T19:57:07.654Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-09-02T19:57:07.912Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-09-02T19:57:08.170Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-09-02T19:57:08.428Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-09-02T19:57:09.363Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-09-02T19:57:09.363Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-09-02T19:57:10.768Z] --- PASS: TestRenameAnonymousContainer (8.51s) [2021-09-02T19:57:10.768Z] === RUN TestRenameContainerWithSameName [2021-09-02T19:57:11.265Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-09-02T19:57:12.140Z] INFO: Extraction ended at 09/02/2021 19:57:09. Duration:00:00:22.5561829 [2021-09-02T19:57:12.140Z] INFO: Updating the golang and path environment variables [2021-09-02T19:57:12.140Z] INFO: GOPATH=d:\gopath [2021-09-02T19:57:12.140Z] INFO: go version go1.17 windows/amd64 [2021-09-02T19:57:12.140Z] INFO: Running the daemon under test in debug mode [2021-09-02T19:57:12.140Z] INFO: Running the daemon under test in containerd mode [2021-09-02T19:57:12.140Z] INFO: Starting a daemon under test... [2021-09-02T19:57:12.140Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42674\18\daemon --pidfile d:\CI\PR-42674\18\docker.pid -D --containerd \\.\pipe\containerd-containerd [2021-09-02T19:57:12.140Z] INFO: Containerd started successfully. [2021-09-02T19:57:12.140Z] INFO: Process started successfully. [2021-09-02T19:57:12.140Z] INFO: Start tailing logs of the daemon under tests [2021-09-02T19:57:12.140Z] INFO: Waiting for the daemon under test to start... [2021-09-02T19:57:12.202Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-09-02T19:57:12.358Z] --- PASS: TestRenameContainerWithSameName (1.58s) [2021-09-02T19:57:12.358Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-02T19:57:12.358Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-02T19:57:12.358Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-09-02T19:57:12.358Z] === RUN TestResize [2021-09-02T19:57:12.460Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-09-02T19:57:12.718Z] === RUN TestDockerSuite/TestPsByOrder [2021-09-02T19:57:13.922Z] --- PASS: TestResize (1.55s) [2021-09-02T19:57:13.922Z] === RUN TestResizeWithInvalidSize [2021-09-02T19:57:14.624Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-09-02T19:57:15.489Z] --- PASS: TestResizeWithInvalidSize (1.53s) [2021-09-02T19:57:15.489Z] === RUN TestResizeWhenContainerNotStarted [2021-09-02T19:57:15.558Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-09-02T19:57:17.059Z] --- PASS: TestResizeWhenContainerNotStarted (1.74s) [2021-09-02T19:57:17.059Z] === RUN TestDaemonRestartKillContainers [2021-09-02T19:57:17.059Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:57:17.059Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-09-02T19:57:17.059Z] === RUN TestStats [2021-09-02T19:57:17.059Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-02T19:57:17.059Z] --- SKIP: TestStats (0.00s) [2021-09-02T19:57:17.059Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-02T19:57:17.461Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-09-02T19:57:20.746Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-09-02T19:57:20.746Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-09-02T19:57:21.817Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.71s) [2021-09-02T19:57:21.817Z] === RUN TestStopContainerWithTimeout [2021-09-02T19:57:21.817Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-02T19:57:21.817Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-09-02T19:57:21.817Z] === RUN TestUpdateRestartPolicy [2021-09-02T19:57:23.282Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-09-02T19:57:24.855Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-09-02T19:57:26.755Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-09-02T19:57:29.287Z] docker_api_swarm_service_test.go:304: [d05668ce2fe83] joining swarm manager [de38b58b247bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:57:29.546Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-09-02T19:57:29.809Z] ...INFO: Daemon under test started and replied! [2021-09-02T19:57:29.809Z] INFO: Docker version of the daemon under test [2021-09-02T19:57:29.809Z] [2021-09-02T19:57:29.809Z] Client: [2021-09-02T19:57:29.809Z] Version: 17.06.2-ce [2021-09-02T19:57:29.809Z] API version: 1.30 [2021-09-02T19:57:29.809Z] Go version: go1.8.3 [2021-09-02T19:57:29.809Z] Git commit: cec0b72 [2021-09-02T19:57:29.809Z] Built: Tue Sep 5 19:57:19 2017 [2021-09-02T19:57:29.809Z] OS/Arch: windows/amd64 [2021-09-02T19:57:29.809Z] [2021-09-02T19:57:29.809Z] Server: [2021-09-02T19:57:29.809Z] Version: 0.0.0-dev [2021-09-02T19:57:29.809Z] API version: 1.42 (minimum version 1.24) [2021-09-02T19:57:29.809Z] Go version: go1.17 [2021-09-02T19:57:29.809Z] Git commit: 1b8db06785 [2021-09-02T19:57:29.809Z] Built: 09/02/2021 19:55:41 [2021-09-02T19:57:29.809Z] OS/Arch: windows/amd64 [2021-09-02T19:57:29.809Z] Experimental: false [2021-09-02T19:57:29.809Z] [2021-09-02T19:57:29.809Z] INFO: Docker info of the daemon under test [2021-09-02T19:57:29.809Z] [2021-09-02T19:57:29.809Z] Containers: 0 [2021-09-02T19:57:29.809Z] Running: 0 [2021-09-02T19:57:29.809Z] Paused: 0 [2021-09-02T19:57:29.809Z] Stopped: 0 [2021-09-02T19:57:29.809Z] Images: 0 [2021-09-02T19:57:29.809Z] Server Version: 0.0.0-dev [2021-09-02T19:57:29.809Z] Storage Driver: windowsfilter [2021-09-02T19:57:29.809Z] Windows: [2021-09-02T19:57:29.809Z] Logging Driver: json-file [2021-09-02T19:57:29.809Z] Plugins: [2021-09-02T19:57:29.809Z] Volume: local [2021-09-02T19:57:29.809Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-02T19:57:29.809Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-02T19:57:29.809Z] Swarm: inactive [2021-09-02T19:57:29.809Z] Default Isolation: process [2021-09-02T19:57:29.809Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-02T19:57:29.809Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-02T19:57:29.809Z] OSType: windows [2021-09-02T19:57:29.809Z] Architecture: x86_64 [2021-09-02T19:57:29.809Z] CPUs: 4 [2021-09-02T19:57:29.809Z] Total Memory: 32GiB [2021-09-02T19:57:29.809Z] Name: azwin-2-bf8070 [2021-09-02T19:57:29.809Z] ID: OVVI:CGPG:6FHK:6GM4:QTNG:JVBC:VWGB:4ZKN:XHF2:ASJC:VPA2:7IUJ [2021-09-02T19:57:29.809Z] Docker Root Dir: D:\CI\PR-42674\18\daemon [2021-09-02T19:57:29.809Z] Debug Mode (client): false [2021-09-02T19:57:29.809Z] Debug Mode (server): true [2021-09-02T19:57:29.809Z] File Descriptors: -1 [2021-09-02T19:57:29.809Z] Goroutines: 31 [2021-09-02T19:57:29.809Z] System Time: 2021-09-02T19:57:29.0431537Z [2021-09-02T19:57:29.809Z] EventsListeners: 0 [2021-09-02T19:57:29.809Z] Registry: https://index.docker.io/v1/ [2021-09-02T19:57:29.809Z] Labels: [2021-09-02T19:57:29.809Z] Experimental: false [2021-09-02T19:57:29.809Z] Insecure Registries: [2021-09-02T19:57:29.809Z] 127.0.0.0/8 [2021-09-02T19:57:29.809Z] Live Restore Enabled: false [2021-09-02T19:57:29.809Z] [2021-09-02T19:57:29.809Z] [2021-09-02T19:57:29.809Z] INFO: Docker images of the daemon under test [2021-09-02T19:57:29.809Z] [2021-09-02T19:57:29.809Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-02T19:57:29.809Z] [2021-09-02T19:57:29.809Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-09-02T19:57:29.809Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2021-09-02T19:57:29.809Z] ltsc2022: Pulling from windows/servercore [2021-09-02T19:57:29.809Z] 8f616e6e9eec: Pulling fs layer [2021-09-02T19:57:29.809Z] 393f6f5bddce: Pulling fs layer [2021-09-02T19:57:29.810Z] docker_api_swarm_service_test.go:304: [d8381ca96c640] joining swarm manager [de38b58b247bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:57:31.190Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-09-02T19:57:32.570Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-09-02T19:57:33.946Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-09-02T19:57:34.512Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-09-02T19:57:36.414Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-09-02T19:57:38.317Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-09-02T19:57:39.695Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-09-02T19:57:39.695Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-09-02T19:57:40.163Z] 8f616e6e9eec: Verifying Checksum [2021-09-02T19:57:40.163Z] 8f616e6e9eec: Download complete [2021-09-02T19:57:40.263Z] === RUN TestDockerSuite/TestPsRightTagName [2021-09-02T19:57:42.164Z] === RUN TestDockerSuite/TestPsShowMounts [2021-09-02T19:57:42.343Z] 393f6f5bddce: Verifying Checksum [2021-09-02T19:57:42.343Z] 393f6f5bddce: Download complete [2021-09-02T19:57:43.210Z] --- PASS: TestUpdateRestartPolicy (19.50s) [2021-09-02T19:57:43.210Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-02T19:57:43.210Z] --- PASS: TestUpdateRestartWithAutoRemove (1.42s) [2021-09-02T19:57:43.210Z] === RUN TestWaitNonBlocked [2021-09-02T19:57:43.210Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T19:57:43.210Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T19:57:43.210Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T19:57:43.210Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T19:57:43.210Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T19:57:43.210Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T19:57:43.548Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-09-02T19:57:43.806Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-09-02T19:57:43.806Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-09-02T19:57:43.806Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-09-02T19:57:44.065Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-09-02T19:57:44.065Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-09-02T19:57:44.065Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-09-02T19:57:44.631Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-09-02T19:57:45.429Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-09-02T19:57:45.429Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.33s) [2021-09-02T19:57:45.429Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.44s) [2021-09-02T19:57:45.429Z] === RUN TestWaitBlocked [2021-09-02T19:57:45.429Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:57:45.429Z] --- SKIP: TestWaitBlocked (0.00s) [2021-09-02T19:57:45.429Z] PASS [2021-09-02T19:57:45.429Z] ok github.com/docker/docker/integration/container 72.749s [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === Skipped [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-09-02T19:57:45.429Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-09-02T19:57:45.429Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-09-02T19:57:45.429Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-09-02T19:57:45.429Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-09-02T19:57:45.429Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-02T19:57:45.429Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-02T19:57:45.429Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-09-02T19:57:45.429Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-09-02T19:57:45.429Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-09-02T19:57:45.429Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-09-02T19:57:45.429Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-09-02T19:57:45.429Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-09-02T19:57:45.429Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-09-02T19:57:45.429Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-09-02T19:57:45.429Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-09-02T19:57:45.429Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-09-02T19:57:45.429Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-02T19:57:45.429Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-02T19:57:45.429Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-09-02T19:57:45.429Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-02T19:57:45.429Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-09-02T19:57:45.429Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-09-02T19:57:45.429Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-09-02T19:57:45.429Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-09-02T19:57:45.429Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-09-02T19:57:45.429Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-09-02T19:57:45.429Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-09-02T19:57:45.429Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-09-02T19:57:45.429Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.429Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-09-02T19:57:45.429Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-02T19:57:45.429Z] [2021-09-02T19:57:45.430Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-09-02T19:57:45.430Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:57:45.430Z] [2021-09-02T19:57:45.430Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-09-02T19:57:45.430Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-02T19:57:45.430Z] [2021-09-02T19:57:45.430Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-09-02T19:57:45.430Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-02T19:57:45.430Z] [2021-09-02T19:57:45.430Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-09-02T19:57:45.430Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:57:45.430Z] [2021-09-02T19:57:45.430Z] DONE 87 tests, 33 skipped in 74.534s [2021-09-02T19:57:45.430Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-09-02T19:57:46.007Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-09-02T19:57:46.573Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-09-02T19:57:47.141Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-09-02T19:57:49.674Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-09-02T19:57:52.208Z] docker_api_swarm_service_test.go:100: [df2d62a98bd07] joining swarm manager [d941590e9f7de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:57:52.779Z] docker_api_swarm_service_test.go:101: [dd800f4491ebc] joining swarm manager [d941590e9f7de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:57:53.713Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-09-02T19:57:54.283Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-09-02T19:57:56.820Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-09-02T19:57:57.078Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-09-02T19:57:57.078Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-09-02T19:57:57.336Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-09-02T19:57:59.236Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-09-02T19:58:00.171Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-09-02T19:58:02.704Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-09-02T19:58:03.278Z] === RUN TestConfigDaemonLibtrustID [2021-09-02T19:58:03.278Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-02T19:58:03.278Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-09-02T19:58:03.278Z] === RUN TestDaemonConfigValidation [2021-09-02T19:58:03.278Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-02T19:58:03.278Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-09-02T19:58:03.278Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-02T19:58:03.278Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-02T19:58:03.278Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-09-02T19:58:03.278Z] PASS [2021-09-02T19:58:03.278Z] ok github.com/docker/docker/integration/daemon 0.084s [2021-09-02T19:58:03.278Z] [2021-09-02T19:58:03.278Z] === Skipped [2021-09-02T19:58:03.278Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-09-02T19:58:03.278Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-02T19:58:03.278Z] [2021-09-02T19:58:03.278Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-09-02T19:58:03.278Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-02T19:58:03.278Z] [2021-09-02T19:58:03.278Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-09-02T19:58:03.278Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-02T19:58:03.278Z] [2021-09-02T19:58:03.278Z] DONE 3 tests, 3 skipped in 16.857s [2021-09-02T19:58:03.278Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-09-02T19:58:03.297Z] === RUN TestDockerSuite/TestRmiBlank [2021-09-02T19:58:03.556Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-09-02T19:58:03.556Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-09-02T19:58:03.748Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:58:03.748Z] INFO: Testing against a local daemon [2021-09-02T19:58:03.748Z] === RUN TestCommitInheritsEnv [2021-09-02T19:58:03.748Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T19:58:03.748Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-09-02T19:58:03.748Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-02T19:58:03.748Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-02T19:58:03.748Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-09-02T19:58:03.748Z] === RUN TestImagesFilterMultiReference [2021-09-02T19:58:03.748Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-09-02T19:58:03.748Z] === RUN TestImagePullPlatformInvalid [2021-09-02T19:58:03.748Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-09-02T19:58:03.748Z] === RUN TestRemoveImageOrphaning [2021-09-02T19:58:04.735Z] --- PASS: TestRemoveImageOrphaning (0.83s) [2021-09-02T19:58:04.735Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-02T19:58:04.735Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-09-02T19:58:04.735Z] === RUN TestTagInvalidReference [2021-09-02T19:58:04.735Z] --- PASS: TestTagInvalidReference (0.02s) [2021-09-02T19:58:04.735Z] === RUN TestTagValidPrefixedRepo [2021-09-02T19:58:04.735Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-09-02T19:58:04.735Z] === RUN TestTagExistedNameWithoutForce [2021-09-02T19:58:04.735Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-09-02T19:58:04.735Z] === RUN TestTagOfficialNames [2021-09-02T19:58:04.735Z] --- PASS: TestTagOfficialNames (0.06s) [2021-09-02T19:58:04.735Z] === RUN TestTagMatchesDigest [2021-09-02T19:58:04.735Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-09-02T19:58:04.735Z] PASS [2021-09-02T19:58:04.735Z] ok github.com/docker/docker/integration/image 1.152s [2021-09-02T19:58:04.735Z] [2021-09-02T19:58:04.735Z] === Skipped [2021-09-02T19:58:04.735Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-09-02T19:58:04.735Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T19:58:04.735Z] [2021-09-02T19:58:04.735Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-09-02T19:58:04.735Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-02T19:58:04.735Z] [2021-09-02T19:58:04.735Z] DONE 11 tests, 2 skipped in 2.411s [2021-09-02T19:58:04.735Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-09-02T19:58:06.303Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:58:06.303Z] INFO: Testing against a local daemon [2021-09-02T19:58:06.303Z] === RUN TestNetworkCreateDelete [2021-09-02T19:58:06.303Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:06.303Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestDockerNetworkDeletePreferID [2021-09-02T19:58:06.303Z] 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-09-02T19:58:06.303Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestDaemonDNSFallback [2021-09-02T19:58:06.303Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:06.303Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestInspectNetwork [2021-09-02T19:58:06.303Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-02T19:58:06.303Z] --- SKIP: TestInspectNetwork (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestRunContainerWithBridgeNone [2021-09-02T19:58:06.303Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:06.303Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestNetworkInvalidJSON [2021-09-02T19:58:06.303Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-02T19:58:06.303Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-02T19:58:06.303Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T19:58:06.303Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T19:58:06.303Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T19:58:06.303Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T19:58:06.303Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-02T19:58:06.303Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T19:58:06.303Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T19:58:06.303Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-09-02T19:58:06.303Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-02T19:58:06.303Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-02T19:58:06.303Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestNetworkList [2021-09-02T19:58:06.303Z] === RUN TestNetworkList//networks [2021-09-02T19:58:06.303Z] === PAUSE TestNetworkList//networks [2021-09-02T19:58:06.303Z] === RUN TestNetworkList//networks/ [2021-09-02T19:58:06.303Z] === PAUSE TestNetworkList//networks/ [2021-09-02T19:58:06.303Z] === CONT TestNetworkList//networks [2021-09-02T19:58:06.303Z] === CONT TestNetworkList//networks/ [2021-09-02T19:58:06.303Z] --- PASS: TestNetworkList (0.02s) [2021-09-02T19:58:06.303Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-02T19:58:06.303Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestHostIPv4BridgeLabel [2021-09-02T19:58:06.303Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-02T19:58:06.303Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-02T19:58:06.303Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-02T19:58:06.303Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestDaemonDefaultNetworkPools [2021-09-02T19:58:06.303Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-02T19:58:06.303Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-02T19:58:06.303Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-02T19:58:06.303Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-02T19:58:06.303Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-02T19:58:06.303Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-02T19:58:06.303Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-02T19:58:06.303Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestServiceWithPredefinedNetwork [2021-09-02T19:58:06.303Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-02T19:58:06.303Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-02T19:58:06.303Z] service_test.go:243: FLAKY_TEST [2021-09-02T19:58:06.303Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestServiceWithDataPathPortInit [2021-09-02T19:58:06.303Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-02T19:58:06.303Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-09-02T19:58:06.303Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-02T19:58:06.303Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-02T19:58:06.303Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-02T19:58:06.303Z] PASS [2021-09-02T19:58:06.303Z] ok github.com/docker/docker/integration/network 0.114s [2021-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] === Skipped [2021-09-02T19:58:06.772Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-09-02T19:58:06.772Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-09-02T19:58:06.772Z] 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-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-09-02T19:58:06.772Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-09-02T19:58:06.772Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-09-02T19:58:06.772Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-09-02T19:58:06.772Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-09-02T19:58:06.772Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-09-02T19:58:06.772Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-02T19:58:06.772Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-02T19:58:06.772Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-02T19:58:06.772Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-09-02T19:58:06.772Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-02T19:58:06.772Z] service_test.go:243: FLAKY_TEST [2021-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-09-02T19:58:06.772Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-02T19:58:06.772Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-02T19:58:06.772Z] [2021-09-02T19:58:06.772Z] DONE 22 tests, 15 skipped in 1.647s [2021-09-02T19:58:06.772Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-09-02T19:58:06.840Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-09-02T19:58:06.840Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-09-02T19:58:07.099Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-09-02T19:58:07.240Z] testing: warning: no tests to run [2021-09-02T19:58:07.240Z] PASS [2021-09-02T19:58:07.240Z] ok github.com/docker/docker/integration/network/ipvlan 0.047s [2021-09-02T19:58:07.240Z] [2021-09-02T19:58:07.240Z] DONE 0 tests in 0.499s [2021-09-02T19:58:07.240Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-09-02T19:58:07.709Z] testing: warning: no tests to run [2021-09-02T19:58:07.709Z] PASS [2021-09-02T19:58:07.709Z] ok github.com/docker/docker/integration/network/macvlan 0.046s [2021-09-02T19:58:07.709Z] [2021-09-02T19:58:07.709Z] DONE 0 tests in 0.489s [2021-09-02T19:58:07.709Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-09-02T19:58:08.177Z] testing: warning: no tests to run [2021-09-02T19:58:08.177Z] PASS [2021-09-02T19:58:08.177Z] ok github.com/docker/docker/integration/plugin 0.048s [2021-09-02T19:58:08.177Z] [2021-09-02T19:58:08.177Z] DONE 0 tests in 0.490s [2021-09-02T19:58:08.177Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-09-02T19:58:08.475Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-09-02T19:58:08.645Z] testing: warning: no tests to run [2021-09-02T19:58:08.645Z] PASS [2021-09-02T19:58:08.645Z] ok github.com/docker/docker/integration/plugin/authz 0.050s [2021-09-02T19:58:08.645Z] [2021-09-02T19:58:08.645Z] DONE 0 tests in 0.502s [2021-09-02T19:58:09.042Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-09-02T19:58:09.114Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-09-02T19:58:10.416Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-09-02T19:58:10.982Z] === RUN TestDockerSuite/TestRmiTag [2021-09-02T19:58:11.550Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-09-02T19:58:12.117Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-09-02T19:58:13.893Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:58:13.893Z] INFO: Testing against a local daemon [2021-09-02T19:58:13.893Z] === RUN TestPluginInvalidJSON [2021-09-02T19:58:13.893Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T19:58:13.893Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T19:58:13.893Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T19:58:13.893Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-09-02T19:58:13.893Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-02T19:58:13.893Z] === RUN TestPluginInstall [2021-09-02T19:58:13.893Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-02T19:58:13.893Z] --- SKIP: TestPluginInstall (0.00s) [2021-09-02T19:58:13.893Z] === RUN TestPluginsWithRuntimes [2021-09-02T19:58:13.893Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-02T19:58:13.893Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-09-02T19:58:13.893Z] === RUN TestPluginBackCompatMediaTypes [2021-09-02T19:58:13.893Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-02T19:58:13.893Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-09-02T19:58:13.893Z] PASS [2021-09-02T19:58:13.893Z] ok github.com/docker/docker/integration/plugin/common 0.078s [2021-09-02T19:58:13.893Z] [2021-09-02T19:58:13.893Z] === Skipped [2021-09-02T19:58:13.893Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-09-02T19:58:13.893Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-02T19:58:13.893Z] [2021-09-02T19:58:13.893Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-09-02T19:58:13.893Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-02T19:58:13.893Z] [2021-09-02T19:58:13.893Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-09-02T19:58:13.893Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-02T19:58:13.893Z] [2021-09-02T19:58:13.893Z] DONE 5 tests, 3 skipped in 4.472s [2021-09-02T19:58:13.893Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-09-02T19:58:14.649Z] check_test.go:379: [df2d62a98bd07] daemon is not started [2021-09-02T19:58:15.463Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:58:15.463Z] INFO: Testing against a local daemon [2021-09-02T19:58:15.463Z] === RUN TestExternalGraphDriver [2021-09-02T19:58:15.463Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-02T19:58:15.463Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-09-02T19:58:15.463Z] === RUN TestGraphdriverPluginV2 [2021-09-02T19:58:15.463Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-02T19:58:15.463Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-09-02T19:58:15.463Z] PASS [2021-09-02T19:58:15.463Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.081s [2021-09-02T19:58:15.463Z] [2021-09-02T19:58:15.463Z] === Skipped [2021-09-02T19:58:15.463Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-09-02T19:58:15.463Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-02T19:58:15.463Z] [2021-09-02T19:58:15.463Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-09-02T19:58:15.463Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-02T19:58:15.463Z] [2021-09-02T19:58:15.463Z] DONE 2 tests, 2 skipped in 2.119s [2021-09-02T19:58:15.463Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-09-02T19:58:15.584Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-09-02T19:58:16.151Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-09-02T19:58:16.717Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-09-02T19:58:16.976Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-09-02T19:58:17.054Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:58:17.054Z] INFO: Testing against a local daemon [2021-09-02T19:58:17.054Z] === RUN TestReadPluginNoRead [2021-09-02T19:58:17.054Z] read_test.go:21: no unix domain sockets on Windows [2021-09-02T19:58:17.054Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-09-02T19:58:17.054Z] PASS [2021-09-02T19:58:17.054Z] ok github.com/docker/docker/integration/plugin/logging 0.062s [2021-09-02T19:58:17.523Z] [2021-09-02T19:58:17.523Z] === Skipped [2021-09-02T19:58:17.523Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-09-02T19:58:17.523Z] read_test.go:21: no unix domain sockets on Windows [2021-09-02T19:58:17.523Z] [2021-09-02T19:58:17.523Z] DONE 1 tests, 1 skipped in 1.594s [2021-09-02T19:58:17.523Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-09-02T19:58:17.909Z] === RUN TestDockerSuite/TestRunAddHost [2021-09-02T19:58:17.992Z] testing: warning: no tests to run [2021-09-02T19:58:17.992Z] PASS [2021-09-02T19:58:17.992Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.048s [2021-09-02T19:58:17.992Z] [2021-09-02T19:58:17.992Z] DONE 0 tests in 0.846s [2021-09-02T19:58:18.167Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-09-02T19:58:18.426Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-09-02T19:58:18.460Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-09-02T19:58:18.992Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-09-02T19:58:18.992Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-09-02T19:58:19.251Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-09-02T19:58:19.447Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:58:19.447Z] INFO: Testing against a local daemon [2021-09-02T19:58:19.447Z] === RUN TestPluginWithDevMounts [2021-09-02T19:58:19.447Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:19.447Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-09-02T19:58:19.447Z] PASS [2021-09-02T19:58:19.447Z] ok github.com/docker/docker/integration/plugin/volumes 0.065s [2021-09-02T19:58:19.916Z] [2021-09-02T19:58:19.916Z] === Skipped [2021-09-02T19:58:19.916Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-09-02T19:58:19.916Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:19.916Z] [2021-09-02T19:58:19.916Z] DONE 1 tests, 1 skipped in 1.431s [2021-09-02T19:58:19.916Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-09-02T19:58:20.187Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-09-02T19:58:20.447Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-09-02T19:58:20.903Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:58:20.903Z] INFO: Testing against a local daemon [2021-09-02T19:58:20.903Z] === RUN TestSecretInspect [2021-09-02T19:58:20.903Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:20.903Z] --- SKIP: TestSecretInspect (0.00s) [2021-09-02T19:58:20.903Z] === RUN TestSecretList [2021-09-02T19:58:20.903Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:20.903Z] --- SKIP: TestSecretList (0.00s) [2021-09-02T19:58:20.903Z] === RUN TestSecretsCreateAndDelete [2021-09-02T19:58:20.903Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:20.903Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-09-02T19:58:20.903Z] === RUN TestSecretsUpdate [2021-09-02T19:58:20.903Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:20.903Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-09-02T19:58:20.903Z] === RUN TestTemplatedSecret [2021-09-02T19:58:20.903Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:20.903Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-09-02T19:58:20.903Z] === RUN TestSecretCreateResolve [2021-09-02T19:58:20.903Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:20.903Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-09-02T19:58:20.903Z] PASS [2021-09-02T19:58:20.903Z] ok github.com/docker/docker/integration/secret 0.062s [2021-09-02T19:58:21.024Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-09-02T19:58:21.372Z] [2021-09-02T19:58:21.372Z] === Skipped [2021-09-02T19:58:21.372Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-09-02T19:58:21.372Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:21.372Z] [2021-09-02T19:58:21.372Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-09-02T19:58:21.372Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:21.372Z] [2021-09-02T19:58:21.372Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-09-02T19:58:21.372Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:21.372Z] [2021-09-02T19:58:21.372Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-09-02T19:58:21.372Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:21.372Z] [2021-09-02T19:58:21.372Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-09-02T19:58:21.372Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:21.372Z] [2021-09-02T19:58:21.372Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-09-02T19:58:21.372Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:21.372Z] [2021-09-02T19:58:21.372Z] DONE 6 tests, 6 skipped in 1.379s [2021-09-02T19:58:21.372Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-09-02T19:58:21.961Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-09-02T19:58:22.220Z] docker_api_swarm_service_test.go:533: [ddf677a597f8a] joining swarm manager [de8823c209d54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:58:22.787Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-09-02T19:58:22.938Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:58:22.938Z] INFO: Testing against a local daemon [2021-09-02T19:58:22.938Z] === RUN TestServiceCreateInit [2021-09-02T19:58:22.938Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-02T19:58:22.938Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-02T19:58:22.938Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- PASS: TestServiceCreateInit (0.03s) [2021-09-02T19:58:22.938Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-02T19:58:22.938Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestCreateServiceMultipleTimes [2021-09-02T19:58:22.938Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestCreateServiceConflict [2021-09-02T19:58:22.938Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestCreateServiceMaxReplicas [2021-09-02T19:58:22.938Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-09-02T19:58:22.938Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-02T19:58:22.938Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestCreateServiceSecretFileMode [2021-09-02T19:58:22.938Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestCreateServiceConfigFileMode [2021-09-02T19:58:22.938Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestCreateServiceSysctls [2021-09-02T19:58:22.938Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-09-02T19:58:22.938Z] === RUN TestCreateServiceCapabilities [2021-09-02T19:58:22.938Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-09-02T19:58:22.938Z] === RUN TestInspect [2021-09-02T19:58:22.938Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestInspect (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestCreateJob [2021-09-02T19:58:22.938Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestCreateJob (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestReplicatedJob [2021-09-02T19:58:22.938Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestReplicatedJob (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestUpdateReplicatedJob [2021-09-02T19:58:22.938Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestServiceListWithStatuses [2021-09-02T19:58:22.938Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestDockerNetworkConnectAlias [2021-09-02T19:58:22.938Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestDockerNetworkReConnect [2021-09-02T19:58:22.938Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestServicePlugin [2021-09-02T19:58:22.938Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestServicePlugin (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestServiceUpdateLabel [2021-09-02T19:58:22.938Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:22.938Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestServiceUpdateSecrets [2021-09-02T19:58:22.938Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:22.938Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestServiceUpdateConfigs [2021-09-02T19:58:22.938Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:22.938Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestServiceUpdateNetwork [2021-09-02T19:58:22.938Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:22.938Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-09-02T19:58:22.938Z] === RUN TestServiceUpdatePidsLimit [2021-09-02T19:58:22.938Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:22.938Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-09-02T19:58:22.938Z] PASS [2021-09-02T19:58:22.938Z] ok github.com/docker/docker/integration/service 0.169s [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === Skipped [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-02T19:58:22.938Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-02T19:58:22.938Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-09-02T19:58:22.938Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-09-02T19:58:22.938Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-09-02T19:58:22.938Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-02T19:58:22.938Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-09-02T19:58:22.938Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-09-02T19:58:22.938Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-09-02T19:58:22.938Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-09-02T19:58:22.938Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-09-02T19:58:22.938Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-09-02T19:58:22.938Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-09-02T19:58:22.938Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-09-02T19:58:22.938Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-09-02T19:58:22.938Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-09-02T19:58:22.938Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-09-02T19:58:22.938Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-09-02T19:58:22.938Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-09-02T19:58:22.938Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-09-02T19:58:22.938Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-09-02T19:58:22.938Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-09-02T19:58:22.938Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-09-02T19:58:22.938Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T19:58:22.938Z] [2021-09-02T19:58:22.938Z] DONE 24 tests, 23 skipped in 1.875s [2021-09-02T19:58:23.407Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-09-02T19:58:23.724Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-09-02T19:58:23.724Z] docker_api_swarm_service_test.go:534: [df24afa8ebec2] joining swarm manager [de8823c209d54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:58:24.291Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-09-02T19:58:24.395Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:58:24.395Z] INFO: Testing against a local daemon [2021-09-02T19:58:24.395Z] === RUN TestSessionCreate [2021-09-02T19:58:24.395Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-02T19:58:24.395Z] --- SKIP: TestSessionCreate (0.00s) [2021-09-02T19:58:24.395Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-02T19:58:24.395Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-02T19:58:24.395Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-09-02T19:58:24.395Z] PASS [2021-09-02T19:58:24.395Z] ok github.com/docker/docker/integration/session 0.059s [2021-09-02T19:58:24.395Z] [2021-09-02T19:58:24.395Z] === Skipped [2021-09-02T19:58:24.395Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-09-02T19:58:24.395Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-02T19:58:24.395Z] [2021-09-02T19:58:24.395Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-09-02T19:58:24.395Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-02T19:58:24.395Z] [2021-09-02T19:58:24.395Z] DONE 2 tests, 2 skipped in 1.317s [2021-09-02T19:58:24.395Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-09-02T19:58:25.227Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-09-02T19:58:25.974Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:58:25.974Z] INFO: Testing against a local daemon [2021-09-02T19:58:25.974Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-02T19:58:25.974Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:25.974Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-02T19:58:25.974Z] === RUN TestDiskUsage [2021-09-02T19:58:25.974Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-02T19:58:25.974Z] --- SKIP: TestDiskUsage (0.00s) [2021-09-02T19:58:25.974Z] === RUN TestEventsExecDie [2021-09-02T19:58:25.974Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-02T19:58:25.974Z] --- SKIP: TestEventsExecDie (0.00s) [2021-09-02T19:58:25.974Z] === RUN TestEventsBackwardsCompatible [2021-09-02T19:58:25.974Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-02T19:58:25.974Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-09-02T19:58:25.974Z] === RUN TestEventsVolumeCreate [2021-09-02T19:58:25.974Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-02T19:58:25.974Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-09-02T19:58:25.974Z] === RUN TestInfoAPI [2021-09-02T19:58:25.974Z] --- PASS: TestInfoAPI (0.03s) [2021-09-02T19:58:25.974Z] === RUN TestInfoAPIWarnings [2021-09-02T19:58:25.974Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T19:58:25.974Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-09-02T19:58:25.974Z] === RUN TestInfoDebug [2021-09-02T19:58:25.974Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T19:58:25.974Z] --- SKIP: TestInfoDebug (0.00s) [2021-09-02T19:58:25.974Z] === RUN TestInfoInsecureRegistries [2021-09-02T19:58:25.974Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T19:58:25.974Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-09-02T19:58:25.974Z] === RUN TestInfoRegistryMirrors [2021-09-02T19:58:25.975Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T19:58:25.975Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-09-02T19:58:25.975Z] === RUN TestLoginFailsWithBadCredentials [2021-09-02T19:58:26.165Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-09-02T19:58:26.962Z] --- PASS: TestLoginFailsWithBadCredentials (0.90s) [2021-09-02T19:58:26.962Z] === RUN TestPingCacheHeaders [2021-09-02T19:58:26.962Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-09-02T19:58:26.962Z] === RUN TestPingGet [2021-09-02T19:58:26.962Z] --- PASS: TestPingGet (0.02s) [2021-09-02T19:58:26.962Z] === RUN TestPingHead [2021-09-02T19:58:26.962Z] --- PASS: TestPingHead (0.02s) [2021-09-02T19:58:26.962Z] === RUN TestVersion [2021-09-02T19:58:26.962Z] --- PASS: TestVersion (0.02s) [2021-09-02T19:58:26.962Z] PASS [2021-09-02T19:58:26.962Z] ok github.com/docker/docker/integration/system 1.063s [2021-09-02T19:58:26.962Z] [2021-09-02T19:58:26.963Z] === Skipped [2021-09-02T19:58:26.963Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-02T19:58:26.963Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T19:58:26.963Z] [2021-09-02T19:58:26.963Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-09-02T19:58:26.963Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-02T19:58:26.963Z] [2021-09-02T19:58:26.963Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-09-02T19:58:26.963Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-02T19:58:26.963Z] [2021-09-02T19:58:26.963Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-09-02T19:58:26.963Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-02T19:58:26.963Z] [2021-09-02T19:58:26.963Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-09-02T19:58:26.963Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-02T19:58:26.963Z] [2021-09-02T19:58:26.963Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-09-02T19:58:26.963Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T19:58:26.963Z] [2021-09-02T19:58:26.963Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-09-02T19:58:26.963Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T19:58:26.963Z] [2021-09-02T19:58:26.963Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-09-02T19:58:26.963Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T19:58:26.963Z] [2021-09-02T19:58:26.963Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-09-02T19:58:26.963Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T19:58:26.963Z] [2021-09-02T19:58:26.963Z] DONE 15 tests, 9 skipped in 2.425s [2021-09-02T19:58:26.963Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-09-02T19:58:27.103Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-09-02T19:58:28.037Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-09-02T19:58:28.529Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:58:28.529Z] INFO: Testing against a local daemon [2021-09-02T19:58:28.529Z] === RUN TestVolumesCreateAndList [2021-09-02T19:58:28.529Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-09-02T19:58:28.529Z] === RUN TestVolumesRemove [2021-09-02T19:58:28.529Z] --- PASS: TestVolumesRemove (0.10s) [2021-09-02T19:58:28.529Z] === RUN TestVolumesInspect [2021-09-02T19:58:28.529Z] --- PASS: TestVolumesInspect (0.03s) [2021-09-02T19:58:28.529Z] === RUN TestVolumesInvalidJSON [2021-09-02T19:58:28.529Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-02T19:58:28.529Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-02T19:58:28.529Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-02T19:58:28.529Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-09-02T19:58:28.529Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-02T19:58:28.529Z] PASS [2021-09-02T19:58:28.529Z] ok github.com/docker/docker/integration/volume 0.231s [2021-09-02T19:58:28.529Z] [2021-09-02T19:58:28.529Z] DONE 5 tests in 1.603s [2021-09-02T19:58:28.604Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-09-02T19:58:28.997Z] INFO: make.ps1 ended at 09/02/2021 19:58:28 [2021-09-02T19:58:28.997Z] INFO: Integration CLI tests being run from the host: [2021-09-02T19:58:28.997Z] 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-09-02T19:58:29.540Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-09-02T19:58:30.476Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-09-02T19:58:30.734Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-09-02T19:58:31.304Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-09-02T19:58:31.870Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-09-02T19:58:31.870Z] === RUN TestDockerSuite/TestRunBindMounts [2021-09-02T19:58:33.245Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-09-02T19:58:33.503Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-09-02T19:58:34.069Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-09-02T19:58:34.637Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-09-02T19:58:34.895Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-09-02T19:58:34.895Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-09-02T19:58:35.462Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-09-02T19:58:36.034Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-09-02T19:58:36.191Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T19:58:36.191Z] INFO: Testing against a local daemon [2021-09-02T19:58:36.191Z] === RUN TestDockerSuite [2021-09-02T19:58:36.191Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-09-02T19:58:36.191Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-09-02T19:58:36.191Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-02T19:58:36.191Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-09-02T19:58:36.191Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-09-02T19:58:36.191Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-09-02T19:58:36.191Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-09-02T19:58:36.191Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-02T19:58:36.191Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-09-02T19:58:36.191Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-09-02T19:58:36.192Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-09-02T19:58:36.602Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-09-02T19:58:36.660Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-09-02T19:58:36.860Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-09-02T19:58:37.129Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-09-02T19:58:37.129Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-09-02T19:58:37.432Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-09-02T19:58:37.432Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-09-02T19:58:38.002Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-09-02T19:58:38.002Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-09-02T19:58:38.937Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-09-02T19:58:39.195Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-09-02T19:58:39.762Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-09-02T19:58:40.328Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-09-02T19:58:40.328Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-09-02T19:58:40.895Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-09-02T19:58:42.271Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-09-02T19:58:42.841Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-09-02T19:58:43.777Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-09-02T19:58:44.344Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-09-02T19:58:44.603Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-09-02T19:58:45.171Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-09-02T19:58:45.736Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-09-02T19:58:45.995Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-09-02T19:58:46.562Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-09-02T19:58:47.130Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-09-02T19:58:49.038Z] docker_api_swarm_service_test.go:148: [db3740f3b49eb] joining swarm manager [d6a7335f3ab44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T19:58:49.605Z] docker_api_swarm_service_test.go:148: [da16d9cba7cd8] joining swarm manager [d6a7335f3ab44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T19:58:49.605Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-09-02T19:58:49.864Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-09-02T19:58:50.432Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-09-02T19:58:52.335Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-09-02T19:58:53.270Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-09-02T19:58:54.413Z] 8f616e6e9eec: Pull complete [2021-09-02T19:58:55.203Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-09-02T19:58:56.578Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-09-02T19:58:56.578Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-09-02T19:58:56.578Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-09-02T19:58:56.578Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-09-02T19:58:56.578Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-09-02T19:58:57.144Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-09-02T19:58:58.522Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-09-02T19:58:59.459Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-09-02T19:59:00.836Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-09-02T19:59:01.403Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-09-02T19:59:02.338Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-09-02T19:59:02.907Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-09-02T19:59:02.907Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-09-02T19:59:02.907Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-09-02T19:59:03.472Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-09-02T19:59:04.407Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-09-02T19:59:04.407Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-09-02T19:59:04.973Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-09-02T19:59:05.545Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-09-02T19:59:06.114Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-09-02T19:59:06.372Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-09-02T19:59:06.630Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-09-02T19:59:06.889Z] === RUN TestDockerSuite/TestRunEnvironment [2021-09-02T19:59:07.825Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-09-02T19:59:08.394Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-09-02T19:59:08.652Z] === RUN TestDockerSuite/TestRunExitCode [2021-09-02T19:59:09.220Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-09-02T19:59:09.789Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-09-02T19:59:10.047Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-09-02T19:59:10.615Z] === RUN TestDockerSuite/TestRunExposePort [2021-09-02T19:59:10.615Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-09-02T19:59:11.188Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-09-02T19:59:11.458Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-09-02T19:59:12.397Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-09-02T19:59:12.655Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-02T19:59:12.655Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-02T19:59:12.655Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-09-02T19:59:15.188Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-09-02T19:59:15.755Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-09-02T19:59:25.721Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-09-02T19:59:26.655Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-09-02T19:59:27.591Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-09-02T19:59:28.968Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-09-02T19:59:28.968Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-09-02T19:59:28.968Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-09-02T19:59:28.968Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-09-02T19:59:29.535Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-09-02T19:59:32.066Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-09-02T19:59:33.002Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-09-02T19:59:33.940Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-09-02T19:59:39.216Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-09-02T19:59:39.783Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-09-02T19:59:40.042Z] === RUN TestDockerSuite/TestRunModeHostname [2021-09-02T19:59:40.977Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-09-02T19:59:40.977Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-09-02T19:59:40.977Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-09-02T19:59:42.353Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-09-02T19:59:42.920Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-09-02T19:59:44.298Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-09-02T19:59:44.298Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-09-02T19:59:44.557Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-09-02T19:59:45.494Z] === RUN TestDockerSuite/TestRunMount [2021-09-02T19:59:50.759Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-09-02T19:59:50.759Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-09-02T19:59:51.017Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-09-02T19:59:51.583Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-09-02T19:59:52.520Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-09-02T19:59:55.056Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-09-02T19:59:55.992Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-09-02T19:59:57.367Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-09-02T19:59:58.762Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-09-02T19:59:59.021Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-09-02T20:00:00.923Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-09-02T20:00:01.489Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-09-02T20:00:02.429Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-09-02T20:00:03.363Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-09-02T20:00:03.395Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-09-02T20:00:03.395Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-09-02T20:00:03.395Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-09-02T20:00:03.395Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-02T20:00:03.395Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-09-02T20:00:03.395Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-02T20:00:03.395Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-09-02T20:00:03.395Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-02T20:00:03.395Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-09-02T20:00:03.395Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-02T20:00:03.395Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-09-02T20:00:03.395Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-02T20:00:03.395Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-09-02T20:00:03.395Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-02T20:00:03.395Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-09-02T20:00:03.395Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:00:03.395Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-09-02T20:00:03.395Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-09-02T20:00:03.395Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-02T20:00:03.395Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-09-02T20:00:03.622Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-09-02T20:00:04.188Z] === RUN TestDockerSuite/TestRunNetHost [2021-09-02T20:00:04.447Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-09-02T20:00:05.015Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-09-02T20:00:05.583Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-09-02T20:00:06.364Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-09-02T20:00:06.364Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-02T20:00:06.364Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-09-02T20:00:06.364Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-02T20:00:06.364Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-09-02T20:00:06.521Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-09-02T20:00:07.898Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-09-02T20:00:07.898Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-09-02T20:00:09.329Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-09-02T20:00:09.801Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-09-02T20:00:10.371Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-09-02T20:00:10.899Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-09-02T20:00:10.899Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-02T20:00:10.899Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-09-02T20:00:10.899Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-02T20:00:10.899Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-09-02T20:00:10.899Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-02T20:00:10.899Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-09-02T20:00:10.899Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-02T20:00:10.899Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-09-02T20:00:13.660Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-09-02T20:00:13.660Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-09-02T20:00:13.660Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-09-02T20:00:13.856Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-09-02T20:00:13.856Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-02T20:00:13.856Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-09-02T20:00:13.856Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-02T20:00:13.856Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-09-02T20:00:14.228Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-09-02T20:00:14.228Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-09-02T20:00:14.228Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-09-02T20:00:14.794Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-09-02T20:00:15.361Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-09-02T20:00:15.361Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-09-02T20:00:16.298Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-09-02T20:00:17.687Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-09-02T20:00:19.737Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-09-02T20:00:20.429Z] 393f6f5bddce: Pull complete [2021-09-02T20:00:20.429Z] Digest: sha256:8f756a7fd4fe963cc7dd2c3ad1597327535da8e8f55a7d1932780934efa87e04 [2021-09-02T20:00:20.429Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:00:20.429Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2021-09-02T20:00:20.429Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2021-09-02T20:00:20.429Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.169' [2021-09-02T20:00:20.429Z] WARN: Skipping validation tests [2021-09-02T20:00:20.429Z] INFO: Running unit tests at 09/02/2021 20:00:10... [2021-09-02T20:00:20.429Z] INFO: make.ps1 starting at 09/02/2021 20:00:13 [2021-09-02T20:00:20.429Z] INFO: Git commit (1b8db06785) assumed from DOCKER_GITCOMMIT environment variable [2021-09-02T20:00:20.429Z] INFO: Invoking autogen... [2021-09-02T20:00:20.429Z] INFO: Running unit tests... [2021-09-02T20:00:20.430Z] 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-09-02T20:00:21.872Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-09-02T20:00:21.872Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-09-02T20:00:21.872Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-09-02T20:00:22.130Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-09-02T20:00:22.697Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-09-02T20:00:23.632Z] === RUN TestDockerSuite/TestRunPortInUse [2021-09-02T20:00:24.199Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-09-02T20:00:24.765Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2021-09-02T20:00:24.765Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-09-02T20:00:25.331Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-09-02T20:00:25.590Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-09-02T20:00:26.156Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-09-02T20:00:26.416Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-02T20:00:26.416Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-09-02T20:00:26.416Z] === RUN TestDockerSuite/TestRunPublishPort [2021-09-02T20:00:26.983Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-09-02T20:00:27.490Z] ? github.com/docker/docker/api [no test files] [2021-09-02T20:00:27.550Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-09-02T20:00:27.550Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-09-02T20:00:27.550Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-09-02T20:00:27.809Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-09-02T20:00:28.745Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-09-02T20:00:28.745Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2021-09-02T20:00:28.745Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-09-02T20:00:31.276Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-09-02T20:00:31.842Z] === RUN TestDockerSuite/TestRunRm [2021-09-02T20:00:32.102Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-09-02T20:00:36.286Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-09-02T20:00:36.286Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-09-02T20:00:36.544Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-09-02T20:00:37.950Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-09-02T20:00:38.518Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-09-02T20:00:39.855Z] === RUN TestMiddlewares [2021-09-02T20:00:39.855Z] --- PASS: TestMiddlewares (0.00s) [2021-09-02T20:00:39.855Z] PASS [2021-09-02T20:00:39.855Z] coverage: 9.0% of statements [2021-09-02T20:00:39.855Z] ok github.com/docker/docker/api/server 0.049s coverage: 9.0% of statements [2021-09-02T20:00:41.051Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-09-02T20:00:41.310Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-09-02T20:00:44.594Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-09-02T20:00:45.161Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-09-02T20:00:45.728Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-09-02T20:00:45.986Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-09-02T20:00:46.554Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-09-02T20:00:47.121Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-09-02T20:00:47.380Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-09-02T20:00:47.947Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-09-02T20:00:48.515Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-09-02T20:00:49.082Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-09-02T20:00:49.648Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-09-02T20:00:51.553Z] === RUN TestDockerSuite/TestRunState [2021-09-02T20:00:52.932Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-09-02T20:00:53.190Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-09-02T20:00:53.450Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-09-02T20:00:54.016Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-09-02T20:00:54.275Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-09-02T20:00:54.275Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-09-02T20:00:54.275Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-09-02T20:00:54.534Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-09-02T20:00:55.472Z] === RUN TestDockerSuite/TestRunSysctls [2021-09-02T20:00:56.414Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-09-02T20:00:56.414Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-09-02T20:00:56.414Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-09-02T20:00:56.981Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-09-02T20:00:58.355Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-09-02T20:00:58.921Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-09-02T20:00:59.856Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-09-02T20:01:02.391Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-09-02T20:01:05.673Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-09-02T20:01:05.673Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-09-02T20:01:05.931Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-09-02T20:01:06.189Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-09-02T20:01:06.756Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-09-02T20:01:08.660Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-09-02T20:01:08.660Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-09-02T20:01:09.595Z] === RUN TestDockerSuite/TestRunUserByID [2021-09-02T20:01:10.162Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-09-02T20:01:10.162Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-09-02T20:01:10.422Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-09-02T20:01:11.358Z] === RUN TestDockerSuite/TestRunUserByName [2021-09-02T20:01:11.617Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-09-02T20:01:11.876Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-09-02T20:01:12.444Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-09-02T20:01:12.444Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-09-02T20:01:12.444Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-09-02T20:01:12.444Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-09-02T20:01:13.011Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-09-02T20:01:14.387Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-09-02T20:01:16.308Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-09-02T20:01:16.875Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-09-02T20:01:17.442Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-09-02T20:01:17.701Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-09-02T20:01:19.606Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-09-02T20:01:20.541Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-09-02T20:01:20.799Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-09-02T20:01:22.705Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-09-02T20:01:23.640Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-09-02T20:01:25.018Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-09-02T20:01:25.277Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-09-02T20:01:25.277Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-09-02T20:01:25.277Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-09-02T20:01:25.277Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-09-02T20:01:25.277Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-09-02T20:01:25.277Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-09-02T20:01:25.277Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-09-02T20:01:25.844Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-09-02T20:01:25.844Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-09-02T20:01:25.844Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-09-02T20:01:26.102Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-09-02T20:01:26.361Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-09-02T20:01:26.928Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-09-02T20:01:27.866Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-09-02T20:01:28.449Z] --- PASS: TestBuildWCOWSandboxSize (746.39s) [2021-09-02T20:01:28.449Z] === RUN TestBuildWithEmptyDockerfile [2021-09-02T20:01:28.449Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T20:01:28.449Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T20:01:28.449Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T20:01:28.449Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T20:01:28.449Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T20:01:28.449Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T20:01:28.449Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T20:01:28.449Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T20:01:28.449Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T20:01:28.449Z] --- PASS: TestBuildWithEmptyDockerfile (0.39s) [2021-09-02T20:01:28.449Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2021-09-02T20:01:28.449Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-09-02T20:01:28.449Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-09-02T20:01:28.449Z] === RUN TestBuildPreserveOwnership [2021-09-02T20:01:28.449Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:01:28.449Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-09-02T20:01:28.449Z] === RUN TestBuildPlatformInvalid [2021-09-02T20:01:28.449Z] --- PASS: TestBuildPlatformInvalid (0.34s) [2021-09-02T20:01:28.449Z] PASS [2021-09-02T20:01:28.449Z] ok github.com/docker/docker/integration/build 904.617s [2021-09-02T20:01:28.449Z] [2021-09-02T20:01:28.449Z] === Skipped [2021-09-02T20:01:28.449Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-09-02T20:01:28.449Z] build_session_test.go:25: TODO: BuildKit [2021-09-02T20:01:28.449Z] [2021-09-02T20:01:28.449Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-09-02T20:01:28.449Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:28.449Z] [2021-09-02T20:01:28.449Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-09-02T20:01:28.449Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:01:28.449Z] [2021-09-02T20:01:28.449Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-09-02T20:01:28.449Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:01:28.449Z] [2021-09-02T20:01:28.449Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-09-02T20:01:28.449Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:01:28.449Z] [2021-09-02T20:01:28.449Z] DONE 29 tests, 5 skipped in 924.126s [2021-09-02T20:01:28.449Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-09-02T20:01:28.449Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T20:01:28.449Z] INFO: Testing against a local daemon [2021-09-02T20:01:28.449Z] === RUN TestConfigInspect [2021-09-02T20:01:28.449Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:28.449Z] --- SKIP: TestConfigInspect (0.01s) [2021-09-02T20:01:28.449Z] === RUN TestConfigList [2021-09-02T20:01:28.449Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:28.449Z] --- SKIP: TestConfigList (0.00s) [2021-09-02T20:01:28.449Z] === RUN TestConfigsCreateAndDelete [2021-09-02T20:01:28.449Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:28.449Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-09-02T20:01:28.449Z] === RUN TestConfigsUpdate [2021-09-02T20:01:28.449Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:28.449Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-09-02T20:01:28.449Z] === RUN TestTemplatedConfig [2021-09-02T20:01:28.449Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:28.449Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-09-02T20:01:28.449Z] === RUN TestConfigCreateResolve [2021-09-02T20:01:28.449Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:01:28.449Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-09-02T20:01:28.449Z] PASS [2021-09-02T20:01:28.449Z] ok github.com/docker/docker/integration/config 0.086s [2021-09-02T20:01:28.449Z] [2021-09-02T20:01:28.449Z] === Skipped [2021-09-02T20:01:28.449Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.01s) [2021-09-02T20:01:28.449Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:28.449Z] [2021-09-02T20:01:28.449Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-09-02T20:01:28.449Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:28.449Z] [2021-09-02T20:01:28.449Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-09-02T20:01:28.449Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:28.449Z] [2021-09-02T20:01:28.449Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-09-02T20:01:28.449Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:28.449Z] [2021-09-02T20:01:28.449Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-09-02T20:01:28.449Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:28.449Z] [2021-09-02T20:01:28.449Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-09-02T20:01:28.449Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:01:28.449Z] [2021-09-02T20:01:28.449Z] DONE 6 tests, 6 skipped in 2.415s [2021-09-02T20:01:28.449Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-09-02T20:01:28.802Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-09-02T20:01:28.912Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T20:01:28.912Z] INFO: Testing against a local daemon [2021-09-02T20:01:28.912Z] === RUN TestCheckpoint [2021-09-02T20:01:28.912Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-02T20:01:28.912Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-02T20:01:28.912Z] === RUN TestContainerInvalidJSON [2021-09-02T20:01:28.912Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T20:01:28.912Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T20:01:28.912Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-02T20:01:28.912Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-02T20:01:28.912Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T20:01:28.912Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-02T20:01:28.912Z] --- PASS: TestContainerInvalidJSON (0.37s) [2021-09-02T20:01:28.912Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-02T20:01:28.912Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-02T20:01:28.912Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-02T20:01:29.369Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-09-02T20:01:29.369Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-09-02T20:01:29.369Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-09-02T20:01:29.371Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.23s) [2021-09-02T20:01:29.371Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-02T20:01:29.830Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.27s) [2021-09-02T20:01:29.830Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-02T20:01:29.830Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.17s) [2021-09-02T20:01:29.830Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-02T20:01:29.830Z] --- PASS: TestCopyToContainerPathIsNotDir (0.19s) [2021-09-02T20:01:29.830Z] === RUN TestCopyFromContainer [2021-09-02T20:01:29.830Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:29.830Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-09-02T20:01:29.830Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-02T20:01:29.830Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T20:01:29.830Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T20:01:29.830Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T20:01:29.830Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T20:01:29.830Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T20:01:29.830Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T20:01:29.830Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T20:01:29.830Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T20:01:29.830Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T20:01:29.830Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-09-02T20:01:29.830Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-02T20:01:29.830Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-02T20:01:29.830Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-02T20:01:29.830Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-02T20:01:29.830Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-02T20:01:29.830Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-09-02T20:01:29.830Z] === RUN TestCreateWithInvalidEnv [2021-09-02T20:01:29.830Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-02T20:01:29.830Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-02T20:01:29.830Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-02T20:01:29.830Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-02T20:01:29.830Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-02T20:01:29.830Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-02T20:01:29.830Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-02T20:01:29.830Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-02T20:01:29.830Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-02T20:01:29.830Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-09-02T20:01:29.830Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-02T20:01:29.830Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-02T20:01:29.830Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-02T20:01:29.830Z] === RUN TestCreateTmpfsMountsTarget [2021-09-02T20:01:29.830Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:29.830Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-09-02T20:01:29.830Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-02T20:01:29.830Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:01:29.830Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-09-02T20:01:29.830Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-02T20:01:29.830Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:01:29.830Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-02T20:01:29.830Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-02T20:01:29.938Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-09-02T20:01:29.938Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-09-02T20:01:29.938Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-09-02T20:01:29.938Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-09-02T20:01:29.938Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-09-02T20:01:29.938Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-09-02T20:01:29.938Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-09-02T20:01:29.938Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-09-02T20:01:29.938Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-09-02T20:01:29.938Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-09-02T20:01:29.938Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-09-02T20:01:29.938Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-09-02T20:01:29.938Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-09-02T20:01:29.938Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-09-02T20:01:29.938Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-09-02T20:01:30.287Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T20:01:30.287Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T20:01:30.287Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T20:01:30.287Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T20:01:30.288Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T20:01:30.288Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T20:01:30.288Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T20:01:30.288Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T20:01:30.288Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T20:01:30.288Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T20:01:30.288Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T20:01:30.288Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T20:01:30.288Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T20:01:30.288Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T20:01:30.288Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T20:01:30.288Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-09-02T20:01:30.288Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2021-09-02T20:01:30.288Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2021-09-02T20:01:30.288Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-09-02T20:01:30.288Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-09-02T20:01:30.288Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-09-02T20:01:30.288Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-02T20:01:30.288Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-02T20:01:30.288Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-02T20:01:30.288Z] === RUN TestCreateDifferentPlatform [2021-09-02T20:01:30.288Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-02T20:01:30.288Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-02T20:01:30.288Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-09-02T20:01:30.288Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-02T20:01:30.288Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-02T20:01:30.288Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-02T20:01:30.288Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-09-02T20:01:30.288Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-02T20:01:30.288Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-02T20:01:30.288Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-09-02T20:01:30.288Z] === RUN TestContainerKillOnDaemonStart [2021-09-02T20:01:30.288Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:30.288Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-09-02T20:01:30.288Z] === RUN TestDiff [2021-09-02T20:01:30.288Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-02T20:01:30.288Z] --- SKIP: TestDiff (0.00s) [2021-09-02T20:01:30.288Z] === RUN TestExecWithCloseStdin [2021-09-02T20:01:30.504Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-09-02T20:01:30.527Z] === RUN TestBoolValue [2021-09-02T20:01:30.527Z] --- PASS: TestBoolValue (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestBoolValueOrDefault [2021-09-02T20:01:30.527Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestInt64ValueOrZero [2021-09-02T20:01:30.527Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestInt64ValueOrDefault [2021-09-02T20:01:30.527Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestInt64ValueOrDefaultWithError [2021-09-02T20:01:30.527Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestJsonContentType [2021-09-02T20:01:30.527Z] --- PASS: TestJsonContentType (0.00s) [2021-09-02T20:01:30.527Z] PASS [2021-09-02T20:01:30.527Z] coverage: 14.7% of statements [2021-09-02T20:01:30.527Z] ok github.com/docker/docker/api/server/httputils 0.048s coverage: 14.7% of statements [2021-09-02T20:01:30.527Z] === RUN TestMaskSecretKeys [2021-09-02T20:01:30.527Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-09-02T20:01:30.527Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-09-02T20:01:30.527Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-09-02T20:01:30.527Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-09-02T20:01:30.527Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-09-02T20:01:30.527Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-09-02T20:01:30.527Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestVersionMiddlewareVersion [2021-09-02T20:01:30.527Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-09-02T20:01:30.527Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-09-02T20:01:30.527Z] PASS [2021-09-02T20:01:30.527Z] coverage: 37.7% of statements [2021-09-02T20:01:30.527Z] ok github.com/docker/docker/api/server/middleware 0.039s coverage: 37.7% of statements [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/server/router [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-09-02T20:01:30.527Z] === RUN TestStrSliceMarshalJSON [2021-09-02T20:01:30.527Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestStrSliceUnmarshalJSON [2021-09-02T20:01:30.527Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestStrSliceUnmarshalString [2021-09-02T20:01:30.527Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestStrSliceUnmarshalSlice [2021-09-02T20:01:30.527Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-09-02T20:01:30.527Z] PASS [2021-09-02T20:01:30.527Z] coverage: 90.0% of statements [2021-09-02T20:01:30.527Z] === RUN TestAdjustForAPIVersion [2021-09-02T20:01:30.527Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-09-02T20:01:30.527Z] PASS [2021-09-02T20:01:30.527Z] coverage: 5.7% of statements [2021-09-02T20:01:30.527Z] ok github.com/docker/docker/api/types/strslice 0.033s coverage: 90.0% of statements [2021-09-02T20:01:30.527Z] ok github.com/docker/docker/api/server/router/swarm 0.035s coverage: 5.7% of statements [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/types [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/types/container [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/types/events [no test files] [2021-09-02T20:01:30.527Z] === RUN TestToJSON [2021-09-02T20:01:30.527Z] --- PASS: TestToJSON (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestToParamWithVersion [2021-09-02T20:01:30.527Z] --- PASS: TestToParamWithVersion (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestFromJSON [2021-09-02T20:01:30.527Z] --- PASS: TestFromJSON (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestEmpty [2021-09-02T20:01:30.527Z] --- PASS: TestEmpty (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestArgsMatchKVListEmptySources [2021-09-02T20:01:30.527Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestArgsMatchKVList [2021-09-02T20:01:30.527Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestArgsMatch [2021-09-02T20:01:30.527Z] --- PASS: TestArgsMatch (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestAdd [2021-09-02T20:01:30.527Z] --- PASS: TestAdd (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestDel [2021-09-02T20:01:30.527Z] --- PASS: TestDel (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestLen [2021-09-02T20:01:30.527Z] --- PASS: TestLen (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestExactMatch [2021-09-02T20:01:30.527Z] --- PASS: TestExactMatch (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestOnlyOneExactMatch [2021-09-02T20:01:30.527Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestContains [2021-09-02T20:01:30.527Z] --- PASS: TestContains (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestValidate [2021-09-02T20:01:30.527Z] --- PASS: TestValidate (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestWalkValues [2021-09-02T20:01:30.527Z] --- PASS: TestWalkValues (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestFuzzyMatch [2021-09-02T20:01:30.527Z] --- PASS: TestFuzzyMatch (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestClone [2021-09-02T20:01:30.527Z] --- PASS: TestClone (0.00s) [2021-09-02T20:01:30.527Z] PASS [2021-09-02T20:01:30.527Z] coverage: 92.2% of statements [2021-09-02T20:01:30.527Z] ok github.com/docker/docker/api/types/filters 0.034s coverage: 92.2% of statements [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/types/image [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/types/network [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-09-02T20:01:30.527Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-09-02T20:01:30.527Z] === RUN TestDurationToSecondsString [2021-09-02T20:01:30.527Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-09-02T20:01:30.527Z] === RUN TestGetTimestamp [2021-09-02T20:01:30.527Z] --- PASS: TestGetTimestamp (0.12s) [2021-09-02T20:01:30.527Z] === RUN TestParseTimestamps [2021-09-02T20:01:30.527Z] --- PASS: TestParseTimestamps (0.00s) [2021-09-02T20:01:30.527Z] PASS [2021-09-02T20:01:30.527Z] coverage: 100.0% of statements [2021-09-02T20:01:30.527Z] ok github.com/docker/docker/api/types/time 0.167s coverage: 100.0% of statements [2021-09-02T20:01:30.527Z] === RUN TestCompareVersion [2021-09-02T20:01:30.527Z] --- PASS: TestCompareVersion (0.00s) [2021-09-02T20:01:30.527Z] PASS [2021-09-02T20:01:30.527Z] coverage: 77.3% of statements [2021-09-02T20:01:30.528Z] ok github.com/docker/docker/api/types/versions 0.032s coverage: 77.3% of statements [2021-09-02T20:01:30.528Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-09-02T20:01:30.528Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-09-02T20:01:30.528Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-09-02T20:01:30.528Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-09-02T20:01:30.528Z] ? github.com/docker/docker/builder [no test files] [2021-09-02T20:01:30.528Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-09-02T20:01:30.528Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-09-02T20:01:30.528Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-09-02T20:01:30.528Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-09-02T20:01:30.528Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-09-02T20:01:30.528Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-09-02T20:01:30.528Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-09-02T20:01:30.528Z] === RUN TestParseRemoteURL [2021-09-02T20:01:30.528Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-09-02T20:01:30.528Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-09-02T20:01:30.528Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-09-02T20:01:30.528Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-09-02T20:01:30.528Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-09-02T20:01:30.528Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-09-02T20:01:30.528Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-09-02T20:01:30.528Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-09-02T20:01:30.528Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-09-02T20:01:30.528Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-09-02T20:01:30.528Z] --- PASS: TestParseRemoteURL (0.00s) [2021-09-02T20:01:30.528Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-09-02T20:01:30.528Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-09-02T20:01:30.528Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-09-02T20:01:30.528Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-09-02T20:01:30.528Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-09-02T20:01:30.528Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-09-02T20:01:30.528Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-09-02T20:01:30.528Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-09-02T20:01:30.528Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-09-02T20:01:30.528Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestCloneArgsSmartHttp [2021-09-02T20:01:30.528Z] --- PASS: TestCloneArgsSmartHttp (0.04s) [2021-09-02T20:01:30.528Z] === RUN TestCloneArgsDumbHttp [2021-09-02T20:01:30.528Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestCloneArgsGit [2021-09-02T20:01:30.528Z] --- PASS: TestCloneArgsGit (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestCheckoutGit [2021-09-02T20:01:30.528Z] === RUN TestEnable [2021-09-02T20:01:30.528Z] --- PASS: TestEnable (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestDisable [2021-09-02T20:01:30.528Z] --- PASS: TestDisable (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestEnabled [2021-09-02T20:01:30.528Z] --- PASS: TestEnabled (0.00s) [2021-09-02T20:01:30.528Z] PASS [2021-09-02T20:01:30.528Z] coverage: 100.0% of statements [2021-09-02T20:01:30.528Z] ok github.com/docker/docker/cli/debug 0.038s coverage: 100.0% of statements [2021-09-02T20:01:30.528Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-09-02T20:01:30.528Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestProcessNoDockerignore [2021-09-02T20:01:30.528Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestProcessShouldLeaveAllFiles [2021-09-02T20:01:30.528Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestDetectContentType [2021-09-02T20:01:30.528Z] --- PASS: TestDetectContentType (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestSelectAcceptableMIME [2021-09-02T20:01:30.528Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestInspectEmptyResponse [2021-09-02T20:01:30.528Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestInspectResponseBinary [2021-09-02T20:01:30.528Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestResponseUnsupportedContentType [2021-09-02T20:01:30.528Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestInspectResponseTextSimple [2021-09-02T20:01:30.528Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestInspectResponseEmptyContentType [2021-09-02T20:01:30.528Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestUnknownContentLength [2021-09-02T20:01:30.528Z] --- PASS: TestUnknownContentLength (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestDownloadRemote [2021-09-02T20:01:30.528Z] --- PASS: TestDownloadRemote (0.07s) [2021-09-02T20:01:30.528Z] === RUN TestGetWithStatusError [2021-09-02T20:01:30.528Z] --- PASS: TestGetWithStatusError (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestCloseRootDirectory [2021-09-02T20:01:30.528Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:01:30.528Z] --- SKIP: TestCloseRootDirectory (0.01s) [2021-09-02T20:01:30.528Z] === RUN TestHashFile [2021-09-02T20:01:30.528Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:01:30.528Z] --- SKIP: TestHashFile (0.01s) [2021-09-02T20:01:30.528Z] === RUN TestHashSubdir [2021-09-02T20:01:30.528Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:01:30.528Z] --- SKIP: TestHashSubdir (0.02s) [2021-09-02T20:01:30.528Z] === RUN TestRemoveDirectory [2021-09-02T20:01:30.528Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:01:30.528Z] --- SKIP: TestRemoveDirectory (0.01s) [2021-09-02T20:01:30.528Z] PASS [2021-09-02T20:01:30.528Z] coverage: 9.3% of statements [2021-09-02T20:01:30.528Z] ok github.com/docker/docker/builder/remotecontext 0.227s coverage: 9.3% of statements [2021-09-02T20:01:30.528Z] === RUN TestGetAllAllowed [2021-09-02T20:01:30.528Z] --- PASS: TestGetAllAllowed (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestGetAllMeta [2021-09-02T20:01:30.528Z] --- PASS: TestGetAllMeta (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestWarnOnUnusedBuildArgs [2021-09-02T20:01:30.528Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestIsUnreferencedBuiltin [2021-09-02T20:01:30.528Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestIsExistingDirectory [2021-09-02T20:01:30.528Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestGetFilenameForDownload [2021-09-02T20:01:30.528Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestEnv2Variables [2021-09-02T20:01:30.528Z] --- PASS: TestEnv2Variables (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-09-02T20:01:30.528Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestMaintainer [2021-09-02T20:01:30.528Z] --- PASS: TestMaintainer (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestLabel [2021-09-02T20:01:30.528Z] --- PASS: TestLabel (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestFromScratch [2021-09-02T20:01:30.528Z] --- PASS: TestFromScratch (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestFromWithArg [2021-09-02T20:01:30.528Z] --- PASS: TestFromWithArg (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-09-02T20:01:30.528Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestFromWithUndefinedArg [2021-09-02T20:01:30.528Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestFromMultiStageWithNamedStage [2021-09-02T20:01:30.528Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestOnbuild [2021-09-02T20:01:30.528Z] --- PASS: TestOnbuild (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestWorkdir [2021-09-02T20:01:30.528Z] --- PASS: TestWorkdir (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestCmd [2021-09-02T20:01:30.528Z] --- PASS: TestCmd (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestHealthcheckNone [2021-09-02T20:01:30.528Z] --- PASS: TestHealthcheckNone (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestHealthcheckCmd [2021-09-02T20:01:30.528Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestEntrypoint [2021-09-02T20:01:30.528Z] --- PASS: TestEntrypoint (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestExpose [2021-09-02T20:01:30.528Z] --- PASS: TestExpose (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestUser [2021-09-02T20:01:30.528Z] --- PASS: TestUser (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestVolume [2021-09-02T20:01:30.528Z] --- PASS: TestVolume (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestStopSignal [2021-09-02T20:01:30.528Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-02T20:01:30.528Z] --- SKIP: TestStopSignal (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestArg [2021-09-02T20:01:30.528Z] --- PASS: TestArg (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestShell [2021-09-02T20:01:30.528Z] --- PASS: TestShell (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestPrependEnvOnCmd [2021-09-02T20:01:30.528Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestRunWithBuildArgs [2021-09-02T20:01:30.528Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestRunIgnoresHealthcheck [2021-09-02T20:01:30.528Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestDispatchUnsupportedOptions [2021-09-02T20:01:30.528Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-09-02T20:01:30.528Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-09-02T20:01:30.528Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-09-02T20:01:30.528Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-09-02T20:01:30.528Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-09-02T20:01:30.528Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-09-02T20:01:30.528Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestNormalizeWorkdir [2021-09-02T20:01:30.528Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestDispatch [2021-09-02T20:01:30.528Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-09-02T20:01:30.528Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-09-02T20:01:30.528Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-09-02T20:01:30.528Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-09-02T20:01:30.528Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-09-02T20:01:30.528Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-09-02T20:01:30.528Z] === RUN TestDispatch/COPY_url [2021-09-02T20:01:30.528Z] --- PASS: TestDispatch (0.06s) [2021-09-02T20:01:30.528Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-09-02T20:01:30.528Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-09-02T20:01:30.528Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.00s) [2021-09-02T20:01:30.528Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-09-02T20:01:30.528Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-09-02T20:01:30.528Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.01s) [2021-09-02T20:01:30.528Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestAddScratchImageAddsToMounts [2021-09-02T20:01:30.528Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestAddFromScratchPopulatesPlatform [2021-09-02T20:01:30.528Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-09-02T20:01:30.528Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-09-02T20:01:30.528Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestImageSourceGetAddsToMounts [2021-09-02T20:01:30.528Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestEmptyDockerfile [2021-09-02T20:01:30.528Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestSymlinkDockerfile [2021-09-02T20:01:30.528Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-09-02T20:01:30.528Z] === RUN TestDockerfileOutsideTheBuildContext [2021-09-02T20:01:30.528Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestNonExistingDockerfile [2021-09-02T20:01:30.528Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestCopyRunConfig [2021-09-02T20:01:30.528Z] --- PASS: TestCopyRunConfig (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestDeepCopyRunConfig [2021-09-02T20:01:30.528Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestExportImage [2021-09-02T20:01:30.528Z] --- PASS: TestExportImage (0.00s) [2021-09-02T20:01:30.528Z] === RUN TestNormalizeDest [2021-09-02T20:01:30.528Z] --- PASS: TestNormalizeDest (0.00s) [2021-09-02T20:01:30.528Z] PASS [2021-09-02T20:01:30.528Z] coverage: 46.8% of statements [2021-09-02T20:01:30.528Z] ok github.com/docker/docker/builder/dockerfile 0.164s coverage: 46.8% of statements [2021-09-02T20:01:30.528Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-09-02T20:01:30.985Z] === RUN TestTCP4Proxy [2021-09-02T20:01:30.985Z] --- PASS: TestTCP4Proxy (0.01s) [2021-09-02T20:01:30.985Z] === RUN TestTCP4ProxyHalfClose [2021-09-02T20:01:30.985Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-09-02T20:01:30.985Z] === RUN TestTCP6Proxy [2021-09-02T20:01:30.985Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-02T20:01:30.985Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-09-02T20:01:30.985Z] === RUN TestTCPDualStackProxy [2021-09-02T20:01:30.985Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-02T20:01:30.985Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-09-02T20:01:30.985Z] === RUN TestUDP4Proxy [2021-09-02T20:01:30.985Z] --- PASS: TestUDP4Proxy (0.00s) [2021-09-02T20:01:30.985Z] === RUN TestUDP6Proxy [2021-09-02T20:01:30.985Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-02T20:01:30.985Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-09-02T20:01:30.985Z] === RUN TestUDPWriteError [2021-09-02T20:01:30.985Z] --- PASS: TestUDPWriteError (0.00s) [2021-09-02T20:01:30.985Z] === RUN TestSCTP4Proxy [2021-09-02T20:01:30.985Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-02T20:01:30.985Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-09-02T20:01:30.985Z] === RUN TestSCTP6Proxy [2021-09-02T20:01:30.986Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-02T20:01:30.986Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-09-02T20:01:30.986Z] PASS [2021-09-02T20:01:30.986Z] coverage: 49.4% of statements [2021-09-02T20:01:30.986Z] ok github.com/docker/docker/cmd/docker-proxy 0.064s coverage: 49.4% of statements [2021-09-02T20:01:31.071Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-09-02T20:01:31.071Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-09-02T20:01:32.009Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-09-02T20:01:32.075Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-09-02T20:01:32.075Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-02T20:01:32.075Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-09-02T20:01:32.075Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-09-02T20:01:32.075Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-09-02T20:01:32.075Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-09-02T20:01:32.075Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-09-02T20:01:32.075Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-02T20:01:32.075Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-09-02T20:01:32.075Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-02T20:01:32.075Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-09-02T20:01:32.075Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-02T20:01:32.075Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-09-02T20:01:32.075Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-09-02T20:01:32.276Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-09-02T20:01:32.459Z] --- PASS: TestExecWithCloseStdin (2.44s) [2021-09-02T20:01:32.459Z] === RUN TestExec [2021-09-02T20:01:32.842Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-09-02T20:01:32.842Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-09-02T20:01:33.064Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-09-02T20:01:33.408Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-09-02T20:01:33.974Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-09-02T20:01:33.974Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-09-02T20:01:33.974Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-09-02T20:01:34.232Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-09-02T20:01:34.631Z] --- PASS: TestExec (1.76s) [2021-09-02T20:01:34.631Z] === RUN TestExecUser [2021-09-02T20:01:34.631Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-02T20:01:34.631Z] --- SKIP: TestExecUser (0.00s) [2021-09-02T20:01:34.631Z] === RUN TestExportContainerAndImportImage [2021-09-02T20:01:34.631Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:34.631Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-09-02T20:01:34.631Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-02T20:01:34.631Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:34.631Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-09-02T20:01:34.631Z] === RUN TestHealthCheckWorkdir [2021-09-02T20:01:34.631Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-02T20:01:34.631Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-09-02T20:01:34.631Z] === RUN TestHealthKillContainer [2021-09-02T20:01:34.631Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-02T20:01:34.631Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-09-02T20:01:34.631Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-02T20:01:34.631Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-02T20:01:34.631Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-09-02T20:01:34.631Z] === RUN TestKillContainerInvalidSignal [2021-09-02T20:01:35.607Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-09-02T20:01:35.607Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-09-02T20:01:36.025Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-09-02T20:01:36.166Z] --- PASS: TestKillContainerInvalidSignal (1.55s) [2021-09-02T20:01:36.166Z] === RUN TestKillContainer [2021-09-02T20:01:36.166Z] === RUN TestKillContainer/no_signal [2021-09-02T20:01:36.176Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-09-02T20:01:36.176Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-09-02T20:01:36.176Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-09-02T20:01:36.434Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-09-02T20:01:36.434Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-09-02T20:01:37.021Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-09-02T20:01:37.021Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-02T20:01:37.021Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-09-02T20:01:37.021Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-02T20:01:37.021Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-09-02T20:01:37.021Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-09-02T20:01:37.700Z] === RUN TestKillContainer/non_killing_signal [2021-09-02T20:01:37.700Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-02T20:01:37.700Z] === RUN TestKillContainer/killing_signal [2021-09-02T20:01:37.811Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-09-02T20:01:38.070Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-09-02T20:01:39.242Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-09-02T20:01:39.550Z] === RUN TestCheckpointCreateError [2021-09-02T20:01:39.550Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestCheckpointCreate [2021-09-02T20:01:39.550Z] --- PASS: TestCheckpointCreate (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestCheckpointDeleteError [2021-09-02T20:01:39.550Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestCheckpointDelete [2021-09-02T20:01:39.550Z] --- PASS: TestCheckpointDelete (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestCheckpointListError [2021-09-02T20:01:39.550Z] --- PASS: TestCheckpointListError (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestCheckpointList [2021-09-02T20:01:39.550Z] --- PASS: TestCheckpointList (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestCheckpointListContainerNotFound [2021-09-02T20:01:39.550Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestNewClientWithOpsFromEnv [2021-09-02T20:01:39.550Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-02T20:01:39.550Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestGetAPIPath [2021-09-02T20:01:39.550Z] --- PASS: TestGetAPIPath (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestParseHostURL [2021-09-02T20:01:39.550Z] --- PASS: TestParseHostURL (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-09-02T20:01:39.550Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestNegotiateAPIVersionEmpty [2021-09-02T20:01:39.550Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestNegotiateAPIVersion [2021-09-02T20:01:39.550Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestNegotiateAPVersionOverride [2021-09-02T20:01:39.550Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestNegotiateAPIVersionAutomatic [2021-09-02T20:01:39.550Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-09-02T20:01:39.550Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-09-02T20:01:39.550Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestClientRedirect [2021-09-02T20:01:39.550Z] --- PASS: TestClientRedirect (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigCreateUnsupported [2021-09-02T20:01:39.550Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigCreateError [2021-09-02T20:01:39.550Z] --- PASS: TestConfigCreateError (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigCreate [2021-09-02T20:01:39.550Z] --- PASS: TestConfigCreate (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigInspectNotFound [2021-09-02T20:01:39.550Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigInspectWithEmptyID [2021-09-02T20:01:39.550Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigInspectUnsupported [2021-09-02T20:01:39.550Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigInspectError [2021-09-02T20:01:39.550Z] --- PASS: TestConfigInspectError (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigInspectConfigNotFound [2021-09-02T20:01:39.550Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigInspect [2021-09-02T20:01:39.550Z] --- PASS: TestConfigInspect (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigListUnsupported [2021-09-02T20:01:39.550Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigListError [2021-09-02T20:01:39.550Z] --- PASS: TestConfigListError (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigList [2021-09-02T20:01:39.550Z] --- PASS: TestConfigList (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigRemoveUnsupported [2021-09-02T20:01:39.550Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigRemoveError [2021-09-02T20:01:39.550Z] --- PASS: TestConfigRemoveError (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigRemove [2021-09-02T20:01:39.550Z] --- PASS: TestConfigRemove (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigUpdateUnsupported [2021-09-02T20:01:39.550Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigUpdateError [2021-09-02T20:01:39.550Z] --- PASS: TestConfigUpdateError (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestConfigUpdate [2021-09-02T20:01:39.550Z] --- PASS: TestConfigUpdate (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestContainerCommitError [2021-09-02T20:01:39.550Z] --- PASS: TestContainerCommitError (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestContainerCommit [2021-09-02T20:01:39.550Z] --- PASS: TestContainerCommit (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestContainerStatPathError [2021-09-02T20:01:39.550Z] --- PASS: TestContainerStatPathError (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestContainerStatPathNotFoundError [2021-09-02T20:01:39.550Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestContainerStatPathNoHeaderError [2021-09-02T20:01:39.550Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-09-02T20:01:39.550Z] === RUN TestContainerStatPath [2021-09-02T20:01:39.550Z] --- PASS: TestContainerStatPath (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestCopyToContainerError [2021-09-02T20:01:39.551Z] --- PASS: TestCopyToContainerError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestCopyToContainerNotFoundError [2021-09-02T20:01:39.551Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestCopyToContainerNotStatusOKError [2021-09-02T20:01:39.551Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestCopyToContainer [2021-09-02T20:01:39.551Z] --- PASS: TestCopyToContainer (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestCopyFromContainerError [2021-09-02T20:01:39.551Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestCopyFromContainerNotFoundError [2021-09-02T20:01:39.551Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestCopyFromContainerNotStatusOKError [2021-09-02T20:01:39.551Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestCopyFromContainerNoHeaderError [2021-09-02T20:01:39.551Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestCopyFromContainer [2021-09-02T20:01:39.551Z] --- PASS: TestCopyFromContainer (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerCreateError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerCreateError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerCreateImageNotFound [2021-09-02T20:01:39.551Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerCreateWithName [2021-09-02T20:01:39.551Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerCreateAutoRemove [2021-09-02T20:01:39.551Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerDiffError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerDiffError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerDiff [2021-09-02T20:01:39.551Z] --- PASS: TestContainerDiff (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerExecCreateError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerExecCreate [2021-09-02T20:01:39.551Z] --- PASS: TestContainerExecCreate (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerExecStartError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerExecStartError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerExecStart [2021-09-02T20:01:39.551Z] --- PASS: TestContainerExecStart (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerExecInspectError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerExecInspect [2021-09-02T20:01:39.551Z] --- PASS: TestContainerExecInspect (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerExportError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerExportError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerExport [2021-09-02T20:01:39.551Z] --- PASS: TestContainerExport (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerInspectError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerInspectError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerInspectContainerNotFound [2021-09-02T20:01:39.551Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerInspectWithEmptyID [2021-09-02T20:01:39.551Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerInspect [2021-09-02T20:01:39.551Z] --- PASS: TestContainerInspect (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerInspectNode [2021-09-02T20:01:39.551Z] --- PASS: TestContainerInspectNode (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerKillError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerKillError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerKill [2021-09-02T20:01:39.551Z] --- PASS: TestContainerKill (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerListError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerListError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerList [2021-09-02T20:01:39.551Z] --- PASS: TestContainerList (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerLogsNotFoundError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerLogsError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerLogsError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerLogs [2021-09-02T20:01:39.551Z] --- PASS: TestContainerLogs (0.13s) [2021-09-02T20:01:39.551Z] === RUN TestContainerPauseError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerPauseError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerPause [2021-09-02T20:01:39.551Z] --- PASS: TestContainerPause (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainersPruneError [2021-09-02T20:01:39.551Z] --- PASS: TestContainersPruneError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainersPrune [2021-09-02T20:01:39.551Z] --- PASS: TestContainersPrune (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerRemoveError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerRemoveError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerRemoveNotFoundError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerRemove [2021-09-02T20:01:39.551Z] --- PASS: TestContainerRemove (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerRenameError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerRenameError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerRename [2021-09-02T20:01:39.551Z] --- PASS: TestContainerRename (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerResizeError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerResizeError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerExecResizeError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerResize [2021-09-02T20:01:39.551Z] --- PASS: TestContainerResize (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerExecResize [2021-09-02T20:01:39.551Z] --- PASS: TestContainerExecResize (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerRestartError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerRestartError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerRestart [2021-09-02T20:01:39.551Z] --- PASS: TestContainerRestart (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerStartError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerStartError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerStart [2021-09-02T20:01:39.551Z] --- PASS: TestContainerStart (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerStatsError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerStatsError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerStats [2021-09-02T20:01:39.551Z] --- PASS: TestContainerStats (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerStopError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerStopError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerStop [2021-09-02T20:01:39.551Z] --- PASS: TestContainerStop (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerTopError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerTopError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerTop [2021-09-02T20:01:39.551Z] --- PASS: TestContainerTop (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerUnpauseError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerUnpause [2021-09-02T20:01:39.551Z] --- PASS: TestContainerUnpause (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerUpdateError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerUpdateError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerUpdate [2021-09-02T20:01:39.551Z] --- PASS: TestContainerUpdate (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestContainerWaitError [2021-09-02T20:01:39.551Z] --- PASS: TestContainerWaitError (0.02s) [2021-09-02T20:01:39.551Z] === RUN TestContainerWait [2021-09-02T20:01:39.551Z] --- PASS: TestContainerWait (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestDiskUsageError [2021-09-02T20:01:39.551Z] --- PASS: TestDiskUsageError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestDiskUsage [2021-09-02T20:01:39.551Z] --- PASS: TestDiskUsage (0.01s) [2021-09-02T20:01:39.551Z] === RUN TestDistributionInspectUnsupported [2021-09-02T20:01:39.551Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestDistributionInspectWithEmptyID [2021-09-02T20:01:39.551Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestEventsErrorInOptions [2021-09-02T20:01:39.551Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestEventsErrorFromServer [2021-09-02T20:01:39.551Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestEvents [2021-09-02T20:01:39.551Z] --- PASS: TestEvents (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestTLSCloseWriter [2021-09-02T20:01:39.551Z] === PAUSE TestTLSCloseWriter [2021-09-02T20:01:39.551Z] === RUN TestImageBuildError [2021-09-02T20:01:39.551Z] --- PASS: TestImageBuildError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageBuild [2021-09-02T20:01:39.551Z] --- PASS: TestImageBuild (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestGetDockerOS [2021-09-02T20:01:39.551Z] --- PASS: TestGetDockerOS (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageCreateError [2021-09-02T20:01:39.551Z] --- PASS: TestImageCreateError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageCreate [2021-09-02T20:01:39.551Z] --- PASS: TestImageCreate (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageHistoryError [2021-09-02T20:01:39.551Z] --- PASS: TestImageHistoryError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageHistory [2021-09-02T20:01:39.551Z] --- PASS: TestImageHistory (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageImportError [2021-09-02T20:01:39.551Z] --- PASS: TestImageImportError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageImport [2021-09-02T20:01:39.551Z] --- PASS: TestImageImport (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageInspectError [2021-09-02T20:01:39.551Z] --- PASS: TestImageInspectError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageInspectImageNotFound [2021-09-02T20:01:39.551Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageInspectWithEmptyID [2021-09-02T20:01:39.551Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageInspect [2021-09-02T20:01:39.551Z] --- PASS: TestImageInspect (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageListError [2021-09-02T20:01:39.551Z] --- PASS: TestImageListError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageList [2021-09-02T20:01:39.551Z] --- PASS: TestImageList (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageListApiBefore125 [2021-09-02T20:01:39.551Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageLoadError [2021-09-02T20:01:39.551Z] --- PASS: TestImageLoadError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageLoad [2021-09-02T20:01:39.551Z] --- PASS: TestImageLoad (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagesPruneError [2021-09-02T20:01:39.551Z] --- PASS: TestImagesPruneError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagesPrune [2021-09-02T20:01:39.551Z] --- PASS: TestImagesPrune (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagePullReferenceParseError [2021-09-02T20:01:39.551Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagePullAnyError [2021-09-02T20:01:39.551Z] --- PASS: TestImagePullAnyError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagePullStatusUnauthorizedError [2021-09-02T20:01:39.551Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-02T20:01:39.551Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-02T20:01:39.551Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-09-02T20:01:39.551Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagePullWithoutErrors [2021-09-02T20:01:39.551Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagePushReferenceError [2021-09-02T20:01:39.551Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagePushAnyError [2021-09-02T20:01:39.551Z] --- PASS: TestImagePushAnyError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagePushStatusUnauthorizedError [2021-09-02T20:01:39.551Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-02T20:01:39.551Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-02T20:01:39.551Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-09-02T20:01:39.551Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImagePushWithoutErrors [2021-09-02T20:01:39.551Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-09-02T20:01:39.551Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-09-02T20:01:39.551Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-09-02T20:01:39.551Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-09-02T20:01:39.551Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-09-02T20:01:39.551Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-09-02T20:01:39.551Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-09-02T20:01:39.551Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-09-02T20:01:39.551Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageRemoveError [2021-09-02T20:01:39.551Z] --- PASS: TestImageRemoveError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageRemoveImageNotFound [2021-09-02T20:01:39.551Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageRemove [2021-09-02T20:01:39.551Z] --- PASS: TestImageRemove (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageSaveError [2021-09-02T20:01:39.551Z] --- PASS: TestImageSaveError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageSave [2021-09-02T20:01:39.551Z] --- PASS: TestImageSave (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageSearchAnyError [2021-09-02T20:01:39.551Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageSearchStatusUnauthorizedError [2021-09-02T20:01:39.551Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-02T20:01:39.551Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-02T20:01:39.551Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-09-02T20:01:39.551Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageSearchWithoutErrors [2021-09-02T20:01:39.551Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageTagError [2021-09-02T20:01:39.551Z] --- PASS: TestImageTagError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageTagInvalidReference [2021-09-02T20:01:39.551Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageTagInvalidSourceImageName [2021-09-02T20:01:39.551Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageTagHexSource [2021-09-02T20:01:39.551Z] --- PASS: TestImageTagHexSource (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestImageTag [2021-09-02T20:01:39.551Z] --- PASS: TestImageTag (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestInfoServerError [2021-09-02T20:01:39.551Z] --- PASS: TestInfoServerError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestInfoInvalidResponseJSONError [2021-09-02T20:01:39.551Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestInfo [2021-09-02T20:01:39.551Z] --- PASS: TestInfo (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworkConnectError [2021-09-02T20:01:39.551Z] --- PASS: TestNetworkConnectError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-09-02T20:01:39.551Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworkConnect [2021-09-02T20:01:39.551Z] --- PASS: TestNetworkConnect (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworkCreateError [2021-09-02T20:01:39.551Z] --- PASS: TestNetworkCreateError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworkCreate [2021-09-02T20:01:39.551Z] --- PASS: TestNetworkCreate (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworkDisconnectError [2021-09-02T20:01:39.551Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworkDisconnect [2021-09-02T20:01:39.551Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworkInspectError [2021-09-02T20:01:39.551Z] --- PASS: TestNetworkInspectError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworkInspectNotFoundError [2021-09-02T20:01:39.551Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworkInspectWithEmptyID [2021-09-02T20:01:39.551Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworkInspect [2021-09-02T20:01:39.551Z] --- PASS: TestNetworkInspect (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworkListError [2021-09-02T20:01:39.551Z] --- PASS: TestNetworkListError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworkList [2021-09-02T20:01:39.551Z] --- PASS: TestNetworkList (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworksPruneError [2021-09-02T20:01:39.551Z] --- PASS: TestNetworksPruneError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworksPrune [2021-09-02T20:01:39.551Z] --- PASS: TestNetworksPrune (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworkRemoveError [2021-09-02T20:01:39.551Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNetworkRemove [2021-09-02T20:01:39.551Z] --- PASS: TestNetworkRemove (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNodeInspectError [2021-09-02T20:01:39.551Z] --- PASS: TestNodeInspectError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNodeInspectNodeNotFound [2021-09-02T20:01:39.551Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNodeInspectWithEmptyID [2021-09-02T20:01:39.551Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNodeInspect [2021-09-02T20:01:39.551Z] --- PASS: TestNodeInspect (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNodeListError [2021-09-02T20:01:39.551Z] --- PASS: TestNodeListError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNodeList [2021-09-02T20:01:39.551Z] --- PASS: TestNodeList (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNodeRemoveError [2021-09-02T20:01:39.551Z] --- PASS: TestNodeRemoveError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNodeRemove [2021-09-02T20:01:39.551Z] --- PASS: TestNodeRemove (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNodeUpdateError [2021-09-02T20:01:39.551Z] --- PASS: TestNodeUpdateError (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestNodeUpdate [2021-09-02T20:01:39.551Z] --- PASS: TestNodeUpdate (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestOptionWithTimeout [2021-09-02T20:01:39.551Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-09-02T20:01:39.551Z] === RUN TestPingFail [2021-09-02T20:01:39.552Z] --- PASS: TestPingFail (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPingWithError [2021-09-02T20:01:39.552Z] 2021/09/02 20:01:39 RoundTripper returned a response & error; ignoring response [2021-09-02T20:01:39.552Z] 2021/09/02 20:01:39 RoundTripper returned a response & error; ignoring response [2021-09-02T20:01:39.552Z] --- PASS: TestPingWithError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPingSuccess [2021-09-02T20:01:39.552Z] --- PASS: TestPingSuccess (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPingHeadFallback [2021-09-02T20:01:39.552Z] === RUN TestPingHeadFallback/OK [2021-09-02T20:01:39.552Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-09-02T20:01:39.552Z] === RUN TestPingHeadFallback/Not_Found [2021-09-02T20:01:39.552Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-09-02T20:01:39.552Z] --- PASS: TestPingHeadFallback (0.00s) [2021-09-02T20:01:39.552Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-09-02T20:01:39.552Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-09-02T20:01:39.552Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-09-02T20:01:39.552Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPluginDisableError [2021-09-02T20:01:39.552Z] --- PASS: TestPluginDisableError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPluginDisable [2021-09-02T20:01:39.552Z] --- PASS: TestPluginDisable (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPluginEnableError [2021-09-02T20:01:39.552Z] --- PASS: TestPluginEnableError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPluginEnable [2021-09-02T20:01:39.552Z] --- PASS: TestPluginEnable (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPluginInspectError [2021-09-02T20:01:39.552Z] --- PASS: TestPluginInspectError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPluginInspectWithEmptyID [2021-09-02T20:01:39.552Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPluginInspect [2021-09-02T20:01:39.552Z] --- PASS: TestPluginInspect (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPluginListError [2021-09-02T20:01:39.552Z] --- PASS: TestPluginListError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPluginList [2021-09-02T20:01:39.552Z] --- PASS: TestPluginList (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPluginPushError [2021-09-02T20:01:39.552Z] --- PASS: TestPluginPushError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPluginPush [2021-09-02T20:01:39.552Z] --- PASS: TestPluginPush (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPluginRemoveError [2021-09-02T20:01:39.552Z] --- PASS: TestPluginRemoveError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPluginRemove [2021-09-02T20:01:39.552Z] --- PASS: TestPluginRemove (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPluginSetError [2021-09-02T20:01:39.552Z] --- PASS: TestPluginSetError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPluginSet [2021-09-02T20:01:39.552Z] --- PASS: TestPluginSet (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSetHostHeader [2021-09-02T20:01:39.552Z] --- PASS: TestSetHostHeader (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestPlainTextError [2021-09-02T20:01:39.552Z] --- PASS: TestPlainTextError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestInfiniteError [2021-09-02T20:01:39.552Z] --- PASS: TestInfiniteError (0.02s) [2021-09-02T20:01:39.552Z] === RUN TestCanceledContext [2021-09-02T20:01:39.552Z] 2021/09/02 20:01:39 RoundTripper returned a response & error; ignoring response [2021-09-02T20:01:39.552Z] --- PASS: TestCanceledContext (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestDeadlineExceededContext [2021-09-02T20:01:39.552Z] 2021/09/02 20:01:39 RoundTripper returned a response & error; ignoring response [2021-09-02T20:01:39.552Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretCreateUnsupported [2021-09-02T20:01:39.552Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretCreateError [2021-09-02T20:01:39.552Z] --- PASS: TestSecretCreateError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretCreate [2021-09-02T20:01:39.552Z] --- PASS: TestSecretCreate (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretInspectUnsupported [2021-09-02T20:01:39.552Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretInspectError [2021-09-02T20:01:39.552Z] --- PASS: TestSecretInspectError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretInspectSecretNotFound [2021-09-02T20:01:39.552Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretInspectWithEmptyID [2021-09-02T20:01:39.552Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretInspect [2021-09-02T20:01:39.552Z] --- PASS: TestSecretInspect (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretListUnsupported [2021-09-02T20:01:39.552Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretListError [2021-09-02T20:01:39.552Z] --- PASS: TestSecretListError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretList [2021-09-02T20:01:39.552Z] --- PASS: TestSecretList (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretRemoveUnsupported [2021-09-02T20:01:39.552Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretRemoveError [2021-09-02T20:01:39.552Z] --- PASS: TestSecretRemoveError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretRemove [2021-09-02T20:01:39.552Z] --- PASS: TestSecretRemove (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretUpdateUnsupported [2021-09-02T20:01:39.552Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretUpdateError [2021-09-02T20:01:39.552Z] --- PASS: TestSecretUpdateError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSecretUpdate [2021-09-02T20:01:39.552Z] --- PASS: TestSecretUpdate (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceCreateError [2021-09-02T20:01:39.552Z] --- PASS: TestServiceCreateError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceCreate [2021-09-02T20:01:39.552Z] --- PASS: TestServiceCreate (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceCreateCompatiblePlatforms [2021-09-02T20:01:39.552Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceCreateDigestPinning [2021-09-02T20:01:39.552Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceInspectError [2021-09-02T20:01:39.552Z] --- PASS: TestServiceInspectError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceInspectServiceNotFound [2021-09-02T20:01:39.552Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceInspectWithEmptyID [2021-09-02T20:01:39.552Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceInspect [2021-09-02T20:01:39.552Z] --- PASS: TestServiceInspect (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceListError [2021-09-02T20:01:39.552Z] --- PASS: TestServiceListError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceList [2021-09-02T20:01:39.552Z] --- PASS: TestServiceList (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceLogsError [2021-09-02T20:01:39.552Z] --- PASS: TestServiceLogsError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceLogs [2021-09-02T20:01:39.552Z] --- PASS: TestServiceLogs (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceRemoveError [2021-09-02T20:01:39.552Z] --- PASS: TestServiceRemoveError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceRemoveNotFoundError [2021-09-02T20:01:39.552Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceRemove [2021-09-02T20:01:39.552Z] --- PASS: TestServiceRemove (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceUpdateError [2021-09-02T20:01:39.552Z] --- PASS: TestServiceUpdateError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestServiceUpdate [2021-09-02T20:01:39.552Z] --- PASS: TestServiceUpdate (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSwarmGetUnlockKeyError [2021-09-02T20:01:39.552Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSwarmGetUnlockKey [2021-09-02T20:01:39.552Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSwarmInitError [2021-09-02T20:01:39.552Z] --- PASS: TestSwarmInitError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSwarmInit [2021-09-02T20:01:39.552Z] --- PASS: TestSwarmInit (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSwarmInspectError [2021-09-02T20:01:39.552Z] --- PASS: TestSwarmInspectError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSwarmInspect [2021-09-02T20:01:39.552Z] --- PASS: TestSwarmInspect (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSwarmJoinError [2021-09-02T20:01:39.552Z] --- PASS: TestSwarmJoinError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSwarmJoin [2021-09-02T20:01:39.552Z] --- PASS: TestSwarmJoin (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSwarmLeaveError [2021-09-02T20:01:39.552Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSwarmLeave [2021-09-02T20:01:39.552Z] --- PASS: TestSwarmLeave (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSwarmUnlockError [2021-09-02T20:01:39.552Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSwarmUnlock [2021-09-02T20:01:39.552Z] --- PASS: TestSwarmUnlock (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSwarmUpdateError [2021-09-02T20:01:39.552Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestSwarmUpdate [2021-09-02T20:01:39.552Z] --- PASS: TestSwarmUpdate (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestTaskInspectError [2021-09-02T20:01:39.552Z] --- PASS: TestTaskInspectError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestTaskInspectWithEmptyID [2021-09-02T20:01:39.552Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestTaskInspect [2021-09-02T20:01:39.552Z] --- PASS: TestTaskInspect (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestTaskListError [2021-09-02T20:01:39.552Z] --- PASS: TestTaskListError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestTaskList [2021-09-02T20:01:39.552Z] --- PASS: TestTaskList (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestVolumeCreateError [2021-09-02T20:01:39.552Z] --- PASS: TestVolumeCreateError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestVolumeCreate [2021-09-02T20:01:39.552Z] --- PASS: TestVolumeCreate (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestVolumeInspectError [2021-09-02T20:01:39.552Z] --- PASS: TestVolumeInspectError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestVolumeInspectNotFound [2021-09-02T20:01:39.552Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestVolumeInspectWithEmptyID [2021-09-02T20:01:39.552Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestVolumeInspect [2021-09-02T20:01:39.552Z] --- PASS: TestVolumeInspect (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestVolumeListError [2021-09-02T20:01:39.552Z] --- PASS: TestVolumeListError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestVolumeList [2021-09-02T20:01:39.552Z] --- PASS: TestVolumeList (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestVolumeRemoveError [2021-09-02T20:01:39.552Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-09-02T20:01:39.552Z] === RUN TestVolumeRemove [2021-09-02T20:01:39.552Z] --- PASS: TestVolumeRemove (0.00s) [2021-09-02T20:01:39.552Z] === CONT TestTLSCloseWriter [2021-09-02T20:01:39.552Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-09-02T20:01:39.552Z] PASS [2021-09-02T20:01:39.552Z] coverage: 75.1% of statements [2021-09-02T20:01:39.552Z] ok github.com/docker/docker/client 0.346s coverage: 75.1% of statements [2021-09-02T20:01:39.971Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-09-02T20:01:40.229Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-09-02T20:01:40.229Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-09-02T20:01:40.229Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-09-02T20:01:40.797Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-09-02T20:01:41.056Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-09-02T20:01:41.991Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-09-02T20:01:42.928Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-09-02T20:01:43.186Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-09-02T20:01:44.563Z] === RUN TestDockerSuite/TestSaveImageId [2021-09-02T20:01:44.563Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-09-02T20:01:44.773Z] --- PASS: TestKillContainer (8.31s) [2021-09-02T20:01:44.773Z] --- PASS: TestKillContainer/no_signal (1.49s) [2021-09-02T20:01:44.773Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-02T20:01:44.773Z] --- PASS: TestKillContainer/killing_signal (6.79s) [2021-09-02T20:01:44.773Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-02T20:01:44.773Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T20:01:44.773Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-02T20:01:44.773Z] === RUN TestKillStoppedContainer [2021-09-02T20:01:44.773Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T20:01:44.773Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-09-02T20:01:44.773Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-02T20:01:44.773Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T20:01:44.773Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-02T20:01:44.773Z] === RUN TestKillDifferentUserContainer [2021-09-02T20:01:44.773Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-02T20:01:44.773Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-09-02T20:01:44.773Z] === RUN TestInspectOomKilledTrue [2021-09-02T20:01:44.773Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:44.773Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-02T20:01:44.773Z] === RUN TestInspectOomKilledFalse [2021-09-02T20:01:44.773Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T20:01:44.773Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-02T20:01:44.773Z] === RUN TestLogsFollowTailEmpty [2021-09-02T20:01:44.822Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-09-02T20:01:45.738Z] --- PASS: TestLogsFollowTailEmpty (1.54s) [2021-09-02T20:01:45.738Z] === RUN TestNetworkNat [2021-09-02T20:01:45.738Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-02T20:01:45.738Z] --- SKIP: TestNetworkNat (0.00s) [2021-09-02T20:01:45.738Z] === RUN TestNetworkLocalhostTCPNat [2021-09-02T20:01:45.756Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents2133542985 [2021-09-02T20:01:46.014Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-09-02T20:01:46.014Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-09-02T20:01:47.389Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-09-02T20:01:47.390Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-09-02T20:01:47.390Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-09-02T20:01:47.912Z] --- PASS: TestNetworkLocalhostTCPNat (1.91s) [2021-09-02T20:01:47.912Z] === RUN TestNetworkLoopbackNat [2021-09-02T20:01:47.912Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-02T20:01:47.912Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-09-02T20:01:47.912Z] === RUN TestPause [2021-09-02T20:01:47.912Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-02T20:01:47.912Z] --- SKIP: TestPause (0.00s) [2021-09-02T20:01:47.912Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-02T20:01:48.325Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-09-02T20:01:49.445Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.53s) [2021-09-02T20:01:49.445Z] === RUN TestPauseStopPausedContainer [2021-09-02T20:01:49.445Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:01:49.445Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-09-02T20:01:49.445Z] === RUN TestPsFilter [2021-09-02T20:01:49.445Z] --- PASS: TestPsFilter (0.17s) [2021-09-02T20:01:49.445Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-02T20:01:49.687Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-09-02T20:01:49.706Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-09-02T20:01:49.964Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-09-02T20:01:49.964Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-09-02T20:01:50.222Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-09-02T20:01:50.222Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-09-02T20:01:50.788Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-09-02T20:01:51.618Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.85s) [2021-09-02T20:01:51.618Z] === RUN TestRemoveContainerWithVolume [2021-09-02T20:01:52.686Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-09-02T20:01:53.150Z] --- PASS: TestRemoveContainerWithVolume (1.97s) [2021-09-02T20:01:53.150Z] === RUN TestRemoveContainerRunning [2021-09-02T20:01:53.508Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-09-02T20:01:53.977Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-09-02T20:01:53.978Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-02T20:01:53.978Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-09-02T20:01:54.060Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-09-02T20:01:54.349Z] --- PASS: TestCheckoutGit (25.08s) [2021-09-02T20:01:54.349Z] === RUN TestValidGitTransport [2021-09-02T20:01:54.349Z] --- PASS: TestValidGitTransport (0.00s) [2021-09-02T20:01:54.349Z] === RUN TestGitInvalidRef [2021-09-02T20:01:54.349Z] --- PASS: TestGitInvalidRef (0.15s) [2021-09-02T20:01:54.349Z] PASS [2021-09-02T20:01:54.349Z] coverage: 86.3% of statements [2021-09-02T20:01:54.349Z] ok github.com/docker/docker/builder/remotecontext/git 25.348s coverage: 86.3% of statements [2021-09-02T20:01:54.349Z] ? github.com/docker/docker/cli [no test files] [2021-09-02T20:01:54.349Z] ? github.com/docker/docker/cli/config [no test files] [2021-09-02T20:01:54.683Z] --- PASS: TestRemoveContainerRunning (1.57s) [2021-09-02T20:01:54.683Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-02T20:01:56.218Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.54s) [2021-09-02T20:01:56.218Z] === RUN TestRemoveInvalidContainer [2021-09-02T20:01:56.218Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-09-02T20:01:56.218Z] === RUN TestRenameLinkedContainer [2021-09-02T20:01:56.218Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-02T20:01:56.218Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-09-02T20:01:56.218Z] === RUN TestRenameStoppedContainer [2021-09-02T20:01:56.590Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-09-02T20:01:56.938Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-09-02T20:01:57.965Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-09-02T20:01:58.392Z] --- PASS: TestRenameStoppedContainer (1.70s) [2021-09-02T20:01:58.392Z] === RUN TestRenameRunningContainerAndReuse [2021-09-02T20:01:58.508Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-09-02T20:01:59.869Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-09-02T20:02:00.133Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-09-02T20:02:00.133Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-09-02T20:02:00.133Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-09-02T20:02:00.133Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-09-02T20:02:00.133Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-09-02T20:02:00.133Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-09-02T20:02:00.133Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-09-02T20:02:00.133Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-09-02T20:02:00.133Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-09-02T20:02:00.133Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-09-02T20:02:00.133Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.05s) [2021-09-02T20:02:00.133Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-09-02T20:02:00.133Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.05s) [2021-09-02T20:02:00.133Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-09-02T20:02:00.133Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestConfigureDaemonLogs [2021-09-02T20:02:00.133Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestCommonOptionsInstallFlags [2021-09-02T20:02:00.133Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-09-02T20:02:00.133Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-09-02T20:02:00.133Z] PASS [2021-09-02T20:02:00.133Z] coverage: 18.5% of statements [2021-09-02T20:02:00.133Z] ok github.com/docker/docker/cmd/dockerd 0.249s coverage: 18.5% of statements [2021-09-02T20:02:00.133Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-09-02T20:02:00.133Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-09-02T20:02:00.133Z] === RUN TestContainerStopSignal [2021-09-02T20:02:00.133Z] --- PASS: TestContainerStopSignal (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestContainerStopTimeout [2021-09-02T20:02:00.133Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestContainerSecretReferenceDestTarget [2021-09-02T20:02:00.133Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-09-02T20:02:00.133Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestContainerLogPathSetForRingLogger [2021-09-02T20:02:00.133Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestReplaceAndAppendEnvVars [2021-09-02T20:02:00.133Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-09-02T20:02:00.133Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestNewMemoryStore [2021-09-02T20:02:00.133Z] --- PASS: TestNewMemoryStore (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestAddContainers [2021-09-02T20:02:00.133Z] --- PASS: TestAddContainers (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestGetContainer [2021-09-02T20:02:00.133Z] --- PASS: TestGetContainer (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestDeleteContainer [2021-09-02T20:02:00.133Z] --- PASS: TestDeleteContainer (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestListContainers [2021-09-02T20:02:00.133Z] --- PASS: TestListContainers (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestFirstContainer [2021-09-02T20:02:00.133Z] --- PASS: TestFirstContainer (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestApplyAllContainer [2021-09-02T20:02:00.133Z] --- PASS: TestApplyAllContainer (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestIsValidHealthString [2021-09-02T20:02:00.133Z] --- PASS: TestIsValidHealthString (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestStateRunStop [2021-09-02T20:02:00.133Z] --- PASS: TestStateRunStop (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestStateTimeoutWait [2021-09-02T20:02:00.133Z] state_test.go:141: Stop callback fired [2021-09-02T20:02:00.133Z] state_test.go:165: Stop callback fired [2021-09-02T20:02:00.133Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-09-02T20:02:00.133Z] === RUN TestIsValidStateString [2021-09-02T20:02:00.133Z] --- PASS: TestIsValidStateString (0.00s) [2021-09-02T20:02:00.133Z] === RUN TestViewSaveDelete [2021-09-02T20:02:00.436Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-09-02T20:02:00.590Z] --- PASS: TestViewSaveDelete (0.01s) [2021-09-02T20:02:00.590Z] === RUN TestViewAll [2021-09-02T20:02:00.590Z] --- PASS: TestViewAll (0.01s) [2021-09-02T20:02:00.590Z] === RUN TestViewGet [2021-09-02T20:02:00.590Z] --- PASS: TestViewGet (0.00s) [2021-09-02T20:02:00.590Z] === RUN TestNames [2021-09-02T20:02:00.590Z] --- PASS: TestNames (0.00s) [2021-09-02T20:02:00.590Z] === RUN TestViewWithHealthCheck [2021-09-02T20:02:00.590Z] --- PASS: TestViewWithHealthCheck (0.00s) [2021-09-02T20:02:00.590Z] PASS [2021-09-02T20:02:00.590Z] coverage: 41.7% of statements [2021-09-02T20:02:00.590Z] ok github.com/docker/docker/container 0.214s coverage: 41.7% of statements [2021-09-02T20:02:00.590Z] ? github.com/docker/docker/container/stream [no test files] [2021-09-02T20:02:00.590Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-09-02T20:02:00.590Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-09-02T20:02:00.590Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-09-02T20:02:00.694Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-09-02T20:02:01.293Z] --- PASS: TestRenameRunningContainerAndReuse (3.04s) [2021-09-02T20:02:01.293Z] === RUN TestRenameInvalidName [2021-09-02T20:02:01.554Z] === RUN TestPrepare [2021-09-02T20:02:01.554Z] --- PASS: TestPrepare (0.00s) [2021-09-02T20:02:01.554Z] === RUN TestStart [2021-09-02T20:02:01.554Z] --- PASS: TestStart (0.00s) [2021-09-02T20:02:01.554Z] === RUN TestWaitCancel [2021-09-02T20:02:01.554Z] --- PASS: TestWaitCancel (0.00s) [2021-09-02T20:02:01.554Z] === RUN TestWaitDisabled [2021-09-02T20:02:01.554Z] --- PASS: TestWaitDisabled (0.00s) [2021-09-02T20:02:01.554Z] === RUN TestWaitEnabled [2021-09-02T20:02:01.554Z] --- PASS: TestWaitEnabled (0.00s) [2021-09-02T20:02:01.554Z] === RUN TestRemove [2021-09-02T20:02:01.554Z] --- PASS: TestRemove (0.00s) [2021-09-02T20:02:01.554Z] PASS [2021-09-02T20:02:01.554Z] coverage: 65.3% of statements [2021-09-02T20:02:01.554Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.049s coverage: 65.3% of statements [2021-09-02T20:02:01.630Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-09-02T20:02:02.312Z] === RUN TestDockerSuite/TestBuildAddScript [2021-09-02T20:02:02.312Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-02T20:02:02.312Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-09-02T20:02:02.312Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-02T20:02:02.312Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-09-02T20:02:02.312Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-02T20:02:02.312Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-09-02T20:02:02.312Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-02T20:02:02.312Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-09-02T20:02:02.782Z] === RUN TestDockerSuite/TestBuildAddTar [2021-09-02T20:02:02.826Z] --- PASS: TestRenameInvalidName (1.53s) [2021-09-02T20:02:02.826Z] === RUN TestRenameAnonymousContainer [2021-09-02T20:02:03.089Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-09-02T20:02:03.530Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-09-02T20:02:03.546Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCIsolation [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertFromGRPCIsolation [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-09-02T20:02:03.546Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-09-02T20:02:03.546Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-09-02T20:02:03.547Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-02T20:02:03.547Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-02T20:02:03.547Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-02T20:02:03.547Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-02T20:02:03.547Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-09-02T20:02:03.547Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-09-02T20:02:03.547Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-09-02T20:02:03.547Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-09-02T20:02:03.547Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-09-02T20:02:03.547Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-09-02T20:02:03.547Z] === RUN TestServiceConvertFromGRPCConfigs [2021-09-02T20:02:03.547Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-09-02T20:02:03.547Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-09-02T20:02:03.547Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-09-02T20:02:03.547Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-09-02T20:02:03.547Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-09-02T20:02:03.547Z] === RUN TestServiceConvertToGRPCConfigs [2021-09-02T20:02:03.547Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-09-02T20:02:03.547Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-09-02T20:02:03.547Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-09-02T20:02:03.547Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-09-02T20:02:03.547Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-09-02T20:02:03.547Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-09-02T20:02:03.547Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-09-02T20:02:03.547Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-09-02T20:02:03.547Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-09-02T20:02:03.547Z] PASS [2021-09-02T20:02:03.547Z] coverage: 35.9% of statements [2021-09-02T20:02:03.547Z] ok github.com/docker/docker/daemon/cluster/convert 0.514s coverage: 35.9% of statements [2021-09-02T20:02:03.547Z] === RUN TestNewListSecretsFilters [2021-09-02T20:02:03.547Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-09-02T20:02:03.547Z] === RUN TestNewListConfigsFilters [2021-09-02T20:02:03.547Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-09-02T20:02:03.547Z] PASS [2021-09-02T20:02:03.547Z] coverage: 0.5% of statements [2021-09-02T20:02:03.547Z] ok github.com/docker/docker/daemon/cluster 0.643s coverage: 0.5% of statements [2021-09-02T20:02:04.909Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-09-02T20:02:06.441Z] === RUN TestDiscoveryOptsErrors [2021-09-02T20:02:06.441Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestDiscoveryOpts [2021-09-02T20:02:06.441Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-09-02T20:02:06.441Z] PASS [2021-09-02T20:02:06.441Z] coverage: 30.0% of statements [2021-09-02T20:02:06.441Z] ok github.com/docker/docker/daemon/discovery 0.036s coverage: 30.0% of statements [2021-09-02T20:02:06.441Z] === RUN TestBuilderGC [2021-09-02T20:02:06.441Z] --- PASS: TestBuilderGC (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestDaemonConfigurationNotFound [2021-09-02T20:02:06.441Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestDaemonBrokenConfiguration [2021-09-02T20:02:06.441Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestParseClusterAdvertiseSettings [2021-09-02T20:02:06.441Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestFindConfigurationConflicts [2021-09-02T20:02:06.441Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-09-02T20:02:06.441Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestDaemonConfigurationMergeConflicts [2021-09-02T20:02:06.441Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-09-02T20:02:06.441Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-09-02T20:02:06.441Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-09-02T20:02:06.441Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-09-02T20:02:06.441Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-09-02T20:02:06.441Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-09-02T20:02:06.441Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-09-02T20:02:06.441Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-09-02T20:02:06.441Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-09-02T20:02:06.441Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestValidateConfigurationErrors [2021-09-02T20:02:06.441Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-09-02T20:02:06.441Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-09-02T20:02:06.441Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-09-02T20:02:06.441Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-09-02T20:02:06.441Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-09-02T20:02:06.441Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-09-02T20:02:06.441Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-09-02T20:02:06.441Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-09-02T20:02:06.441Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-09-02T20:02:06.441Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-09-02T20:02:06.441Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-09-02T20:02:06.441Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestValidateConfiguration [2021-09-02T20:02:06.441Z] === RUN TestValidateConfiguration/with_label [2021-09-02T20:02:06.441Z] === RUN TestValidateConfiguration/with_dns [2021-09-02T20:02:06.441Z] === RUN TestValidateConfiguration/with_dns-search [2021-09-02T20:02:06.441Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-09-02T20:02:06.441Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-09-02T20:02:06.441Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-09-02T20:02:06.441Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-09-02T20:02:06.441Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfiguration (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-09-02T20:02:06.441Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestModifiedDiscoverySettings [2021-09-02T20:02:06.441Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestReloadSetConfigFileNotExist [2021-09-02T20:02:06.441Z] time="2021-09-02T20:02:06Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-09-02T20:02:06.441Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-09-02T20:02:06.441Z] === RUN TestReloadDefaultConfigNotExist [2021-09-02T20:02:06.441Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:02:06.441Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestReloadBadDefaultConfig [2021-09-02T20:02:06.441Z] time="2021-09-02T20:02:06Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-615043093" [2021-09-02T20:02:06.441Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestReloadWithConflictingLabels [2021-09-02T20:02:06.441Z] time="2021-09-02T20:02:06Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-4075576830" [2021-09-02T20:02:06.441Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-09-02T20:02:06.441Z] === RUN TestReloadWithDuplicateLabels [2021-09-02T20:02:06.442Z] time="2021-09-02T20:02:06Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-643557319" [2021-09-02T20:02:06.442Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-09-02T20:02:06.442Z] === RUN TestDaemonConfigurationMerge [2021-09-02T20:02:06.442Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-09-02T20:02:06.442Z] PASS [2021-09-02T20:02:06.442Z] coverage: 80.4% of statements [2021-09-02T20:02:06.442Z] ok github.com/docker/docker/daemon/config 0.228s coverage: 80.4% of statements [2021-09-02T20:02:06.811Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-09-02T20:02:06.899Z] === RUN TestWaitNodeAttachment [2021-09-02T20:02:07.069Z] === RUN TestDockerSuite/TestStartRecordError [2021-09-02T20:02:07.356Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-09-02T20:02:07.356Z] === RUN TestIsolationConversion [2021-09-02T20:02:07.356Z] === RUN TestIsolationConversion/default [2021-09-02T20:02:07.356Z] === RUN TestIsolationConversion/process [2021-09-02T20:02:07.356Z] === RUN TestIsolationConversion/hyperv [2021-09-02T20:02:07.356Z] --- PASS: TestIsolationConversion (0.00s) [2021-09-02T20:02:07.356Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-09-02T20:02:07.356Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-09-02T20:02:07.356Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-09-02T20:02:07.356Z] === RUN TestContainerLabels [2021-09-02T20:02:07.356Z] --- PASS: TestContainerLabels (0.00s) [2021-09-02T20:02:07.356Z] === RUN TestCredentialSpecConversion [2021-09-02T20:02:07.356Z] === RUN TestCredentialSpecConversion/none [2021-09-02T20:02:07.356Z] === RUN TestCredentialSpecConversion/config [2021-09-02T20:02:07.356Z] === RUN TestCredentialSpecConversion/file [2021-09-02T20:02:07.356Z] === RUN TestCredentialSpecConversion/registry [2021-09-02T20:02:07.356Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-09-02T20:02:07.356Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-09-02T20:02:07.356Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-09-02T20:02:07.356Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-09-02T20:02:07.356Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-09-02T20:02:07.356Z] === RUN TestControllerValidateMountBind [2021-09-02T20:02:07.356Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-09-02T20:02:07.356Z] === RUN TestControllerValidateMountVolume [2021-09-02T20:02:07.356Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-09-02T20:02:07.356Z] === RUN TestControllerValidateMountTarget [2021-09-02T20:02:07.356Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-09-02T20:02:07.356Z] === RUN TestControllerValidateMountTmpfs [2021-09-02T20:02:07.356Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-09-02T20:02:07.356Z] === RUN TestControllerValidateMountInvalidType [2021-09-02T20:02:07.356Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-09-02T20:02:07.356Z] === RUN TestControllerValidateMountNamedPipe [2021-09-02T20:02:07.356Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-09-02T20:02:07.356Z] PASS [2021-09-02T20:02:07.356Z] coverage: 11.0% of statements [2021-09-02T20:02:07.356Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.643s coverage: 11.0% of statements [2021-09-02T20:02:07.356Z] === RUN TestEventsLog [2021-09-02T20:02:07.356Z] --- PASS: TestEventsLog (0.00s) [2021-09-02T20:02:07.356Z] === RUN TestEventsLogTimeout [2021-09-02T20:02:07.356Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-09-02T20:02:07.356Z] === RUN TestLogEvents [2021-09-02T20:02:07.356Z] --- PASS: TestLogEvents (0.05s) [2021-09-02T20:02:07.356Z] === RUN TestLoadBufferedEvents [2021-09-02T20:02:07.813Z] --- PASS: TestLoadBufferedEvents (0.12s) [2021-09-02T20:02:07.813Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-09-02T20:02:07.813Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-09-02T20:02:07.813Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-09-02T20:02:07.813Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-09-02T20:02:07.813Z] PASS [2021-09-02T20:02:07.813Z] coverage: 50.0% of statements [2021-09-02T20:02:07.813Z] ok github.com/docker/docker/daemon/events 0.228s coverage: 50.0% of statements [2021-09-02T20:02:07.813Z] === RUN TestVerifyNetworkingConfig [2021-09-02T20:02:07.813Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-09-02T20:02:07.813Z] === RUN TestGetContainer [2021-09-02T20:02:07.813Z] --- PASS: TestGetContainer (0.00s) [2021-09-02T20:02:07.813Z] === RUN TestValidContainerNames [2021-09-02T20:02:07.813Z] --- PASS: TestValidContainerNames (0.00s) [2021-09-02T20:02:07.813Z] === RUN TestContainerInitDNS [2021-09-02T20:02:07.813Z] daemon_test.go:146: root required [2021-09-02T20:02:07.813Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-09-02T20:02:07.813Z] === RUN TestMerge [2021-09-02T20:02:07.813Z] --- PASS: TestMerge (0.00s) [2021-09-02T20:02:07.813Z] === RUN TestValidateContainerIsolation [2021-09-02T20:02:07.813Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-09-02T20:02:07.813Z] === RUN TestFindNetworkErrorType [2021-09-02T20:02:07.813Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-09-02T20:02:07.813Z] === RUN TestEnsureServicesExist [2021-09-02T20:02:07.813Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-09-02T20:02:07.813Z] === RUN TestEnsureServicesExistErrors [2021-09-02T20:02:07.813Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-09-02T20:02:07.813Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-09-02T20:02:07.813Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-09-02T20:02:07.813Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestContainerDelete [2021-09-02T20:02:07.814Z] --- PASS: TestContainerDelete (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestContainerDoubleDelete [2021-09-02T20:02:07.814Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestLogContainerEventCopyLabels [2021-09-02T20:02:07.814Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestLogContainerEventWithAttributes [2021-09-02T20:02:07.814Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestNoneHealthcheck [2021-09-02T20:02:07.814Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestHealthStates [2021-09-02T20:02:07.814Z] === RUN TestIsEmptyDir [2021-09-02T20:02:07.814Z] --- PASS: TestIsEmptyDir (0.00s) [2021-09-02T20:02:07.814Z] PASS [2021-09-02T20:02:07.814Z] coverage: 2.3% of statements [2021-09-02T20:02:07.814Z] time="2021-09-02T20:02:07Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-02T20:02:07.814Z] time="2021-09-02T20:02:07Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-02T20:02:07.814Z] time="2021-09-02T20:02:07Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-02T20:02:07.814Z] time="2021-09-02T20:02:07Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-02T20:02:07.814Z] time="2021-09-02T20:02:07Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-02T20:02:07.814Z] time="2021-09-02T20:02:07Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-02T20:02:07.814Z] time="2021-09-02T20:02:07Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-02T20:02:07.814Z] time="2021-09-02T20:02:07Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-02T20:02:07.814Z] time="2021-09-02T20:02:07Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-02T20:02:07.814Z] time="2021-09-02T20:02:07Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-02T20:02:07.814Z] --- PASS: TestHealthStates (0.13s) [2021-09-02T20:02:07.814Z] === RUN TestMaskURLCredentials [2021-09-02T20:02:07.814Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestGetInspectData [2021-09-02T20:02:07.814Z] ok github.com/docker/docker/daemon/graphdriver 0.054s coverage: 2.3% of statements [2021-09-02T20:02:07.814Z] --- PASS: TestGetInspectData (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestFillLicense [2021-09-02T20:02:07.814Z] --- PASS: TestFillLicense (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestListInvalidFilter [2021-09-02T20:02:07.814Z] --- PASS: TestListInvalidFilter (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestNameFilter [2021-09-02T20:02:07.814Z] --- PASS: TestNameFilter (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-09-02T20:02:07.814Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-09-02T20:02:07.814Z] === 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-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-09-02T20:02:07.814Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-09-02T20:02:07.814Z] --- 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-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-09-02T20:02:07.814Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestDaemonReloadLabels [2021-09-02T20:02:07.814Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-09-02T20:02:07.814Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestDaemonReloadMirrors [2021-09-02T20:02:07.814Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestDaemonReloadInsecureRegistries [2021-09-02T20:02:07.814Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestDaemonReloadNotAffectOthers [2021-09-02T20:02:07.814Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-09-02T20:02:07.814Z] === RUN TestDaemonDiscoveryReload [2021-09-02T20:02:08.004Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-09-02T20:02:08.272Z] === RUN TestLinkNaming [2021-09-02T20:02:08.272Z] --- PASS: TestLinkNaming (0.00s) [2021-09-02T20:02:08.272Z] === RUN TestLinkNew [2021-09-02T20:02:08.272Z] --- PASS: TestLinkNew (0.00s) [2021-09-02T20:02:08.272Z] === RUN TestLinkEnv [2021-09-02T20:02:08.272Z] --- PASS: TestLinkEnv (0.00s) [2021-09-02T20:02:08.272Z] === RUN TestLinkMultipleEnv [2021-09-02T20:02:08.272Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-09-02T20:02:08.272Z] === RUN TestLinkPortRangeEnv [2021-09-02T20:02:08.272Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-09-02T20:02:08.272Z] PASS [2021-09-02T20:02:08.272Z] coverage: 93.0% of statements [2021-09-02T20:02:08.272Z] ok github.com/docker/docker/daemon/links 0.030s coverage: 93.0% of statements [2021-09-02T20:02:08.572Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-09-02T20:02:09.237Z] --- PASS: TestDaemonDiscoveryReload (1.01s) [2021-09-02T20:02:09.237Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-09-02T20:02:09.694Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-09-02T20:02:09.694Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-09-02T20:02:09.694Z] === RUN TestAdapterReadLogs [2021-09-02T20:02:09.694Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-09-02T20:02:09.694Z] === RUN TestCopier [2021-09-02T20:02:09.694Z] --- PASS: TestCopier (0.00s) [2021-09-02T20:02:09.694Z] === RUN TestCopierLongLines [2021-09-02T20:02:09.694Z] --- PASS: TestCopierLongLines (0.00s) [2021-09-02T20:02:09.694Z] === RUN TestCopierSlow [2021-09-02T20:02:09.694Z] --- PASS: TestCopierSlow (0.20s) [2021-09-02T20:02:09.694Z] === RUN TestCopierWithSized [2021-09-02T20:02:09.694Z] === RUN TestCopierWithSized/as_is [2021-09-02T20:02:09.694Z] === RUN TestCopierWithSized/With_RingLogger [2021-09-02T20:02:09.694Z] --- PASS: TestCopierWithSized (0.01s) [2021-09-02T20:02:09.694Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-09-02T20:02:09.694Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-09-02T20:02:09.694Z] === RUN TestCopierWithPartial [2021-09-02T20:02:09.694Z] --- PASS: TestCopierWithPartial (0.00s) [2021-09-02T20:02:09.694Z] === RUN TestRingLogger [2021-09-02T20:02:09.694Z] --- PASS: TestRingLogger (0.00s) [2021-09-02T20:02:09.694Z] === RUN TestRingCap [2021-09-02T20:02:09.694Z] --- PASS: TestRingCap (0.00s) [2021-09-02T20:02:09.694Z] === RUN TestRingClose [2021-09-02T20:02:09.694Z] --- PASS: TestRingClose (0.00s) [2021-09-02T20:02:09.694Z] === RUN TestRingDrain [2021-09-02T20:02:09.694Z] --- PASS: TestRingDrain (0.00s) [2021-09-02T20:02:09.694Z] PASS [2021-09-02T20:02:09.694Z] coverage: 43.8% of statements [2021-09-02T20:02:09.694Z] ok github.com/docker/docker/daemon/logger 0.253s coverage: 43.8% of statements [2021-09-02T20:02:09.950Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-09-02T20:02:10.152Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-09-02T20:02:10.152Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-09-02T20:02:10.152Z] reload_test.go:520: root required [2021-09-02T20:02:10.152Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-02T20:02:10.152Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-09-02T20:02:10.152Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-09-02T20:02:10.153Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-09-02T20:02:10.153Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2021-09-02T20:02:10.153Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-09-02T20:02:10.153Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-09-02T20:02:10.153Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-09-02T20:02:10.153Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-09-02T20:02:10.153Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-09-02T20:02:10.153Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-09-02T20:02:10.153Z] === RUN TestParseVolumesFrom [2021-09-02T20:02:10.153Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-09-02T20:02:10.153Z] PASS [2021-09-02T20:02:10.153Z] coverage: 9.1% of statements [2021-09-02T20:02:10.153Z] ok github.com/docker/docker/daemon 2.359s coverage: 9.1% of statements [2021-09-02T20:02:10.153Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-09-02T20:02:10.153Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-09-02T20:02:10.153Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-09-02T20:02:10.153Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-09-02T20:02:10.153Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-09-02T20:02:10.153Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-09-02T20:02:10.153Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-09-02T20:02:10.153Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-09-02T20:02:10.153Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-09-02T20:02:10.153Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-09-02T20:02:10.153Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-09-02T20:02:10.153Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-09-02T20:02:10.153Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-09-02T20:02:10.153Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-09-02T20:02:10.626Z] === RUN TestNewStreamConfig [2021-09-02T20:02:10.626Z] === RUN TestNewStreamConfig/defaults [2021-09-02T20:02:10.626Z] === RUN TestNewStreamConfig/invalid_create_group [2021-09-02T20:02:10.626Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-09-02T20:02:10.626Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-09-02T20:02:10.626Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-09-02T20:02:10.626Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-09-02T20:02:10.626Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-09-02T20:02:10.626Z] --- PASS: TestNewStreamConfig (0.00s) [2021-09-02T20:02:10.626Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-09-02T20:02:10.626Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-09-02T20:02:10.626Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-09-02T20:02:10.626Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-09-02T20:02:10.626Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-09-02T20:02:10.626Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-09-02T20:02:10.626Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-09-02T20:02:10.626Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-09-02T20:02:10.626Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestNewAWSLogsClientRegionDetect [2021-09-02T20:02:10.626Z] === RUN TestSearchRegistryForImagesErrors [2021-09-02T20:02:10.626Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestSearchRegistryForImages [2021-09-02T20:02:10.626Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestOnlyPlatformWithFallback [2021-09-02T20:02:10.626Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestImageDelete [2021-09-02T20:02:10.626Z] === RUN TestImageDelete/no_lease [2021-09-02T20:02:10.626Z] === RUN TestImageDelete/lease_exists [2021-09-02T20:02:10.626Z] --- PASS: TestImageDelete (0.02s) [2021-09-02T20:02:10.626Z] --- PASS: TestImageDelete/no_lease (0.00s) [2021-09-02T20:02:10.626Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-09-02T20:02:10.626Z] === RUN TestContentStoreForPull [2021-09-02T20:02:10.626Z] time="2021-09-02T20:02:10Z" level=info msg="Trying to get region from EC2 Metadata" [2021-09-02T20:02:10.626Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2021-09-02T20:02:10.626Z] === RUN TestCreateSuccess [2021-09-02T20:02:10.626Z] --- PASS: TestCreateSuccess (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestCreateStreamSkipped [2021-09-02T20:02:10.626Z] time="2021-09-02T20:02:10Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-09-02T20:02:10.626Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestCreateLogGroupSuccess [2021-09-02T20:02:10.626Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestCreateError [2021-09-02T20:02:10.626Z] --- PASS: TestCreateError (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestCreateAlreadyExists [2021-09-02T20:02:10.626Z] time="2021-09-02T20:02:10Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-09-02T20:02:10.626Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestLogClosed [2021-09-02T20:02:10.626Z] --- PASS: TestLogClosed (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestLogBlocking [2021-09-02T20:02:10.626Z] --- PASS: TestLogBlocking (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestLogNonBlockingBufferEmpty [2021-09-02T20:02:10.626Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestLogNonBlockingBufferFull [2021-09-02T20:02:10.626Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestPublishBatchSuccess [2021-09-02T20:02:10.626Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestPublishBatchError [2021-09-02T20:02:10.626Z] time="2021-09-02T20:02:10Z" level=error msg=Error [2021-09-02T20:02:10.626Z] --- PASS: TestPublishBatchError (0.00s) [2021-09-02T20:02:10.626Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-09-02T20:02:10.626Z] time="2021-09-02T20:02:10Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-02T20:02:11.084Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestPublishBatchAlreadyAccepted [2021-09-02T20:02:11.084Z] time="2021-09-02T20:02:10Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-02T20:02:11.084Z] time="2021-09-02T20:02:10Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-09-02T20:02:11.084Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestCollectBatchSimple [2021-09-02T20:02:11.084Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestCollectBatchTicker [2021-09-02T20:02:11.084Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestCollectBatchMultilinePattern [2021-09-02T20:02:11.084Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-09-02T20:02:11.084Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-09-02T20:02:11.084Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-09-02T20:02:11.084Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-09-02T20:02:11.084Z] === RUN TestCollectBatchClose [2021-09-02T20:02:11.084Z] --- PASS: TestCollectBatchClose (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestEffectiveLen [2021-09-02T20:02:11.084Z] === RUN TestEffectiveLen/0/Hello [2021-09-02T20:02:11.084Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-09-02T20:02:11.084Z] === RUN TestEffectiveLen/2/🙃 [2021-09-02T20:02:11.084Z] === RUN TestEffectiveLen/3/���� [2021-09-02T20:02:11.084Z] === RUN TestEffectiveLen/4/He��o [2021-09-02T20:02:11.084Z] === RUN TestEffectiveLen/5/ [2021-09-02T20:02:11.084Z] --- PASS: TestEffectiveLen (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestFindValidSplit [2021-09-02T20:02:11.084Z] === RUN TestFindValidSplit/0/ [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1063: [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1064: [2021-09-02T20:02:11.084Z] === RUN TestFindValidSplit/1/Hello [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1063: Hello [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1064: [2021-09-02T20:02:11.084Z] === RUN TestFindValidSplit/2/Hello [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1063: He [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1064: llo [2021-09-02T20:02:11.084Z] === RUN TestFindValidSplit/3/Hello [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1063: [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1064: Hello [2021-09-02T20:02:11.084Z] === RUN TestFindValidSplit/4/🙃 [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1063: [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1064: 🙃 [2021-09-02T20:02:11.084Z] === RUN TestFindValidSplit/5/🙃 [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1063: 🙃 [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1064: [2021-09-02T20:02:11.084Z] === RUN TestFindValidSplit/6/a� [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1063: a [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1064: � [2021-09-02T20:02:11.084Z] === RUN TestFindValidSplit/7/a� [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1063: a� [2021-09-02T20:02:11.084Z] cloudwatchlogs_test.go:1064: [2021-09-02T20:02:11.084Z] --- PASS: TestFindValidSplit (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestProcessEventEmoji [2021-09-02T20:02:11.084Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestCollectBatchLineSplit [2021-09-02T20:02:11.084Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestCollectBatchLineSplitWithBinary [2021-09-02T20:02:11.084Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestCollectBatchMaxEvents [2021-09-02T20:02:11.084Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-09-02T20:02:11.084Z] === RUN TestCollectBatchMaxTotalBytes [2021-09-02T20:02:11.084Z] --- PASS: TestCollectBatchMaxTotalBytes (0.07s) [2021-09-02T20:02:11.084Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-09-02T20:02:11.084Z] --- PASS: TestContentStoreForPull (0.15s) [2021-09-02T20:02:11.084Z] PASS [2021-09-02T20:02:11.084Z] coverage: 6.7% of statements [2021-09-02T20:02:11.084Z] ok github.com/docker/docker/daemon/images 0.286s coverage: 6.7% of statements [2021-09-02T20:02:11.084Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.04s) [2021-09-02T20:02:11.084Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-09-02T20:02:11.084Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-09-02T20:02:11.084Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-09-02T20:02:11.084Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2021-09-02T20:02:11.084Z] === RUN TestParseLogOptionsMultilinePattern [2021-09-02T20:02:11.084Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestParseLogOptionsDatetimeFormat [2021-09-02T20:02:11.084Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-09-02T20:02:11.084Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-09-02T20:02:11.084Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-09-02T20:02:11.084Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-09-02T20:02:11.084Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-09-02T20:02:11.084Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-09-02T20:02:11.084Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-09-02T20:02:11.084Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-09-02T20:02:11.084Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-09-02T20:02:11.084Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-09-02T20:02:11.084Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-09-02T20:02:11.084Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-09-02T20:02:11.084Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-09-02T20:02:11.084Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-09-02T20:02:11.084Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-09-02T20:02:11.084Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-09-02T20:02:11.084Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-09-02T20:02:11.084Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-09-02T20:02:11.084Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-09-02T20:02:11.084Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestCreateTagSuccess [2021-09-02T20:02:11.084Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-09-02T20:02:11.084Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-09-02T20:02:11.084Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-09-02T20:02:11.084Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-09-02T20:02:11.084Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-09-02T20:02:11.084Z] PASS [2021-09-02T20:02:11.084Z] coverage: 77.4% of statements [2021-09-02T20:02:11.084Z] ok github.com/docker/docker/daemon/logger/awslogs 0.415s coverage: 77.4% of statements [2021-09-02T20:02:11.084Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-09-02T20:02:11.084Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-09-02T20:02:11.084Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-09-02T20:02:11.084Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-09-02T20:02:11.084Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-09-02T20:02:11.084Z] === RUN TestJSONLogsMarshalJSONBuf [2021-09-02T20:02:11.084Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-09-02T20:02:11.084Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-09-02T20:02:11.084Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2021-09-02T20:02:11.084Z] === RUN TestFastTimeMarshalJSON [2021-09-02T20:02:11.084Z] --- PASS: TestFastTimeMarshalJSON (0.02s) [2021-09-02T20:02:11.084Z] PASS [2021-09-02T20:02:11.084Z] coverage: 87.2% of statements [2021-09-02T20:02:11.084Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.171s coverage: 87.2% of statements [2021-09-02T20:02:11.326Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-09-02T20:02:11.326Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-09-02T20:02:11.383Z] --- PASS: TestRenameAnonymousContainer (8.36s) [2021-09-02T20:02:11.384Z] === RUN TestRenameContainerWithSameName [2021-09-02T20:02:11.543Z] === RUN TestJSONFileLogger [2021-09-02T20:02:11.543Z] --- PASS: TestJSONFileLogger (0.00s) [2021-09-02T20:02:11.543Z] === RUN TestJSONFileLoggerWithTags [2021-09-02T20:02:11.543Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-09-02T20:02:11.543Z] === RUN TestJSONFileLoggerWithOpts [2021-09-02T20:02:11.543Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-09-02T20:02:11.543Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-09-02T20:02:11.543Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-09-02T20:02:11.543Z] === RUN TestEncodeDecode [2021-09-02T20:02:11.543Z] === PAUSE TestEncodeDecode [2021-09-02T20:02:11.543Z] === RUN TestUnexpectedEOF [2021-09-02T20:02:11.543Z] time="2021-09-02T20:02:11Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-02T20:02:11.543Z] time="2021-09-02T20:02:11Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-02T20:02:11.543Z] --- PASS: TestUnexpectedEOF (0.12s) [2021-09-02T20:02:11.543Z] === CONT TestEncodeDecode [2021-09-02T20:02:11.543Z] --- PASS: TestEncodeDecode (0.00s) [2021-09-02T20:02:11.543Z] PASS [2021-09-02T20:02:11.543Z] coverage: 69.9% of statements [2021-09-02T20:02:11.543Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.197s coverage: 69.9% of statements [2021-09-02T20:02:12.507Z] === RUN TestWriteLog [2021-09-02T20:02:12.507Z] === PAUSE TestWriteLog [2021-09-02T20:02:12.507Z] === RUN TestReadLog [2021-09-02T20:02:12.507Z] === PAUSE TestReadLog [2021-09-02T20:02:12.507Z] === CONT TestWriteLog [2021-09-02T20:02:12.507Z] --- PASS: TestWriteLog (0.00s) [2021-09-02T20:02:12.507Z] === CONT TestReadLog [2021-09-02T20:02:12.507Z] === RUN TestReadLog/tail_exact [2021-09-02T20:02:12.507Z] === RUN TestLog [2021-09-02T20:02:12.507Z] === RUN TestOpenFileDelete [2021-09-02T20:02:12.507Z] --- PASS: TestLog (0.00s) [2021-09-02T20:02:12.507Z] PASS [2021-09-02T20:02:12.507Z] coverage: 31.5% of statements [2021-09-02T20:02:12.507Z] --- PASS: TestOpenFileDelete (0.00s) [2021-09-02T20:02:12.507Z] === RUN TestOpenFileRename [2021-09-02T20:02:12.507Z] --- PASS: TestOpenFileRename (0.00s) [2021-09-02T20:02:12.507Z] === RUN TestParseLogTagDefaultTag [2021-09-02T20:02:12.507Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-09-02T20:02:12.507Z] === RUN TestParseLogTag [2021-09-02T20:02:12.507Z] --- PASS: TestParseLogTag (0.00s) [2021-09-02T20:02:12.507Z] === RUN TestParseLogTagEmptyTag [2021-09-02T20:02:12.507Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-09-02T20:02:12.507Z] === RUN TestTailFiles [2021-09-02T20:02:12.507Z] --- PASS: TestTailFiles (0.00s) [2021-09-02T20:02:12.507Z] === RUN TestFollowLogsConsumerGone [2021-09-02T20:02:12.507Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-09-02T20:02:12.507Z] === RUN TestFollowLogsProducerGone [2021-09-02T20:02:12.507Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.046s coverage: 31.5% of statements [2021-09-02T20:02:12.507Z] logfile_test.go:231: messages sent: 4098, received: 4098 [2021-09-02T20:02:12.507Z] logfile_test.go:178: logDecode() closed after sending 4098 messages [2021-09-02T20:02:12.507Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-09-02T20:02:12.507Z] === RUN TestCheckCapacityAndRotate [2021-09-02T20:02:12.507Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-09-02T20:02:12.507Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-09-02T20:02:12.507Z] --- PASS: TestCheckCapacityAndRotate (0.03s) [2021-09-02T20:02:12.507Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2021-09-02T20:02:12.507Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2021-09-02T20:02:12.507Z] PASS [2021-09-02T20:02:12.507Z] coverage: 53.7% of statements [2021-09-02T20:02:12.507Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.083s coverage: 53.7% of statements [2021-09-02T20:02:12.507Z] === RUN TestReadLog/tail_less_than_available [2021-09-02T20:02:12.507Z] === RUN TestReadLog/tail_more_than_available [2021-09-02T20:02:12.508Z] --- PASS: TestReadLog (0.14s) [2021-09-02T20:02:12.508Z] --- PASS: TestReadLog/tail_exact (0.13s) [2021-09-02T20:02:12.508Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-09-02T20:02:12.508Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-09-02T20:02:12.508Z] PASS [2021-09-02T20:02:12.508Z] coverage: 75.2% of statements [2021-09-02T20:02:12.508Z] ok github.com/docker/docker/daemon/logger/local 0.191s coverage: 75.2% of statements [2021-09-02T20:02:12.508Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-09-02T20:02:12.918Z] --- PASS: TestRenameContainerWithSameName (1.63s) [2021-09-02T20:02:12.918Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-02T20:02:12.918Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-02T20:02:12.918Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-09-02T20:02:12.918Z] === RUN TestResize [2021-09-02T20:02:13.472Z] === RUN TestNewParse [2021-09-02T20:02:13.472Z] --- PASS: TestNewParse (0.00s) [2021-09-02T20:02:13.472Z] PASS [2021-09-02T20:02:13.472Z] coverage: 8.3% of statements [2021-09-02T20:02:13.472Z] ok github.com/docker/docker/daemon/logger/templates 0.056s coverage: 8.3% of statements [2021-09-02T20:02:13.472Z] === RUN TestValidateLogOpt [2021-09-02T20:02:13.472Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-02T20:02:13.472Z] === RUN TestNewMissedConfig [2021-09-02T20:02:13.472Z] --- PASS: TestNewMissedConfig (0.00s) [2021-09-02T20:02:13.472Z] === RUN TestNewMissedUrl [2021-09-02T20:02:13.472Z] --- PASS: TestNewMissedUrl (0.00s) [2021-09-02T20:02:13.472Z] === RUN TestNewMissedToken [2021-09-02T20:02:13.472Z] --- PASS: TestNewMissedToken (0.00s) [2021-09-02T20:02:13.472Z] === RUN TestNewWithProxy [2021-09-02T20:02:13.472Z] --- PASS: TestNewWithProxy (0.00s) [2021-09-02T20:02:13.472Z] === RUN TestDefault [2021-09-02T20:02:13.472Z] --- PASS: TestDefault (0.00s) [2021-09-02T20:02:13.472Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-09-02T20:02:13.472Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-09-02T20:02:13.472Z] === RUN TestJsonFormat [2021-09-02T20:02:13.472Z] --- PASS: TestJsonFormat (0.02s) [2021-09-02T20:02:13.472Z] === RUN TestRawFormat [2021-09-02T20:02:13.472Z] --- PASS: TestRawFormat (0.00s) [2021-09-02T20:02:13.472Z] === RUN TestRawFormatWithLabels [2021-09-02T20:02:13.472Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-09-02T20:02:13.472Z] === RUN TestRawFormatWithoutTag [2021-09-02T20:02:13.472Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-09-02T20:02:13.472Z] === RUN TestBatching [2021-09-02T20:02:13.854Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-09-02T20:02:13.929Z] === RUN TestParseLogFormat [2021-09-02T20:02:13.929Z] --- PASS: TestParseLogFormat (0.00s) [2021-09-02T20:02:13.929Z] === RUN TestValidateLogOptEmpty [2021-09-02T20:02:13.929Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-09-02T20:02:13.929Z] === RUN TestValidateSyslogAddress [2021-09-02T20:02:13.929Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-09-02T20:02:13.929Z] === RUN TestParseAddressDefaultPort [2021-09-02T20:02:13.929Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-09-02T20:02:13.929Z] === RUN TestValidateSyslogFacility [2021-09-02T20:02:13.929Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-09-02T20:02:13.929Z] === RUN TestValidateLogOptSyslogFormat [2021-09-02T20:02:13.929Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-09-02T20:02:13.929Z] === RUN TestValidateLogOpt [2021-09-02T20:02:13.929Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-02T20:02:13.929Z] PASS [2021-09-02T20:02:13.929Z] coverage: 46.8% of statements [2021-09-02T20:02:13.929Z] ok github.com/docker/docker/daemon/logger/syslog 0.069s coverage: 46.8% of statements [2021-09-02T20:02:13.929Z] --- PASS: TestBatching (0.33s) [2021-09-02T20:02:13.929Z] === RUN TestFrequency [2021-09-02T20:02:13.929Z] --- PASS: TestFrequency (0.21s) [2021-09-02T20:02:13.929Z] === RUN TestOneMessagePerRequest [2021-09-02T20:02:13.929Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-09-02T20:02:13.929Z] === RUN TestVerify [2021-09-02T20:02:13.929Z] --- PASS: TestVerify (0.00s) [2021-09-02T20:02:13.929Z] === RUN TestSkipVerify [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T20:02:14.386Z] --- PASS: TestSkipVerify (0.47s) [2021-09-02T20:02:14.386Z] === RUN TestBufferMaximum [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630612934.304424\",\"host\":\"721963e890e4\"}'" [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630612934.304424\",\"host\":\"721963e890e4\"}'" [2021-09-02T20:02:14.386Z] --- PASS: TestBufferMaximum (0.00s) [2021-09-02T20:02:14.386Z] === RUN TestServerAlwaysDown [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630612934.306438\",\"host\":\"721963e890e4\"}'" [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630612934.306438\",\"host\":\"721963e890e4\"}'" [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630612934.306438\",\"host\":\"721963e890e4\"}'" [2021-09-02T20:02:14.386Z] time="2021-09-02T20:02:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630612934.306438\",\"host\":\"721963e890e4\"}'" [2021-09-02T20:02:14.387Z] time="2021-09-02T20:02:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1630612934.306438\",\"host\":\"721963e890e4\"}'" [2021-09-02T20:02:14.387Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-09-02T20:02:14.387Z] === RUN TestCannotSendAfterClose [2021-09-02T20:02:14.387Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-09-02T20:02:14.387Z] === RUN TestDeadlockOnBlockedEndpoint [2021-09-02T20:02:14.450Z] --- PASS: TestResize (1.57s) [2021-09-02T20:02:14.450Z] === RUN TestResizeWithInvalidSize [2021-09-02T20:02:14.844Z] === RUN TestV1IDService [2021-09-02T20:02:14.844Z] --- PASS: TestV1IDService (0.01s) [2021-09-02T20:02:14.844Z] === RUN TestV2MetadataService [2021-09-02T20:02:15.301Z] --- PASS: TestV2MetadataService (0.52s) [2021-09-02T20:02:15.301Z] PASS [2021-09-02T20:02:15.301Z] coverage: 48.2% of statements [2021-09-02T20:02:15.301Z] ok github.com/docker/docker/distribution/metadata 0.592s coverage: 48.2% of statements [2021-09-02T20:02:15.301Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-09-02T20:02:15.301Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-09-02T20:02:15.301Z] === RUN TestContinueOnError_MirrorEndpoint [2021-09-02T20:02:15.301Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-09-02T20:02:15.301Z] === RUN TestContinueOnError_NeverContinue [2021-09-02T20:02:15.301Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-09-02T20:02:15.301Z] === RUN TestManifestStore [2021-09-02T20:02:15.301Z] === RUN TestManifestStore/no_remote_or_local [2021-09-02T20:02:15.301Z] time="2021-09-02T20:02:15Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2622007755\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-09-02T20:02:15.301Z] === RUN TestManifestStore/no_local_cache [2021-09-02T20:02:15.301Z] === RUN TestManifestStore/with_local_cache [2021-09-02T20:02:15.301Z] === RUN TestManifestStore/unknown_media_type [2021-09-02T20:02:15.301Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-09-02T20:02:15.301Z] time="2021-09-02T20:02:15Z" level=warning msg="reference for unknown type: " [2021-09-02T20:02:15.301Z] time="2021-09-02T20:02:15Z" level=warning msg="reference for unknown type: " [2021-09-02T20:02:15.301Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-09-02T20:02:15.301Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-09-02T20:02:15.301Z] time="2021-09-02T20:02:15Z" level=warning msg="reference for unknown type: " [2021-09-02T20:02:15.301Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-09-02T20:02:15.301Z] time="2021-09-02T20:02:15Z" level=warning msg="reference for unknown type: " [2021-09-02T20:02:15.301Z] time="2021-09-02T20:02:15Z" level=warning msg="reference for unknown type: " [2021-09-02T20:02:15.301Z] === RUN TestManifestStore/error_persisting_manifest [2021-09-02T20:02:15.301Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-09-02T20:02:15.301Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-09-02T20:02:15.301Z] time="2021-09-02T20:02:15Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-09-02T20:02:15.301Z] --- PASS: TestManifestStore (0.20s) [2021-09-02T20:02:15.301Z] --- PASS: TestManifestStore/no_remote_or_local (0.13s) [2021-09-02T20:02:15.301Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-09-02T20:02:15.301Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-09-02T20:02:15.301Z] --- PASS: TestManifestStore/unknown_media_type (0.03s) [2021-09-02T20:02:15.301Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-09-02T20:02:15.301Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.02s) [2021-09-02T20:02:15.301Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-09-02T20:02:15.301Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-09-02T20:02:15.301Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-09-02T20:02:15.301Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-09-02T20:02:15.301Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-09-02T20:02:15.301Z] === RUN TestDetectManifestBlobMediaType [2021-09-02T20:02:15.301Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-09-02T20:02:15.301Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-09-02T20:02:15.301Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-09-02T20:02:15.301Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-09-02T20:02:15.301Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-09-02T20:02:15.301Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-09-02T20:02:15.301Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-09-02T20:02:15.301Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-09-02T20:02:15.301Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-09-02T20:02:15.301Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-09-02T20:02:15.301Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-09-02T20:02:15.301Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-09-02T20:02:15.301Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-09-02T20:02:15.301Z] === RUN TestFixManifestLayers [2021-09-02T20:02:15.301Z] --- PASS: TestFixManifestLayers (0.00s) [2021-09-02T20:02:15.301Z] === RUN TestFixManifestLayersBaseLayerParent [2021-09-02T20:02:15.301Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-02T20:02:15.301Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-02T20:02:15.301Z] === RUN TestFixManifestLayersBadParent [2021-09-02T20:02:15.301Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-09-02T20:02:15.301Z] === RUN TestValidateManifest [2021-09-02T20:02:15.301Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-02T20:02:15.301Z] --- SKIP: TestValidateManifest (0.00s) [2021-09-02T20:02:15.301Z] === RUN TestFormatPlatform [2021-09-02T20:02:15.301Z] --- PASS: TestFormatPlatform (0.00s) [2021-09-02T20:02:15.301Z] === RUN TestGetRepositoryMountCandidates [2021-09-02T20:02:15.301Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-09-02T20:02:15.301Z] === RUN TestLayerAlreadyExists [2021-09-02T20:02:15.301Z] 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-09-02T20:02:15.301Z] 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-09-02T20:02:15.301Z] 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-09-02T20:02:15.301Z] 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-09-02T20:02:15.301Z] 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-09-02T20:02:15.301Z] 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-09-02T20:02:15.301Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-09-02T20:02:15.301Z] === RUN TestWhenEmptyAuthConfig [2021-09-02T20:02:15.759Z] time="2021-09-02T20:02:15Z" 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-09-02T20:02:15.759Z] time="2021-09-02T20:02:15Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"721963e890e4\"}'" [2021-09-02T20:02:15.759Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-09-02T20:02:15.759Z] PASS [2021-09-02T20:02:15.759Z] coverage: 82.5% of statements [2021-09-02T20:02:15.759Z] ok github.com/docker/docker/daemon/logger/splunk 2.126s coverage: 82.5% of statements [2021-09-02T20:02:15.759Z] ? github.com/docker/docker/daemon/names [no test files] [2021-09-02T20:02:15.759Z] ? github.com/docker/docker/daemon/network [no test files] [2021-09-02T20:02:15.759Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-09-02T20:02:15.759Z] === RUN TestSuccessfulDownload [2021-09-02T20:02:15.759Z] download_test.go:267: Needs fixing on Windows [2021-09-02T20:02:15.759Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-09-02T20:02:15.759Z] === RUN TestCancelledDownload [2021-09-02T20:02:15.759Z] --- PASS: TestCancelledDownload (0.00s) [2021-09-02T20:02:15.759Z] === RUN TestMaxDownloadAttempts [2021-09-02T20:02:15.759Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-02T20:02:15.759Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-02T20:02:15.759Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-02T20:02:15.759Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-02T20:02:15.759Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-02T20:02:15.759Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-02T20:02:15.759Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-02T20:02:15.759Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-02T20:02:15.759Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-02T20:02:15.759Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-02T20:02:15.759Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-02T20:02:15.759Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-02T20:02:15.982Z] --- PASS: TestResizeWithInvalidSize (1.58s) [2021-09-02T20:02:15.982Z] === RUN TestResizeWhenContainerNotStarted [2021-09-02T20:02:16.216Z] time="2021-09-02T20:02:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-02T20:02:16.216Z] time="2021-09-02T20:02:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-02T20:02:16.216Z] time="2021-09-02T20:02:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-02T20:02:16.216Z] time="2021-09-02T20:02:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-02T20:02:16.216Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-09-02T20:02:16.216Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.44s) [2021-09-02T20:02:16.216Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.44s) [2021-09-02T20:02:16.216Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.44s) [2021-09-02T20:02:16.216Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.44s) [2021-09-02T20:02:16.216Z] === RUN TestTransfer [2021-09-02T20:02:16.216Z] --- PASS: TestTransfer (0.12s) [2021-09-02T20:02:16.216Z] === RUN TestConcurrencyLimit [2021-09-02T20:02:16.673Z] === RUN TestNotFound [2021-09-02T20:02:16.673Z] --- PASS: TestNotFound (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestConflict [2021-09-02T20:02:16.673Z] --- PASS: TestConflict (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestForbidden [2021-09-02T20:02:16.673Z] --- PASS: TestForbidden (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestInvalidParameter [2021-09-02T20:02:16.673Z] --- PASS: TestInvalidParameter (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestNotImplemented [2021-09-02T20:02:16.673Z] --- PASS: TestNotImplemented (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestNotModified [2021-09-02T20:02:16.673Z] --- PASS: TestNotModified (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestUnauthorized [2021-09-02T20:02:16.673Z] --- PASS: TestUnauthorized (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestUnknown [2021-09-02T20:02:16.673Z] --- PASS: TestUnknown (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestCancelled [2021-09-02T20:02:16.673Z] --- PASS: TestCancelled (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestDeadline [2021-09-02T20:02:16.673Z] --- PASS: TestDeadline (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestDataLoss [2021-09-02T20:02:16.673Z] --- PASS: TestDataLoss (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestUnavailable [2021-09-02T20:02:16.673Z] --- PASS: TestUnavailable (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestSystem [2021-09-02T20:02:16.673Z] --- PASS: TestSystem (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestFromStatusCode [2021-09-02T20:02:16.673Z] === RUN TestFromStatusCode/Not_Found [2021-09-02T20:02:16.673Z] === RUN TestFromStatusCode/Bad_Request [2021-09-02T20:02:16.673Z] === RUN TestFromStatusCode/Conflict [2021-09-02T20:02:16.673Z] === RUN TestFromStatusCode/Unauthorized [2021-09-02T20:02:16.673Z] === RUN TestFromStatusCode/Service_Unavailable [2021-09-02T20:02:16.673Z] === RUN TestFromStatusCode/Forbidden [2021-09-02T20:02:16.673Z] === RUN TestFromStatusCode/Not_Modified [2021-09-02T20:02:16.673Z] === RUN TestFromStatusCode/Not_Implemented [2021-09-02T20:02:16.673Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-09-02T20:02:16.673Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-09-02T20:02:16.673Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-09-02T20:02:16.673Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-09-02T20:02:16.673Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-09-02T20:02:16.673Z] --- PASS: TestFromStatusCode (0.00s) [2021-09-02T20:02:16.673Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-09-02T20:02:16.673Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-09-02T20:02:16.673Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-09-02T20:02:16.673Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-09-02T20:02:16.673Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-09-02T20:02:16.673Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-09-02T20:02:16.673Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-09-02T20:02:16.673Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-09-02T20:02:16.673Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-09-02T20:02:16.673Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-09-02T20:02:16.673Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-09-02T20:02:16.673Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-09-02T20:02:16.673Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-09-02T20:02:16.673Z] PASS [2021-09-02T20:02:16.673Z] coverage: 53.1% of statements [2021-09-02T20:02:16.673Z] --- PASS: TestConcurrencyLimit (0.38s) [2021-09-02T20:02:16.673Z] === RUN TestInactiveJobs [2021-09-02T20:02:16.673Z] ok github.com/docker/docker/errdefs 0.028s coverage: 53.1% of statements [2021-09-02T20:02:16.673Z] === RUN TestFSGetInvalidData [2021-09-02T20:02:16.673Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-09-02T20:02:16.673Z] === RUN TestFSInvalidSet [2021-09-02T20:02:16.673Z] --- PASS: TestFSInvalidSet (0.01s) [2021-09-02T20:02:16.673Z] === RUN TestFSInvalidRoot [2021-09-02T20:02:16.673Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestFSMetadataGetSet [2021-09-02T20:02:16.673Z] --- PASS: TestWhenEmptyAuthConfig (1.31s) [2021-09-02T20:02:16.673Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-09-02T20:02:16.673Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestTokenPassThru [2021-09-02T20:02:16.673Z] --- PASS: TestTokenPassThru (0.01s) [2021-09-02T20:02:16.673Z] === RUN TestTokenPassThruDifferentHost [2021-09-02T20:02:16.673Z] --- PASS: TestFSMetadataGetSet (0.03s) [2021-09-02T20:02:16.673Z] === RUN TestFSInvalidWalker [2021-09-02T20:02:16.673Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-09-02T20:02:16.673Z] PASS [2021-09-02T20:02:16.673Z] coverage: 24.1% of statements [2021-09-02T20:02:16.673Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-09-02T20:02:16.673Z] === RUN TestFSGetSet [2021-09-02T20:02:16.673Z] ok github.com/docker/docker/distribution 1.604s coverage: 24.1% of statements [2021-09-02T20:02:16.673Z] --- PASS: TestFSGetSet (0.01s) [2021-09-02T20:02:16.673Z] === RUN TestFSGetUnsetKey [2021-09-02T20:02:16.673Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestFSGetEmptyData [2021-09-02T20:02:16.673Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestFSDelete [2021-09-02T20:02:16.673Z] --- PASS: TestFSDelete (0.01s) [2021-09-02T20:02:16.673Z] === RUN TestFSWalker [2021-09-02T20:02:16.673Z] --- PASS: TestFSWalker (0.01s) [2021-09-02T20:02:16.673Z] === RUN TestFSWalkerStopOnError [2021-09-02T20:02:16.673Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-09-02T20:02:16.673Z] === RUN TestNewFromJSON [2021-09-02T20:02:16.673Z] --- PASS: TestNewFromJSON (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestNewFromJSONWithInvalidJSON [2021-09-02T20:02:16.673Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestMarshalKeyOrder [2021-09-02T20:02:16.673Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-09-02T20:02:16.673Z] === RUN TestHistoryEqual [2021-09-02T20:02:17.132Z] --- PASS: TestInactiveJobs (0.38s) [2021-09-02T20:02:17.132Z] === RUN TestWatchRelease [2021-09-02T20:02:17.132Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-09-02T20:02:17.132Z] --- PASS: TestWatchRelease (0.07s) [2021-09-02T20:02:17.132Z] === RUN TestWatchFinishedTransfer [2021-09-02T20:02:17.132Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-09-02T20:02:17.132Z] === RUN TestDuplicateTransfer [2021-09-02T20:02:17.132Z] --- PASS: TestHistoryEqual (0.19s) [2021-09-02T20:02:17.132Z] === RUN TestImage [2021-09-02T20:02:17.132Z] --- PASS: TestImage (0.00s) [2021-09-02T20:02:17.132Z] === RUN TestImageOSNotEmpty [2021-09-02T20:02:17.132Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-09-02T20:02:17.132Z] === RUN TestNewChildImageFromImageWithRootFS [2021-09-02T20:02:17.132Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-09-02T20:02:17.132Z] === RUN TestCreate [2021-09-02T20:02:17.132Z] --- PASS: TestDuplicateTransfer (0.07s) [2021-09-02T20:02:17.132Z] === RUN TestSuccessfulUpload [2021-09-02T20:02:17.132Z] --- PASS: TestCreate (0.01s) [2021-09-02T20:02:17.132Z] === RUN TestRestore [2021-09-02T20:02:17.132Z] time="2021-09-02T20:02:16Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-09-02T20:02:17.132Z] --- PASS: TestRestore (0.03s) [2021-09-02T20:02:17.132Z] === RUN TestAddDelete [2021-09-02T20:02:17.132Z] --- PASS: TestAddDelete (0.02s) [2021-09-02T20:02:17.132Z] === RUN TestSearchAfterDelete [2021-09-02T20:02:17.132Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-09-02T20:02:17.132Z] === RUN TestParentReset [2021-09-02T20:02:17.132Z] --- PASS: TestParentReset (0.02s) [2021-09-02T20:02:17.132Z] === RUN TestGetAndSetLastUpdated [2021-09-02T20:02:17.132Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-09-02T20:02:17.132Z] === RUN TestStoreLen [2021-09-02T20:02:17.132Z] --- PASS: TestStoreLen (0.03s) [2021-09-02T20:02:17.132Z] PASS [2021-09-02T20:02:17.132Z] coverage: 86.6% of statements [2021-09-02T20:02:17.132Z] ok github.com/docker/docker/image 0.470s coverage: 86.6% of statements [2021-09-02T20:02:17.132Z] time="2021-09-02T20:02:17Z" level=error msg="Upload failed, retrying: simulating retry" [2021-09-02T20:02:17.516Z] --- PASS: TestResizeWhenContainerNotStarted (1.93s) [2021-09-02T20:02:17.516Z] === RUN TestDaemonRestartKillContainers [2021-09-02T20:02:17.516Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:02:17.516Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-09-02T20:02:17.516Z] === RUN TestStats [2021-09-02T20:02:17.516Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-02T20:02:17.516Z] --- SKIP: TestStats (0.00s) [2021-09-02T20:02:17.516Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-02T20:02:17.589Z] --- PASS: TestSuccessfulUpload (0.42s) [2021-09-02T20:02:17.589Z] === RUN TestCancelledUpload [2021-09-02T20:02:17.589Z] --- PASS: TestCancelledUpload (0.00s) [2021-09-02T20:02:17.589Z] PASS [2021-09-02T20:02:17.589Z] coverage: 76.8% of statements [2021-09-02T20:02:17.589Z] ok github.com/docker/docker/distribution/xfer 1.935s coverage: 76.8% of statements [2021-09-02T20:02:17.589Z] ? github.com/docker/docker/dockerversion [no test files] [2021-09-02T20:02:17.589Z] === RUN TestCompare [2021-09-02T20:02:17.589Z] --- PASS: TestCompare (0.00s) [2021-09-02T20:02:17.589Z] PASS [2021-09-02T20:02:17.589Z] coverage: 19.2% of statements [2021-09-02T20:02:17.589Z] ok github.com/docker/docker/image/cache 0.066s coverage: 19.2% of statements [2021-09-02T20:02:18.037Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-09-02T20:02:18.046Z] === RUN TestValidateManifest [2021-09-02T20:02:18.046Z] === RUN TestValidateManifest/nil [2021-09-02T20:02:18.046Z] === RUN TestValidateManifest/non-nil [2021-09-02T20:02:18.046Z] --- PASS: TestValidateManifest (0.00s) [2021-09-02T20:02:18.046Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-09-02T20:02:18.046Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-09-02T20:02:18.046Z] PASS [2021-09-02T20:02:18.046Z] coverage: 0.7% of statements [2021-09-02T20:02:18.046Z] ok github.com/docker/docker/image/tarexport 0.077s coverage: 0.7% of statements [2021-09-02T20:02:18.503Z] === RUN TestMakeV1ConfigFromConfig [2021-09-02T20:02:18.503Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-09-02T20:02:18.503Z] PASS [2021-09-02T20:02:18.503Z] coverage: 25.0% of statements [2021-09-02T20:02:18.503Z] ok github.com/docker/docker/image/v1 0.081s coverage: 25.0% of statements [2021-09-02T20:02:18.503Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-09-02T20:02:19.468Z] === RUN TestEnvironmentParsing [2021-09-02T20:02:19.468Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-09-02T20:02:19.468Z] PASS [2021-09-02T20:02:19.468Z] coverage: 1.2% of statements [2021-09-02T20:02:19.468Z] ok github.com/docker/docker/libcontainerd/local 0.047s coverage: 1.2% of statements [2021-09-02T20:02:19.468Z] === RUN TestSerialization [2021-09-02T20:02:19.468Z] --- PASS: TestSerialization (0.02s) [2021-09-02T20:02:19.468Z] PASS [2021-09-02T20:02:19.468Z] coverage: 100.0% of statements [2021-09-02T20:02:19.468Z] ok github.com/docker/docker/libcontainerd/queue 0.051s coverage: 100.0% of statements [2021-09-02T20:02:19.468Z] === RUN TestEmptyLayer [2021-09-02T20:02:19.468Z] --- PASS: TestEmptyLayer (0.00s) [2021-09-02T20:02:19.468Z] === RUN TestCommitFailure [2021-09-02T20:02:19.468Z] --- PASS: TestCommitFailure (0.01s) [2021-09-02T20:02:19.468Z] === RUN TestStartTransactionFailure [2021-09-02T20:02:19.468Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-09-02T20:02:19.468Z] === RUN TestGetOrphan [2021-09-02T20:02:19.468Z] --- PASS: TestGetOrphan (0.00s) [2021-09-02T20:02:19.468Z] === RUN TestMountAndRegister [2021-09-02T20:02:19.468Z] layer_test.go:270: Layer size: 14 [2021-09-02T20:02:19.468Z] --- PASS: TestMountAndRegister (0.05s) [2021-09-02T20:02:19.468Z] === RUN TestLayerRelease [2021-09-02T20:02:19.468Z] layer_test.go:303: Failing on Windows [2021-09-02T20:02:19.468Z] --- SKIP: TestLayerRelease (0.00s) [2021-09-02T20:02:19.468Z] === RUN TestStoreRestore [2021-09-02T20:02:19.468Z] layer_test.go:352: Failing on Windows [2021-09-02T20:02:19.468Z] --- SKIP: TestStoreRestore (0.00s) [2021-09-02T20:02:19.468Z] === RUN TestTarStreamStability [2021-09-02T20:02:19.468Z] layer_test.go:467: Failing on Windows [2021-09-02T20:02:19.468Z] --- SKIP: TestTarStreamStability (0.00s) [2021-09-02T20:02:19.468Z] === RUN TestRegisterExistingLayer [2021-09-02T20:02:19.925Z] --- PASS: TestRegisterExistingLayer (0.17s) [2021-09-02T20:02:19.925Z] === RUN TestTarStreamVerification [2021-09-02T20:02:19.925Z] layer_test.go:696: Failing on Windows [2021-09-02T20:02:19.925Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-09-02T20:02:19.925Z] === RUN TestLayerMigration [2021-09-02T20:02:19.925Z] migration_test.go:45: Failing on Windows [2021-09-02T20:02:19.925Z] --- SKIP: TestLayerMigration (0.00s) [2021-09-02T20:02:19.925Z] === RUN TestLayerMigrationNoTarsplit [2021-09-02T20:02:19.925Z] migration_test.go:181: Failing on Windows [2021-09-02T20:02:19.925Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-09-02T20:02:19.925Z] === RUN TestMountInit [2021-09-02T20:02:19.925Z] mount_test.go:17: Failing on Windows [2021-09-02T20:02:19.925Z] --- SKIP: TestMountInit (0.00s) [2021-09-02T20:02:19.925Z] === RUN TestMountSize [2021-09-02T20:02:19.925Z] mount_test.go:76: Failing on Windows [2021-09-02T20:02:19.925Z] --- SKIP: TestMountSize (0.00s) [2021-09-02T20:02:19.925Z] === RUN TestMountChanges [2021-09-02T20:02:19.925Z] mount_test.go:125: Failing on Windows [2021-09-02T20:02:19.925Z] --- SKIP: TestMountChanges (0.00s) [2021-09-02T20:02:19.925Z] === RUN TestMountApply [2021-09-02T20:02:19.925Z] mount_test.go:212: Failing on Windows [2021-09-02T20:02:19.925Z] --- SKIP: TestMountApply (0.00s) [2021-09-02T20:02:19.925Z] PASS [2021-09-02T20:02:19.925Z] coverage: 30.1% of statements [2021-09-02T20:02:19.925Z] ok github.com/docker/docker/layer 0.298s coverage: 30.1% of statements [2021-09-02T20:02:19.925Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-09-02T20:02:19.925Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-09-02T20:02:19.925Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-09-02T20:02:19.925Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-09-02T20:02:20.383Z] === RUN TestSequenceGetAvailableBit [2021-09-02T20:02:20.383Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-09-02T20:02:20.383Z] === RUN TestSequenceEqual [2021-09-02T20:02:20.383Z] --- PASS: TestSequenceEqual (0.00s) [2021-09-02T20:02:20.383Z] === RUN TestSequenceCopy [2021-09-02T20:02:20.383Z] --- PASS: TestSequenceCopy (0.00s) [2021-09-02T20:02:20.383Z] === RUN TestGetFirstAvailable [2021-09-02T20:02:20.383Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-09-02T20:02:20.383Z] === RUN TestFindSequence [2021-09-02T20:02:20.383Z] --- PASS: TestFindSequence (0.00s) [2021-09-02T20:02:20.383Z] === RUN TestCheckIfAvailable [2021-09-02T20:02:20.383Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-09-02T20:02:20.383Z] === RUN TestMergeSequences [2021-09-02T20:02:20.383Z] --- PASS: TestMergeSequences (0.00s) [2021-09-02T20:02:20.383Z] === RUN TestPushReservation [2021-09-02T20:02:20.383Z] --- PASS: TestPushReservation (0.00s) [2021-09-02T20:02:20.383Z] === RUN TestSerializeDeserialize [2021-09-02T20:02:20.383Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-09-02T20:02:20.383Z] === RUN TestSet [2021-09-02T20:02:20.383Z] --- PASS: TestSet (0.00s) [2021-09-02T20:02:20.383Z] === RUN TestSetUnset [2021-09-02T20:02:20.383Z] --- PASS: TestSetUnset (0.00s) [2021-09-02T20:02:20.383Z] === RUN TestOffsetSetUnset [2021-09-02T20:02:20.383Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-09-02T20:02:20.383Z] === RUN TestSetInRange [2021-09-02T20:02:20.383Z] --- PASS: TestSetInRange (0.00s) [2021-09-02T20:02:20.383Z] === RUN TestSetAnyInRange [2021-09-02T20:02:20.383Z] --- PASS: TestSetAnyInRange (0.00s) [2021-09-02T20:02:20.383Z] === RUN TestMethods [2021-09-02T20:02:20.383Z] --- PASS: TestMethods (0.00s) [2021-09-02T20:02:20.383Z] === RUN TestRandomAllocateDeallocate [2021-09-02T20:02:21.317Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-09-02T20:02:21.916Z] === RUN TestInvalidConfig [2021-09-02T20:02:21.916Z] --- PASS: TestInvalidConfig (0.00s) [2021-09-02T20:02:21.916Z] === RUN TestConfig [2021-09-02T20:02:21.916Z] --- PASS: TestConfig (0.00s) [2021-09-02T20:02:21.916Z] === RUN TestOptionsLabels [2021-09-02T20:02:21.916Z] --- PASS: TestOptionsLabels (0.00s) [2021-09-02T20:02:21.916Z] === RUN TestValidName [2021-09-02T20:02:21.916Z] --- PASS: TestValidName (0.00s) [2021-09-02T20:02:21.916Z] === RUN TestTLSConfiguration [2021-09-02T20:02:21.916Z] time="2021-09-02T20:02:21Z" level=info msg="Option Initializing KV with TLS" [2021-09-02T20:02:21.916Z] --- PASS: TestTLSConfiguration (0.12s) [2021-09-02T20:02:21.916Z] PASS [2021-09-02T20:02:21.916Z] coverage: 24.0% of statements [2021-09-02T20:02:21.916Z] ok github.com/docker/docker/libnetwork/config 0.197s coverage: 24.0% of statements [2021-09-02T20:02:22.198Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.37s) [2021-09-02T20:02:22.198Z] === RUN TestStopContainerWithTimeout [2021-09-02T20:02:22.198Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-02T20:02:22.198Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-09-02T20:02:22.198Z] === RUN TestUpdateRestartPolicy [2021-09-02T20:02:22.375Z] === RUN TestKey [2021-09-02T20:02:22.375Z] --- PASS: TestKey (0.00s) [2021-09-02T20:02:22.375Z] === RUN TestParseKey [2021-09-02T20:02:22.375Z] --- PASS: TestParseKey (0.00s) [2021-09-02T20:02:22.375Z] === RUN TestInvalidDataStore [2021-09-02T20:02:22.375Z] --- PASS: TestInvalidDataStore (0.00s) [2021-09-02T20:02:22.375Z] === RUN TestKVObjectFlatKey [2021-09-02T20:02:22.375Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-09-02T20:02:22.375Z] === RUN TestAtomicKVObjectFlatKey [2021-09-02T20:02:22.375Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-09-02T20:02:22.375Z] PASS [2021-09-02T20:02:22.375Z] coverage: 21.9% of statements [2021-09-02T20:02:22.375Z] ok github.com/docker/docker/libnetwork/datastore 0.048s coverage: 21.9% of statements [2021-09-02T20:02:22.833Z] === RUN TestErrorInterfaces [2021-09-02T20:02:22.833Z] --- PASS: TestErrorInterfaces (0.00s) [2021-09-02T20:02:22.833Z] === RUN TestNetworkMarshalling [2021-09-02T20:02:22.833Z] === RUN TestIPDataMarshalling [2021-09-02T20:02:22.833Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-09-02T20:02:22.833Z] === RUN TestValidateAndIsV6 [2021-09-02T20:02:22.833Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-09-02T20:02:22.833Z] PASS [2021-09-02T20:02:22.833Z] coverage: 68.9% of statements [2021-09-02T20:02:22.833Z] ok github.com/docker/docker/libnetwork/driverapi 0.035s coverage: 68.9% of statements [2021-09-02T20:02:22.833Z] --- PASS: TestNetworkMarshalling (0.14s) [2021-09-02T20:02:22.833Z] === RUN TestEndpointMarshalling [2021-09-02T20:02:22.833Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-09-02T20:02:22.833Z] === RUN TestAuxAddresses [2021-09-02T20:02:22.833Z] time="2021-09-02T20:02:22Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-02T20:02:22.833Z] --- PASS: TestAuxAddresses (0.02s) [2021-09-02T20:02:22.833Z] === RUN TestSRVServiceQuery [2021-09-02T20:02:22.833Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:02:22.833Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-09-02T20:02:22.833Z] === RUN TestServiceVIPReuse [2021-09-02T20:02:22.833Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:02:22.833Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-09-02T20:02:22.833Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-09-02T20:02:22.833Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:02:22.833Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-02T20:02:22.833Z] === RUN TestDNSIPQuery [2021-09-02T20:02:22.833Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:02:22.833Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-09-02T20:02:22.833Z] === RUN TestDNSProxyServFail [2021-09-02T20:02:22.833Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:02:22.833Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-09-02T20:02:22.833Z] === RUN TestSandboxAddEmpty [2021-09-02T20:02:22.833Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:02:22.833Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-09-02T20:02:22.833Z] === RUN TestSandboxAddMultiPrio [2021-09-02T20:02:22.833Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:02:22.833Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-09-02T20:02:22.833Z] === RUN TestSandboxAddSamePrio [2021-09-02T20:02:22.833Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:02:22.833Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-09-02T20:02:22.833Z] === RUN TestCleanupServiceDiscovery [2021-09-02T20:02:22.833Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:02:22.833Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-09-02T20:02:22.833Z] === RUN TestDNSOptions [2021-09-02T20:02:22.833Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:02:22.833Z] --- SKIP: TestDNSOptions (0.00s) [2021-09-02T20:02:22.833Z] === RUN TestMultipleControllersWithSameStore [2021-09-02T20:02:22.833Z] time="2021-09-02T20:02:22Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-02T20:02:22.833Z] time="2021-09-02T20:02:22Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-02T20:02:22.833Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-09-02T20:02:22.833Z] PASS [2021-09-02T20:02:22.833Z] coverage: 8.6% of statements [2021-09-02T20:02:22.833Z] ok github.com/docker/docker/libnetwork 0.266s coverage: 8.6% of statements [2021-09-02T20:02:23.296Z] === RUN TestDriver [2021-09-02T20:02:23.296Z] --- PASS: TestDriver (0.00s) [2021-09-02T20:02:23.296Z] PASS [2021-09-02T20:02:23.296Z] coverage: 34.8% of statements [2021-09-02T20:02:23.296Z] ok github.com/docker/docker/libnetwork/drivers/host 0.034s coverage: 34.8% of statements [2021-09-02T20:02:23.754Z] === RUN TestDriver [2021-09-02T20:02:23.754Z] --- PASS: TestDriver (0.00s) [2021-09-02T20:02:23.754Z] PASS [2021-09-02T20:02:23.754Z] coverage: 34.8% of statements [2021-09-02T20:02:23.754Z] ok github.com/docker/docker/libnetwork/drivers/null 0.034s coverage: 34.8% of statements [2021-09-02T20:02:23.754Z] --- PASS: TestRandomAllocateDeallocate (3.48s) [2021-09-02T20:02:23.754Z] === RUN TestAllocateRandomDeallocate [2021-09-02T20:02:23.754Z] === RUN TestNetworkAllocateFree [2021-09-02T20:02:23.754Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-09-02T20:02:23.754Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-09-02T20:02:23.754Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-09-02T20:02:23.754Z] PASS [2021-09-02T20:02:23.754Z] coverage: 63.6% of statements [2021-09-02T20:02:23.754Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.034s coverage: 63.6% of statements [2021-09-02T20:02:24.211Z] === RUN TestGetEmptyCapabilities [2021-09-02T20:02:24.211Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-09-02T20:02:24.211Z] === RUN TestGetExtraCapabilities [2021-09-02T20:02:24.211Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-09-02T20:02:24.211Z] === RUN TestGetInvalidCapabilities [2021-09-02T20:02:24.211Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-09-02T20:02:24.211Z] === RUN TestRemoteDriver [2021-09-02T20:02:24.211Z] --- PASS: TestRemoteDriver (0.01s) [2021-09-02T20:02:24.211Z] === RUN TestDriverError [2021-09-02T20:02:24.211Z] --- PASS: TestDriverError (0.00s) [2021-09-02T20:02:24.211Z] === RUN TestMissingValues [2021-09-02T20:02:24.211Z] --- PASS: TestMissingValues (0.00s) [2021-09-02T20:02:24.211Z] === RUN TestRollback [2021-09-02T20:02:24.211Z] --- PASS: TestRollback (0.00s) [2021-09-02T20:02:24.211Z] PASS [2021-09-02T20:02:24.211Z] coverage: 57.4% of statements [2021-09-02T20:02:24.211Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.070s coverage: 57.4% of statements [2021-09-02T20:02:24.599Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-09-02T20:02:24.668Z] --- PASS: TestAllocateRandomDeallocate (0.75s) [2021-09-02T20:02:24.668Z] === RUN TestAllocateRandomDeallocateSerialize [2021-09-02T20:02:25.126Z] === RUN TestNew [2021-09-02T20:02:25.126Z] --- PASS: TestNew (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestAddDriver [2021-09-02T20:02:25.126Z] --- PASS: TestAddDriver (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestAddDuplicateDriver [2021-09-02T20:02:25.126Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestIPAMDefaultAddressSpaces [2021-09-02T20:02:25.126Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestDriver [2021-09-02T20:02:25.126Z] --- PASS: TestDriver (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestIPAM [2021-09-02T20:02:25.126Z] --- PASS: TestIPAM (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestWalkIPAMs [2021-09-02T20:02:25.126Z] --- PASS: TestWalkIPAMs (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestWalkDrivers [2021-09-02T20:02:25.126Z] --- PASS: TestWalkDrivers (0.00s) [2021-09-02T20:02:25.126Z] PASS [2021-09-02T20:02:25.126Z] coverage: 82.4% of statements [2021-09-02T20:02:25.126Z] ok github.com/docker/docker/libnetwork/drvregistry 0.058s coverage: 82.4% of statements [2021-09-02T20:02:25.126Z] === RUN TestNAT [2021-09-02T20:02:25.126Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-02T20:02:25.126Z] --- SKIP: TestNAT (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestTransparent [2021-09-02T20:02:25.126Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-02T20:02:25.126Z] --- SKIP: TestTransparent (0.00s) [2021-09-02T20:02:25.126Z] PASS [2021-09-02T20:02:25.126Z] coverage: 0.0% of statements [2021-09-02T20:02:25.126Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.040s coverage: 0.0% of statements [2021-09-02T20:02:25.126Z] === RUN TestBuildDefault [2021-09-02T20:02:25.126Z] --- PASS: TestBuildDefault (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestBuildHostnameDomainname [2021-09-02T20:02:25.126Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestBuildHostname [2021-09-02T20:02:25.126Z] --- PASS: TestBuildHostname (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestBuildHostnameFQDN [2021-09-02T20:02:25.126Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestBuildNoIP [2021-09-02T20:02:25.126Z] --- PASS: TestBuildNoIP (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestUpdate [2021-09-02T20:02:25.126Z] --- PASS: TestUpdate (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-09-02T20:02:25.126Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-09-02T20:02:25.126Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestAddEmpty [2021-09-02T20:02:25.126Z] --- PASS: TestAddEmpty (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestAdd [2021-09-02T20:02:25.126Z] --- PASS: TestAdd (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestDeleteEmpty [2021-09-02T20:02:25.126Z] --- PASS: TestDeleteEmpty (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestDeleteNewline [2021-09-02T20:02:25.126Z] --- PASS: TestDeleteNewline (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestDelete [2021-09-02T20:02:25.126Z] --- PASS: TestDelete (0.00s) [2021-09-02T20:02:25.126Z] === RUN TestConcurrentWrites [2021-09-02T20:02:25.126Z] --- PASS: TestConcurrentWrites (0.14s) [2021-09-02T20:02:25.126Z] PASS [2021-09-02T20:02:25.126Z] coverage: 81.2% of statements [2021-09-02T20:02:25.126Z] ok github.com/docker/docker/libnetwork/etchosts 0.192s coverage: 81.2% of statements [2021-09-02T20:02:25.535Z] === RUN TestDockerSuite/TestStatsNoStream [2021-09-02T20:02:25.583Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.79s) [2021-09-02T20:02:25.583Z] === RUN TestRetrieveFromStore [2021-09-02T20:02:25.583Z] === RUN TestNew [2021-09-02T20:02:25.583Z] --- PASS: TestNew (0.00s) [2021-09-02T20:02:25.583Z] === RUN TestAllocate [2021-09-02T20:02:25.583Z] --- PASS: TestAllocate (0.00s) [2021-09-02T20:02:25.583Z] === RUN TestUninitialized [2021-09-02T20:02:25.583Z] --- PASS: TestUninitialized (0.00s) [2021-09-02T20:02:25.583Z] === RUN TestAllocateInRange [2021-09-02T20:02:25.583Z] --- PASS: TestAllocateInRange (0.00s) [2021-09-02T20:02:25.583Z] === RUN TestAllocateSerial [2021-09-02T20:02:25.583Z] --- PASS: TestAllocateSerial (0.00s) [2021-09-02T20:02:25.583Z] PASS [2021-09-02T20:02:25.583Z] coverage: 87.5% of statements [2021-09-02T20:02:25.583Z] ok github.com/docker/docker/libnetwork/idm 0.033s coverage: 87.5% of statements [2021-09-02T20:02:25.583Z] --- PASS: TestRetrieveFromStore (0.34s) [2021-09-02T20:02:25.583Z] === RUN TestIsCorrupted [2021-09-02T20:02:25.583Z] --- PASS: TestIsCorrupted (0.01s) [2021-09-02T20:02:25.583Z] === RUN TestSetRollover [2021-09-02T20:02:25.583Z] === RUN TestDiff [2021-09-02T20:02:25.583Z] --- PASS: TestDiff (0.00s) [2021-09-02T20:02:25.583Z] === RUN TestAddedCallback [2021-09-02T20:02:25.583Z] --- PASS: TestAddedCallback (0.00s) [2021-09-02T20:02:25.583Z] === RUN TestRemovedCallback [2021-09-02T20:02:25.583Z] --- PASS: TestRemovedCallback (0.00s) [2021-09-02T20:02:25.583Z] === RUN TestNoCallback [2021-09-02T20:02:25.583Z] --- PASS: TestNoCallback (0.00s) [2021-09-02T20:02:25.583Z] PASS [2021-09-02T20:02:25.583Z] coverage: 48.1% of statements [2021-09-02T20:02:25.583Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.039s coverage: 48.1% of statements [2021-09-02T20:02:26.040Z] === RUN TestCaller [2021-09-02T20:02:26.040Z] --- PASS: TestCaller (0.00s) [2021-09-02T20:02:26.040Z] PASS [2021-09-02T20:02:26.040Z] coverage: 100.0% of statements [2021-09-02T20:02:26.040Z] ok github.com/docker/docker/libnetwork/internal/caller 0.035s coverage: 100.0% of statements [2021-09-02T20:02:26.498Z] === RUN TestSetSerialInsertDelete [2021-09-02T20:02:26.498Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-09-02T20:02:26.498Z] === RUN TestSetParallelInsertDelete [2021-09-02T20:02:26.958Z] === RUN TestPoolRequest [2021-09-02T20:02:26.958Z] --- PASS: TestPoolRequest (0.00s) [2021-09-02T20:02:26.958Z] === RUN TestOtherRequests [2021-09-02T20:02:26.958Z] --- PASS: TestOtherRequests (0.00s) [2021-09-02T20:02:26.958Z] PASS [2021-09-02T20:02:26.958Z] coverage: 57.1% of statements [2021-09-02T20:02:26.958Z] ok github.com/docker/docker/libnetwork/ipams/null 0.034s coverage: 57.1% of statements [2021-09-02T20:02:26.958Z] --- PASS: TestSetRollover (1.30s) [2021-09-02T20:02:26.958Z] === RUN TestSetRolloverSerial [2021-09-02T20:02:27.417Z] === RUN TestInt2IP2IntConversion [2021-09-02T20:02:27.876Z] --- PASS: TestInt2IP2IntConversion (0.48s) [2021-09-02T20:02:27.876Z] === RUN TestGetAddressVersion [2021-09-02T20:02:27.876Z] --- PASS: TestGetAddressVersion (0.00s) [2021-09-02T20:02:27.876Z] === RUN TestKeyString [2021-09-02T20:02:27.876Z] --- PASS: TestKeyString (0.00s) [2021-09-02T20:02:27.876Z] === RUN TestPoolDataMarshal [2021-09-02T20:02:27.876Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-09-02T20:02:27.876Z] === RUN TestSubnetsMarshal [2021-09-02T20:02:27.876Z] --- PASS: TestSubnetsMarshal (0.04s) [2021-09-02T20:02:27.876Z] === RUN TestAddSubnets [2021-09-02T20:02:27.876Z] --- PASS: TestAddSubnets (0.05s) [2021-09-02T20:02:27.876Z] === RUN TestDoublePoolRelease [2021-09-02T20:02:27.876Z] --- PASS: TestDoublePoolRelease (0.02s) [2021-09-02T20:02:27.876Z] === RUN TestAddReleasePoolID [2021-09-02T20:02:27.876Z] === RUN TestGetCapabilities [2021-09-02T20:02:27.876Z] --- PASS: TestGetCapabilities (0.01s) [2021-09-02T20:02:27.876Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-09-02T20:02:27.876Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-09-02T20:02:27.876Z] === RUN TestGetDefaultAddressSpaces [2021-09-02T20:02:27.876Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-09-02T20:02:27.876Z] === RUN TestRemoteDriver [2021-09-02T20:02:27.876Z] --- PASS: TestRemoteDriver (0.01s) [2021-09-02T20:02:27.876Z] PASS [2021-09-02T20:02:27.876Z] coverage: 47.4% of statements [2021-09-02T20:02:27.876Z] --- PASS: TestAddReleasePoolID (0.06s) [2021-09-02T20:02:27.876Z] === RUN TestPredefinedPool [2021-09-02T20:02:27.876Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.072s coverage: 47.4% of statements [2021-09-02T20:02:27.876Z] --- PASS: TestPredefinedPool (0.03s) [2021-09-02T20:02:27.876Z] === RUN TestRemoveSubnet [2021-09-02T20:02:28.335Z] --- PASS: TestRemoveSubnet (0.12s) [2021-09-02T20:02:28.335Z] === RUN TestGetSameAddress [2021-09-02T20:02:28.335Z] --- PASS: TestGetSameAddress (0.02s) [2021-09-02T20:02:28.335Z] === RUN TestPoolAllocationReuse [2021-09-02T20:02:28.335Z] --- PASS: TestSetRolloverSerial (1.33s) [2021-09-02T20:02:28.335Z] === RUN TestGetFirstAvailableFromCurrent [2021-09-02T20:02:28.335Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-09-02T20:02:28.335Z] PASS [2021-09-02T20:02:28.335Z] coverage: 84.4% of statements [2021-09-02T20:02:28.335Z] ok github.com/docker/docker/libnetwork/bitseq 8.053s coverage: 84.4% of statements [2021-09-02T20:02:28.804Z] === RUN TestWindowsIPAM [2021-09-02T20:02:28.804Z] --- PASS: TestWindowsIPAM (0.00s) [2021-09-02T20:02:28.804Z] PASS [2021-09-02T20:02:28.804Z] coverage: 71.4% of statements [2021-09-02T20:02:28.804Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.073s coverage: 71.4% of statements [2021-09-02T20:02:28.817Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-09-02T20:02:29.750Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-09-02T20:02:29.799Z] === RUN TestDefaultNetwork [2021-09-02T20:02:29.799Z] --- PASS: TestPoolAllocationReuse (1.71s) [2021-09-02T20:02:29.799Z] === RUN TestGetAddressSubPoolEqualPool [2021-09-02T20:02:29.799Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2021-09-02T20:02:29.799Z] === RUN TestRequestReleaseAddressFromSubPool [2021-09-02T20:02:29.799Z] --- PASS: TestDefaultNetwork (0.23s) [2021-09-02T20:02:29.799Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-09-02T20:02:30.317Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-09-02T20:02:30.569Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.24s) [2021-09-02T20:02:30.569Z] === RUN TestInitAddressPools [2021-09-02T20:02:30.569Z] --- PASS: TestInitAddressPools (0.00s) [2021-09-02T20:02:30.569Z] PASS [2021-09-02T20:02:30.569Z] coverage: 74.0% of statements [2021-09-02T20:02:30.569Z] ok github.com/docker/docker/libnetwork/ipamutils 0.590s coverage: 74.0% of statements [2021-09-02T20:02:30.883Z] === RUN TestDockerSuite/TestTopPrivileged [2021-09-02T20:02:31.040Z] === RUN TestKeyValue [2021-09-02T20:02:31.040Z] --- PASS: TestKeyValue (0.00s) [2021-09-02T20:02:31.040Z] PASS [2021-09-02T20:02:31.040Z] coverage: 60.0% of statements [2021-09-02T20:02:31.040Z] ok github.com/docker/docker/libnetwork/netlabel 0.032s coverage: 60.0% of statements [2021-09-02T20:02:31.040Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-09-02T20:02:31.040Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-09-02T20:02:31.040Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-09-02T20:02:31.040Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-09-02T20:02:31.040Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-09-02T20:02:31.040Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-09-02T20:02:31.040Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-09-02T20:02:31.040Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-09-02T20:02:31.040Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-09-02T20:02:31.040Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-09-02T20:02:31.040Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-09-02T20:02:31.040Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-09-02T20:02:31.040Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-09-02T20:02:31.040Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-09-02T20:02:31.040Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-09-02T20:02:31.041Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-09-02T20:02:31.041Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-09-02T20:02:31.463Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-09-02T20:02:31.463Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-09-02T20:02:31.463Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-09-02T20:02:31.513Z] === RUN TestGenerate [2021-09-02T20:02:31.513Z] --- PASS: TestGenerate (0.00s) [2021-09-02T20:02:31.513Z] === RUN TestGeneratePtr [2021-09-02T20:02:31.513Z] --- PASS: TestGeneratePtr (0.00s) [2021-09-02T20:02:31.513Z] === RUN TestGenerateMissingField [2021-09-02T20:02:31.513Z] --- PASS: TestGenerateMissingField (0.00s) [2021-09-02T20:02:31.513Z] === RUN TestFieldCannotBeSet [2021-09-02T20:02:31.513Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-09-02T20:02:31.513Z] === RUN TestTypeMismatchError [2021-09-02T20:02:31.513Z] --- PASS: TestTypeMismatchError (0.00s) [2021-09-02T20:02:31.513Z] PASS [2021-09-02T20:02:31.513Z] coverage: 100.0% of statements [2021-09-02T20:02:31.513Z] ok github.com/docker/docker/libnetwork/options 0.079s coverage: 100.0% of statements [2021-09-02T20:02:32.032Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-09-02T20:02:32.505Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.44s) [2021-09-02T20:02:32.505Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-09-02T20:02:32.954Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-09-02T20:02:32.954Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-02T20:02:32.954Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-09-02T20:02:32.954Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-02T20:02:32.954Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-09-02T20:02:32.976Z] testing: warning: no tests to run [2021-09-02T20:02:32.976Z] PASS [2021-09-02T20:02:32.976Z] coverage: 0.0% of statements [2021-09-02T20:02:32.976Z] ok github.com/docker/docker/libnetwork/osl 0.052s coverage: 0.0% of statements [no tests to run] [2021-09-02T20:02:33.448Z] === RUN TestNetworkDBSimple [2021-09-02T20:02:33.917Z] === RUN TestRequestNewPort [2021-09-02T20:02:33.917Z] --- PASS: TestRequestNewPort (0.00s) [2021-09-02T20:02:33.917Z] === RUN TestRequestSpecificPort [2021-09-02T20:02:33.917Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-09-02T20:02:33.917Z] === RUN TestReleasePort [2021-09-02T20:02:33.917Z] --- PASS: TestReleasePort (0.00s) [2021-09-02T20:02:33.917Z] === RUN TestReuseReleasedPort [2021-09-02T20:02:33.917Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-09-02T20:02:33.917Z] === RUN TestReleaseUnreadledPort [2021-09-02T20:02:33.917Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-09-02T20:02:33.917Z] === RUN TestUnknowProtocol [2021-09-02T20:02:33.917Z] --- PASS: TestUnknowProtocol (0.00s) [2021-09-02T20:02:33.917Z] === RUN TestAllocateAllPorts [2021-09-02T20:02:33.917Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-09-02T20:02:33.917Z] === RUN TestPortAllocation [2021-09-02T20:02:33.917Z] --- PASS: TestPortAllocation (0.00s) [2021-09-02T20:02:33.917Z] === RUN TestPortAllocationWithCustomRange [2021-09-02T20:02:33.917Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-09-02T20:02:33.917Z] === RUN TestNoDuplicateBPR [2021-09-02T20:02:33.917Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-09-02T20:02:33.917Z] === RUN TestChangePortRange [2021-09-02T20:02:33.917Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-09-02T20:02:33.917Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-09-02T20:02:33.917Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-09-02T20:02:33.917Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-09-02T20:02:33.917Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-09-02T20:02:33.917Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-09-02T20:02:33.917Z] --- PASS: TestChangePortRange (0.00s) [2021-09-02T20:02:33.917Z] PASS [2021-09-02T20:02:33.917Z] coverage: 88.6% of statements [2021-09-02T20:02:33.917Z] ok github.com/docker/docker/libnetwork/portallocator 0.033s coverage: 88.6% of statements [2021-09-02T20:02:33.917Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.49s) [2021-09-02T20:02:33.917Z] === RUN TestGetAddress [2021-09-02T20:02:34.387Z] 2021/09/02 20:02:33 Closing DB instances... [2021-09-02T20:02:34.387Z] testing: warning: no tests to run [2021-09-02T20:02:34.387Z] PASS [2021-09-02T20:02:34.387Z] coverage: 0.0% of statements [2021-09-02T20:02:34.387Z] ok github.com/docker/docker/libnetwork/portmapper 0.034s coverage: 0.0% of statements [no tests to run] [2021-09-02T20:02:34.568Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-09-02T20:02:34.856Z] === RUN TestHashData [2021-09-02T20:02:34.856Z] --- PASS: TestHashData (0.00s) [2021-09-02T20:02:34.856Z] PASS [2021-09-02T20:02:34.856Z] coverage: 2.8% of statements [2021-09-02T20:02:34.856Z] ok github.com/docker/docker/libnetwork/resolvconf 0.034s coverage: 2.8% of statements [2021-09-02T20:02:35.326Z] --- PASS: TestNetworkDBSimple (2.07s) [2021-09-02T20:02:35.326Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-09-02T20:02:35.796Z] === RUN TestErrorConstructors [2021-09-02T20:02:35.796Z] --- PASS: TestErrorConstructors (0.00s) [2021-09-02T20:02:35.796Z] === RUN TestCompareIPMask [2021-09-02T20:02:35.796Z] --- PASS: TestCompareIPMask (0.00s) [2021-09-02T20:02:35.796Z] === RUN TestUtilGetHostPartIP [2021-09-02T20:02:35.796Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-09-02T20:02:35.796Z] === RUN TestUtilGetBroadcastIP [2021-09-02T20:02:35.796Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-09-02T20:02:35.796Z] === RUN TestParseCIDR [2021-09-02T20:02:35.796Z] --- PASS: TestParseCIDR (0.00s) [2021-09-02T20:02:35.796Z] PASS [2021-09-02T20:02:35.796Z] coverage: 37.3% of statements [2021-09-02T20:02:35.796Z] ok github.com/docker/docker/libnetwork/types 0.032s coverage: 37.3% of statements [2021-09-02T20:02:36.265Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-09-02T20:02:36.265Z] PASS [2021-09-02T20:02:36.265Z] coverage: 100.0% of statements [2021-09-02T20:02:36.265Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.035s coverage: 100.0% of statements [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-09-02T20:02:36.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-09-02T20:02:36.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-09-02T20:02:36.735Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-09-02T20:02:36.735Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-09-02T20:02:36.735Z] PASS [2021-09-02T20:02:36.735Z] coverage: 50.0% of statements [2021-09-02T20:02:36.735Z] ok github.com/docker/docker/oci 0.038s coverage: 50.0% of statements [2021-09-02T20:02:36.735Z] 2021/09/02 20:02:36 Closing DB instances... [2021-09-02T20:02:37.097Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-09-02T20:02:37.204Z] === RUN TestParseVersion [2021-09-02T20:02:37.204Z] --- PASS: TestParseVersion (0.00s) [2021-09-02T20:02:37.204Z] PASS [2021-09-02T20:02:37.204Z] coverage: 52.9% of statements [2021-09-02T20:02:37.204Z] ok github.com/docker/docker/pkg/aaparser 0.041s coverage: 52.9% of statements [2021-09-02T20:02:37.663Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-09-02T20:02:37.673Z] === RUN TestAddressPoolOpt [2021-09-02T20:02:37.673Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/a [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/something [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/_=a [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/env1=value1 [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/_env1=value1 [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/env2=value2=value3 [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/env3=abc!qwe [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/env_4=value_4 [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/PATH [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/=a [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/PATH= [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/PATH=something [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/asd!qwe [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/1asd [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/123 [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/some_space [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/__some_space_before [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/some_space_after__ [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/= [2021-09-02T20:02:37.673Z] === RUN TestValidateEnv/PaTh [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/a (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/something (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-09-02T20:02:37.673Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-09-02T20:02:37.674Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-09-02T20:02:37.674Z] --- PASS: TestValidateEnv/= (0.00s) [2021-09-02T20:02:37.674Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-09-02T20:02:37.674Z] === RUN TestParseHost [2021-09-02T20:02:37.674Z] --- PASS: TestParseHost (0.00s) [2021-09-02T20:02:37.674Z] === RUN TestParseDockerDaemonHost [2021-09-02T20:02:37.674Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-09-02T20:02:37.674Z] === RUN TestParseTCP [2021-09-02T20:02:37.674Z] --- PASS: TestParseTCP (0.00s) [2021-09-02T20:02:37.674Z] === RUN TestParseInvalidUnixAddrInvalid [2021-09-02T20:02:37.674Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-09-02T20:02:37.674Z] === RUN TestValidateExtraHosts [2021-09-02T20:02:37.674Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-09-02T20:02:37.674Z] === RUN TestIpOptString [2021-09-02T20:02:37.674Z] --- PASS: TestIpOptString (0.00s) [2021-09-02T20:02:37.674Z] === RUN TestNewIpOptInvalidDefaultVal [2021-09-02T20:02:37.674Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-09-02T20:02:37.674Z] === RUN TestNewIpOptValidDefaultVal [2021-09-02T20:02:37.674Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-09-02T20:02:37.674Z] === RUN TestIpOptSetInvalidVal [2021-09-02T20:02:37.674Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-09-02T20:02:37.674Z] === RUN TestValidateIPAddress [2021-09-02T20:02:37.674Z] --- PASS: TestValidateIPAddress (0.00s) [2021-09-02T20:02:37.674Z] === RUN TestMapOpts [2021-09-02T20:02:37.674Z] --- PASS: TestMapOpts (0.00s) [2021-09-02T20:02:37.674Z] === RUN TestListOptsWithoutValidator [2021-09-02T20:02:37.674Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-09-02T20:02:37.674Z] === RUN TestListOptsWithValidator [2021-09-02T20:02:37.674Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-09-02T20:02:37.674Z] === RUN TestValidateDNSSearch [2021-09-02T20:02:37.674Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-09-02T20:02:37.674Z] === RUN TestValidateLabel [2021-09-02T20:02:37.674Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-09-02T20:02:37.674Z] === RUN TestValidateLabel/label_with_general_format [2021-09-02T20:02:37.674Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-09-02T20:02:37.674Z] === RUN TestValidateLabel/label_with_one_more [2021-09-02T20:02:37.674Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-09-02T20:02:37.674Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-09-02T20:02:37.674Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-09-02T20:02:37.674Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-09-02T20:02:37.674Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-09-02T20:02:37.674Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-09-02T20:02:37.674Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-09-02T20:02:38.143Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-09-02T20:02:38.143Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-09-02T20:02:38.143Z] --- PASS: TestValidateLabel (0.00s) [2021-09-02T20:02:38.143Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-09-02T20:02:38.143Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-09-02T20:02:38.143Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-09-02T20:02:38.143Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-09-02T20:02:38.143Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-09-02T20:02:38.143Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-09-02T20:02:38.143Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-09-02T20:02:38.143Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-09-02T20:02:38.143Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-09-02T20:02:38.143Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-09-02T20:02:38.143Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-09-02T20:02:38.143Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-09-02T20:02:38.143Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-09-02T20:02:38.143Z] === RUN TestNamedListOpts [2021-09-02T20:02:38.143Z] --- PASS: TestNamedListOpts (0.00s) [2021-09-02T20:02:38.143Z] === RUN TestNamedMapOpts [2021-09-02T20:02:38.143Z] --- PASS: TestNamedMapOpts (0.00s) [2021-09-02T20:02:38.143Z] === RUN TestParseLink [2021-09-02T20:02:38.143Z] --- PASS: TestParseLink (0.00s) [2021-09-02T20:02:38.143Z] === RUN TestQuotedStringSetWithQuotes [2021-09-02T20:02:38.143Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-09-02T20:02:38.143Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-09-02T20:02:38.143Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-09-02T20:02:38.143Z] === RUN TestQuotedStringSetWithNoQuotes [2021-09-02T20:02:38.143Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-09-02T20:02:38.143Z] === RUN TestUlimitOpt [2021-09-02T20:02:38.143Z] --- PASS: TestUlimitOpt (0.00s) [2021-09-02T20:02:38.143Z] PASS [2021-09-02T20:02:38.143Z] coverage: 67.1% of statements [2021-09-02T20:02:38.143Z] ok github.com/docker/docker/opts 0.106s coverage: 67.1% of statements [2021-09-02T20:02:38.143Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2021-09-02T20:02:38.143Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-09-02T20:02:38.231Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-09-02T20:02:38.613Z] === RUN TestIsArchivePathDir [2021-09-02T20:02:38.613Z] --- PASS: TestIsArchivePathDir (0.05s) [2021-09-02T20:02:38.613Z] === RUN TestIsArchivePathInvalidFile [2021-09-02T20:02:38.613Z] --- PASS: TestIsArchivePathInvalidFile (0.12s) [2021-09-02T20:02:38.613Z] === RUN TestIsArchivePathTar [2021-09-02T20:02:38.798Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-09-02T20:02:38.798Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2021-09-02T20:02:38.798Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-09-02T20:02:38.798Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2021-09-02T20:02:38.798Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-09-02T20:02:39.082Z] --- PASS: TestIsArchivePathTar (0.13s) [2021-09-02T20:02:39.082Z] === RUN TestDecompressStreamGzip [2021-09-02T20:02:39.082Z] --- PASS: TestDecompressStreamGzip (0.12s) [2021-09-02T20:02:39.082Z] === RUN TestDecompressStreamBzip2 [2021-09-02T20:02:39.082Z] --- PASS: TestDecompressStreamBzip2 (0.09s) [2021-09-02T20:02:39.082Z] === RUN TestDecompressStreamXz [2021-09-02T20:02:39.082Z] archive_test.go:133: Xz not present in msys2 [2021-09-02T20:02:39.082Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-09-02T20:02:39.082Z] === RUN TestCompressStreamXzUnsupported [2021-09-02T20:02:39.082Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-09-02T20:02:39.082Z] === RUN TestCompressStreamBzip2Unsupported [2021-09-02T20:02:39.082Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-09-02T20:02:39.082Z] === RUN TestCompressStreamInvalid [2021-09-02T20:02:39.082Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-09-02T20:02:39.082Z] === RUN TestExtensionInvalid [2021-09-02T20:02:39.082Z] --- PASS: TestExtensionInvalid (0.00s) [2021-09-02T20:02:39.082Z] === RUN TestExtensionUncompressed [2021-09-02T20:02:39.082Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-09-02T20:02:39.082Z] === RUN TestExtensionBzip2 [2021-09-02T20:02:39.082Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-09-02T20:02:39.082Z] === RUN TestExtensionGzip [2021-09-02T20:02:39.082Z] --- PASS: TestExtensionGzip (0.00s) [2021-09-02T20:02:39.082Z] === RUN TestExtensionXz [2021-09-02T20:02:39.082Z] --- PASS: TestExtensionXz (0.00s) [2021-09-02T20:02:39.082Z] === RUN TestCmdStreamLargeStderr [2021-09-02T20:02:39.082Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2021-09-02T20:02:39.082Z] === RUN TestCmdStreamBad [2021-09-02T20:02:39.082Z] archive_test.go:238: Failing on Windows CI machines [2021-09-02T20:02:39.082Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-09-02T20:02:39.082Z] === RUN TestCmdStreamGood [2021-09-02T20:02:39.082Z] === RUN TestPeerCertificateMarshalJSON [2021-09-02T20:02:39.082Z] --- PASS: TestCmdStreamGood (0.04s) [2021-09-02T20:02:39.082Z] === RUN TestUntarPathWithInvalidDest [2021-09-02T20:02:39.082Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-09-02T20:02:39.082Z] === RUN TestUntarPathWithInvalidSrc [2021-09-02T20:02:39.082Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-09-02T20:02:39.082Z] === RUN TestUntarPath [2021-09-02T20:02:39.082Z] 2021/09/02 20:02:38 Closing DB instances... [2021-09-02T20:02:39.082Z] --- PASS: TestUntarPath (0.06s) [2021-09-02T20:02:39.082Z] === RUN TestUntarPathWithDestinationFile [2021-09-02T20:02:39.365Z] docker_cli_service_logs_test.go:246: checking task o86z0vuyeaie [2021-09-02T20:02:39.365Z] docker_cli_service_logs_test.go:251: checking messages for o86z0vuyeaie [2021-09-02T20:02:39.365Z] docker_cli_service_logs_test.go:246: checking task ysfv63vg7q04 [2021-09-02T20:02:39.365Z] docker_cli_service_logs_test.go:251: checking messages for ysfv63vg7q04 [2021-09-02T20:02:39.551Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-09-02T20:02:39.551Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-09-02T20:02:39.551Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-09-02T20:02:39.551Z] === RUN TestCopyWithTarInvalidSrc [2021-09-02T20:02:39.551Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-09-02T20:02:39.552Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-09-02T20:02:39.552Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-09-02T20:02:39.552Z] === RUN TestCopyWithTarSrcFile [2021-09-02T20:02:39.552Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-09-02T20:02:39.552Z] === RUN TestCopyWithTarSrcFolder [2021-09-02T20:02:39.552Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-09-02T20:02:39.552Z] === RUN TestCopyFileWithTarInvalidSrc [2021-09-02T20:02:39.552Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-09-02T20:02:39.552Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-09-02T20:02:39.552Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-09-02T20:02:39.552Z] === RUN TestCopyFileWithTarSrcFolder [2021-09-02T20:02:39.552Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-09-02T20:02:39.552Z] === RUN TestCopyFileWithTarSrcFile [2021-09-02T20:02:39.552Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-09-02T20:02:39.552Z] === RUN TestTarFiles [2021-09-02T20:02:39.552Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-09-02T20:02:39.552Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-09-02T20:02:39.552Z] --- PASS: TestPeerCertificateMarshalJSON (0.27s) [2021-09-02T20:02:39.552Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-09-02T20:02:39.552Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-09-02T20:02:39.552Z] === RUN TestMiddleware [2021-09-02T20:02:39.552Z] --- PASS: TestMiddleware (0.00s) [2021-09-02T20:02:39.552Z] === RUN TestNewResponseModifier [2021-09-02T20:02:39.552Z] --- PASS: TestNewResponseModifier (0.00s) [2021-09-02T20:02:39.552Z] PASS [2021-09-02T20:02:39.552Z] coverage: 26.8% of statements [2021-09-02T20:02:39.552Z] ok github.com/docker/docker/pkg/authorization 0.311s coverage: 26.8% of statements [2021-09-02T20:02:39.932Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-09-02T20:02:40.021Z] === RUN TestUnbuffered [2021-09-02T20:02:40.021Z] --- PASS: TestUnbuffered (0.00s) [2021-09-02T20:02:40.021Z] === RUN TestRaceUnbuffered [2021-09-02T20:02:40.021Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-09-02T20:02:40.021Z] PASS [2021-09-02T20:02:40.021Z] coverage: 100.0% of statements [2021-09-02T20:02:40.021Z] ok github.com/docker/docker/pkg/broadcaster 0.038s coverage: 100.0% of statements [2021-09-02T20:02:40.491Z] === RUN TestMatch [2021-09-02T20:02:40.491Z] === RUN TestMatch/[[]] [2021-09-02T20:02:40.491Z] === RUN TestMatch/[[foo]] [2021-09-02T20:02:40.491Z] === RUN TestMatch/[[bar]_[foo]] [2021-09-02T20:02:40.491Z] === RUN TestMatch/[[foo_bar]] [2021-09-02T20:02:40.491Z] === RUN TestMatch/[[qux]_[foo]] [2021-09-02T20:02:40.491Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-09-02T20:02:40.491Z] === RUN TestMatch/[] [2021-09-02T20:02:40.491Z] === RUN TestMatch/[]#01 [2021-09-02T20:02:40.491Z] === RUN TestMatch/[[qux]] [2021-09-02T20:02:40.491Z] === RUN TestMatch/[[foo_bar_qux]] [2021-09-02T20:02:40.491Z] === RUN TestMatch/[[qux]_[baz]] [2021-09-02T20:02:40.491Z] === RUN TestMatch/[[foo_baz]] [2021-09-02T20:02:40.491Z] --- PASS: TestMatch (0.00s) [2021-09-02T20:02:40.491Z] --- PASS: TestMatch/[[]] (0.00s) [2021-09-02T20:02:40.491Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-09-02T20:02:40.491Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-09-02T20:02:40.491Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-09-02T20:02:40.491Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-09-02T20:02:40.491Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-09-02T20:02:40.491Z] --- PASS: TestMatch/[] (0.00s) [2021-09-02T20:02:40.491Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-09-02T20:02:40.491Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-09-02T20:02:40.491Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-09-02T20:02:40.491Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-09-02T20:02:40.491Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-09-02T20:02:40.491Z] PASS [2021-09-02T20:02:40.491Z] coverage: 87.5% of statements [2021-09-02T20:02:40.491Z] ok github.com/docker/docker/pkg/capabilities 0.035s coverage: 87.5% of statements [2021-09-02T20:02:40.867Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-09-02T20:02:40.960Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.64s) [2021-09-02T20:02:40.960Z] === RUN TestNetworkDBCRUDTableEntry [2021-09-02T20:02:41.126Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-09-02T20:02:41.430Z] === RUN TestChrootTarUntar [2021-09-02T20:02:41.430Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:02:41.430Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-09-02T20:02:41.430Z] === RUN TestChrootUntarWithHugeExcludesList [2021-09-02T20:02:41.430Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:02:41.430Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-02T20:02:41.430Z] === RUN TestChrootUntarEmptyArchive [2021-09-02T20:02:41.430Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-09-02T20:02:41.430Z] === RUN TestChrootTarUntarWithSymlink [2021-09-02T20:02:41.430Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T20:02:41.430Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-09-02T20:02:41.430Z] === RUN TestChrootCopyWithTar [2021-09-02T20:02:41.430Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T20:02:41.430Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-09-02T20:02:41.430Z] === RUN TestChrootCopyFileWithTar [2021-09-02T20:02:41.430Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:02:41.430Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-09-02T20:02:41.430Z] === RUN TestChrootUntarPath [2021-09-02T20:02:41.430Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T20:02:41.430Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-09-02T20:02:41.430Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-09-02T20:02:41.430Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:02:41.430Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-02T20:02:41.430Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-09-02T20:02:41.430Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:02:41.430Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-02T20:02:41.430Z] === RUN TestChrootApplyDotDotFile [2021-09-02T20:02:41.430Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:02:41.430Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-09-02T20:02:41.430Z] PASS [2021-09-02T20:02:41.430Z] coverage: 15.4% of statements [2021-09-02T20:02:41.430Z] ok github.com/docker/docker/pkg/chrootarchive 0.073s coverage: 15.4% of statements [2021-09-02T20:02:41.899Z] === RUN TestSizeEmpty [2021-09-02T20:02:41.899Z] --- PASS: TestSizeEmpty (0.00s) [2021-09-02T20:02:41.899Z] === RUN TestSizeEmptyFile [2021-09-02T20:02:41.899Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-09-02T20:02:41.899Z] === RUN TestSizeNonemptyFile [2021-09-02T20:02:41.899Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-09-02T20:02:41.899Z] === RUN TestSizeNestedDirectoryEmpty [2021-09-02T20:02:41.899Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-09-02T20:02:41.899Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-09-02T20:02:41.899Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-09-02T20:02:41.899Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-09-02T20:02:41.899Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-09-02T20:02:41.899Z] === RUN TestMoveToSubdir [2021-09-02T20:02:41.899Z] --- PASS: TestMoveToSubdir (0.00s) [2021-09-02T20:02:41.899Z] === RUN TestSizeNonExistingDirectory [2021-09-02T20:02:41.899Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-09-02T20:02:41.899Z] PASS [2021-09-02T20:02:41.899Z] coverage: 80.0% of statements [2021-09-02T20:02:41.899Z] ok github.com/docker/docker/pkg/directory 0.043s coverage: 80.0% of statements [2021-09-02T20:02:42.502Z] === RUN TestDockerSuite/TestUpdateStats [2021-09-02T20:02:42.889Z] --- PASS: TestTarFiles (3.21s) [2021-09-02T20:02:42.889Z] === RUN TestTarUntar [2021-09-02T20:02:42.889Z] === RUN Test [2021-09-02T20:02:42.889Z] === RUN Test/TestContainsEntry [2021-09-02T20:02:42.889Z] === RUN Test/TestCreateEntries [2021-09-02T20:02:42.889Z] === RUN Test/TestEntriesDiff [2021-09-02T20:02:42.889Z] === RUN Test/TestEntriesEquality [2021-09-02T20:02:42.889Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-09-02T20:02:42.889Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-09-02T20:02:42.889Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-09-02T20:02:42.889Z] === RUN Test/TestGeneratorNotGenerate [2021-09-02T20:02:42.889Z] === RUN Test/TestGeneratorWithPort [2021-09-02T20:02:42.889Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-09-02T20:02:42.889Z] === RUN Test/TestNewEntry [2021-09-02T20:02:42.889Z] === RUN Test/TestParse [2021-09-02T20:02:42.889Z] --- PASS: Test (0.00s) [2021-09-02T20:02:42.889Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-09-02T20:02:42.889Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-09-02T20:02:42.889Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-09-02T20:02:42.889Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-09-02T20:02:42.889Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-09-02T20:02:42.889Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-09-02T20:02:42.889Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-09-02T20:02:42.889Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-09-02T20:02:42.889Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-09-02T20:02:42.889Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-09-02T20:02:42.889Z] --- PASS: Test/TestNewEntry (0.00s) [2021-09-02T20:02:42.889Z] --- PASS: Test/TestParse (0.00s) [2021-09-02T20:02:42.889Z] PASS [2021-09-02T20:02:42.889Z] coverage: 58.3% of statements [2021-09-02T20:02:42.889Z] ok github.com/docker/docker/pkg/discovery 0.037s coverage: 58.3% of statements [2021-09-02T20:02:42.889Z] --- PASS: TestTarUntar (0.03s) [2021-09-02T20:02:42.889Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-09-02T20:02:42.889Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-09-02T20:02:42.889Z] === RUN TestTarWithOptions [2021-09-02T20:02:42.889Z] --- PASS: TestTarWithOptions (0.02s) [2021-09-02T20:02:42.889Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-09-02T20:02:42.889Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-09-02T20:02:42.889Z] === RUN TestUntarUstarGnuConflict [2021-09-02T20:02:42.889Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-09-02T20:02:42.889Z] === RUN TestUntarInvalidFilenames [2021-09-02T20:02:42.889Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames954605622\\dest" [2021-09-02T20:02:42.889Z] --- PASS: TestUntarInvalidFilenames (0.13s) [2021-09-02T20:02:42.889Z] === RUN TestUntarHardlinkToSymlink [2021-09-02T20:02:42.889Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-09-02T20:02:42.889Z] === RUN TestUntarInvalidHardlink [2021-09-02T20:02:42.889Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1683721561\\victim\\hello" -> "../victim/hello" [2021-09-02T20:02:42.889Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3400320633\\victim\\hello" -> "/../victim/hello" [2021-09-02T20:02:42.889Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3383596723\\victim" -> "../victim" [2021-09-02T20:02:42.889Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink290312814\\victim" -> "../victim" [2021-09-02T20:02:42.889Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink18077149\\victim" -> "../victim" [2021-09-02T20:02:42.889Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2771343655\\victim" -> "../victim" [2021-09-02T20:02:42.889Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-09-02T20:02:42.889Z] === RUN TestUntarInvalidSymlink [2021-09-02T20:02:42.889Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink214042079\\dest\\dotdot" -> "../victim/hello" [2021-09-02T20:02:42.889Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3167238740\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-02T20:02:42.889Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1178154638\\dest\\loophole-victim" -> "../victim" [2021-09-02T20:02:42.889Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink404214236\\dest\\loophole-victim" -> "../victim" [2021-09-02T20:02:42.889Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink615094264\\dest\\loophole-victim" -> "../victim" [2021-09-02T20:02:42.889Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink271068176\\dest\\loophole-victim" -> "../victim" [2021-09-02T20:02:42.889Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1944883909\\dest\\dir\\loophole" -> "../../victim" [2021-09-02T20:02:42.889Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-09-02T20:02:42.889Z] === RUN TestTempArchiveCloseMultipleTimes [2021-09-02T20:02:42.889Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-09-02T20:02:42.889Z] === RUN TestXGlobalNoParent [2021-09-02T20:02:42.889Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-09-02T20:02:42.889Z] === RUN TestReplaceFileTarWrapper [2021-09-02T20:02:42.889Z] --- PASS: TestReplaceFileTarWrapper (0.11s) [2021-09-02T20:02:42.889Z] === RUN TestPrefixHeaderReadable [2021-09-02T20:02:42.889Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-09-02T20:02:42.889Z] === RUN TestDisablePigz [2021-09-02T20:02:42.889Z] archive_test.go:1330: Test will not check full path when Pigz not installed [2021-09-02T20:02:42.889Z] 2021/09/02 20:02:42 Closing DB instances... [2021-09-02T20:02:43.270Z] --- PASS: TestUpdateRestartPolicy (18.55s) [2021-09-02T20:02:43.270Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-02T20:02:43.270Z] --- PASS: TestUpdateRestartWithAutoRemove (1.56s) [2021-09-02T20:02:43.270Z] === RUN TestWaitNonBlocked [2021-09-02T20:02:43.270Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T20:02:43.270Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T20:02:43.270Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T20:02:43.270Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T20:02:43.270Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T20:02:43.270Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T20:02:43.359Z] --- PASS: TestDisablePigz (0.20s) [2021-09-02T20:02:43.359Z] === RUN TestPigz [2021-09-02T20:02:43.359Z] === RUN Test [2021-09-02T20:02:43.359Z] === RUN Test/TestContent [2021-09-02T20:02:43.359Z] === RUN Test/TestInitialize [2021-09-02T20:02:43.359Z] === RUN Test/TestNew [2021-09-02T20:02:43.359Z] === RUN Test/TestParsingContentsWithComments [2021-09-02T20:02:43.359Z] === RUN Test/TestRegister [2021-09-02T20:02:43.359Z] === RUN Test/TestWatch [2021-09-02T20:02:43.359Z] --- PASS: Test (0.00s) [2021-09-02T20:02:43.359Z] --- PASS: Test/TestContent (0.00s) [2021-09-02T20:02:43.359Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-02T20:02:43.359Z] --- PASS: Test/TestNew (0.00s) [2021-09-02T20:02:43.359Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-09-02T20:02:43.359Z] --- PASS: Test/TestRegister (0.00s) [2021-09-02T20:02:43.359Z] --- PASS: Test/TestWatch (0.00s) [2021-09-02T20:02:43.359Z] PASS [2021-09-02T20:02:43.359Z] coverage: 97.6% of statements [2021-09-02T20:02:43.359Z] ok github.com/docker/docker/pkg/discovery/file 0.034s coverage: 97.6% of statements [2021-09-02T20:02:43.359Z] archive_test.go:1359: Tested whether Pigz is not used, as it not installed [2021-09-02T20:02:43.359Z] --- PASS: TestPigz (0.11s) [2021-09-02T20:02:43.359Z] === RUN TestCopyFileWithInvalidDest [2021-09-02T20:02:43.359Z] archive_windows_test.go:16: Currently fails [2021-09-02T20:02:43.359Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-09-02T20:02:43.359Z] === RUN TestCanonicalTarNameForPath [2021-09-02T20:02:43.359Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-09-02T20:02:43.359Z] === RUN TestCanonicalTarName [2021-09-02T20:02:43.359Z] --- PASS: TestCanonicalTarName (0.00s) [2021-09-02T20:02:43.359Z] === RUN TestChmodTarEntry [2021-09-02T20:02:43.359Z] --- PASS: TestChmodTarEntry (0.00s) [2021-09-02T20:02:43.359Z] === RUN TestHardLinkOrder [2021-09-02T20:02:43.359Z] --- PASS: TestHardLinkOrder (0.09s) [2021-09-02T20:02:43.359Z] === RUN TestChangeString [2021-09-02T20:02:43.359Z] --- PASS: TestChangeString (0.00s) [2021-09-02T20:02:43.359Z] === RUN TestChangesWithNoChanges [2021-09-02T20:02:43.359Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-09-02T20:02:43.359Z] === RUN TestChangesWithChanges [2021-09-02T20:02:43.359Z] --- PASS: TestChangesWithChanges (0.02s) [2021-09-02T20:02:43.359Z] === RUN TestChangesWithChangesGH13590 [2021-09-02T20:02:43.359Z] changes_test.go:195: needs more investigation [2021-09-02T20:02:43.359Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-09-02T20:02:43.359Z] === RUN TestChangesDirsEmpty [2021-09-02T20:02:43.359Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-02T20:02:43.359Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-09-02T20:02:43.359Z] === RUN TestChangesDirsMutated [2021-09-02T20:02:43.359Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-02T20:02:43.359Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-09-02T20:02:43.359Z] === RUN TestApplyLayer [2021-09-02T20:02:43.359Z] changes_test.go:432: needs further investigation [2021-09-02T20:02:43.359Z] --- SKIP: TestApplyLayer (0.00s) [2021-09-02T20:02:43.359Z] === RUN TestChangesSizeWithHardlinks [2021-09-02T20:02:43.359Z] changes_test.go:468: needs further investigation [2021-09-02T20:02:43.359Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-09-02T20:02:43.359Z] === RUN TestChangesSizeWithNoChanges [2021-09-02T20:02:43.359Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-09-02T20:02:43.359Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-09-02T20:02:43.359Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-09-02T20:02:43.359Z] === RUN TestChangesSize [2021-09-02T20:02:43.359Z] --- PASS: TestChangesSize (0.00s) [2021-09-02T20:02:43.359Z] === RUN TestApplyLayerInvalidFilenames [2021-09-02T20:02:43.359Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3281623555\\dest" [2021-09-02T20:02:43.359Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-09-02T20:02:43.359Z] === RUN TestApplyLayerInvalidHardlink [2021-09-02T20:02:43.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1402517882\\victim\\hello" -> "../victim/hello" [2021-09-02T20:02:43.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3353350339\\victim\\hello" -> "/../victim/hello" [2021-09-02T20:02:43.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3358489870\\victim" -> "../victim" [2021-09-02T20:02:43.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1097349774\\victim" -> "../victim" [2021-09-02T20:02:43.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4165373604\\victim" -> "../victim" [2021-09-02T20:02:43.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2278986625\\victim" -> "../victim" [2021-09-02T20:02:43.359Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-09-02T20:02:43.359Z] === RUN TestApplyLayerInvalidSymlink [2021-09-02T20:02:43.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2715372315\\dest\\dotdot" -> "../victim/hello" [2021-09-02T20:02:43.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1908665256\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-02T20:02:43.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2810816818\\dest\\loophole-victim" -> "../victim" [2021-09-02T20:02:43.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1073427485\\dest\\loophole-victim" -> "../victim" [2021-09-02T20:02:43.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4054685879\\dest\\loophole-victim" -> "../victim" [2021-09-02T20:02:43.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1011474380\\dest\\loophole-victim" -> "../victim" [2021-09-02T20:02:43.359Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-09-02T20:02:43.359Z] === RUN TestApplyLayerWhiteouts [2021-09-02T20:02:43.359Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-09-02T20:02:43.359Z] === RUN TestGenerateEmptyFile [2021-09-02T20:02:43.359Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-09-02T20:02:43.359Z] === RUN TestGenerateWithContent [2021-09-02T20:02:43.359Z] --- PASS: TestGenerateWithContent (0.00s) [2021-09-02T20:02:43.359Z] PASS [2021-09-02T20:02:43.359Z] coverage: 61.9% of statements [2021-09-02T20:02:43.359Z] ok github.com/docker/docker/pkg/archive 5.021s coverage: 61.9% of statements [2021-09-02T20:02:44.349Z] === RUN Test [2021-09-02T20:02:44.349Z] === RUN Test/TestInitialize [2021-09-02T20:02:44.349Z] time="2021-09-02T20:02:43Z" level=info msg="Initializing discovery without TLS" [2021-09-02T20:02:44.349Z] time="2021-09-02T20:02:44Z" level=info msg="Initializing discovery without TLS" [2021-09-02T20:02:44.349Z] time="2021-09-02T20:02:44Z" level=info msg="Initializing discovery without TLS" [2021-09-02T20:02:44.349Z] === RUN Test/TestInitializeWithCerts [2021-09-02T20:02:44.349Z] time="2021-09-02T20:02:44Z" level=info msg="Initializing discovery with TLS" [2021-09-02T20:02:44.349Z] === RUN Test/TestWatch [2021-09-02T20:02:44.349Z] time="2021-09-02T20:02:44Z" level=info msg="Initializing discovery without TLS" [2021-09-02T20:02:44.818Z] --- PASS: TestNetworkDBCRUDTableEntry (4.25s) [2021-09-02T20:02:44.818Z] === RUN TestNetworkDBCRUDTableEntries [2021-09-02T20:02:45.616Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-09-02T20:02:45.616Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-02T20:02:45.784Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-09-02T20:02:46.095Z] === RUN TestDockerSuite/TestBuildBlankName [2021-09-02T20:02:46.567Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-09-02T20:02:46.719Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-09-02T20:02:46.719Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2021-09-02T20:02:46.719Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-09-02T20:02:47.039Z] 2021/09/02 20:02:46 Closing DB instances... [2021-09-02T20:02:47.289Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-09-02T20:02:47.508Z] --- PASS: Test (3.11s) [2021-09-02T20:02:47.508Z] --- PASS: Test/TestInitialize (0.11s) [2021-09-02T20:02:47.508Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-09-02T20:02:47.508Z] --- PASS: Test/TestWatch (3.00s) [2021-09-02T20:02:47.508Z] PASS [2021-09-02T20:02:47.508Z] coverage: 84.1% of statements [2021-09-02T20:02:47.508Z] ok github.com/docker/docker/pkg/discovery/kv 3.150s coverage: 84.1% of statements [2021-09-02T20:02:47.856Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-09-02T20:02:47.978Z] === RUN Test [2021-09-02T20:02:47.978Z] === RUN Test/TestWatch [2021-09-02T20:02:47.978Z] --- PASS: Test (0.01s) [2021-09-02T20:02:47.978Z] --- PASS: Test/TestWatch (0.01s) [2021-09-02T20:02:47.978Z] PASS [2021-09-02T20:02:47.978Z] coverage: 92.3% of statements [2021-09-02T20:02:47.978Z] ok github.com/docker/docker/pkg/discovery/memory 0.043s coverage: 92.3% of statements [2021-09-02T20:02:48.448Z] --- PASS: TestNetworkDBCRUDTableEntries (3.42s) [2021-09-02T20:02:48.448Z] === RUN TestNetworkDBNodeLeave [2021-09-02T20:02:48.448Z] === RUN Test [2021-09-02T20:02:48.448Z] === RUN Test/TestInitialize [2021-09-02T20:02:48.448Z] === RUN Test/TestInitializeWithPattern [2021-09-02T20:02:48.448Z] === RUN Test/TestRegister [2021-09-02T20:02:48.448Z] === RUN Test/TestWatch [2021-09-02T20:02:48.448Z] --- PASS: Test (0.00s) [2021-09-02T20:02:48.448Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-02T20:02:48.448Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-09-02T20:02:48.448Z] --- PASS: Test/TestRegister (0.00s) [2021-09-02T20:02:48.448Z] --- PASS: Test/TestWatch (0.00s) [2021-09-02T20:02:48.448Z] PASS [2021-09-02T20:02:48.448Z] coverage: 93.8% of statements [2021-09-02T20:02:48.448Z] ok github.com/docker/docker/pkg/discovery/nodes 0.038s coverage: 93.8% of statements [2021-09-02T20:02:49.232Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-09-02T20:02:49.232Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.18s) [2021-09-02T20:02:49.232Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (6.83s) [2021-09-02T20:02:49.232Z] === RUN TestWaitBlocked [2021-09-02T20:02:49.232Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:02:49.232Z] --- SKIP: TestWaitBlocked (0.00s) [2021-09-02T20:02:49.232Z] PASS [2021-09-02T20:02:49.232Z] ok github.com/docker/docker/integration/container 80.399s [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === Skipped [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-09-02T20:02:49.232Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-09-02T20:02:49.232Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-09-02T20:02:49.232Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-09-02T20:02:49.232Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-09-02T20:02:49.232Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-02T20:02:49.232Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-02T20:02:49.232Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-09-02T20:02:49.232Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-09-02T20:02:49.232Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-09-02T20:02:49.232Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-09-02T20:02:49.232Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-09-02T20:02:49.232Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-09-02T20:02:49.232Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-09-02T20:02:49.232Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-09-02T20:02:49.232Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-09-02T20:02:49.232Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-09-02T20:02:49.232Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-02T20:02:49.232Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-02T20:02:49.232Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-09-02T20:02:49.232Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-02T20:02:49.232Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-09-02T20:02:49.232Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-09-02T20:02:49.232Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-09-02T20:02:49.232Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-09-02T20:02:49.232Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-09-02T20:02:49.232Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-09-02T20:02:49.232Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-09-02T20:02:49.232Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-09-02T20:02:49.232Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-09-02T20:02:49.232Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-09-02T20:02:49.232Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-09-02T20:02:49.232Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-09-02T20:02:49.232Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-09-02T20:02:49.232Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:02:49.232Z] [2021-09-02T20:02:49.232Z] DONE 87 tests, 33 skipped in 82.337s [2021-09-02T20:02:49.232Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-09-02T20:02:49.436Z] === RUN TestPollerAddRemove [2021-09-02T20:02:49.436Z] --- PASS: TestPollerAddRemove (0.00s) [2021-09-02T20:02:49.436Z] === RUN TestPollerEvent [2021-09-02T20:02:49.436Z] poller_test.go:40: No chmod on Windows [2021-09-02T20:02:49.436Z] --- SKIP: TestPollerEvent (0.00s) [2021-09-02T20:02:49.436Z] === RUN TestPollerClose [2021-09-02T20:02:49.436Z] --- PASS: TestPollerClose (0.00s) [2021-09-02T20:02:49.436Z] PASS [2021-09-02T20:02:49.436Z] coverage: 45.7% of statements [2021-09-02T20:02:49.436Z] ok github.com/docker/docker/pkg/filenotify 0.031s coverage: 45.7% of statements [2021-09-02T20:02:49.905Z] === RUN TestCopyFileWithInvalidSrc [2021-09-02T20:02:49.905Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestCopyFileWithInvalidDest [2021-09-02T20:02:49.905Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestCopyFileWithSameSrcAndDest [2021-09-02T20:02:49.905Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-09-02T20:02:49.905Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestCopyFile [2021-09-02T20:02:49.905Z] --- PASS: TestCopyFile (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-09-02T20:02:49.905Z] fileutils_test.go:133: Needs porting to Windows [2021-09-02T20:02:49.905Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-09-02T20:02:49.905Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestReadSymlinkedDirectoryToFile [2021-09-02T20:02:49.905Z] fileutils_test.go:179: Needs porting to Windows [2021-09-02T20:02:49.905Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestWildcardMatches [2021-09-02T20:02:49.905Z] --- PASS: TestWildcardMatches (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestPatternMatches [2021-09-02T20:02:49.905Z] --- PASS: TestPatternMatches (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-09-02T20:02:49.905Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestPatternMatchesFolderExclusions [2021-09-02T20:02:49.905Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-09-02T20:02:49.905Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-09-02T20:02:49.905Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-09-02T20:02:49.905Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-09-02T20:02:49.905Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestSingleExclamationError [2021-09-02T20:02:49.905Z] --- PASS: TestSingleExclamationError (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestMatchesWithNoPatterns [2021-09-02T20:02:49.905Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestMatchesWithMalformedPatterns [2021-09-02T20:02:49.905Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestMatches [2021-09-02T20:02:49.905Z] === RUN TestMatches/MatchesOrParentMatches [2021-09-02T20:02:49.905Z] === RUN TestMatches/MatchesUsingParentResult [2021-09-02T20:02:49.905Z] --- PASS: TestMatches (0.00s) [2021-09-02T20:02:49.905Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-09-02T20:02:49.905Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestCleanPatterns [2021-09-02T20:02:49.905Z] --- PASS: TestCleanPatterns (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-09-02T20:02:49.905Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestCleanPatternsExceptionFlag [2021-09-02T20:02:49.905Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-09-02T20:02:49.905Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-09-02T20:02:49.905Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestCleanPatternsErrorSingleException [2021-09-02T20:02:49.905Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestCreateIfNotExistsDir [2021-09-02T20:02:49.905Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestCreateIfNotExistsFile [2021-09-02T20:02:49.905Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-09-02T20:02:49.905Z] === RUN TestMatch [2021-09-02T20:02:49.905Z] --- PASS: TestMatch (0.00s) [2021-09-02T20:02:49.905Z] PASS [2021-09-02T20:02:49.905Z] coverage: 82.2% of statements [2021-09-02T20:02:49.905Z] ok github.com/docker/docker/pkg/fileutils 0.057s coverage: 82.2% of statements [2021-09-02T20:02:50.375Z] === RUN TestGet [2021-09-02T20:02:50.375Z] --- PASS: TestGet (0.00s) [2021-09-02T20:02:50.375Z] === RUN TestGetShortcutString [2021-09-02T20:02:50.375Z] --- PASS: TestGetShortcutString (0.00s) [2021-09-02T20:02:50.375Z] PASS [2021-09-02T20:02:50.375Z] coverage: 42.9% of statements [2021-09-02T20:02:50.375Z] --- PASS: TestGetAddress (16.53s) [2021-09-02T20:02:50.375Z] === RUN TestRequestSyntaxCheck [2021-09-02T20:02:50.375Z] ok github.com/docker/docker/pkg/homedir 0.028s coverage: 42.9% of statements [2021-09-02T20:02:50.375Z] --- PASS: TestRequestSyntaxCheck (0.01s) [2021-09-02T20:02:50.375Z] === RUN TestRequest [2021-09-02T20:02:50.386Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-09-02T20:02:50.386Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-09-02T20:02:50.845Z] === RUN TestCreateIDMapOrder [2021-09-02T20:02:50.845Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-09-02T20:02:50.845Z] PASS [2021-09-02T20:02:50.845Z] coverage: 7.2% of statements [2021-09-02T20:02:50.845Z] ok github.com/docker/docker/pkg/idtools 0.033s coverage: 7.2% of statements [2021-09-02T20:02:51.317Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2021-09-02T20:02:51.317Z] === RUN TestNetworkDBWatch [2021-09-02T20:02:51.786Z] === RUN TestFixedBufferCap [2021-09-02T20:02:51.786Z] --- PASS: TestFixedBufferCap (0.00s) [2021-09-02T20:02:51.786Z] === RUN TestFixedBufferLen [2021-09-02T20:02:51.786Z] --- PASS: TestFixedBufferLen (0.00s) [2021-09-02T20:02:51.786Z] === RUN TestFixedBufferString [2021-09-02T20:02:51.786Z] --- PASS: TestFixedBufferString (0.00s) [2021-09-02T20:02:51.786Z] === RUN TestFixedBufferWrite [2021-09-02T20:02:51.786Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-09-02T20:02:51.786Z] === RUN TestFixedBufferRead [2021-09-02T20:02:51.786Z] --- PASS: TestFixedBufferRead (0.00s) [2021-09-02T20:02:51.786Z] === RUN TestBytesPipeRead [2021-09-02T20:02:51.786Z] --- PASS: TestBytesPipeRead (0.00s) [2021-09-02T20:02:51.786Z] === RUN TestBytesPipeWrite [2021-09-02T20:02:51.786Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-09-02T20:02:51.786Z] === RUN TestBytesPipeWriteRandomChunks [2021-09-02T20:02:52.255Z] --- PASS: TestBytesPipeWriteRandomChunks (0.37s) [2021-09-02T20:02:52.255Z] === RUN TestAtomicWriteToFile [2021-09-02T20:02:52.255Z] --- PASS: TestAtomicWriteToFile (0.00s) [2021-09-02T20:02:52.255Z] === RUN TestAtomicWriteSetCommit [2021-09-02T20:02:52.255Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-09-02T20:02:52.255Z] === RUN TestAtomicWriteSetCancel [2021-09-02T20:02:52.255Z] --- PASS: TestAtomicWriteSetCancel (0.00s) [2021-09-02T20:02:52.255Z] === RUN TestReadCloserWrapperClose [2021-09-02T20:02:52.255Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-09-02T20:02:52.255Z] === RUN TestReaderErrWrapperReadOnError [2021-09-02T20:02:52.255Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-09-02T20:02:52.255Z] === RUN TestReaderErrWrapperRead [2021-09-02T20:02:52.255Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-09-02T20:02:52.255Z] === RUN TestCancelReadCloser [2021-09-02T20:02:52.255Z] --- PASS: TestCancelReadCloser (0.10s) [2021-09-02T20:02:52.255Z] === RUN TestWriteCloserWrapperClose [2021-09-02T20:02:52.255Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-09-02T20:02:52.255Z] === RUN TestNopWriteCloser [2021-09-02T20:02:52.255Z] --- PASS: TestNopWriteCloser (0.00s) [2021-09-02T20:02:52.255Z] === RUN TestNopWriter [2021-09-02T20:02:52.255Z] --- PASS: TestNopWriter (0.00s) [2021-09-02T20:02:52.255Z] === RUN TestWriteCounter [2021-09-02T20:02:52.255Z] --- PASS: TestWriteCounter (0.00s) [2021-09-02T20:02:52.255Z] PASS [2021-09-02T20:02:52.255Z] coverage: 69.2% of statements [2021-09-02T20:02:52.255Z] ok github.com/docker/docker/pkg/ioutils 0.518s coverage: 69.2% of statements [2021-09-02T20:02:52.450Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-09-02T20:02:52.450Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-02T20:02:52.450Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-09-02T20:02:52.725Z] 2021/09/02 20:02:52 Closing DB instances... [2021-09-02T20:02:52.935Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-09-02T20:02:53.193Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-09-02T20:02:53.194Z] === RUN TestError [2021-09-02T20:02:53.194Z] --- PASS: TestError (0.00s) [2021-09-02T20:02:53.194Z] === RUN TestProgressString [2021-09-02T20:02:53.194Z] === RUN TestProgressString/no_progress [2021-09-02T20:02:53.194Z] === RUN TestProgressString/progress_1 [2021-09-02T20:02:53.194Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-09-02T20:02:53.194Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-09-02T20:02:53.194Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-09-02T20:02:53.194Z] === RUN TestProgressString/with_units [2021-09-02T20:02:53.194Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-09-02T20:02:53.194Z] === RUN TestProgressString/hide_counts [2021-09-02T20:02:53.194Z] --- PASS: TestProgressString (0.00s) [2021-09-02T20:02:53.194Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-09-02T20:02:53.194Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-09-02T20:02:53.194Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-09-02T20:02:53.194Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-09-02T20:02:53.194Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-09-02T20:02:53.194Z] --- PASS: TestProgressString/with_units (0.00s) [2021-09-02T20:02:53.194Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-09-02T20:02:53.194Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-09-02T20:02:53.194Z] === RUN TestJSONMessageDisplay [2021-09-02T20:02:53.194Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-09-02T20:02:53.194Z] === RUN TestJSONMessageDisplayWithJSONError [2021-09-02T20:02:53.194Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-09-02T20:02:53.194Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-09-02T20:02:53.194Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-09-02T20:02:53.194Z] === RUN TestDisplayJSONMessagesStream [2021-09-02T20:02:53.194Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-09-02T20:02:53.194Z] PASS [2021-09-02T20:02:53.194Z] coverage: 91.7% of statements [2021-09-02T20:02:53.194Z] ok github.com/docker/docker/pkg/jsonmessage 0.152s coverage: 91.7% of statements [2021-09-02T20:02:53.664Z] === RUN TestStandardLongPath [2021-09-02T20:02:53.664Z] --- PASS: TestStandardLongPath (0.00s) [2021-09-02T20:02:53.664Z] === RUN TestUNCLongPath [2021-09-02T20:02:53.664Z] --- PASS: TestUNCLongPath (0.00s) [2021-09-02T20:02:53.664Z] PASS [2021-09-02T20:02:53.664Z] coverage: 100.0% of statements [2021-09-02T20:02:53.664Z] ok github.com/docker/docker/pkg/longpath 0.030s coverage: 100.0% of statements [2021-09-02T20:02:54.135Z] === RUN TestNameFormat [2021-09-02T20:02:54.135Z] --- PASS: TestNameFormat (0.00s) [2021-09-02T20:02:54.135Z] === RUN TestNameRetries [2021-09-02T20:02:54.135Z] --- PASS: TestNameRetries (0.00s) [2021-09-02T20:02:54.135Z] PASS [2021-09-02T20:02:54.135Z] coverage: 85.7% of statements [2021-09-02T20:02:54.135Z] ok github.com/docker/docker/pkg/namesgenerator 0.027s coverage: 85.7% of statements [2021-09-02T20:02:54.135Z] --- PASS: TestNetworkDBWatch (3.02s) [2021-09-02T20:02:54.135Z] === RUN TestNetworkDBBulkSync [2021-09-02T20:02:54.605Z] === RUN TestParseKeyValueOpt [2021-09-02T20:02:54.605Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-09-02T20:02:54.605Z] === RUN TestParseUintList [2021-09-02T20:02:54.605Z] --- PASS: TestParseUintList (0.00s) [2021-09-02T20:02:54.605Z] === RUN TestParseUintListMaximumLimits [2021-09-02T20:02:54.605Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-09-02T20:02:54.605Z] PASS [2021-09-02T20:02:54.605Z] coverage: 97.0% of statements [2021-09-02T20:02:54.605Z] ok github.com/docker/docker/pkg/parsers 0.030s coverage: 97.0% of statements [2021-09-02T20:02:55.075Z] === RUN TestNewAndRemove [2021-09-02T20:02:55.075Z] --- PASS: TestNewAndRemove (0.00s) [2021-09-02T20:02:55.075Z] === RUN TestRemoveInvalidPath [2021-09-02T20:02:55.075Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-09-02T20:02:55.075Z] PASS [2021-09-02T20:02:55.075Z] coverage: 82.6% of statements [2021-09-02T20:02:55.075Z] ok github.com/docker/docker/pkg/pidfile 0.031s coverage: 82.6% of statements [2021-09-02T20:02:55.545Z] 2021/09/02 20:02:55 Closing DB instances... [2021-09-02T20:02:55.545Z] --- PASS: TestRequest (5.29s) [2021-09-02T20:02:55.545Z] === RUN TestOverlappingRequests [2021-09-02T20:02:55.724Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-09-02T20:02:56.015Z] --- PASS: TestOverlappingRequests (0.23s) [2021-09-02T20:02:56.015Z] === RUN TestRelease [2021-09-02T20:02:56.257Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-09-02T20:02:56.485Z] === RUN TestFailedConnection [2021-09-02T20:02:56.955Z] === RUN TestParseEmptyInterface [2021-09-02T20:02:56.955Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-09-02T20:02:56.955Z] === RUN TestParseNonInterfaceType [2021-09-02T20:02:56.955Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-09-02T20:02:56.955Z] === RUN TestParseWithOneFunction [2021-09-02T20:02:56.955Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-09-02T20:02:56.955Z] === RUN TestParseWithMultipleFuncs [2021-09-02T20:02:56.955Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-09-02T20:02:56.955Z] === RUN TestParseWithUnnamedReturn [2021-09-02T20:02:56.955Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-09-02T20:02:56.955Z] === RUN TestEmbeddedInterface [2021-09-02T20:02:56.955Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-09-02T20:02:56.955Z] === RUN TestParsedImports [2021-09-02T20:02:56.955Z] --- PASS: TestParsedImports (0.00s) [2021-09-02T20:02:56.955Z] === RUN TestAliasedImports [2021-09-02T20:02:56.955Z] --- PASS: TestAliasedImports (0.00s) [2021-09-02T20:02:56.955Z] PASS [2021-09-02T20:02:56.955Z] coverage: 56.8% of statements [2021-09-02T20:02:56.955Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.039s coverage: 56.8% of statements [2021-09-02T20:02:56.955Z] --- PASS: TestRelease (0.98s) [2021-09-02T20:02:56.955Z] === RUN TestAllocateRandomDeallocate [2021-09-02T20:02:56.955Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2021-09-02T20:02:56.955Z] === RUN TestNetworkDBCRUDMediumCluster [2021-09-02T20:02:57.101Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-09-02T20:02:57.425Z] === RUN TestHTTPTransport [2021-09-02T20:02:57.425Z] --- PASS: TestHTTPTransport (0.00s) [2021-09-02T20:02:57.425Z] PASS [2021-09-02T20:02:57.425Z] coverage: 85.7% of statements [2021-09-02T20:02:57.425Z] ok github.com/docker/docker/pkg/plugins/transport 0.029s coverage: 85.7% of statements [2021-09-02T20:02:57.894Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-09-02T20:02:57.894Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-02T20:02:57.894Z] === RUN TestBufioReaderPoolPutAndGet [2021-09-02T20:02:57.894Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-09-02T20:02:57.894Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-09-02T20:02:57.894Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-09-02T20:02:57.894Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-09-02T20:02:57.894Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-02T20:02:57.894Z] === RUN TestBufioWriterPoolPutAndGet [2021-09-02T20:02:57.894Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-09-02T20:02:57.894Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-09-02T20:02:57.894Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-09-02T20:02:57.894Z] === RUN TestBufferPoolPutAndGet [2021-09-02T20:02:57.894Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-09-02T20:02:57.894Z] PASS [2021-09-02T20:02:57.894Z] coverage: 88.2% of statements [2021-09-02T20:02:57.894Z] ok github.com/docker/docker/pkg/pools 0.028s coverage: 88.2% of statements [2021-09-02T20:02:58.364Z] --- PASS: TestFailedConnection (2.00s) [2021-09-02T20:02:58.364Z] === RUN TestFailOnce [2021-09-02T20:02:58.364Z] 2021/09/02 20:02:58 http: panic serving 127.0.0.1:49281: Plugin not ready [2021-09-02T20:02:58.364Z] goroutine 18 [running]: [2021-09-02T20:02:58.364Z] net/http.(*conn).serve.func1() [2021-09-02T20:02:58.364Z] c:/go/src/net/http/server.go:1801 +0xb9 [2021-09-02T20:02:58.364Z] panic({0xfd9d40, 0x10e5e60}) [2021-09-02T20:02:58.364Z] c:/go/src/runtime/panic.go:1047 +0x266 [2021-09-02T20:02:58.364Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x5087347befac85f6}, 0xc000051a98) [2021-09-02T20:02:58.364Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2021-09-02T20:02:58.364Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x10f2b28, 0xc0001b4000}, 0xf2e8c6) [2021-09-02T20:02:58.364Z] c:/go/src/net/http/server.go:2046 +0x2f [2021-09-02T20:02:58.364Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x10f2b28, 0xc0001b4000}, 0xc0001a8000) [2021-09-02T20:02:58.364Z] c:/go/src/net/http/server.go:2424 +0x149 [2021-09-02T20:02:58.364Z] net/http.serverHandler.ServeHTTP({0x10f1150}, {0x10f2b28, 0xc0001b4000}, 0xc0001a8000) [2021-09-02T20:02:58.364Z] c:/go/src/net/http/server.go:2878 +0x43b [2021-09-02T20:02:58.364Z] net/http.(*conn).serve(0xc0001a0000, {0x10f49c0, 0xc0001820c0}) [2021-09-02T20:02:58.364Z] c:/go/src/net/http/server.go:1929 +0xb08 [2021-09-02T20:02:58.364Z] created by net/http.(*Server).Serve [2021-09-02T20:02:58.364Z] c:/go/src/net/http/server.go:3033 +0x4e8 [2021-09-02T20:02:58.364Z] time="2021-09-02T20:02:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49280/Test.FailOnce: Post \"http://127.0.0.1:49280/Test.FailOnce\": EOF, retrying in 1s" [2021-09-02T20:02:58.364Z] === RUN TestOutputOnPrematureClose [2021-09-02T20:02:58.364Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-09-02T20:02:58.364Z] === RUN TestCompleteSilently [2021-09-02T20:02:58.364Z] --- PASS: TestCompleteSilently (0.00s) [2021-09-02T20:02:58.364Z] PASS [2021-09-02T20:02:58.364Z] coverage: 75.9% of statements [2021-09-02T20:02:58.364Z] ok github.com/docker/docker/pkg/progress 0.026s coverage: 75.9% of statements [2021-09-02T20:02:58.834Z] === RUN TestSendToOneSub [2021-09-02T20:02:58.834Z] --- PASS: TestSendToOneSub (0.00s) [2021-09-02T20:02:58.834Z] === RUN TestSendToMultipleSubs [2021-09-02T20:02:58.834Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-09-02T20:02:58.834Z] === RUN TestEvictOneSub [2021-09-02T20:02:58.834Z] --- PASS: TestEvictOneSub (0.00s) [2021-09-02T20:02:58.834Z] === RUN TestClosePublisher [2021-09-02T20:02:58.834Z] --- PASS: TestClosePublisher (0.00s) [2021-09-02T20:02:58.834Z] === RUN TestPubSubRace [2021-09-02T20:02:59.303Z] --- PASS: TestFailOnce (1.11s) [2021-09-02T20:02:59.303Z] === RUN TestEchoInputOutput [2021-09-02T20:02:59.303Z] --- PASS: TestEchoInputOutput (0.00s) [2021-09-02T20:02:59.303Z] === RUN TestBackoff [2021-09-02T20:02:59.303Z] --- PASS: TestBackoff (0.00s) [2021-09-02T20:02:59.303Z] === RUN TestAbortRetry [2021-09-02T20:02:59.303Z] --- PASS: TestAbortRetry (0.00s) [2021-09-02T20:02:59.303Z] === RUN TestClientScheme [2021-09-02T20:02:59.303Z] --- PASS: TestClientScheme (0.00s) [2021-09-02T20:02:59.303Z] === RUN TestNewClientWithTimeout [2021-09-02T20:02:59.303Z] --- PASS: TestAllocateRandomDeallocate (2.61s) [2021-09-02T20:02:59.303Z] === RUN TestRetrieveFromStore [2021-09-02T20:02:59.632Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-09-02T20:02:59.773Z] --- PASS: TestPubSubRace (1.04s) [2021-09-02T20:02:59.773Z] PASS [2021-09-02T20:02:59.773Z] coverage: 75.0% of statements [2021-09-02T20:02:59.773Z] ok github.com/docker/docker/pkg/pubsub 1.069s coverage: 75.0% of statements [2021-09-02T20:02:59.773Z] time="2021-09-02T20:02:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-09-02T20:02:59.773Z] 2021/09/02 20:02:59 Closing DB instances... [2021-09-02T20:03:00.242Z] time="2021-09-02T20:02:59Z" level=error msg="node: 82058365ff55 is unknown to memberlist" [2021-09-02T20:03:00.242Z] === RUN TestRegister [2021-09-02T20:03:00.242Z] --- PASS: TestRegister (0.00s) [2021-09-02T20:03:00.242Z] === RUN TestCommand [2021-09-02T20:03:00.242Z] --- PASS: TestCommand (0.02s) [2021-09-02T20:03:00.242Z] === RUN TestNaiveSelf [2021-09-02T20:03:00.242Z] --- PASS: TestNaiveSelf (0.02s) [2021-09-02T20:03:00.242Z] PASS [2021-09-02T20:03:00.242Z] coverage: 82.4% of statements [2021-09-02T20:03:00.242Z] ok github.com/docker/docker/pkg/reexec 0.070s coverage: 82.4% of statements [2021-09-02T20:03:00.242Z] --- PASS: TestRetrieveFromStore (0.87s) [2021-09-02T20:03:00.242Z] === RUN TestRequestReleaseAddressDuplicate [2021-09-02T20:03:00.242Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2021-09-02T20:03:00.242Z] === RUN TestParallelPredefinedRequest1 [2021-09-02T20:03:00.242Z] === PAUSE TestParallelPredefinedRequest1 [2021-09-02T20:03:00.242Z] === RUN TestParallelPredefinedRequest2 [2021-09-02T20:03:00.242Z] === PAUSE TestParallelPredefinedRequest2 [2021-09-02T20:03:00.242Z] === RUN TestParallelPredefinedRequest3 [2021-09-02T20:03:00.242Z] === PAUSE TestParallelPredefinedRequest3 [2021-09-02T20:03:00.242Z] === RUN TestParallelPredefinedRequest4 [2021-09-02T20:03:00.242Z] === PAUSE TestParallelPredefinedRequest4 [2021-09-02T20:03:00.242Z] === RUN TestParallelPredefinedRequest5 [2021-09-02T20:03:00.242Z] === PAUSE TestParallelPredefinedRequest5 [2021-09-02T20:03:00.242Z] === RUN TestDebug [2021-09-02T20:03:00.242Z] --- PASS: TestDebug (0.00s) [2021-09-02T20:03:00.242Z] === RUN TestRequestPoolParallel [2021-09-02T20:03:00.712Z] --- PASS: TestRequestPoolParallel (0.31s) [2021-09-02T20:03:00.712Z] === RUN TestFullAllocateRelease [2021-09-02T20:03:00.712Z] === RUN TestDump [2021-09-02T20:03:00.712Z] goroutine 4 [running]: [2021-09-02T20:03:00.712Z] github.com/docker/docker/pkg/stack.dump(0xdcb2f7) [2021-09-02T20:03:00.712Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-02T20:03:00.712Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-09-02T20:03:00.712Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-09-02T20:03:00.712Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2021-09-02T20:03:00.712Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2021-09-02T20:03:00.712Z] testing.tRunner(0xc00002dba0, 0xf38e38) [2021-09-02T20:03:00.712Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-02T20:03:00.712Z] created by testing.(*T).Run [2021-09-02T20:03:00.712Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-02T20:03:00.712Z] [2021-09-02T20:03:00.712Z] goroutine 1 [chan receive]: [2021-09-02T20:03:00.712Z] testing.(*T).Run(0xc00002da00, {0xf2a4fd, 0xdaa173}, 0xf38e38) [2021-09-02T20:03:00.712Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-02T20:03:00.712Z] testing.runTests.func1(0xc00005a720) [2021-09-02T20:03:00.712Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-02T20:03:00.712Z] testing.tRunner(0xc00002da00, 0xc000063ce0) [2021-09-02T20:03:00.712Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-02T20:03:00.712Z] testing.runTests(0xc00006c080, {0x109bba0, 0x3, 0x3}, {0xdca54d, 0xf2c1f7, 0x10a0640}) [2021-09-02T20:03:00.712Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-02T20:03:00.712Z] testing.(*M).Run(0xc00006c080) [2021-09-02T20:03:00.712Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-02T20:03:00.712Z] main.main() [2021-09-02T20:03:00.712Z] _testmain.go:95 +0x1f5 [2021-09-02T20:03:00.712Z] --- PASS: TestDump (0.00s) [2021-09-02T20:03:00.712Z] === RUN TestDumpToFile [2021-09-02T20:03:01.181Z] --- PASS: TestDumpToFile (0.11s) [2021-09-02T20:03:01.181Z] === RUN TestDumpToFileWithEmptyInput [2021-09-02T20:03:01.181Z] goroutine 6 [running]: [2021-09-02T20:03:01.181Z] github.com/docker/docker/pkg/stack.dump(0xe382b4) [2021-09-02T20:03:01.181Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-02T20:03:01.181Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xe38660}) [2021-09-02T20:03:01.181Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2021-09-02T20:03:01.181Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00002dba0) [2021-09-02T20:03:01.181Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2021-09-02T20:03:01.181Z] testing.tRunner(0xc00011c1a0, 0xf38e28) [2021-09-02T20:03:01.181Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-02T20:03:01.181Z] created by testing.(*T).Run [2021-09-02T20:03:01.181Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-02T20:03:01.181Z] [2021-09-02T20:03:01.181Z] goroutine 1 [chan receive]: [2021-09-02T20:03:01.181Z] testing.(*T).Run(0xc00002da00, {0xf31289, 0xdaa173}, 0xf38e28) [2021-09-02T20:03:01.181Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-02T20:03:01.181Z] testing.runTests.func1(0xc00005a720) [2021-09-02T20:03:01.181Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-02T20:03:01.181Z] testing.tRunner(0xc00002da00, 0xc000063ce0) [2021-09-02T20:03:01.181Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-02T20:03:01.181Z] testing.runTests(0xc00006c080, {0x109bba0, 0x3, 0x3}, {0xdca54d, 0xf2c1f7, 0x10a0640}) [2021-09-02T20:03:01.181Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-02T20:03:01.181Z] testing.(*M).Run(0xc00006c080) [2021-09-02T20:03:01.181Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-02T20:03:01.181Z] main.main() [2021-09-02T20:03:01.181Z] _testmain.go:95 +0x1f5 [2021-09-02T20:03:01.181Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-09-02T20:03:01.181Z] PASS [2021-09-02T20:03:01.181Z] coverage: 90.9% of statements [2021-09-02T20:03:01.181Z] ok github.com/docker/docker/pkg/stack 0.138s coverage: 90.9% of statements [2021-09-02T20:03:01.181Z] --- PASS: TestFullAllocateRelease (0.32s) [2021-09-02T20:03:01.181Z] === RUN TestOddAllocateRelease [2021-09-02T20:03:01.181Z] --- PASS: TestOddAllocateRelease (0.21s) [2021-09-02T20:03:01.181Z] === RUN TestFullAllocateSerialReleaseParallel [2021-09-02T20:03:01.181Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.05s) [2021-09-02T20:03:01.181Z] === RUN TestOddAllocateSerialReleaseParallel [2021-09-02T20:03:01.181Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.03s) [2021-09-02T20:03:01.181Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-09-02T20:03:01.181Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.03s) [2021-09-02T20:03:01.181Z] === CONT TestParallelPredefinedRequest1 [2021-09-02T20:03:01.181Z] === CONT TestParallelPredefinedRequest4 [2021-09-02T20:03:01.181Z] === CONT TestParallelPredefinedRequest1 [2021-09-02T20:03:01.181Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T20:03:01.181Z] === CONT TestParallelPredefinedRequest4 [2021-09-02T20:03:01.181Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T20:03:01.181Z] === CONT TestParallelPredefinedRequest5 [2021-09-02T20:03:01.181Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T20:03:01.181Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-09-02T20:03:01.181Z] === CONT TestParallelPredefinedRequest2 [2021-09-02T20:03:01.181Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-09-02T20:03:01.181Z] === CONT TestParallelPredefinedRequest3 [2021-09-02T20:03:01.181Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-09-02T20:03:01.181Z] === CONT TestParallelPredefinedRequest2 [2021-09-02T20:03:01.181Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T20:03:01.181Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-09-02T20:03:01.181Z] === CONT TestParallelPredefinedRequest3 [2021-09-02T20:03:01.181Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T20:03:01.181Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-09-02T20:03:01.181Z] PASS [2021-09-02T20:03:01.181Z] coverage: 85.3% of statements [2021-09-02T20:03:01.181Z] ok github.com/docker/docker/libnetwork/ipam 34.095s coverage: 85.3% of statements [2021-09-02T20:03:01.181Z] time="2021-09-02T20:03:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-09-02T20:03:01.650Z] === RUN TestNewStdWriter [2021-09-02T20:03:01.650Z] --- PASS: TestNewStdWriter (0.00s) [2021-09-02T20:03:01.650Z] === RUN TestWriteWithUninitializedStdWriter [2021-09-02T20:03:01.650Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-09-02T20:03:01.650Z] === RUN TestWriteWithNilBytes [2021-09-02T20:03:01.650Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-09-02T20:03:01.650Z] === RUN TestWrite [2021-09-02T20:03:01.650Z] --- PASS: TestWrite (0.00s) [2021-09-02T20:03:01.650Z] === RUN TestWriteWithWriterError [2021-09-02T20:03:01.650Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-09-02T20:03:01.650Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-09-02T20:03:01.650Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-09-02T20:03:01.650Z] === RUN TestStdCopyWriteAndRead [2021-09-02T20:03:01.650Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-09-02T20:03:01.650Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-09-02T20:03:01.650Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-09-02T20:03:01.650Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-09-02T20:03:01.650Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-09-02T20:03:01.650Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-09-02T20:03:01.650Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-09-02T20:03:01.650Z] === RUN TestStdCopyWithInvalidInputHeader [2021-09-02T20:03:01.650Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-09-02T20:03:01.650Z] === RUN TestStdCopyWithCorruptedPrefix [2021-09-02T20:03:01.650Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-09-02T20:03:01.650Z] === RUN TestStdCopyReturnsWriteErrors [2021-09-02T20:03:01.650Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-09-02T20:03:01.650Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-09-02T20:03:01.650Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-09-02T20:03:01.650Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-09-02T20:03:01.650Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-09-02T20:03:01.650Z] PASS [2021-09-02T20:03:01.650Z] coverage: 100.0% of statements [2021-09-02T20:03:01.650Z] ok github.com/docker/docker/pkg/stdcopy 0.029s coverage: 100.0% of statements [2021-09-02T20:03:02.120Z] === RUN TestRawProgressFormatterFormatStatus [2021-09-02T20:03:02.120Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestRawProgressFormatterFormatProgress [2021-09-02T20:03:02.120Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestFormatStatus [2021-09-02T20:03:02.120Z] --- PASS: TestFormatStatus (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestFormatError [2021-09-02T20:03:02.120Z] --- PASS: TestFormatError (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestFormatJSONError [2021-09-02T20:03:02.120Z] --- PASS: TestFormatJSONError (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestJsonProgressFormatterFormatProgress [2021-09-02T20:03:02.120Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestJsonProgressFormatterFormatStatus [2021-09-02T20:03:02.120Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestNewJSONProgressOutput [2021-09-02T20:03:02.120Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestAuxFormatterEmit [2021-09-02T20:03:02.120Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestStreamWriterStdout [2021-09-02T20:03:02.120Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestStreamWriterStderr [2021-09-02T20:03:02.120Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-09-02T20:03:02.120Z] PASS [2021-09-02T20:03:02.120Z] coverage: 66.2% of statements [2021-09-02T20:03:02.120Z] ok github.com/docker/docker/pkg/streamformatter 0.030s coverage: 66.2% of statements [2021-09-02T20:03:02.120Z] === RUN TestGenerateRandomID [2021-09-02T20:03:02.120Z] --- PASS: TestGenerateRandomID (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestShortenId [2021-09-02T20:03:02.120Z] --- PASS: TestShortenId (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestShortenSha256Id [2021-09-02T20:03:02.120Z] --- PASS: TestShortenSha256Id (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestShortenIdEmpty [2021-09-02T20:03:02.120Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestShortenIdInvalid [2021-09-02T20:03:02.120Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestIsShortIDNonHex [2021-09-02T20:03:02.120Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-09-02T20:03:02.120Z] === RUN TestIsShortIDNotCorrectSize [2021-09-02T20:03:02.120Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-09-02T20:03:02.120Z] PASS [2021-09-02T20:03:02.120Z] coverage: 70.6% of statements [2021-09-02T20:03:02.120Z] ok github.com/docker/docker/pkg/stringid 0.026s coverage: 70.6% of statements [2021-09-02T20:03:02.589Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.26s) [2021-09-02T20:03:02.589Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-09-02T20:03:02.918Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-09-02T20:03:03.058Z] === RUN TestIsCpusetListAvailable [2021-09-02T20:03:03.058Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-09-02T20:03:03.058Z] PASS [2021-09-02T20:03:03.058Z] coverage: 39.4% of statements [2021-09-02T20:03:03.058Z] ok github.com/docker/docker/pkg/sysinfo 0.028s coverage: 39.4% of statements [2021-09-02T20:03:03.431Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-09-02T20:03:03.528Z] 2021/09/02 20:03:03 Closing DB instances... [2021-09-02T20:03:03.997Z] === RUN TestChtimes [2021-09-02T20:03:03.997Z] --- PASS: TestChtimes (0.00s) [2021-09-02T20:03:03.997Z] === RUN TestChtimesWindows [2021-09-02T20:03:03.997Z] --- PASS: TestChtimesWindows (0.00s) [2021-09-02T20:03:03.997Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-09-02T20:03:03.997Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-09-02T20:03:03.997Z] === RUN TestEnsureRemoveAllNotExist [2021-09-02T20:03:03.997Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-09-02T20:03:03.997Z] === RUN TestEnsureRemoveAllWithDir [2021-09-02T20:03:03.997Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-09-02T20:03:03.997Z] === RUN TestEnsureRemoveAllWithFile [2021-09-02T20:03:03.997Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-09-02T20:03:03.997Z] === RUN TestHasWin32KSupport [2021-09-02T20:03:03.997Z] syscall_windows_test.go:8: win32k: true [2021-09-02T20:03:03.997Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-09-02T20:03:03.997Z] PASS [2021-09-02T20:03:03.997Z] coverage: 13.0% of statements [2021-09-02T20:03:03.997Z] time="2021-09-02T20:03:03Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-09-02T20:03:03.997Z] ok github.com/docker/docker/pkg/system 0.037s coverage: 13.0% of statements [2021-09-02T20:03:04.467Z] === RUN TestTailFile [2021-09-02T20:03:04.467Z] --- PASS: TestTailFile (0.00s) [2021-09-02T20:03:04.467Z] === RUN TestTailFileManyLines [2021-09-02T20:03:04.467Z] --- PASS: TestTailFileManyLines (0.00s) [2021-09-02T20:03:04.467Z] === RUN TestTailEmptyFile [2021-09-02T20:03:04.467Z] --- PASS: TestTailEmptyFile (0.00s) [2021-09-02T20:03:04.467Z] === RUN TestTailNegativeN [2021-09-02T20:03:04.467Z] --- PASS: TestTailNegativeN (0.00s) [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader [2021-09-02T20:03:04.467Z] === CONT TestNewTailReader [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/no_delimiter [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/no_delimiter [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/single_byte_delimiter [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/2_byte_delimiter [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/4_byte_delimiter [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/8_byte_delimiter [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/12_byte_delimiter [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/truncated_last_line [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-09-02T20:03:04.467Z] === CONT TestNewTailReader/no_delimiter [2021-09-02T20:03:04.467Z] === CONT TestNewTailReader/4_byte_delimiter [2021-09-02T20:03:04.467Z] === CONT TestNewTailReader/single_byte_delimiter [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.467Z] === CONT TestNewTailReader/12_byte_delimiter [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-02T20:03:04.467Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-02T20:03:04.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/2_byte_delimiter [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/8_byte_delimiter [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.468Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.468Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.469Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.469Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.470Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.470Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.470Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.471Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.471Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.471Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.471Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.471Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.471Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.471Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.471Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.820Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.942Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-02T20:03:04.942Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.942Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.943Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.943Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-02T20:03:04.944Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T20:03:04.944Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.01s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T20:03:04.945Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.01s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-02T20:03:04.946Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-02T20:03:04.947Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-02T20:03:04.947Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-02T20:03:04.947Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.947Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-02T20:03:04.947Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-02T20:03:04.947Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-02T20:03:04.947Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-02T20:03:04.947Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-09-02T20:03:04.947Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-02T20:03:04.947Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-02T20:03:04.947Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-02T20:03:04.947Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-02T20:03:04.947Z] PASS [2021-09-02T20:03:04.947Z] coverage: 88.6% of statements [2021-09-02T20:03:04.947Z] ok github.com/docker/docker/pkg/tailfile 0.140s coverage: 88.6% of statements [2021-09-02T20:03:04.947Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2021-09-02T20:03:04.947Z] === RUN TestNetworkDBGarbageCollection [2021-09-02T20:03:05.417Z] === RUN TestTarSumRemoveNonExistent [2021-09-02T20:03:05.417Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-09-02T20:03:05.417Z] === RUN TestTarSumRemove [2021-09-02T20:03:05.417Z] --- PASS: TestTarSumRemove (0.00s) [2021-09-02T20:03:05.417Z] === RUN TestSortFileInfoSums [2021-09-02T20:03:05.417Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-09-02T20:03:05.417Z] === RUN TestNewTarSumForLabelInvalid [2021-09-02T20:03:05.417Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-09-02T20:03:05.417Z] === RUN TestNewTarSumForLabel [2021-09-02T20:03:05.417Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-09-02T20:03:05.417Z] === RUN TestEmptyTar [2021-09-02T20:03:05.417Z] --- PASS: TestEmptyTar (0.00s) [2021-09-02T20:03:05.417Z] === RUN TestTarSumsReadSize [2021-09-02T20:03:05.417Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-09-02T20:03:05.417Z] === RUN TestTarSums [2021-09-02T20:03:05.417Z] --- PASS: TestTarSums (0.04s) [2021-09-02T20:03:05.417Z] === RUN TestIteration [2021-09-02T20:03:05.417Z] --- PASS: TestIteration (0.00s) [2021-09-02T20:03:05.417Z] === RUN TestVersionLabelForChecksum [2021-09-02T20:03:05.417Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-09-02T20:03:05.417Z] === RUN TestVersion [2021-09-02T20:03:05.417Z] --- PASS: TestVersion (0.00s) [2021-09-02T20:03:05.417Z] === RUN TestGetVersion [2021-09-02T20:03:05.417Z] --- PASS: TestGetVersion (0.00s) [2021-09-02T20:03:05.417Z] === RUN TestGetVersions [2021-09-02T20:03:05.417Z] --- PASS: TestGetVersions (0.00s) [2021-09-02T20:03:05.417Z] PASS [2021-09-02T20:03:05.417Z] coverage: 89.3% of statements [2021-09-02T20:03:05.417Z] ok github.com/docker/docker/pkg/tarsum 0.082s coverage: 89.3% of statements [2021-09-02T20:03:05.892Z] testing: warning: no tests to run [2021-09-02T20:03:05.892Z] PASS [2021-09-02T20:03:05.892Z] coverage: [no statements] [2021-09-02T20:03:05.892Z] ok github.com/docker/docker/pkg/term/windows 0.027s coverage: [no statements] [no tests to run] [2021-09-02T20:03:06.197Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-09-02T20:03:06.365Z] === RUN TestTruncIndex [2021-09-02T20:03:06.365Z] --- PASS: TestTruncIndex (0.10s) [2021-09-02T20:03:06.365Z] PASS [2021-09-02T20:03:06.365Z] coverage: 91.5% of statements [2021-09-02T20:03:06.365Z] ok github.com/docker/docker/pkg/truncindex 0.126s coverage: 91.5% of statements [2021-09-02T20:03:06.456Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-09-02T20:03:06.836Z] === RUN TestIsGIT [2021-09-02T20:03:06.836Z] --- PASS: TestIsGIT (0.00s) [2021-09-02T20:03:06.836Z] === RUN TestIsTransport [2021-09-02T20:03:06.836Z] --- PASS: TestIsTransport (0.00s) [2021-09-02T20:03:06.836Z] PASS [2021-09-02T20:03:06.836Z] coverage: 100.0% of statements [2021-09-02T20:03:06.836Z] ok github.com/docker/docker/pkg/urlutil 0.031s coverage: 100.0% of statements [2021-09-02T20:03:06.924Z] === RUN TestConfigDaemonLibtrustID [2021-09-02T20:03:06.924Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-02T20:03:06.924Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-09-02T20:03:06.924Z] === RUN TestDaemonConfigValidation [2021-09-02T20:03:06.924Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-02T20:03:06.924Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-09-02T20:03:06.924Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-02T20:03:06.924Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-02T20:03:06.924Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-09-02T20:03:06.924Z] PASS [2021-09-02T20:03:06.924Z] ok github.com/docker/docker/integration/daemon 0.087s [2021-09-02T20:03:06.924Z] [2021-09-02T20:03:06.924Z] === Skipped [2021-09-02T20:03:06.924Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-09-02T20:03:06.924Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-02T20:03:06.924Z] [2021-09-02T20:03:06.924Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-09-02T20:03:06.924Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-02T20:03:06.924Z] [2021-09-02T20:03:06.924Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-09-02T20:03:06.924Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-02T20:03:06.924Z] [2021-09-02T20:03:06.924Z] DONE 3 tests, 3 skipped in 17.820s [2021-09-02T20:03:07.306Z] === RUN TestVersionInfo [2021-09-02T20:03:07.306Z] --- PASS: TestVersionInfo (0.00s) [2021-09-02T20:03:07.306Z] === RUN TestAppendVersions [2021-09-02T20:03:07.306Z] --- PASS: TestAppendVersions (0.00s) [2021-09-02T20:03:07.306Z] PASS [2021-09-02T20:03:07.306Z] coverage: 88.9% of statements [2021-09-02T20:03:07.306Z] ok github.com/docker/docker/pkg/useragent 0.027s coverage: 88.9% of statements [2021-09-02T20:03:07.306Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-09-02T20:03:07.306Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-09-02T20:03:07.306Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-09-02T20:03:07.306Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-09-02T20:03:07.382Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-09-02T20:03:07.393Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-09-02T20:03:08.297Z] === RUN TestValidatePrivileges [2021-09-02T20:03:08.297Z] --- PASS: TestValidatePrivileges (0.00s) [2021-09-02T20:03:08.297Z] === RUN TestFilterByCapNeg [2021-09-02T20:03:08.297Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-09-02T20:03:08.297Z] === RUN TestFilterByCapPos [2021-09-02T20:03:08.297Z] --- PASS: TestFilterByCapPos (0.00s) [2021-09-02T20:03:08.297Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-09-02T20:03:08.297Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-09-02T20:03:08.297Z] PASS [2021-09-02T20:03:08.297Z] coverage: 12.0% of statements [2021-09-02T20:03:08.297Z] ok github.com/docker/docker/plugin 0.038s coverage: 12.0% of statements [2021-09-02T20:03:08.297Z] === RUN TestNewSettable [2021-09-02T20:03:08.297Z] --- PASS: TestNewSettable (0.00s) [2021-09-02T20:03:08.297Z] === RUN TestIsSettable [2021-09-02T20:03:08.297Z] --- PASS: TestIsSettable (0.00s) [2021-09-02T20:03:08.297Z] === RUN TestUpdateSettingsEnv [2021-09-02T20:03:08.297Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-09-02T20:03:08.297Z] PASS [2021-09-02T20:03:08.297Z] coverage: 20.0% of statements [2021-09-02T20:03:08.297Z] ok github.com/docker/docker/plugin/v2 0.028s coverage: 20.0% of statements [2021-09-02T20:03:08.297Z] time="2021-09-02T20:03:08Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-09-02T20:03:08.349Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T20:03:08.349Z] INFO: Testing against a local daemon [2021-09-02T20:03:08.350Z] === RUN TestCommitInheritsEnv [2021-09-02T20:03:08.350Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:03:08.350Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-09-02T20:03:08.350Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-02T20:03:08.350Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-02T20:03:08.350Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-09-02T20:03:08.350Z] === RUN TestImagesFilterMultiReference [2021-09-02T20:03:08.350Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-09-02T20:03:08.350Z] === RUN TestImagePullPlatformInvalid [2021-09-02T20:03:08.771Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-09-02T20:03:08.771Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-09-02T20:03:08.771Z] === RUN TestLoad [2021-09-02T20:03:08.771Z] --- PASS: TestLoad (0.00s) [2021-09-02T20:03:08.771Z] === RUN TestSave [2021-09-02T20:03:08.771Z] --- PASS: TestSave (0.02s) [2021-09-02T20:03:08.771Z] === RUN TestAddDeleteGet [2021-09-02T20:03:08.771Z] --- PASS: TestAddDeleteGet (0.04s) [2021-09-02T20:03:08.771Z] === RUN TestInvalidTags [2021-09-02T20:03:08.771Z] --- PASS: TestInvalidTags (0.00s) [2021-09-02T20:03:08.771Z] PASS [2021-09-02T20:03:08.772Z] coverage: 84.4% of statements [2021-09-02T20:03:08.772Z] ok github.com/docker/docker/reference 0.100s coverage: 84.4% of statements [2021-09-02T20:03:08.809Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-09-02T20:03:08.809Z] === RUN TestRemoveImageOrphaning [2021-09-02T20:03:09.267Z] --- PASS: TestRemoveImageOrphaning (0.82s) [2021-09-02T20:03:09.267Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-02T20:03:09.267Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-09-02T20:03:09.267Z] === RUN TestTagInvalidReference [2021-09-02T20:03:09.267Z] --- PASS: TestTagInvalidReference (0.03s) [2021-09-02T20:03:09.267Z] === RUN TestTagValidPrefixedRepo [2021-09-02T20:03:09.311Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-09-02T20:03:09.311Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-02T20:03:09.311Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-09-02T20:03:09.726Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-09-02T20:03:09.726Z] === RUN TestTagExistedNameWithoutForce [2021-09-02T20:03:09.726Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-09-02T20:03:09.726Z] === RUN TestTagOfficialNames [2021-09-02T20:03:09.726Z] --- PASS: TestTagOfficialNames (0.06s) [2021-09-02T20:03:09.726Z] === RUN TestTagMatchesDigest [2021-09-02T20:03:09.726Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-09-02T20:03:09.726Z] PASS [2021-09-02T20:03:09.726Z] ok github.com/docker/docker/integration/image 1.228s [2021-09-02T20:03:09.726Z] [2021-09-02T20:03:09.726Z] === Skipped [2021-09-02T20:03:09.726Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-09-02T20:03:09.726Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:03:09.726Z] [2021-09-02T20:03:09.726Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-09-02T20:03:09.726Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-02T20:03:09.726Z] [2021-09-02T20:03:09.726Z] DONE 11 tests, 2 skipped in 2.638s [2021-09-02T20:03:09.726Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-09-02T20:03:09.767Z] === RUN TestResolveAuthConfigIndexServer [2021-09-02T20:03:09.767Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-09-02T20:03:09.767Z] === RUN TestResolveAuthConfigFullURL [2021-09-02T20:03:09.767Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-09-02T20:03:09.767Z] === RUN TestLoadAllowNondistributableArtifacts [2021-09-02T20:03:09.767Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-09-02T20:03:09.767Z] === RUN TestValidateMirror [2021-09-02T20:03:09.767Z] --- PASS: TestValidateMirror (0.00s) [2021-09-02T20:03:09.767Z] === RUN TestLoadInsecureRegistries [2021-09-02T20:03:09.767Z] time="2021-09-02T20:03:09Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-09-02T20:03:09.768Z] time="2021-09-02T20:03:09Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-09-02T20:03:09.768Z] time="2021-09-02T20:03:09Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-09-02T20:03:09.768Z] --- PASS: TestLoadInsecureRegistries (0.10s) [2021-09-02T20:03:09.768Z] === RUN TestNewServiceConfig [2021-09-02T20:03:09.768Z] --- PASS: TestNewServiceConfig (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestValidateIndexName [2021-09-02T20:03:09.768Z] --- PASS: TestValidateIndexName (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestValidateIndexNameWithError [2021-09-02T20:03:09.768Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestEndpointParse [2021-09-02T20:03:09.768Z] --- PASS: TestEndpointParse (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestEndpointParseInvalid [2021-09-02T20:03:09.768Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestValidateEndpoint [2021-09-02T20:03:09.768Z] --- PASS: TestValidateEndpoint (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestPing [2021-09-02T20:03:09.768Z] --- PASS: TestPing (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestPingRegistryEndpoint [2021-09-02T20:03:09.768Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:03:09.768Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestEndpoint [2021-09-02T20:03:09.768Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:03:09.768Z] --- SKIP: TestEndpoint (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestParseRepositoryInfo [2021-09-02T20:03:09.768Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestNewIndexInfo [2021-09-02T20:03:09.768Z] --- PASS: TestNewIndexInfo (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestMirrorEndpointLookup [2021-09-02T20:03:09.768Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:03:09.768Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestSearchRepositories [2021-09-02T20:03:09.768Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-09-02T20:03:09.768Z] Host: 127.0.0.1:49302 [2021-09-02T20:03:09.768Z] User-Agent: docker test client [2021-09-02T20:03:09.768Z] Authorization: Token fake-token [2021-09-02T20:03:09.768Z] X-Docker-Token: true [2021-09-02T20:03:09.768Z] Accept-Encoding: gzip [2021-09-02T20:03:09.768Z] [2021-09-02T20:03:09.768Z] [2021-09-02T20:03:09.768Z] registry_test.go:730: HTTP/1.1 200 OK [2021-09-02T20:03:09.768Z] Connection: close [2021-09-02T20:03:09.768Z] Content-Length: 144 [2021-09-02T20:03:09.768Z] Cache-Control: no-cache [2021-09-02T20:03:09.768Z] Content-Type: application/json [2021-09-02T20:03:09.768Z] Date: Thu, 02 Sep 2021 20:03:09 GMT [2021-09-02T20:03:09.768Z] Expires: -1 [2021-09-02T20:03:09.768Z] Pragma: no-cache [2021-09-02T20:03:09.768Z] Server: docker-tests/mock [2021-09-02T20:03:09.768Z] X-Docker-Registry-Config: mock [2021-09-02T20:03:09.768Z] X-Docker-Registry-Version: 0.0.0 [2021-09-02T20:03:09.768Z] [2021-09-02T20:03:09.768Z] [2021-09-02T20:03:09.768Z] --- PASS: TestSearchRepositories (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestTrustedLocation [2021-09-02T20:03:09.768Z] --- PASS: TestTrustedLocation (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-09-02T20:03:09.768Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestAllowNondistributableArtifacts [2021-09-02T20:03:09.768Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestIsSecureIndex [2021-09-02T20:03:09.768Z] --- PASS: TestIsSecureIndex (0.00s) [2021-09-02T20:03:09.768Z] PASS [2021-09-02T20:03:09.768Z] coverage: 51.7% of statements [2021-09-02T20:03:09.768Z] ok github.com/docker/docker/registry 0.168s coverage: 51.7% of statements [2021-09-02T20:03:09.768Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-09-02T20:03:09.768Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-09-02T20:03:09.768Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-09-02T20:03:09.768Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-09-02T20:03:09.768Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestResumableRequestReaderWithReadError [2021-09-02T20:03:09.768Z] time="2021-09-02T20:03:09Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-09-02T20:03:09.768Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2021-09-02T20:03:09.768Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-09-02T20:03:09.768Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-09-02T20:03:09.768Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-09-02T20:03:09.768Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestResumableRequestReader [2021-09-02T20:03:09.768Z] --- PASS: TestResumableRequestReader (0.00s) [2021-09-02T20:03:09.768Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-09-02T20:03:09.768Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-09-02T20:03:09.768Z] PASS [2021-09-02T20:03:09.768Z] coverage: 100.0% of statements [2021-09-02T20:03:09.768Z] ok github.com/docker/docker/registry/resumable 0.149s coverage: 100.0% of statements [2021-09-02T20:03:10.149Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-09-02T20:03:10.238Z] === RUN TestRestartManagerTimeout [2021-09-02T20:03:10.238Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-09-02T20:03:10.238Z] === RUN TestRestartManagerTimeoutReset [2021-09-02T20:03:10.238Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-09-02T20:03:10.238Z] PASS [2021-09-02T20:03:10.238Z] coverage: 50.9% of statements [2021-09-02T20:03:10.238Z] ok github.com/docker/docker/restartmanager 0.028s coverage: 50.9% of statements [2021-09-02T20:03:10.238Z] === RUN TestDecodeContainerConfig [2021-09-02T20:03:10.238Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-09-02T20:03:10.238Z] === RUN TestDecodeContainerConfigIsolation [2021-09-02T20:03:10.238Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-09-02T20:03:10.238Z] === RUN TestValidatePrivileged [2021-09-02T20:03:10.238Z] --- PASS: TestValidatePrivileged (0.00s) [2021-09-02T20:03:10.238Z] PASS [2021-09-02T20:03:10.238Z] coverage: 52.2% of statements [2021-09-02T20:03:10.238Z] ok github.com/docker/docker/runconfig 0.029s coverage: 52.2% of statements [2021-09-02T20:03:10.707Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-09-02T20:03:10.707Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-09-02T20:03:10.707Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-09-02T20:03:10.707Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-09-02T20:03:10.707Z] PASS [2021-09-02T20:03:10.707Z] coverage: 62.5% of statements [2021-09-02T20:03:10.707Z] ok github.com/docker/docker/testutil 0.049s coverage: 62.5% of statements [2021-09-02T20:03:11.084Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-09-02T20:03:11.905Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T20:03:11.905Z] INFO: Testing against a local daemon [2021-09-02T20:03:11.905Z] === RUN TestNetworkCreateDelete [2021-09-02T20:03:11.905Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:11.905Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-09-02T20:03:11.905Z] === RUN TestDockerNetworkDeletePreferID [2021-09-02T20:03:11.905Z] 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-09-02T20:03:11.905Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-09-02T20:03:11.905Z] === RUN TestDaemonDNSFallback [2021-09-02T20:03:11.905Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:11.905Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-09-02T20:03:11.905Z] === RUN TestInspectNetwork [2021-09-02T20:03:11.905Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-02T20:03:11.905Z] --- SKIP: TestInspectNetwork (0.00s) [2021-09-02T20:03:11.905Z] === RUN TestRunContainerWithBridgeNone [2021-09-02T20:03:11.905Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:11.905Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-09-02T20:03:11.905Z] === RUN TestNetworkInvalidJSON [2021-09-02T20:03:11.905Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-02T20:03:11.905Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-02T20:03:11.905Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T20:03:11.905Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T20:03:11.905Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T20:03:11.905Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T20:03:11.905Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-02T20:03:11.905Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T20:03:11.905Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T20:03:11.905Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-09-02T20:03:11.905Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-02T20:03:11.905Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-09-02T20:03:11.905Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-09-02T20:03:11.905Z] === RUN TestNetworkList [2021-09-02T20:03:11.905Z] === RUN TestNetworkList//networks [2021-09-02T20:03:11.905Z] === PAUSE TestNetworkList//networks [2021-09-02T20:03:11.905Z] === RUN TestNetworkList//networks/ [2021-09-02T20:03:11.905Z] === PAUSE TestNetworkList//networks/ [2021-09-02T20:03:11.905Z] === CONT TestNetworkList//networks [2021-09-02T20:03:11.905Z] === CONT TestNetworkList//networks/ [2021-09-02T20:03:11.905Z] --- PASS: TestNetworkList (0.03s) [2021-09-02T20:03:11.905Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-02T20:03:11.905Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-02T20:03:11.905Z] === RUN TestHostIPv4BridgeLabel [2021-09-02T20:03:11.905Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-09-02T20:03:11.905Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-02T20:03:11.905Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-09-02T20:03:11.905Z] === RUN TestDaemonDefaultNetworkPools [2021-09-02T20:03:11.905Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-09-02T20:03:11.905Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-02T20:03:11.905Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-02T20:03:11.905Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-02T20:03:11.905Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-02T20:03:11.905Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-02T20:03:11.905Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-02T20:03:11.905Z] === RUN TestServiceWithPredefinedNetwork [2021-09-02T20:03:11.905Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-09-02T20:03:11.905Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-02T20:03:11.905Z] service_test.go:243: FLAKY_TEST [2021-09-02T20:03:11.905Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-02T20:03:11.905Z] === RUN TestServiceWithDataPathPortInit [2021-09-02T20:03:11.905Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-09-02T20:03:11.905Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-02T20:03:11.905Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-02T20:03:11.905Z] PASS [2021-09-02T20:03:11.905Z] ok github.com/docker/docker/integration/network 0.137s [2021-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] === Skipped [2021-09-02T20:03:11.905Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-09-02T20:03:11.905Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-09-02T20:03:11.905Z] 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-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-09-02T20:03:11.905Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-09-02T20:03:11.905Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-09-02T20:03:11.905Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-09-02T20:03:11.905Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-09-02T20:03:11.905Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-09-02T20:03:11.905Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-02T20:03:11.905Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-02T20:03:11.905Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-02T20:03:11.905Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-09-02T20:03:11.905Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-02T20:03:11.905Z] service_test.go:243: FLAKY_TEST [2021-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-09-02T20:03:11.905Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-02T20:03:11.905Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-02T20:03:11.905Z] [2021-09-02T20:03:11.905Z] DONE 22 tests, 15 skipped in 1.760s [2021-09-02T20:03:11.905Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-09-02T20:03:12.039Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-09-02T20:03:12.363Z] testing: warning: no tests to run [2021-09-02T20:03:12.363Z] PASS [2021-09-02T20:03:12.363Z] ok github.com/docker/docker/integration/network/ipvlan 0.065s [2021-09-02T20:03:12.363Z] [2021-09-02T20:03:12.363Z] DONE 0 tests in 0.588s [2021-09-02T20:03:12.363Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-09-02T20:03:12.929Z] === RUN TestGetDriver [2021-09-02T20:03:12.929Z] --- PASS: TestGetDriver (0.00s) [2021-09-02T20:03:12.929Z] === RUN TestVolumeRequestError [2021-09-02T20:03:12.929Z] --- PASS: TestVolumeRequestError (0.01s) [2021-09-02T20:03:12.929Z] PASS [2021-09-02T20:03:12.929Z] coverage: 36.1% of statements [2021-09-02T20:03:12.929Z] ok github.com/docker/docker/volume/drivers 0.043s coverage: 36.1% of statements [2021-09-02T20:03:12.929Z] === RUN TestGetAddress [2021-09-02T20:03:12.929Z] --- PASS: TestGetAddress (0.00s) [2021-09-02T20:03:12.929Z] === RUN TestRemove [2021-09-02T20:03:12.929Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-02T20:03:12.929Z] --- SKIP: TestRemove (0.00s) [2021-09-02T20:03:12.929Z] === RUN TestInitializeWithVolumes [2021-09-02T20:03:12.929Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-09-02T20:03:12.929Z] === RUN TestCreate [2021-09-02T20:03:12.929Z] --- PASS: TestCreate (0.01s) [2021-09-02T20:03:12.929Z] === RUN TestValidateName [2021-09-02T20:03:12.929Z] --- PASS: TestValidateName (0.00s) [2021-09-02T20:03:12.929Z] === RUN TestCreateWithOpts [2021-09-02T20:03:12.929Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-02T20:03:12.929Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-09-02T20:03:12.929Z] === RUN TestRelaodNoOpts [2021-09-02T20:03:12.929Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-09-02T20:03:12.929Z] PASS [2021-09-02T20:03:12.929Z] coverage: 41.5% of statements [2021-09-02T20:03:12.929Z] ok github.com/docker/docker/volume/local 0.050s coverage: 41.5% of statements [2021-09-02T20:03:13.117Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-09-02T20:03:13.117Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-02T20:03:13.117Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-09-02T20:03:13.117Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-02T20:03:13.117Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-09-02T20:03:13.328Z] testing: warning: no tests to run [2021-09-02T20:03:13.328Z] PASS [2021-09-02T20:03:13.328Z] ok github.com/docker/docker/integration/network/macvlan 0.064s [2021-09-02T20:03:13.328Z] [2021-09-02T20:03:13.328Z] DONE 0 tests in 0.582s [2021-09-02T20:03:13.328Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-09-02T20:03:13.398Z] === RUN TestLCOWParseMountRaw [2021-09-02T20:03:13.398Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-09-02T20:03:13.398Z] === RUN TestLCOWParseMountRawSplit [2021-09-02T20:03:13.398Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-09-02T20:03:13.398Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-09-02T20:03:13.398Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-09-02T20:03:13.398Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-09-02T20:03:13.398Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-09-02T20:03:13.398Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-09-02T20:03:13.398Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-09-02T20:03:13.398Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-09-02T20:03:13.398Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-09-02T20:03:13.398Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-09-02T20:03:13.398Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-09-02T20:03:13.398Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-09-02T20:03:13.398Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-09-02T20:03:13.398Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-09-02T20:03:13.398Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-09-02T20:03:13.398Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-09-02T20:03:13.398Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-09-02T20:03:13.398Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-09-02T20:03:13.398Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-09-02T20:03:13.398Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-09-02T20:03:13.398Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-09-02T20:03:13.398Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-09-02T20:03:13.398Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-02T20:03:13.398Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-09-02T20:03:13.398Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-02T20:03:13.398Z] === RUN TestLinuxParseMountRaw [2021-09-02T20:03:13.398Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-09-02T20:03:13.398Z] === RUN TestLinuxParseMountRawSplit [2021-09-02T20:03:13.398Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-09-02T20:03:13.398Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-09-02T20:03:13.398Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-09-02T20:03:13.398Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-09-02T20:03:13.398Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-09-02T20:03:13.398Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-09-02T20:03:13.398Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-09-02T20:03:13.398Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-09-02T20:03:13.398Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-09-02T20:03:13.398Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-09-02T20:03:13.398Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-09-02T20:03:13.398Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-09-02T20:03:13.398Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-09-02T20:03:13.414Z] docker_cli_swarm_test.go:1901: [d16b0f539f06d] joining swarm manager [d06b89be4ec61]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T20:03:13.672Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-09-02T20:03:13.786Z] testing: warning: no tests to run [2021-09-02T20:03:13.786Z] PASS [2021-09-02T20:03:13.786Z] ok github.com/docker/docker/integration/plugin 0.055s [2021-09-02T20:03:13.786Z] [2021-09-02T20:03:13.786Z] DONE 0 tests in 0.595s [2021-09-02T20:03:13.786Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-09-02T20:03:13.868Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-09-02T20:03:13.868Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-09-02T20:03:13.868Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-09-02T20:03:13.868Z] === RUN TestConvertTmpfsOptions [2021-09-02T20:03:13.868Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-09-02T20:03:13.868Z] linux_parser_test.go:209: data="ro" [2021-09-02T20:03:13.868Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-09-02T20:03:13.868Z] === RUN TestParseMountSpec [2021-09-02T20:03:13.868Z] parser_test.go:62: case 0 [2021-09-02T20:03:13.868Z] parser_test.go:62: case 1 [2021-09-02T20:03:13.868Z] parser_test.go:62: case 2 [2021-09-02T20:03:13.868Z] parser_test.go:62: case 3 [2021-09-02T20:03:13.868Z] parser_test.go:62: case 4 [2021-09-02T20:03:13.868Z] parser_test.go:62: case 5 [2021-09-02T20:03:13.868Z] --- PASS: TestParseMountSpec (0.00s) [2021-09-02T20:03:13.868Z] === RUN TestValidateMount [2021-09-02T20:03:13.868Z] --- PASS: TestValidateMount (0.00s) [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountRaw [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountRawSplit [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-02T20:03:13.868Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-09-02T20:03:13.868Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-09-02T20:03:13.868Z] PASS [2021-09-02T20:03:13.868Z] coverage: 67.6% of statements [2021-09-02T20:03:13.868Z] ok github.com/docker/docker/volume/mounts 0.036s coverage: 67.6% of statements [2021-09-02T20:03:14.244Z] testing: warning: no tests to run [2021-09-02T20:03:14.244Z] PASS [2021-09-02T20:03:14.244Z] ok github.com/docker/docker/integration/plugin/authz 0.066s [2021-09-02T20:03:14.244Z] [2021-09-02T20:03:14.244Z] DONE 0 tests in 0.584s [2021-09-02T20:03:14.339Z] === RUN TestSetGetMeta [2021-09-02T20:03:14.339Z] === PAUSE TestSetGetMeta [2021-09-02T20:03:14.339Z] === RUN TestRestore [2021-09-02T20:03:14.339Z] === PAUSE TestRestore [2021-09-02T20:03:14.339Z] === RUN TestServiceCreate [2021-09-02T20:03:14.339Z] === PAUSE TestServiceCreate [2021-09-02T20:03:14.339Z] === RUN TestServiceList [2021-09-02T20:03:14.339Z] === PAUSE TestServiceList [2021-09-02T20:03:14.339Z] === RUN TestServiceRemove [2021-09-02T20:03:14.339Z] === PAUSE TestServiceRemove [2021-09-02T20:03:14.339Z] === RUN TestServiceGet [2021-09-02T20:03:14.339Z] === PAUSE TestServiceGet [2021-09-02T20:03:14.339Z] === RUN TestServicePrune [2021-09-02T20:03:14.339Z] === PAUSE TestServicePrune [2021-09-02T20:03:14.339Z] === RUN TestCreate [2021-09-02T20:03:14.339Z] === PAUSE TestCreate [2021-09-02T20:03:14.339Z] === RUN TestRemove [2021-09-02T20:03:14.339Z] === PAUSE TestRemove [2021-09-02T20:03:14.339Z] === RUN TestList [2021-09-02T20:03:14.339Z] === PAUSE TestList [2021-09-02T20:03:14.339Z] === RUN TestFindByDriver [2021-09-02T20:03:14.339Z] === PAUSE TestFindByDriver [2021-09-02T20:03:14.339Z] === RUN TestFindByReferenced [2021-09-02T20:03:14.339Z] === PAUSE TestFindByReferenced [2021-09-02T20:03:14.339Z] === RUN TestDerefMultipleOfSameRef [2021-09-02T20:03:14.339Z] === PAUSE TestDerefMultipleOfSameRef [2021-09-02T20:03:14.339Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-02T20:03:14.339Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-02T20:03:14.339Z] === RUN TestDefererencePluginOnCreateError [2021-09-02T20:03:14.339Z] === PAUSE TestDefererencePluginOnCreateError [2021-09-02T20:03:14.339Z] === RUN TestRefDerefRemove [2021-09-02T20:03:14.339Z] === PAUSE TestRefDerefRemove [2021-09-02T20:03:14.339Z] === RUN TestGet [2021-09-02T20:03:14.339Z] === PAUSE TestGet [2021-09-02T20:03:14.339Z] === RUN TestGetWithReference [2021-09-02T20:03:14.339Z] === PAUSE TestGetWithReference [2021-09-02T20:03:14.339Z] === RUN TestFilterFunc [2021-09-02T20:03:14.339Z] === RUN TestFilterFunc/test_nil_list [2021-09-02T20:03:14.339Z] === PAUSE TestFilterFunc/test_nil_list [2021-09-02T20:03:14.339Z] === RUN TestFilterFunc/test_empty_list [2021-09-02T20:03:14.339Z] === PAUSE TestFilterFunc/test_empty_list [2021-09-02T20:03:14.339Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-09-02T20:03:14.339Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-09-02T20:03:14.339Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-02T20:03:14.339Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-02T20:03:14.339Z] === RUN TestFilterFunc/test_filter_some [2021-09-02T20:03:14.339Z] === PAUSE TestFilterFunc/test_filter_some [2021-09-02T20:03:14.339Z] === RUN TestFilterFunc/test_filter_middle [2021-09-02T20:03:14.339Z] === PAUSE TestFilterFunc/test_filter_middle [2021-09-02T20:03:14.339Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-09-02T20:03:14.339Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-09-02T20:03:14.339Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-09-02T20:03:14.339Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-09-02T20:03:14.339Z] === CONT TestFilterFunc/test_nil_list [2021-09-02T20:03:14.339Z] === CONT TestFilterFunc/test_filter_some [2021-09-02T20:03:14.339Z] === CONT TestFilterFunc/test_empty_list [2021-09-02T20:03:14.339Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-02T20:03:14.339Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-09-02T20:03:14.339Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-09-02T20:03:14.339Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-09-02T20:03:14.339Z] === CONT TestFilterFunc/test_filter_middle [2021-09-02T20:03:14.339Z] --- PASS: TestFilterFunc (0.00s) [2021-09-02T20:03:14.339Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-09-02T20:03:14.339Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-09-02T20:03:14.339Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-09-02T20:03:14.339Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-09-02T20:03:14.339Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-09-02T20:03:14.339Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-09-02T20:03:14.339Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-09-02T20:03:14.339Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-09-02T20:03:14.339Z] === CONT TestSetGetMeta [2021-09-02T20:03:14.339Z] === CONT TestList [2021-09-02T20:03:14.339Z] === CONT TestServiceGet [2021-09-02T20:03:14.339Z] === CONT TestDefererencePluginOnCreateError [2021-09-02T20:03:14.339Z] --- PASS: TestSetGetMeta (0.02s) [2021-09-02T20:03:14.339Z] === CONT TestServiceRemove [2021-09-02T20:03:14.339Z] --- PASS: TestList (0.02s) [2021-09-02T20:03:14.339Z] === CONT TestServiceList [2021-09-02T20:03:14.339Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-09-02T20:03:14.339Z] === CONT TestServiceCreate [2021-09-02T20:03:14.339Z] --- PASS: TestServiceGet (0.10s) [2021-09-02T20:03:14.339Z] === CONT TestRestore [2021-09-02T20:03:14.339Z] --- PASS: TestServiceRemove (0.09s) [2021-09-02T20:03:14.339Z] === CONT TestRemove [2021-09-02T20:03:14.339Z] --- PASS: TestServiceList (0.09s) [2021-09-02T20:03:14.339Z] === CONT TestCreate [2021-09-02T20:03:14.339Z] --- PASS: TestServiceCreate (0.08s) [2021-09-02T20:03:14.339Z] === CONT TestServicePrune [2021-09-02T20:03:14.339Z] --- PASS: TestCreate (0.01s) [2021-09-02T20:03:14.339Z] === CONT TestGetWithReference [2021-09-02T20:03:14.339Z] time="2021-09-02T20:03:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-02T20:03:14.339Z] --- PASS: TestRemove (0.01s) [2021-09-02T20:03:14.339Z] === CONT TestGet [2021-09-02T20:03:14.339Z] --- PASS: TestRestore (0.02s) [2021-09-02T20:03:14.339Z] === CONT TestRefDerefRemove [2021-09-02T20:03:14.340Z] time="2021-09-02T20:03:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-02T20:03:14.340Z] --- PASS: TestGetWithReference (0.01s) [2021-09-02T20:03:14.340Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-02T20:03:14.340Z] time="2021-09-02T20:03:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-02T20:03:14.340Z] --- PASS: TestGet (0.01s) [2021-09-02T20:03:14.340Z] === CONT TestDerefMultipleOfSameRef [2021-09-02T20:03:14.340Z] time="2021-09-02T20:03:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-09-02T20:03:14.340Z] --- PASS: TestRefDerefRemove (0.01s) [2021-09-02T20:03:14.340Z] === CONT TestFindByReferenced [2021-09-02T20:03:14.340Z] time="2021-09-02T20:03:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-02T20:03:14.340Z] --- PASS: TestServicePrune (0.03s) [2021-09-02T20:03:14.340Z] === CONT TestFindByDriver [2021-09-02T20:03:14.340Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-09-02T20:03:14.340Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2021-09-02T20:03:14.340Z] --- PASS: TestFindByReferenced (0.01s) [2021-09-02T20:03:14.340Z] --- PASS: TestFindByDriver (0.01s) [2021-09-02T20:03:14.340Z] PASS [2021-09-02T20:03:14.340Z] coverage: 69.0% of statements [2021-09-02T20:03:14.340Z] ok github.com/docker/docker/volume/service 0.187s coverage: 69.0% of statements [2021-09-02T20:03:14.611Z] docker_cli_swarm_test.go:1902: [d8925806fadf2] joining swarm manager [d06b89be4ec61]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T20:03:14.701Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-09-02T20:03:15.178Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-09-02T20:03:17.078Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-09-02T20:03:17.303Z] --- PASS: TestNewClientWithTimeout (17.60s) [2021-09-02T20:03:17.303Z] === RUN TestClientStream [2021-09-02T20:03:17.303Z] --- PASS: TestClientStream (0.00s) [2021-09-02T20:03:17.303Z] === RUN TestClientSendFile [2021-09-02T20:03:17.303Z] --- PASS: TestClientSendFile (0.00s) [2021-09-02T20:03:17.303Z] === RUN TestClientWithRequestTimeout [2021-09-02T20:03:17.303Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-09-02T20:03:17.303Z] === RUN TestFileSpecPlugin [2021-09-02T20:03:17.303Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-09-02T20:03:17.303Z] === RUN TestFileJSONSpecPlugin [2021-09-02T20:03:17.303Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-09-02T20:03:17.303Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-09-02T20:03:17.303Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-09-02T20:03:17.303Z] === RUN TestPluginAddHandler [2021-09-02T20:03:17.303Z] --- PASS: TestPluginAddHandler (0.00s) [2021-09-02T20:03:17.303Z] === RUN TestPluginWaitBadPlugin [2021-09-02T20:03:17.303Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-09-02T20:03:17.303Z] === RUN TestGet [2021-09-02T20:03:17.303Z] time="2021-09-02T20:03:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-09-02T20:03:18.297Z] time="2021-09-02T20:03:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-09-02T20:03:18.995Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-09-02T20:03:18.995Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-02T20:03:18.995Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-09-02T20:03:18.995Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-09-02T20:03:18.995Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-02T20:03:18.995Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-09-02T20:03:18.995Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-02T20:03:18.996Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-09-02T20:03:19.389Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T20:03:19.389Z] INFO: Testing against a local daemon [2021-09-02T20:03:19.389Z] === RUN TestPluginInvalidJSON [2021-09-02T20:03:19.389Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T20:03:19.389Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T20:03:19.389Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T20:03:19.389Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-09-02T20:03:19.389Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-02T20:03:19.389Z] === RUN TestPluginInstall [2021-09-02T20:03:19.389Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-02T20:03:19.389Z] --- SKIP: TestPluginInstall (0.00s) [2021-09-02T20:03:19.389Z] === RUN TestPluginsWithRuntimes [2021-09-02T20:03:19.389Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-02T20:03:19.389Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-09-02T20:03:19.389Z] === RUN TestPluginBackCompatMediaTypes [2021-09-02T20:03:19.389Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-02T20:03:19.389Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-09-02T20:03:19.389Z] PASS [2021-09-02T20:03:19.389Z] ok github.com/docker/docker/integration/plugin/common 0.092s [2021-09-02T20:03:19.389Z] [2021-09-02T20:03:19.389Z] === Skipped [2021-09-02T20:03:19.389Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-09-02T20:03:19.389Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-02T20:03:19.389Z] [2021-09-02T20:03:19.389Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-09-02T20:03:19.389Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-02T20:03:19.389Z] [2021-09-02T20:03:19.389Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-09-02T20:03:19.389Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-02T20:03:19.389Z] [2021-09-02T20:03:19.389Z] DONE 5 tests, 3 skipped in 4.841s [2021-09-02T20:03:19.389Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-09-02T20:03:19.867Z] time="2021-09-02T20:03:19Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-09-02T20:03:22.290Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T20:03:22.290Z] INFO: Testing against a local daemon [2021-09-02T20:03:22.290Z] === RUN TestExternalGraphDriver [2021-09-02T20:03:22.290Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-02T20:03:22.290Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-09-02T20:03:22.290Z] === RUN TestGraphdriverPluginV2 [2021-09-02T20:03:22.290Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-02T20:03:22.290Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-09-02T20:03:22.290Z] PASS [2021-09-02T20:03:22.290Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.082s [2021-09-02T20:03:22.290Z] [2021-09-02T20:03:22.290Z] === Skipped [2021-09-02T20:03:22.290Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-09-02T20:03:22.290Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-02T20:03:22.290Z] [2021-09-02T20:03:22.290Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-09-02T20:03:22.290Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-02T20:03:22.290Z] [2021-09-02T20:03:22.290Z] DONE 2 tests, 2 skipped in 2.454s [2021-09-02T20:03:22.290Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-09-02T20:03:23.847Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T20:03:23.847Z] INFO: Testing against a local daemon [2021-09-02T20:03:23.847Z] === RUN TestReadPluginNoRead [2021-09-02T20:03:23.847Z] read_test.go:21: no unix domain sockets on Windows [2021-09-02T20:03:23.847Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-09-02T20:03:23.847Z] PASS [2021-09-02T20:03:23.847Z] ok github.com/docker/docker/integration/plugin/logging 0.071s [2021-09-02T20:03:23.847Z] [2021-09-02T20:03:23.847Z] === Skipped [2021-09-02T20:03:23.847Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-09-02T20:03:23.847Z] read_test.go:21: no unix domain sockets on Windows [2021-09-02T20:03:23.847Z] [2021-09-02T20:03:23.847Z] DONE 1 tests, 1 skipped in 1.670s [2021-09-02T20:03:23.847Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-09-02T20:03:24.634Z] time="2021-09-02T20:03:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-09-02T20:03:24.812Z] testing: warning: no tests to run [2021-09-02T20:03:24.812Z] PASS [2021-09-02T20:03:24.812Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.052s [2021-09-02T20:03:24.812Z] [2021-09-02T20:03:24.812Z] DONE 0 tests in 0.855s [2021-09-02T20:03:24.812Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-09-02T20:03:26.344Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T20:03:26.344Z] INFO: Testing against a local daemon [2021-09-02T20:03:26.344Z] === RUN TestPluginWithDevMounts [2021-09-02T20:03:26.344Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:26.344Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-09-02T20:03:26.344Z] PASS [2021-09-02T20:03:26.344Z] ok github.com/docker/docker/integration/plugin/volumes 0.073s [2021-09-02T20:03:26.344Z] [2021-09-02T20:03:26.344Z] === Skipped [2021-09-02T20:03:26.344Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-09-02T20:03:26.344Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:26.344Z] [2021-09-02T20:03:26.344Z] DONE 1 tests, 1 skipped in 1.701s [2021-09-02T20:03:26.344Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-09-02T20:03:27.878Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T20:03:27.878Z] INFO: Testing against a local daemon [2021-09-02T20:03:27.878Z] === RUN TestSecretInspect [2021-09-02T20:03:27.878Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:27.878Z] --- SKIP: TestSecretInspect (0.00s) [2021-09-02T20:03:27.878Z] === RUN TestSecretList [2021-09-02T20:03:27.878Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:27.878Z] --- SKIP: TestSecretList (0.00s) [2021-09-02T20:03:27.878Z] === RUN TestSecretsCreateAndDelete [2021-09-02T20:03:27.878Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:27.878Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-09-02T20:03:27.878Z] === RUN TestSecretsUpdate [2021-09-02T20:03:27.878Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:27.878Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-09-02T20:03:27.878Z] === RUN TestTemplatedSecret [2021-09-02T20:03:27.878Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:27.878Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-09-02T20:03:27.878Z] === RUN TestSecretCreateResolve [2021-09-02T20:03:27.878Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:27.878Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-09-02T20:03:27.878Z] PASS [2021-09-02T20:03:27.878Z] ok github.com/docker/docker/integration/secret 0.077s [2021-09-02T20:03:28.338Z] [2021-09-02T20:03:28.338Z] === Skipped [2021-09-02T20:03:28.338Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-09-02T20:03:28.338Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:28.338Z] [2021-09-02T20:03:28.338Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-09-02T20:03:28.338Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:28.338Z] [2021-09-02T20:03:28.338Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-09-02T20:03:28.338Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:28.338Z] [2021-09-02T20:03:28.338Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-09-02T20:03:28.338Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:28.338Z] [2021-09-02T20:03:28.338Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-09-02T20:03:28.338Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:28.338Z] [2021-09-02T20:03:28.338Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-09-02T20:03:28.338Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:28.338Z] [2021-09-02T20:03:28.338Z] DONE 6 tests, 6 skipped in 1.542s [2021-09-02T20:03:28.338Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-09-02T20:03:30.514Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T20:03:30.514Z] INFO: Testing against a local daemon [2021-09-02T20:03:30.514Z] === RUN TestServiceCreateInit [2021-09-02T20:03:30.514Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-02T20:03:30.514Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-02T20:03:30.514Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- PASS: TestServiceCreateInit (0.03s) [2021-09-02T20:03:30.514Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-02T20:03:30.514Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestCreateServiceMultipleTimes [2021-09-02T20:03:30.514Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestCreateServiceConflict [2021-09-02T20:03:30.514Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestCreateServiceMaxReplicas [2021-09-02T20:03:30.514Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-09-02T20:03:30.514Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-02T20:03:30.514Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestCreateServiceSecretFileMode [2021-09-02T20:03:30.514Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestCreateServiceConfigFileMode [2021-09-02T20:03:30.514Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestCreateServiceSysctls [2021-09-02T20:03:30.514Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-09-02T20:03:30.514Z] === RUN TestCreateServiceCapabilities [2021-09-02T20:03:30.514Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-09-02T20:03:30.514Z] === RUN TestInspect [2021-09-02T20:03:30.514Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestInspect (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestCreateJob [2021-09-02T20:03:30.514Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestCreateJob (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestReplicatedJob [2021-09-02T20:03:30.514Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestReplicatedJob (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestUpdateReplicatedJob [2021-09-02T20:03:30.514Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestServiceListWithStatuses [2021-09-02T20:03:30.514Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestDockerNetworkConnectAlias [2021-09-02T20:03:30.514Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestDockerNetworkReConnect [2021-09-02T20:03:30.514Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestServicePlugin [2021-09-02T20:03:30.514Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestServicePlugin (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestServiceUpdateLabel [2021-09-02T20:03:30.514Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:30.514Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestServiceUpdateSecrets [2021-09-02T20:03:30.514Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:30.514Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestServiceUpdateConfigs [2021-09-02T20:03:30.514Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:30.514Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestServiceUpdateNetwork [2021-09-02T20:03:30.514Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:30.514Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-09-02T20:03:30.514Z] === RUN TestServiceUpdatePidsLimit [2021-09-02T20:03:30.514Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:30.514Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-09-02T20:03:30.514Z] PASS [2021-09-02T20:03:30.514Z] ok github.com/docker/docker/integration/service 0.209s [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === Skipped [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-02T20:03:30.514Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-02T20:03:30.514Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-09-02T20:03:30.514Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-09-02T20:03:30.514Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-09-02T20:03:30.514Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-02T20:03:30.514Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-09-02T20:03:30.514Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-09-02T20:03:30.514Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-09-02T20:03:30.514Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-09-02T20:03:30.514Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-09-02T20:03:30.514Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-09-02T20:03:30.514Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-09-02T20:03:30.514Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-09-02T20:03:30.514Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-09-02T20:03:30.514Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-09-02T20:03:30.514Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-09-02T20:03:30.514Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-09-02T20:03:30.514Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-09-02T20:03:30.514Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-09-02T20:03:30.514Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:30.514Z] [2021-09-02T20:03:30.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-09-02T20:03:30.514Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:30.515Z] [2021-09-02T20:03:30.515Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-09-02T20:03:30.515Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:30.515Z] [2021-09-02T20:03:30.515Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-09-02T20:03:30.515Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:03:30.515Z] [2021-09-02T20:03:30.515Z] DONE 24 tests, 23 skipped in 2.164s [2021-09-02T20:03:30.515Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-09-02T20:03:31.498Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T20:03:31.498Z] INFO: Testing against a local daemon [2021-09-02T20:03:31.498Z] === RUN TestSessionCreate [2021-09-02T20:03:31.498Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-02T20:03:31.498Z] --- SKIP: TestSessionCreate (0.00s) [2021-09-02T20:03:31.498Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-02T20:03:31.498Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-02T20:03:31.498Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-09-02T20:03:31.498Z] PASS [2021-09-02T20:03:31.498Z] ok github.com/docker/docker/integration/session 0.075s [2021-09-02T20:03:31.946Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-09-02T20:03:31.946Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-09-02T20:03:31.946Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-09-02T20:03:31.956Z] [2021-09-02T20:03:31.956Z] === Skipped [2021-09-02T20:03:31.956Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-09-02T20:03:31.956Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-02T20:03:31.956Z] [2021-09-02T20:03:31.956Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-09-02T20:03:31.956Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-02T20:03:31.957Z] [2021-09-02T20:03:31.957Z] DONE 2 tests, 2 skipped in 1.328s [2021-09-02T20:03:31.957Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-09-02T20:03:32.512Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-09-02T20:03:32.771Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-09-02T20:03:32.771Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-09-02T20:03:32.771Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-09-02T20:03:33.314Z] --- PASS: TestGet (15.01s) [2021-09-02T20:03:33.314Z] === RUN TestPluginWithNoManifest [2021-09-02T20:03:33.314Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-09-02T20:03:33.314Z] === RUN TestGetAll [2021-09-02T20:03:33.314Z] --- PASS: TestGetAll (0.00s) [2021-09-02T20:03:33.314Z] PASS [2021-09-02T20:03:33.314Z] coverage: 73.2% of statements [2021-09-02T20:03:33.314Z] ok github.com/docker/docker/pkg/plugins 35.794s coverage: 73.2% of statements [2021-09-02T20:03:33.337Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-09-02T20:03:33.337Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-09-02T20:03:33.503Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T20:03:33.503Z] INFO: Testing against a local daemon [2021-09-02T20:03:33.503Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-02T20:03:33.503Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:33.503Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-02T20:03:33.503Z] === RUN TestDiskUsage [2021-09-02T20:03:33.503Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-02T20:03:33.503Z] --- SKIP: TestDiskUsage (0.00s) [2021-09-02T20:03:33.503Z] === RUN TestEventsExecDie [2021-09-02T20:03:33.503Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-02T20:03:33.503Z] --- SKIP: TestEventsExecDie (0.00s) [2021-09-02T20:03:33.503Z] === RUN TestEventsBackwardsCompatible [2021-09-02T20:03:33.503Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-02T20:03:33.503Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-09-02T20:03:33.503Z] === RUN TestEventsVolumeCreate [2021-09-02T20:03:33.503Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-02T20:03:33.503Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-09-02T20:03:33.503Z] === RUN TestInfoAPI [2021-09-02T20:03:33.503Z] --- PASS: TestInfoAPI (0.04s) [2021-09-02T20:03:33.503Z] === RUN TestInfoAPIWarnings [2021-09-02T20:03:33.503Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:03:33.503Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-09-02T20:03:33.503Z] === RUN TestInfoDebug [2021-09-02T20:03:33.503Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T20:03:33.503Z] --- SKIP: TestInfoDebug (0.00s) [2021-09-02T20:03:33.503Z] === RUN TestInfoInsecureRegistries [2021-09-02T20:03:33.503Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T20:03:33.503Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-09-02T20:03:33.503Z] === RUN TestInfoRegistryMirrors [2021-09-02T20:03:33.503Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T20:03:33.503Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-09-02T20:03:33.503Z] === RUN TestLoginFailsWithBadCredentials [2021-09-02T20:03:33.903Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-09-02T20:03:33.903Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-09-02T20:03:34.161Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-09-02T20:03:34.161Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-09-02T20:03:34.161Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-09-02T20:03:34.467Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2021-09-02T20:03:34.467Z] === RUN TestPingCacheHeaders [2021-09-02T20:03:34.467Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-09-02T20:03:34.467Z] === RUN TestPingGet [2021-09-02T20:03:34.467Z] --- PASS: TestPingGet (0.03s) [2021-09-02T20:03:34.467Z] === RUN TestPingHead [2021-09-02T20:03:34.467Z] --- PASS: TestPingHead (0.03s) [2021-09-02T20:03:34.467Z] === RUN TestVersion [2021-09-02T20:03:34.467Z] --- PASS: TestVersion (0.03s) [2021-09-02T20:03:34.467Z] PASS [2021-09-02T20:03:34.467Z] ok github.com/docker/docker/integration/system 1.200s [2021-09-02T20:03:34.467Z] [2021-09-02T20:03:34.467Z] === Skipped [2021-09-02T20:03:34.467Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-02T20:03:34.467Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:03:34.467Z] [2021-09-02T20:03:34.467Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-09-02T20:03:34.467Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-02T20:03:34.467Z] [2021-09-02T20:03:34.467Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-09-02T20:03:34.467Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-02T20:03:34.467Z] [2021-09-02T20:03:34.467Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-09-02T20:03:34.467Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-02T20:03:34.467Z] [2021-09-02T20:03:34.467Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-09-02T20:03:34.467Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-02T20:03:34.467Z] [2021-09-02T20:03:34.467Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-09-02T20:03:34.467Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:03:34.467Z] [2021-09-02T20:03:34.467Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-09-02T20:03:34.467Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T20:03:34.467Z] [2021-09-02T20:03:34.467Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-09-02T20:03:34.467Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T20:03:34.467Z] [2021-09-02T20:03:34.467Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-09-02T20:03:34.467Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T20:03:34.467Z] [2021-09-02T20:03:34.467Z] DONE 15 tests, 9 skipped in 2.722s [2021-09-02T20:03:34.925Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-09-02T20:03:36.063Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-09-02T20:03:36.063Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-09-02T20:03:36.063Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-09-02T20:03:36.063Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-09-02T20:03:36.063Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-09-02T20:03:36.063Z] === RUN TestDockerSuite/TestVolumeEvents [2021-09-02T20:03:36.458Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T20:03:36.458Z] INFO: Testing against a local daemon [2021-09-02T20:03:36.458Z] === RUN TestVolumesCreateAndList [2021-09-02T20:03:36.458Z] --- PASS: TestVolumesCreateAndList (0.05s) [2021-09-02T20:03:36.458Z] === RUN TestVolumesRemove [2021-09-02T20:03:36.458Z] --- PASS: TestVolumesRemove (0.08s) [2021-09-02T20:03:36.458Z] === RUN TestVolumesInspect [2021-09-02T20:03:36.458Z] --- PASS: TestVolumesInspect (0.03s) [2021-09-02T20:03:36.458Z] === RUN TestVolumesInvalidJSON [2021-09-02T20:03:36.458Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-02T20:03:36.458Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-02T20:03:36.458Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-02T20:03:36.458Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-09-02T20:03:36.458Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-02T20:03:36.458Z] PASS [2021-09-02T20:03:36.458Z] ok github.com/docker/docker/integration/volume 0.252s [2021-09-02T20:03:36.458Z] [2021-09-02T20:03:36.458Z] DONE 5 tests in 1.794s [2021-09-02T20:03:36.458Z] INFO: make.ps1 ended at 09/02/2021 20:03:36 [2021-09-02T20:03:36.458Z] INFO: Integration CLI tests being run from the host: [2021-09-02T20:03:36.458Z] 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-09-02T20:03:40.246Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-09-02T20:03:41.238Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-09-02T20:03:41.238Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-02T20:03:42.227Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-09-02T20:03:42.227Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-02T20:03:42.227Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-09-02T20:03:42.623Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-09-02T20:03:42.883Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-09-02T20:03:43.150Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-09-02T20:03:43.150Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-09-02T20:03:43.218Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-09-02T20:03:43.218Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-02T20:03:43.527Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-02T20:03:43.527Z] INFO: Testing against a local daemon [2021-09-02T20:03:43.527Z] === RUN TestDockerSuite [2021-09-02T20:03:43.527Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-09-02T20:03:43.527Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-09-02T20:03:43.527Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-02T20:03:43.527Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-09-02T20:03:43.527Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-09-02T20:03:43.527Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-09-02T20:03:43.527Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-09-02T20:03:43.527Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-02T20:03:43.527Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-09-02T20:03:43.688Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-09-02T20:03:43.737Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-09-02T20:03:43.984Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-09-02T20:03:44.441Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-09-02T20:03:44.900Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-09-02T20:03:45.357Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-09-02T20:03:45.639Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-09-02T20:03:45.815Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-09-02T20:03:46.206Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-09-02T20:03:46.648Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-09-02T20:03:47.637Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-09-02T20:03:47.637Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-02T20:03:48.107Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-09-02T20:03:48.107Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-02T20:03:48.107Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-09-02T20:03:48.740Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-09-02T20:03:48.740Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite (1319.17s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.60s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.18s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.47s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.70s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.17s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.32s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.32s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.10s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.92s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.26s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.83s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.46s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.58s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.68s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.66s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.65s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.60s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.61s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.86s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.84s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAttachDetach (1.08s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.92s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.78s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.71s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.64s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.09s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.58s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.05s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.12s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.00s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.30s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.87s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.64s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.38s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.19s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.60s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.27s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.45s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.92s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.74s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.11s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.49s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.22s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.97s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.74s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.98s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.91s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.23s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.06s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.88s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.97s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.45s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.83s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.28s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.57s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.13s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.20s) [2021-09-02T20:03:48.740Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.78s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.23s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.23s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.63s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.79s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.91s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.19s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.90s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.67s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.31s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.04s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.04s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.02s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.42s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.25s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.39s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.09s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.64s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.37s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.26s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.72s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.83s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.96s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.30s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.50s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.85s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.55s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.65s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.66s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.55s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCmd (0.35s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.40s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.46s) [2021-09-02T20:03:48.741Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.49s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.84s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.03s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.04s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.39s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.86s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.59s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.35s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (9.35s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.73s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.57s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.90s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.94s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.54s) [2021-09-02T20:03:48.741Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-09-02T20:03:48.741Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-09-02T20:03:48.741Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-09-02T20:03:48.741Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.80s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.86s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.36s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.35s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.54s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.51s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.55s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.25s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.36s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.67s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.27s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.26s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.20s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.96s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.26s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.14s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.08s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.91s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.03s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.16s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.14s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.32s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.32s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.19s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.61s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.13s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.36s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.33s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.28s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.59s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.10s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.26s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.32s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.17s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.71s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.76s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEnv (1.60s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.54s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.15s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.88s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (18.72s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.78s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.88s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.74s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.49s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.48s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.16s) [2021-09-02T20:03:48.741Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.32s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (10.11s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildExpose (0.33s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.63s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.46s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.33s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildFails (0.88s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.84s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.91s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.57s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.54s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.58s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.85s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.47s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.49s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.20s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.27s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.43s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.91s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildHistory (3.35s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.52s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.74s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.55s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.37s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.64s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildLabel (0.31s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.27s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.30s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.20s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildLabels (0.35s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.81s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.46s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.58s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.47s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.27s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.03s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.37s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.71s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.27s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.34s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.88s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.48s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.80s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.60s) [2021-09-02T20:03:48.741Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.59s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.31s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.27s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.30s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.65s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.48s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.76s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.73s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.31s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.41s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.09s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.30s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.40s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.61s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.55s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.55s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.32s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.54s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.92s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.03s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.22s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.39s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.01s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildPATH (2.25s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.64s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.78s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.91s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.66s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.44s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildRm (2.23s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.66s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.18s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.31s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.51s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.32s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.33s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.31s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.94s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.06s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.23s) [2021-09-02T20:03:48.741Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.31s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.72s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.17s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildStderr (0.88s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.62s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.67s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.65s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.32s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.59s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.93s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildUser (1.22s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.21s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.00s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.79s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.31s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.73s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.71s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.08s) [2021-09-02T20:03:48.741Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-09-02T20:03:48.741Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-09-02T20:03:48.741Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-09-02T20:03:48.741Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.47s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.68s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.58s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.70s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.09s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.63s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.97s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.51s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.61s) [2021-09-02T20:03:48.741Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.66s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.92s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.06s) [2021-09-02T20:03:48.741Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.69s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.91s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestCommitChange (0.86s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.74s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.25s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.21s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.69s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestCommitTTY (1.27s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.76s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.12s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.76s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2021-09-02T20:03:48.741Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.10s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.28s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.13s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.56s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.54s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.58s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.61s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.50s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.06s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.47s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.10s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.78s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.93s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.67s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.70s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.93s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.68s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.73s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.86s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.83s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.04s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.57s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.94s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.79s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.52s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (0.93s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.33s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.52s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.31s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.48s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.67s) [2021-09-02T20:03:48.742Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.68s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.73s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.46s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.42s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.49s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.61s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.87s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.98s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.49s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.33s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (0.52s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.31s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00043ff38_} (1.33s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13958969397_/foo_false____} (0.59s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13958969397_/foo_true____} (1.37s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32221970777_/foo_false____} (1.40s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32221970777_/foo_true____} (1.50s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32221970777_/foo_true__0xc00043ff68__} (1.55s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00043ff80_} (1.34s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00043ff98_} (1.58s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00043ffb0_} (1.33s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00043ffc8_} (1.32s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.48s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.31s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.83s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.20s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.77s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.05s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.14s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.72s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.58s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.70s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.82s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.57s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.63s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.72s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.86s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.59s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.70s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.72s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.74s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.76s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.91s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.68s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.82s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.71s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.73s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.80s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.95s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.27s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.14s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToCaseB (1.03s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.13s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.05s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.49s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.50s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.74s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.11s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.70s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.66s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.83s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToDot (0.64s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.22s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.09s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToStdout (0.53s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.19s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.63s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.22s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.14s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateArgs (0.07s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.40s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.59s) [2021-09-02T20:03:48.742Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.07s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.47s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.27s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2021-09-02T20:03:48.742Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.12s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.58s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.96s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.47s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.09s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.60s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.98s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.10s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (1.06s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.47s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.46s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.88s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.62s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.98s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.17s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.37s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.64s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.82s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.70s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.26s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsAttach (0.75s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsCommit (0.69s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.67s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.57s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.46s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.48s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.99s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.10s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.02s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsCopy (0.81s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.98s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.33s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.41s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.86s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.70s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.15s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.32s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsFilters (1.07s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsFormat (1.14s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.76s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.27s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.41s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2021-09-02T20:03:48.742Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-09-02T20:03:48.742Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.30s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.45s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsRename (0.48s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsResize (0.53s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.47s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.55s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.49s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.80s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsTop (0.76s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsUntag (2.59s) [2021-09-02T20:03:48.742Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.03s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExec (0.58s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.67s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.57s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.60s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.41s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.57s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.65s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.54s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.55s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.51s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.52s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.99s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecCgroup (0.85s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecEnv (0.55s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.02s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.54s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecInspectID (2.65s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecInteractive (0.56s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.53s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.56s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecParseError (0.50s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.53s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.46s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.24s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.71s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecStartFails (0.76s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.77s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.50s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecTTY (0.56s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.57s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.49s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecUlimits (0.56s) [2021-09-02T20:03:48.743Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.23s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.55s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.75s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.55s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestExecWithUser (0.59s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.54s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.90s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.62s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.54s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.57s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestHealth (19.00s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.04s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.03s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.67s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.59s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.36s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.59s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.61s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.56s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.59s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImportDisplay (0.98s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImportFile (1.09s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.14s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImportGzipped (1.16s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.13s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.55s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.49s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.50s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.47s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.50s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.48s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.44s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.44s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.14s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.46s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.46s) [2021-09-02T20:03:48.743Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.69s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.50s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectDefault (0.45s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectHistory (0.55s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-09-02T20:03:48.743Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.43s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.50s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.43s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.48s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.41s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.64s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectStatus (0.58s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.04s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.51s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.50s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.48s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.46s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.47s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.44s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.60s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.97s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.94s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.23s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.09s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.44s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.52s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.44s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.28s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.23s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.52s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.12s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.49s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.49s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.29s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.46s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.49s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.49s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.44s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.51s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.52s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.89s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.37s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.24s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.06s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.79s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.53s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.56s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.59s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsSince (6.70s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.51s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.45s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsTail (0.54s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.51s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.57s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.33s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.68s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestNetHostname (1.62s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.37s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.67s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.27s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPluginActive (1.31s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.92s) [2021-09-02T20:03:48.743Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.73s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.63s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.31s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.78s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPluginUpgrade (3.66s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.41s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.90s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.03s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPortList (8.09s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.19s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.49s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.43s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.43s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.44s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.96s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.93s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.93s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.40s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsByOrder (2.05s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.68s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.13s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.10s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.17s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.26s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.51s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.45s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.63s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.04s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.94s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.60s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.75s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.53s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.16s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.58s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.55s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.58s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.51s) [2021-09-02T20:03:48.743Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.13s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.08s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.57s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.98s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.91s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.51s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.35s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.93s) [2021-09-02T20:03:48.743Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.43s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.12s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.30s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.00s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.88s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.16s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.06s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.70s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.72s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.25s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.16s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.77s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.27s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.67s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRmiTag (0.33s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.73s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.41s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.46s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.59s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.30s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.89s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAddHost (0.43s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.26s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.44s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.44s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.06s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.62s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.76s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.81s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.89s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.89s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.64s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.09s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.95s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.76s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.75s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.79s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.97s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.47s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.46s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.46s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.37s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.47s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.46s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.48s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.45s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.63s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.44s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.43s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.44s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.49s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.78s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.53s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.63s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.44s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.45s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.18s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.94s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.90s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.44s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.44s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.43s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.47s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.45s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.04s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.59s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.08s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.63s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.75s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.23s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.69s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.51s) [2021-09-02T20:03:48.744Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-09-02T20:03:48.744Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.49s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.20s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.01s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.57s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.49s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.02s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.48s) [2021-09-02T20:03:48.744Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.49s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.05s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.49s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.53s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.58s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.46s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.44s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.66s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.66s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.48s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunExitCode (0.47s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.45s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.47s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.47s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.44s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.44s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.90s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.25s) [2021-09-02T20:03:48.744Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.59s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.48s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.92s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.76s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.55s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.47s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.23s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.11s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.99s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.50s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.34s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.42s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.71s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.06s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.83s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.41s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.05s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.22s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.00s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunMount (4.86s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.54s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.54s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.06s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.99s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.62s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.81s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.02s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.21s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.26s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.75s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNetHost (0.81s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.55s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.66s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.74s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.67s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.41s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.42s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.61s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.48s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.51s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.12s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.70s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.62s) [2021-09-02T20:03:48.744Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.49s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.46s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.00s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.62s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.42s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.45s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.44s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.44s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.44s) [2021-09-02T20:03:48.744Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.46s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.44s) [2021-09-02T20:03:48.744Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.43s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.88s) [2021-09-02T20:03:48.744Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.06s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.92s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunRm (0.46s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.48s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.48s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.48s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.45s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.47s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.47s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.35s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.63s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.57s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.47s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.45s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.48s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.46s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.48s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.51s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.56s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.56s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunState (1.39s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.50s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.60s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s) [2021-09-02T20:03:48.744Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.49s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.67s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunSysctls (0.96s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.46s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.53s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.45s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.17s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.32s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.81s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.56s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.54s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.55s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.84s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.05s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunUserByID (0.47s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.18s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.19s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.66s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunUserByName (0.65s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.48s) [2021-09-02T20:03:48.744Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.46s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.40s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.68s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.80s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.73s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.22s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.77s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.31s) [2021-09-02T20:03:48.744Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.57s) [2021-09-02T20:03:48.744Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-09-02T20:03:48.744Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-09-02T20:03:48.745Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.29s) [2021-09-02T20:03:48.745Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.62s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.57s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.10s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.71s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.65s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.51s) [2021-09-02T20:03:48.745Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.06s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2021-09-02T20:03:48.745Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-09-02T20:03:48.745Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-09-02T20:03:48.745Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-09-02T20:03:48.745Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-09-02T20:03:48.745Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.49s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.68s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.74s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.32s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.55s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.46s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.54s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.46s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.23s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.47s) [2021-09-02T20:03:48.745Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.42s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.11s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.55s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.51s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.50s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.86s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.80s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.12s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.09s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.25s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.37s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.31s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.11s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.13s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.21s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.35s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.57s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.00s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.15s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.05s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.78s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.98s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.88s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.93s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.52s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStartRecordError (1.38s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.32s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.53s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.65s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.02s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.63s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.69s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.44s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.50s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.52s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.52s) [2021-09-02T20:03:48.745Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.58s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.64s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.09s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.49s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.80s) [2021-09-02T20:03:48.745Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-09-02T20:03:48.745Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.09s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.64s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.59s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.02s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUpdateStats (3.50s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.89s) [2021-09-02T20:03:48.745Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.69s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.57s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.51s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.76s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.42s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.44s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.34s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.52s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.81s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.70s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.03s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.30s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.51s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.60s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.83s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.46s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.63s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.07s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.08s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.60s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.56s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.61s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.08s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.57s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.18s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.49s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.41s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.08s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.29s) [2021-09-02T20:03:48.745Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.13s) [2021-09-02T20:03:48.745Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-09-02T20:03:48.745Z] === RUN TestDockerRegistrySuite [2021-09-02T20:03:48.745Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-09-02T20:03:49.096Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-09-02T20:03:49.681Z] check_test.go:195: [dadfddfe444a9] daemon is not started [2021-09-02T20:03:49.681Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-09-02T20:03:50.087Z] === RUN TestDockerSuite/TestBuildCmd [2021-09-02T20:03:50.557Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-09-02T20:03:51.027Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-09-02T20:03:51.059Z] check_test.go:195: [d7335c8e9c36f] daemon is not started [2021-09-02T20:03:51.059Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-09-02T20:03:51.498Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-09-02T20:03:51.994Z] check_test.go:195: [d5ee9ff2b3f37] daemon is not started [2021-09-02T20:03:51.994Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-09-02T20:03:52.252Z] check_test.go:195: [ddf99b2fd3039] daemon is not started [2021-09-02T20:03:52.252Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-09-02T20:03:54.783Z] check_test.go:195: [df41408de4e2a] daemon is not started [2021-09-02T20:03:54.783Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-09-02T20:03:55.298Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-09-02T20:03:57.519Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-09-02T20:03:57.519Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-02T20:03:57.519Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-09-02T20:03:58.508Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-09-02T20:03:58.508Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-02T20:03:58.508Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-09-02T20:03:58.629Z] 2021/09/02 20:03:57 Closing DB instances... [2021-09-02T20:03:58.978Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-09-02T20:03:59.105Z] --- PASS: TestNetworkDBGarbageCollection (54.24s) [2021-09-02T20:03:59.105Z] === RUN TestFindNode [2021-09-02T20:03:59.105Z] 2021/09/02 20:03:58 Closing DB instances... [2021-09-02T20:03:59.105Z] --- PASS: TestFindNode (0.02s) [2021-09-02T20:03:59.105Z] === RUN TestChangeNodeState [2021-09-02T20:03:59.105Z] 2021/09/02 20:03:59 Closing DB instances... [2021-09-02T20:03:59.105Z] --- PASS: TestChangeNodeState (0.01s) [2021-09-02T20:03:59.105Z] === RUN TestNodeReincarnation [2021-09-02T20:03:59.105Z] 2021/09/02 20:03:59 Closing DB instances... [2021-09-02T20:04:00.049Z] check_test.go:195: [d677d96284d1d] daemon is not started [2021-09-02T20:04:00.049Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-09-02T20:04:00.548Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-09-02T20:04:01.018Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-09-02T20:04:01.489Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-09-02T20:04:01.489Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-02T20:04:01.489Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-09-02T20:04:01.950Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-09-02T20:04:02.479Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-09-02T20:04:02.886Z] check_test.go:195: [d5cd6dd7c9cd6] daemon is not started [2021-09-02T20:04:02.886Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-09-02T20:04:02.949Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-09-02T20:04:02.949Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-02T20:04:02.949Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-09-02T20:04:02.949Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-02T20:04:02.949Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-09-02T20:04:04.263Z] check_test.go:195: [d3f9821975495] daemon is not started [2021-09-02T20:04:04.263Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-09-02T20:04:04.263Z] docker_cli_swarm_test.go:1802: [d3951bf826879] joining swarm manager [d91c33fb087c9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T20:04:04.844Z] check_test.go:195: [d18029fbc81c0] daemon is not started [2021-09-02T20:04:04.844Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-09-02T20:04:04.988Z] time="2021-09-02T20:04:04Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-09-02T20:04:04.988Z] --- PASS: TestNodeReincarnation (5.01s) [2021-09-02T20:04:04.988Z] === RUN TestParallelCreate [2021-09-02T20:04:04.988Z] 2021/09/02 20:04:04 Closing DB instances... [2021-09-02T20:04:04.988Z] --- PASS: TestParallelCreate (0.01s) [2021-09-02T20:04:04.988Z] === RUN TestParallelDelete [2021-09-02T20:04:04.988Z] 2021/09/02 20:04:04 Closing DB instances... [2021-09-02T20:04:04.988Z] --- PASS: TestParallelDelete (0.01s) [2021-09-02T20:04:04.988Z] === RUN TestNetworkDBIslands [2021-09-02T20:04:04.988Z] time="2021-09-02T20:04:04Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:18752301dd4e with config:&{NodeID:18752301dd4e 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-09-02T20:04:04.988Z] time="2021-09-02T20:04:04Z" level=info msg="Node 18752301dd4e/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:04.988Z] time="2021-09-02T20:04:04Z" level=info msg="Node 18752301dd4e/172.26.50.226, added to nodes list" [2021-09-02T20:04:04.988Z] time="2021-09-02T20:04:04Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a204a69be1b2 with config:&{NodeID:a204a69be1b2 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-09-02T20:04:04.988Z] time="2021-09-02T20:04:04Z" level=info msg="Node a204a69be1b2/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:04.989Z] time="2021-09-02T20:04:04Z" level=info msg="Node a204a69be1b2/172.26.50.226, added to nodes list" [2021-09-02T20:04:04.989Z] time="2021-09-02T20:04:04Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-09-02T20:04:04.989Z] time="2021-09-02T20:04:04Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-09-02T20:04:04.989Z] time="2021-09-02T20:04:04Z" level=debug msg="memberlist: Stream connection from=[::1]:49348" [2021-09-02T20:04:04.989Z] time="2021-09-02T20:04:04Z" level=info msg="Node a204a69be1b2/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:04.989Z] time="2021-09-02T20:04:04Z" level=info msg="Node a204a69be1b2/172.26.50.226, added to nodes list" [2021-09-02T20:04:04.989Z] time="2021-09-02T20:04:04Z" level=info msg="Node 18752301dd4e/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:04.989Z] time="2021-09-02T20:04:04Z" level=info msg="Node 18752301dd4e/172.26.50.226, added to nodes list" [2021-09-02T20:04:04.989Z] time="2021-09-02T20:04:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-09-02T20:04:04.989Z] time="2021-09-02T20:04:04Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49349" [2021-09-02T20:04:05.416Z] docker_cli_swarm_test.go:1803: [db624e00433c5] joining swarm manager [d91c33fb087c9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:0347b47c5554 with config:&{NodeID:0347b47c5554 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-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=info msg="Node 0347b47c5554/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=info msg="Node 0347b47c5554/172.26.50.226, added to nodes list" [2021-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2021-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=info msg="Node 0347b47c5554/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=info msg="Node 0347b47c5554/172.26.50.226, added to nodes list" [2021-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=info msg="Node 18752301dd4e/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=info msg="Node 18752301dd4e/172.26.50.226, added to nodes list" [2021-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=info msg="Node a204a69be1b2/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=info msg="Node a204a69be1b2/172.26.50.226, added to nodes list" [2021-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2021-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=info msg="Node 0347b47c5554/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:05.459Z] time="2021-09-02T20:04:05Z" level=info msg="Node 0347b47c5554/172.26.50.226, added to nodes list" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:c617d87a617e with config:&{NodeID:c617d87a617e 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-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="Node c617d87a617e/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="Node c617d87a617e/172.26.50.226, added to nodes list" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=debug msg="memberlist: Stream connection from=[::1]:49352" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="Node c617d87a617e/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="Node c617d87a617e/172.26.50.226, added to nodes list" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="Node a204a69be1b2/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="Node a204a69be1b2/172.26.50.226, added to nodes list" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="Node 0347b47c5554/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="Node 0347b47c5554/172.26.50.226, added to nodes list" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="Node 18752301dd4e/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="Node 18752301dd4e/172.26.50.226, added to nodes list" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="Node c617d87a617e/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="Node c617d87a617e/172.26.50.226, added to nodes list" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="Node c617d87a617e/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:05.929Z] time="2021-09-02T20:04:05Z" level=info msg="Node c617d87a617e/172.26.50.226, added to nodes list" [2021-09-02T20:04:06.351Z] check_test.go:195: [d333973de58ee] daemon is not started [2021-09-02T20:04:06.351Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:099cd3839b58 with config:&{NodeID:099cd3839b58 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-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=info msg="Node 099cd3839b58/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=info msg="Node 099cd3839b58/172.26.50.226, added to nodes list" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=debug msg="memberlist: Stream connection from=[::1]:49354" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=info msg="Node 099cd3839b58/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=info msg="Node 099cd3839b58/172.26.50.226, added to nodes list" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=info msg="Node a204a69be1b2/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=info msg="Node a204a69be1b2/172.26.50.226, added to nodes list" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=info msg="Node 18752301dd4e/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=info msg="Node 18752301dd4e/172.26.50.226, added to nodes list" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=info msg="Node c617d87a617e/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=info msg="Node c617d87a617e/172.26.50.226, added to nodes list" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=info msg="Node 0347b47c5554/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=info msg="Node 0347b47c5554/172.26.50.226, added to nodes list" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49355" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:06Z" level=info msg="Node 099cd3839b58/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:06Z" level=info msg="Node 099cd3839b58/172.26.50.226, added to nodes list" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:06Z" level=info msg="Node 099cd3839b58/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:06Z" level=info msg="Node 099cd3839b58/172.26.50.226, added to nodes list" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:06Z" level=info msg="Node 099cd3839b58/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:06Z" level=info msg="Node 099cd3839b58/172.26.50.226, added to nodes list" [2021-09-02T20:04:06.398Z] networkdb_test.go:835: Re-joining: 3 [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:06Z" level=info msg="The new bootstrap node list is:[172.26.50.226:10033 172.26.50.226:10034 172.26.50.226:10035]" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.50.226:10033" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:06Z" level=debug msg="memberlist: Stream connection from=172.26.50.226:49356" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.50.226:10034" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:06Z" level=debug msg="memberlist: Stream connection from=172.26.50.226:49357" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.50.226:10035" [2021-09-02T20:04:06.398Z] time="2021-09-02T20:04:06Z" level=debug msg="memberlist: Stream connection from=172.26.50.226:49358" [2021-09-02T20:04:06.868Z] networkdb_test.go:835: Re-joining: 4 [2021-09-02T20:04:06.868Z] time="2021-09-02T20:04:06Z" level=info msg="The new bootstrap node list is:[172.26.50.226:10033 172.26.50.226:10034 172.26.50.226:10035]" [2021-09-02T20:04:06.868Z] time="2021-09-02T20:04:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.50.226:10033" [2021-09-02T20:04:06.868Z] time="2021-09-02T20:04:06Z" level=debug msg="memberlist: Stream connection from=172.26.50.226:49359" [2021-09-02T20:04:06.868Z] time="2021-09-02T20:04:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.50.226:10034" [2021-09-02T20:04:06.868Z] time="2021-09-02T20:04:06Z" level=debug msg="memberlist: Stream connection from=172.26.50.226:49360" [2021-09-02T20:04:06.868Z] time="2021-09-02T20:04:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.50.226:10035" [2021-09-02T20:04:06.868Z] time="2021-09-02T20:04:06Z" level=debug msg="memberlist: Stream connection from=172.26.50.226:49361" [2021-09-02T20:04:06.868Z] time="2021-09-02T20:04:06Z" level=info msg="node 0 leaving" [2021-09-02T20:04:07.286Z] check_test.go:195: [dce5af251d433] daemon is not started [2021-09-02T20:04:07.286Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:06Z" level=info msg="Node 18752301dd4e change state NodeActive --> NodeLeft" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:06Z" level=info msg="node4(c617d87a617e): Node leave event for 18752301dd4e/172.26.50.226" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:06Z" level=info msg="Node 18752301dd4e change state NodeActive --> NodeLeft" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:06Z" level=info msg="node2(a204a69be1b2): Node leave event for 18752301dd4e/172.26.50.226" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:06Z" level=info msg="Node 18752301dd4e change state NodeActive --> NodeLeft" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:06Z" level=info msg="node3(0347b47c5554): Node leave event for 18752301dd4e/172.26.50.226" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:06Z" level=info msg="Node 18752301dd4e change state NodeActive --> NodeLeft" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:06Z" level=info msg="node1(18752301dd4e): Node leave event for 18752301dd4e/172.26.50.226" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:06Z" level=info msg="Node 18752301dd4e change state NodeActive --> NodeLeft" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:06Z" level=info msg="node5(099cd3839b58): Node leave event for 18752301dd4e/172.26.50.226" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:07Z" level=info msg="Node 18752301dd4e/172.26.50.226, left gossip cluster" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:07Z" level=info msg="Node 18752301dd4e/172.26.50.226, left gossip cluster" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:07Z" level=info msg="Node 18752301dd4e/172.26.50.226, left gossip cluster" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:07Z" level=info msg="Node 18752301dd4e/172.26.50.226, left gossip cluster" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:07Z" level=info msg="Node 18752301dd4e/172.26.50.226, left gossip cluster" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:07Z" level=info msg="node 1 leaving" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:07Z" level=info msg="Node a204a69be1b2 change state NodeActive --> NodeLeft" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:07Z" level=info msg="node4(c617d87a617e): Node leave event for a204a69be1b2/172.26.50.226" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:07Z" level=info msg="Node a204a69be1b2 change state NodeActive --> NodeLeft" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:07Z" level=info msg="node5(099cd3839b58): Node leave event for a204a69be1b2/172.26.50.226" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:07Z" level=info msg="Node a204a69be1b2 change state NodeActive --> NodeLeft" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:07Z" level=info msg="node3(0347b47c5554): Node leave event for a204a69be1b2/172.26.50.226" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:07Z" level=info msg="Node a204a69be1b2 change state NodeActive --> NodeLeft" [2021-09-02T20:04:07.337Z] time="2021-09-02T20:04:07Z" level=info msg="node2(a204a69be1b2): Node leave event for a204a69be1b2/172.26.50.226" [2021-09-02T20:04:07.716Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-09-02T20:04:07.807Z] time="2021-09-02T20:04:07Z" level=info msg="Node a204a69be1b2/172.26.50.226, left gossip cluster" [2021-09-02T20:04:07.807Z] time="2021-09-02T20:04:07Z" level=info msg="Node a204a69be1b2/172.26.50.226, left gossip cluster" [2021-09-02T20:04:07.807Z] time="2021-09-02T20:04:07Z" level=info msg="Node a204a69be1b2/172.26.50.226, left gossip cluster" [2021-09-02T20:04:07.807Z] time="2021-09-02T20:04:07Z" level=info msg="Node a204a69be1b2/172.26.50.226, left gossip cluster" [2021-09-02T20:04:07.807Z] time="2021-09-02T20:04:07Z" level=info msg="node 2 leaving" [2021-09-02T20:04:07.807Z] time="2021-09-02T20:04:07Z" level=info msg="Node 0347b47c5554 change state NodeActive --> NodeLeft" [2021-09-02T20:04:07.807Z] time="2021-09-02T20:04:07Z" level=info msg="node5(099cd3839b58): Node leave event for 0347b47c5554/172.26.50.226" [2021-09-02T20:04:07.807Z] time="2021-09-02T20:04:07Z" level=info msg="Node 0347b47c5554 change state NodeActive --> NodeLeft" [2021-09-02T20:04:07.807Z] time="2021-09-02T20:04:07Z" level=info msg="node4(c617d87a617e): Node leave event for 0347b47c5554/172.26.50.226" [2021-09-02T20:04:07.807Z] time="2021-09-02T20:04:07Z" level=info msg="Node 0347b47c5554 change state NodeActive --> NodeLeft" [2021-09-02T20:04:07.807Z] time="2021-09-02T20:04:07Z" level=info msg="node3(0347b47c5554): Node leave event for 0347b47c5554/172.26.50.226" [2021-09-02T20:04:08.276Z] time="2021-09-02T20:04:07Z" level=info msg="Node 0347b47c5554/172.26.50.226, left gossip cluster" [2021-09-02T20:04:08.276Z] time="2021-09-02T20:04:07Z" level=info msg="Node 0347b47c5554/172.26.50.226, left gossip cluster" [2021-09-02T20:04:08.276Z] networkdb_test.go:867: node4: OK [2021-09-02T20:04:08.276Z] networkdb_test.go:867: node5: OK [2021-09-02T20:04:08.276Z] time="2021-09-02T20:04:08Z" level=info msg="node 0 coming back" [2021-09-02T20:04:08.276Z] time="2021-09-02T20:04:08Z" level=info msg="Node 0347b47c5554/172.26.50.226, left gossip cluster" [2021-09-02T20:04:08.277Z] time="2021-09-02T20:04:08Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:730ccb1cd47a with config:&{NodeID:730ccb1cd47a 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-09-02T20:04:08.277Z] time="2021-09-02T20:04:08Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:08.277Z] time="2021-09-02T20:04:08Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, added to nodes list" [2021-09-02T20:04:08.277Z] time="2021-09-02T20:04:08Z" level=info msg="node 1 coming back" [2021-09-02T20:04:08.277Z] time="2021-09-02T20:04:08Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:77d95885e131 with config:&{NodeID:77d95885e131 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-09-02T20:04:08.277Z] time="2021-09-02T20:04:08Z" level=info msg="Node 77d95885e131/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:08.277Z] time="2021-09-02T20:04:08Z" level=info msg="Node 77d95885e131/172.26.50.226, added to nodes list" [2021-09-02T20:04:08.277Z] time="2021-09-02T20:04:08Z" level=info msg="node 2 coming back" [2021-09-02T20:04:08.277Z] time="2021-09-02T20:04:08Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:7b3e02b4976f with config:&{NodeID:7b3e02b4976f 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-09-02T20:04:08.277Z] time="2021-09-02T20:04:08Z" level=info msg="Node 7b3e02b4976f/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:08.277Z] time="2021-09-02T20:04:08Z" level=info msg="Node 7b3e02b4976f/172.26.50.226, added to nodes list" [2021-09-02T20:04:08.660Z] check_test.go:195: [d80c49ede2392] daemon is not started [2021-09-02T20:04:08.660Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-09-02T20:04:08.746Z] time="2021-09-02T20:04:08Z" level=debug msg="memberlist: Failed ping: c617d87a617e (timeout reached)" [2021-09-02T20:04:08.746Z] time="2021-09-02T20:04:08Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.26.50.226:10037: use of closed network connection" [2021-09-02T20:04:08.746Z] time="2021-09-02T20:04:08Z" level=debug msg="memberlist: Stream connection from=172.26.50.226:49362" [2021-09-02T20:04:09.216Z] time="2021-09-02T20:04:09Z" level=warning msg="memberlist: Was able to connect to c617d87a617e but other probes failed, network may be misconfigured" [2021-09-02T20:04:09.227Z] check_test.go:195: [d2679f05af399] daemon is not started [2021-09-02T20:04:09.227Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-09-02T20:04:10.603Z] check_test.go:195: [dc075f9e818b4] daemon is not started [2021-09-02T20:04:10.603Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-09-02T20:04:11.170Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:8b2d848b8e2f747bc405a82cd7a0699546a60ad3996b5cdb9c750dd8b33e6c24 [2021-09-02T20:04:12.176Z] time="2021-09-02T20:04:11Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.50.226:10033 172.26.50.226:10034 172.26.50.226:10035]" [2021-09-02T20:04:12.176Z] time="2021-09-02T20:04:11Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.50.226:10033 172.26.50.226:10034 172.26.50.226:10035]" [2021-09-02T20:04:12.546Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c7f1e63c04d85506fda1c317204e93455c6ea02fd01ba1d452415c811b648aeb [2021-09-02T20:04:12.546Z] check_test.go:195: [da90913ff45e0] daemon is not started [2021-09-02T20:04:12.546Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-09-02T20:04:12.646Z] time="2021-09-02T20:04:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.50.226:10033" [2021-09-02T20:04:12.646Z] time="2021-09-02T20:04:12Z" level=debug msg="memberlist: Stream connection from=172.26.50.226:49363" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 099cd3839b58/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 099cd3839b58/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node c617d87a617e/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node c617d87a617e/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, is the new incarnation of the shutdown node 18752301dd4e/172.26.50.226" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.50.226:10034" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=debug msg="memberlist: Stream connection from=172.26.50.226:49364" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 099cd3839b58/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 099cd3839b58/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node c617d87a617e/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node c617d87a617e/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 77d95885e131/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 77d95885e131/172.26.50.226, is the new incarnation of the shutdown node a204a69be1b2/172.26.50.226" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 77d95885e131/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.50.226:10035" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, is the new incarnation of the shutdown node 18752301dd4e/172.26.50.226" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=debug msg="memberlist: Stream connection from=172.26.50.226:49365" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 099cd3839b58/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 099cd3839b58/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 77d95885e131/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 77d95885e131/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node c617d87a617e/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node c617d87a617e/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 7b3e02b4976f/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 7b3e02b4976f/172.26.50.226, is the new incarnation of the shutdown node 0347b47c5554/172.26.50.226" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 7b3e02b4976f/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 77d95885e131/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 77d95885e131/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 77d95885e131/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 77d95885e131/172.26.50.226, is the new incarnation of the shutdown node a204a69be1b2/172.26.50.226" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 77d95885e131/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 7b3e02b4976f/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 7b3e02b4976f/172.26.50.226, is the new incarnation of the shutdown node 0347b47c5554/172.26.50.226" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 7b3e02b4976f/172.26.50.226, added to nodes list" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 7b3e02b4976f/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:12.647Z] time="2021-09-02T20:04:12Z" level=info msg="Node 7b3e02b4976f/172.26.50.226, added to nodes list" [2021-09-02T20:04:13.120Z] time="2021-09-02T20:04:12Z" level=info msg="Node 7b3e02b4976f/172.26.50.226, joined gossip cluster" [2021-09-02T20:04:13.120Z] time="2021-09-02T20:04:12Z" level=info msg="Node 7b3e02b4976f/172.26.50.226, added to nodes list" [2021-09-02T20:04:13.120Z] time="2021-09-02T20:04:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.50.226:10033" [2021-09-02T20:04:13.120Z] time="2021-09-02T20:04:12Z" level=debug msg="memberlist: Stream connection from=172.26.50.226:49366" [2021-09-02T20:04:13.120Z] time="2021-09-02T20:04:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.50.226:10034" [2021-09-02T20:04:13.120Z] time="2021-09-02T20:04:12Z" level=debug msg="memberlist: Stream connection from=172.26.50.226:49367" [2021-09-02T20:04:13.120Z] time="2021-09-02T20:04:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.50.226:10035" [2021-09-02T20:04:13.120Z] time="2021-09-02T20:04:12Z" level=debug msg="memberlist: Stream connection from=172.26.50.226:49368" [2021-09-02T20:04:13.482Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:caacd975dad85c93ee24b43da773dae9fc6e051e5b7af765552bddfe0405766f [2021-09-02T20:04:13.590Z] 2021/09/02 20:04:13 Closing DB instances... [2021-09-02T20:04:13.590Z] time="2021-09-02T20:04:13Z" level=info msg="Node 730ccb1cd47a change state NodeActive --> NodeLeft" [2021-09-02T20:04:13.590Z] time="2021-09-02T20:04:13Z" level=info msg="node3(7b3e02b4976f): Node leave event for 730ccb1cd47a/172.26.50.226" [2021-09-02T20:04:13.590Z] time="2021-09-02T20:04:13Z" level=info msg="Node 730ccb1cd47a change state NodeActive --> NodeLeft" [2021-09-02T20:04:13.590Z] time="2021-09-02T20:04:13Z" level=info msg="Node 730ccb1cd47a change state NodeActive --> NodeLeft" [2021-09-02T20:04:13.590Z] time="2021-09-02T20:04:13Z" level=info msg="node2(77d95885e131): Node leave event for 730ccb1cd47a/172.26.50.226" [2021-09-02T20:04:13.590Z] time="2021-09-02T20:04:13Z" level=info msg="node5(099cd3839b58): Node leave event for 730ccb1cd47a/172.26.50.226" [2021-09-02T20:04:13.590Z] time="2021-09-02T20:04:13Z" level=info msg="Node 730ccb1cd47a change state NodeActive --> NodeLeft" [2021-09-02T20:04:13.590Z] time="2021-09-02T20:04:13Z" level=info msg="node1(730ccb1cd47a): Node leave event for 730ccb1cd47a/172.26.50.226" [2021-09-02T20:04:13.590Z] time="2021-09-02T20:04:13Z" level=info msg="Node 730ccb1cd47a change state NodeActive --> NodeLeft" [2021-09-02T20:04:13.590Z] time="2021-09-02T20:04:13Z" level=info msg="node4(c617d87a617e): Node leave event for 730ccb1cd47a/172.26.50.226" [2021-09-02T20:04:13.591Z] time="2021-09-02T20:04:13Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, left gossip cluster" [2021-09-02T20:04:13.591Z] time="2021-09-02T20:04:13Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, left gossip cluster" [2021-09-02T20:04:13.591Z] time="2021-09-02T20:04:13Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, left gossip cluster" [2021-09-02T20:04:13.591Z] time="2021-09-02T20:04:13Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, left gossip cluster" [2021-09-02T20:04:13.591Z] time="2021-09-02T20:04:13Z" level=info msg="Node 730ccb1cd47a/172.26.50.226, left gossip cluster" [2021-09-02T20:04:14.060Z] time="2021-09-02T20:04:13Z" level=info msg="Node 77d95885e131 change state NodeActive --> NodeLeft" [2021-09-02T20:04:14.060Z] time="2021-09-02T20:04:13Z" level=info msg="node5(099cd3839b58): Node leave event for 77d95885e131/172.26.50.226" [2021-09-02T20:04:14.060Z] time="2021-09-02T20:04:13Z" level=info msg="Node 77d95885e131 change state NodeActive --> NodeLeft" [2021-09-02T20:04:14.060Z] time="2021-09-02T20:04:13Z" level=info msg="node4(c617d87a617e): Node leave event for 77d95885e131/172.26.50.226" [2021-09-02T20:04:14.060Z] time="2021-09-02T20:04:13Z" level=info msg="Node 77d95885e131 change state NodeActive --> NodeLeft" [2021-09-02T20:04:14.060Z] time="2021-09-02T20:04:13Z" level=info msg="node3(7b3e02b4976f): Node leave event for 77d95885e131/172.26.50.226" [2021-09-02T20:04:14.060Z] time="2021-09-02T20:04:13Z" level=info msg="Node 77d95885e131 change state NodeActive --> NodeLeft" [2021-09-02T20:04:14.060Z] time="2021-09-02T20:04:13Z" level=info msg="node2(77d95885e131): Node leave event for 77d95885e131/172.26.50.226" [2021-09-02T20:04:14.060Z] time="2021-09-02T20:04:13Z" level=info msg="Node 77d95885e131/172.26.50.226, left gossip cluster" [2021-09-02T20:04:14.060Z] time="2021-09-02T20:04:13Z" level=info msg="Node 77d95885e131/172.26.50.226, left gossip cluster" [2021-09-02T20:04:14.060Z] time="2021-09-02T20:04:13Z" level=info msg="Node 77d95885e131/172.26.50.226, left gossip cluster" [2021-09-02T20:04:14.060Z] time="2021-09-02T20:04:13Z" level=info msg="Node 77d95885e131/172.26.50.226, left gossip cluster" [2021-09-02T20:04:14.418Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:123c52c1563f8e113d7ba8b37283359fcc8a251982555d5b7c16be0463ce5f4e [2021-09-02T20:04:14.418Z] check_test.go:195: [ddec62ffbebe1] daemon is not started [2021-09-02T20:04:14.418Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-09-02T20:04:14.531Z] time="2021-09-02T20:04:14Z" level=info msg="Node 7b3e02b4976f change state NodeActive --> NodeLeft" [2021-09-02T20:04:14.531Z] time="2021-09-02T20:04:14Z" level=info msg="node5(099cd3839b58): Node leave event for 7b3e02b4976f/172.26.50.226" [2021-09-02T20:04:14.531Z] time="2021-09-02T20:04:14Z" level=info msg="Node 7b3e02b4976f change state NodeActive --> NodeLeft" [2021-09-02T20:04:14.531Z] time="2021-09-02T20:04:14Z" level=info msg="node4(c617d87a617e): Node leave event for 7b3e02b4976f/172.26.50.226" [2021-09-02T20:04:14.531Z] time="2021-09-02T20:04:14Z" level=info msg="Node 7b3e02b4976f change state NodeActive --> NodeLeft" [2021-09-02T20:04:14.531Z] time="2021-09-02T20:04:14Z" level=info msg="node3(7b3e02b4976f): Node leave event for 7b3e02b4976f/172.26.50.226" [2021-09-02T20:04:14.531Z] time="2021-09-02T20:04:14Z" level=info msg="Node 7b3e02b4976f/172.26.50.226, left gossip cluster" [2021-09-02T20:04:14.531Z] time="2021-09-02T20:04:14Z" level=info msg="Node 7b3e02b4976f/172.26.50.226, left gossip cluster" [2021-09-02T20:04:14.531Z] time="2021-09-02T20:04:14Z" level=info msg="Node 7b3e02b4976f/172.26.50.226, left gossip cluster" [2021-09-02T20:04:15.002Z] time="2021-09-02T20:04:14Z" level=debug msg="memberlist: Failed ping: 099cd3839b58 (timeout reached)" [2021-09-02T20:04:15.002Z] time="2021-09-02T20:04:14Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.50.226:10035: use of closed network connection" [2021-09-02T20:04:15.002Z] time="2021-09-02T20:04:14Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.50.226:10036: use of closed network connection" [2021-09-02T20:04:15.002Z] time="2021-09-02T20:04:14Z" level=debug msg="memberlist: Stream connection from=172.26.50.226:49369" [2021-09-02T20:04:15.002Z] time="2021-09-02T20:04:14Z" level=info msg="Node c617d87a617e change state NodeActive --> NodeLeft" [2021-09-02T20:04:15.002Z] time="2021-09-02T20:04:14Z" level=info msg="node5(099cd3839b58): Node leave event for c617d87a617e/172.26.50.226" [2021-09-02T20:04:15.002Z] time="2021-09-02T20:04:14Z" level=info msg="Node c617d87a617e change state NodeActive --> NodeLeft" [2021-09-02T20:04:15.002Z] time="2021-09-02T20:04:14Z" level=info msg="node4(c617d87a617e): Node leave event for c617d87a617e/172.26.50.226" [2021-09-02T20:04:15.472Z] time="2021-09-02T20:04:15Z" level=warning msg="memberlist: Was able to connect to 099cd3839b58 but other probes failed, network may be misconfigured" [2021-09-02T20:04:15.472Z] time="2021-09-02T20:04:15Z" level=info msg="Node c617d87a617e/172.26.50.226, left gossip cluster" [2021-09-02T20:04:15.795Z] check_test.go:195: [dc0a6ed1cbde2] daemon is not started [2021-09-02T20:04:15.795Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-09-02T20:04:15.941Z] time="2021-09-02T20:04:15Z" level=info msg="Node c617d87a617e/172.26.50.226, left gossip cluster" [2021-09-02T20:04:15.941Z] time="2021-09-02T20:04:15Z" level=info msg="Node 099cd3839b58/172.26.50.226, left gossip cluster" [2021-09-02T20:04:15.941Z] time="2021-09-02T20:04:15Z" level=info msg="Node 099cd3839b58 change state NodeActive --> NodeFailed" [2021-09-02T20:04:15.941Z] time="2021-09-02T20:04:15Z" level=info msg="Node 099cd3839b58/172.26.50.226, added to failed nodes list" [2021-09-02T20:04:15.941Z] --- PASS: TestNetworkDBIslands (11.84s) [2021-09-02T20:04:15.941Z] PASS [2021-09-02T20:04:15.941Z] time="2021-09-02T20:04:15Z" level=warning msg="memberlist: Failed to send gossip to 172.26.50.226:10037: write udp [::]:10036->172.26.50.226:10037: use of closed network connection" [2021-09-02T20:04:15.941Z] coverage: 60.0% of statements [2021-09-02T20:04:15.941Z] ok github.com/docker/docker/libnetwork/networkdb 103.000s coverage: 60.0% of statements [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/oci/caps [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/pkg/term [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/quota [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/rootless [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/testutil/request [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/volume [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-09-02T20:04:16.411Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-09-02T20:04:17.170Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-09-02T20:04:17.738Z] check_test.go:195: [d32f5314d184d] daemon is not started [2021-09-02T20:04:17.738Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === Skipped [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-09-02T20:04:17.983Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.01s) [2021-09-02T20:04:17.983Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2021-09-02T20:04:17.983Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.02s) [2021-09-02T20:04:17.983Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2021-09-02T20:04:17.983Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-09-02T20:04:17.983Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-09-02T20:04:17.983Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-09-02T20:04:17.983Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-09-02T20:04:17.983Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-09-02T20:04:17.983Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-09-02T20:04:17.983Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-09-02T20:04:17.983Z] daemon_test.go:146: root required [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-02T20:04:17.983Z] reload_test.go:520: root required [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-09-02T20:04:17.983Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-02T20:04:17.983Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-09-02T20:04:17.983Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-09-02T20:04:17.983Z] download_test.go:267: Needs fixing on Windows [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-09-02T20:04:17.983Z] layer_test.go:303: Failing on Windows [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-09-02T20:04:17.983Z] layer_test.go:352: Failing on Windows [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-09-02T20:04:17.983Z] layer_test.go:467: Failing on Windows [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-09-02T20:04:17.983Z] layer_test.go:696: Failing on Windows [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-09-02T20:04:17.983Z] migration_test.go:45: Failing on Windows [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-09-02T20:04:17.983Z] migration_test.go:181: Failing on Windows [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-09-02T20:04:17.983Z] mount_test.go:17: Failing on Windows [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-09-02T20:04:17.983Z] mount_test.go:76: Failing on Windows [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-09-02T20:04:17.983Z] mount_test.go:125: Failing on Windows [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-09-02T20:04:17.983Z] mount_test.go:212: Failing on Windows [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-09-02T20:04:17.983Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-09-02T20:04:17.983Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-02T20:04:17.983Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-09-02T20:04:17.983Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-09-02T20:04:17.983Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-09-02T20:04:17.983Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-09-02T20:04:17.983Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-09-02T20:04:17.983Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-09-02T20:04:17.983Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-09-02T20:04:17.983Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-09-02T20:04:17.983Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-09-02T20:04:17.983Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-09-02T20:04:17.983Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-09-02T20:04:17.983Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-09-02T20:04:17.983Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-09-02T20:04:17.983Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-09-02T20:04:17.983Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-09-02T20:04:17.983Z] archive_test.go:133: Xz not present in msys2 [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-09-02T20:04:17.983Z] archive_test.go:238: Failing on Windows CI machines [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.983Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-09-02T20:04:17.983Z] archive_windows_test.go:16: Currently fails [2021-09-02T20:04:17.983Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-09-02T20:04:17.984Z] changes_test.go:195: needs more investigation [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-09-02T20:04:17.984Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-09-02T20:04:17.984Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-09-02T20:04:17.984Z] changes_test.go:432: needs further investigation [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-09-02T20:04:17.984Z] changes_test.go:468: needs further investigation [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-09-02T20:04:17.984Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-02T20:04:17.984Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-09-02T20:04:17.984Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-09-02T20:04:17.984Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-09-02T20:04:17.984Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-09-02T20:04:17.984Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-02T20:04:17.984Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-02T20:04:17.984Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-09-02T20:04:17.984Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-09-02T20:04:17.984Z] poller_test.go:40: No chmod on Windows [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-02T20:04:17.984Z] fileutils_test.go:133: Needs porting to Windows [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-02T20:04:17.984Z] fileutils_test.go:179: Needs porting to Windows [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-09-02T20:04:17.984Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-09-02T20:04:17.984Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-09-02T20:04:17.984Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-09-02T20:04:17.984Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-09-02T20:04:17.984Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-02T20:04:17.984Z] [2021-09-02T20:04:17.984Z] DONE 2068 tests, 69 skipped in 238.155s [2021-09-02T20:04:17.984Z] INFO: make.ps1 ended at 09/02/2021 20:04:17 [2021-09-02T20:04:18.673Z] check_test.go:195: [d54034d456681] daemon is not started [2021-09-02T20:04:18.932Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-09-02T20:04:18.932Z] check_test.go:195: [dfb99cda23b67] daemon is not started [2021-09-02T20:04:18.932Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-09-02T20:04:19.561Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-09-02T20:04:19.561Z] INFO: Unit tests ended at 09/02/2021 20:04:19. Duration:00:04:09.0285829 [2021-09-02T20:04:19.561Z] INFO: Building busybox [2021-09-02T20:04:19.561Z] Sending build context to Docker daemon 5.12kB [2021-09-02T20:04:19.561Z] [2021-09-02T20:04:19.561Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-09-02T20:04:19.561Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-09-02T20:04:19.561Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-09-02T20:04:19.561Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-09-02T20:04:19.561Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-09-02T20:04:19.561Z] ---> 801c33f5de3a [2021-09-02T20:04:19.561Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-09-02T20:04:19.561Z] ---> Running in ab17b56825aa [2021-09-02T20:04:20.307Z] check_test.go:195: [d6ae81c6741c2] daemon is not started [2021-09-02T20:04:20.307Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-09-02T20:04:20.876Z] check_test.go:195: [dbd30a14fa2bc] daemon is not started [2021-09-02T20:04:20.876Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-09-02T20:04:21.811Z] check_test.go:195: [dba48dca82f07] daemon is not started [2021-09-02T20:04:21.811Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-09-02T20:04:23.362Z] Removing intermediate container ab17b56825aa [2021-09-02T20:04:23.362Z] ---> a17253849628 [2021-09-02T20:04:23.362Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-09-02T20:04:23.362Z] ---> Running in 43e00ae3559c [2021-09-02T20:04:23.833Z] Removing intermediate container 43e00ae3559c [2021-09-02T20:04:23.833Z] ---> b7f4fd3aead0 [2021-09-02T20:04:23.833Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-09-02T20:04:23.833Z] ---> Running in 391a4ac746a0 [2021-09-02T20:04:23.833Z] Removing intermediate container 391a4ac746a0 [2021-09-02T20:04:23.833Z] ---> 3b5f9dfdf34b [2021-09-02T20:04:23.833Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-09-02T20:04:24.358Z] check_test.go:195: [d17ab7739b74a] daemon is not started [2021-09-02T20:04:24.358Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-09-02T20:04:24.617Z] check_test.go:195: [d2ac3d6199bfa] daemon is not started [2021-09-02T20:04:24.617Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-09-02T20:04:25.184Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-09-02T20:04:25.407Z] [2021-09-02T20:04:25.752Z] check_test.go:195: [da8550b9df2c3] daemon is not started [2021-09-02T20:04:25.752Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-09-02T20:04:25.879Z] ---> a902773ad2e8 [2021-09-02T20:04:25.879Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-09-02T20:04:25.880Z] ---> Running in 40d33c89c00c [2021-09-02T20:04:26.319Z] check_test.go:195: [d2b549a19cafd] daemon is not started [2021-09-02T20:04:26.319Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-09-02T20:04:26.319Z] check_test.go:195: [d19cc8add446b] daemon is not started [2021-09-02T20:04:26.319Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-09-02T20:04:26.887Z] check_test.go:195: [d9b7b4b2c7428] daemon is not started [2021-09-02T20:04:26.887Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-09-02T20:04:27.146Z] check_test.go:195: [d895b5b835368] daemon is not started [2021-09-02T20:04:27.146Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-09-02T20:04:27.405Z] docker_cli_swarm_test.go:1321: [d8dae8e29e5a8] joining swarm manager [d5c2f9e1149e7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T20:04:27.664Z] check_test.go:195: [d6be3eed31987] daemon is not started [2021-09-02T20:04:27.664Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-09-02T20:04:27.664Z] check_test.go:195: [df1dc2ed9e49d] daemon is not started [2021-09-02T20:04:27.664Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-09-02T20:04:28.599Z] docker_cli_swarm_test.go:1322: [d634671deefb3] joining swarm manager [d5c2f9e1149e7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T20:04:28.857Z] check_test.go:195: [d9c531effa90e] daemon is not started [2021-09-02T20:04:28.857Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-09-02T20:04:30.231Z] check_test.go:195: [d13abd622fd58] daemon is not started [2021-09-02T20:04:30.489Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-09-02T20:04:31.057Z] check_test.go:195: [d56f7422f5d0b] daemon is not started [2021-09-02T20:04:31.316Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-09-02T20:04:32.250Z] check_test.go:195: [d4ce13ced1ac6] daemon is not started [2021-09-02T20:04:32.250Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-09-02T20:04:33.050Z] Removing intermediate container 40d33c89c00c [2021-09-02T20:04:33.051Z] ---> 7e5555649efd [2021-09-02T20:04:33.051Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-09-02T20:04:33.051Z] ---> Running in 777b9c25beb9 [2021-09-02T20:04:33.065Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-09-02T20:04:33.065Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-09-02T20:04:33.065Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-09-02T20:04:33.184Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-09-02T20:04:34.046Z] [2021-09-02T20:04:34.046Z] SUCCESS: Specified value was saved. [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite (45.35s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.20s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.03s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.22s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.74s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.73s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.08s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.31s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.97s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.23s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.12s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.09s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.92s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.01s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.31s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.89s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.99s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.22s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.06s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.17s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.06s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.89s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.40s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.45s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.20s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.40s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.34s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.43s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.23s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.48s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.83s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.01s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s) [2021-09-02T20:04:34.119Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2021-09-02T20:04:34.119Z] === RUN TestDockerSchema1RegistrySuite [2021-09-02T20:04:34.119Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-09-02T20:04:34.119Z] check_test.go:222: [dd1e29de49a0e] daemon is not started [2021-09-02T20:04:34.119Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-09-02T20:04:36.268Z] Removing intermediate container 777b9c25beb9 [2021-09-02T20:04:36.268Z] ---> 1330ced43d9e [2021-09-02T20:04:36.268Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-09-02T20:04:36.268Z] ---> Running in 3491edd994fe [2021-09-02T20:04:36.864Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-09-02T20:04:36.864Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-02T20:04:36.864Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-09-02T20:04:36.864Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-02T20:04:36.864Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-09-02T20:04:36.864Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-02T20:04:36.864Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-09-02T20:04:37.334Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-09-02T20:04:37.334Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-02T20:04:37.334Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-09-02T20:04:37.483Z] check_test.go:222: [dffeca05b8e69] daemon is not started [2021-09-02T20:04:37.483Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-09-02T20:04:39.232Z] Cannot create a file when that file already exists. [2021-09-02T20:04:42.747Z] check_test.go:222: [dae3f0b07603d] daemon is not started [2021-09-02T20:04:42.747Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-09-02T20:04:43.035Z] Removing intermediate container 3491edd994fe [2021-09-02T20:04:43.035Z] ---> 725e876ca78f [2021-09-02T20:04:43.035Z] Step 13/13 : CMD ["sh"] [2021-09-02T20:04:43.035Z] ---> Running in 45ab55aa7cc0 [2021-09-02T20:04:43.504Z] Removing intermediate container 45ab55aa7cc0 [2021-09-02T20:04:43.504Z] ---> aac92493e2e6 [2021-09-02T20:04:43.504Z] Successfully built aac92493e2e6 [2021-09-02T20:04:43.504Z] Successfully tagged busybox:latest [2021-09-02T20:04:43.504Z] INFO: Docker images of the daemon under test [2021-09-02T20:04:43.504Z] [2021-09-02T20:04:43.504Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-02T20:04:43.504Z] busybox latest aac92493e2e6 Less than a second ago 5.14GB [2021-09-02T20:04:43.504Z] microsoft/windowsservercore latest 801c33f5de3a 3 weeks ago 5.1GB [2021-09-02T20:04:43.504Z] mcr.microsoft.com/windows/servercore ltsc2022 801c33f5de3a 3 weeks ago 5.1GB [2021-09-02T20:04:43.504Z] [2021-09-02T20:04:43.504Z] INFO: Running integration tests at 09/02/2021 20:04:43... [2021-09-02T20:04:43.504Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-09-02T20:04:43.504Z] INFO: Integration API tests being run from the host: [2021-09-02T20:04:43.504Z] INFO: make.ps1 starting at 09/02/2021 20:04:43 [2021-09-02T20:04:44.493Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-09-02T20:04:45.278Z] check_test.go:222: [de4fb41356ae1] daemon is not started [2021-09-02T20:04:45.278Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-09-02T20:04:46.213Z] check_test.go:222: [d12129c9860f4] daemon is not started [2021-09-02T20:04:46.213Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-09-02T20:04:47.149Z] check_test.go:222: [d6076a5483f2e] daemon is not started [2021-09-02T20:04:47.408Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-09-02T20:04:47.408Z] check_test.go:222: [df62b9e0e8c2a] daemon is not started [2021-09-02T20:04:47.408Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-09-02T20:04:48.344Z] check_test.go:222: [d6abc1169e90b] daemon is not started [2021-09-02T20:04:48.344Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-09-02T20:04:49.278Z] check_test.go:222: [d2cbe16d2494c] daemon is not started [2021-09-02T20:04:49.278Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-09-02T20:04:50.213Z] check_test.go:222: [d1b5e8d7773ea] daemon is not started [2021-09-02T20:04:50.213Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-09-02T20:04:52.747Z] check_test.go:222: [d86813d98821b] daemon is not started [2021-09-02T20:04:52.747Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-09-02T20:04:53.005Z] check_test.go:222: [d3ed2b8291aec] daemon is not started [2021-09-02T20:04:53.005Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-09-02T20:04:53.572Z] check_test.go:222: [d83bfd025468d] daemon is not started [2021-09-02T20:04:53.572Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-09-02T20:04:53.572Z] check_test.go:222: [de494db20fc84] daemon is not started [2021-09-02T20:04:53.572Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-09-02T20:04:53.830Z] check_test.go:222: [da8ec8e68fc87] daemon is not started [2021-09-02T20:04:53.830Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-09-02T20:04:54.089Z] check_test.go:222: [d5bf641db500e] daemon is not started [2021-09-02T20:04:54.089Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-09-02T20:04:54.347Z] check_test.go:222: [d79f1bf88a0b1] daemon is not started [2021-09-02T20:04:54.347Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-09-02T20:04:54.606Z] check_test.go:222: [dcae49ef3bc7d] daemon is not started [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite (20.66s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.09s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.37s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.80s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.03s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.95s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.98s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.91s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.86s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.43s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2021-09-02T20:04:54.606Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-09-02T20:04:54.606Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-09-02T20:04:54.606Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-09-02T20:04:55.173Z] check_test.go:251: [d330da355aade] daemon is not started [2021-09-02T20:04:55.173Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-09-02T20:04:55.739Z] check_test.go:251: [daf6c266afd33] daemon is not started [2021-09-02T20:04:55.739Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-09-02T20:04:55.997Z] check_test.go:251: [db4509682dd5d] daemon is not started [2021-09-02T20:04:55.997Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-09-02T20:04:57.374Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-09-02T20:04:57.942Z] check_test.go:251: [d5e6d28f6312e] daemon is not started [2021-09-02T20:04:57.942Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-09-02T20:04:58.203Z] check_test.go:251: [d51458acbfd22] daemon is not started [2021-09-02T20:04:58.203Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-09-02T20:04:58.597Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-09-02T20:04:58.597Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-09-02T20:04:58.597Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-02T20:04:58.597Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-09-02T20:04:59.172Z] check_test.go:251: [d81489baa8895] daemon is not started [2021-09-02T20:04:59.172Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-09-02T20:04:59.431Z] check_test.go:251: [d340d31942f1d] daemon is not started [2021-09-02T20:04:59.431Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.79s) [2021-09-02T20:04:59.431Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.73s) [2021-09-02T20:04:59.431Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.56s) [2021-09-02T20:04:59.431Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2021-09-02T20:04:59.431Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.23s) [2021-09-02T20:04:59.431Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.55s) [2021-09-02T20:04:59.431Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.50s) [2021-09-02T20:04:59.431Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.89s) [2021-09-02T20:04:59.431Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2021-09-02T20:04:59.431Z] === RUN TestDockerRegistryAuthTokenSuite [2021-09-02T20:04:59.431Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-09-02T20:05:02.387Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:05:02.387Z] INFO: Testing against a local daemon [2021-09-02T20:05:02.387Z] === RUN TestBuildWithSession [2021-09-02T20:05:02.387Z] build_session_test.go:25: TODO: BuildKit [2021-09-02T20:05:02.387Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-02T20:05:02.387Z] === RUN TestBuildSquashParent [2021-09-02T20:05:02.387Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:05:02.387Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-09-02T20:05:02.387Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-02T20:05:02.387Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T20:05:02.387Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T20:05:02.387Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T20:05:02.387Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T20:05:02.387Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T20:05:02.387Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T20:05:02.387Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T20:05:02.387Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T20:05:02.387Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T20:05:02.387Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T20:05:02.387Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T20:05:02.387Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T20:05:02.387Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-02T20:05:02.387Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-02T20:05:02.387Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-02T20:05:02.387Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-02T20:05:04.692Z] check_test.go:278: [dd9f9bb1d9916] daemon is not started [2021-09-02T20:05:04.692Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-09-02T20:05:04.692Z] check_test.go:278: [d40b40ef49822] daemon is not started [2021-09-02T20:05:04.692Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-09-02T20:05:04.692Z] check_test.go:278: [dca23e6e339b0] daemon is not started [2021-09-02T20:05:04.692Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-09-02T20:05:04.950Z] check_test.go:278: [dfdde65abe2eb] daemon is not started [2021-09-02T20:05:04.950Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-09-02T20:05:05.208Z] check_test.go:278: [d6d68121ef8bd] daemon is not started [2021-09-02T20:05:05.208Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s) [2021-09-02T20:05:05.208Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2021-09-02T20:05:05.208Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-09-02T20:05:05.208Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-09-02T20:05:05.208Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2021-09-02T20:05:05.208Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2021-09-02T20:05:05.208Z] === RUN TestDockerNetworkSuite [2021-09-02T20:05:05.208Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-09-02T20:05:07.110Z] docker_cli_network_unix_test.go:46: [d9bcb5e13e2f3] daemon is not started [2021-09-02T20:05:07.110Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-09-02T20:05:07.368Z] docker_cli_network_unix_test.go:46: [d5d4eb9fd59b8] daemon is not started [2021-09-02T20:05:07.628Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-09-02T20:05:10.160Z] docker_cli_network_unix_test.go:46: [d6c43adbb4afe] daemon is not started [2021-09-02T20:05:10.727Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-09-02T20:05:11.110Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-09-02T20:05:12.101Z] docker_cli_network_unix_test.go:46: [d5cf098ed16ba] daemon is not started [2021-09-02T20:05:12.101Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-09-02T20:05:12.358Z] docker_cli_network_unix_test.go:1233: [d4a29185e2416] daemon is not started [2021-09-02T20:05:12.679Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-09-02T20:05:12.870Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-02T20:05:12.870Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-02T20:05:13.149Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-09-02T20:05:14.889Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-09-02T20:05:15.822Z] docker_cli_network_unix_test.go:46: [de4e100bdf2a5] daemon is not started [2021-09-02T20:05:16.080Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-09-02T20:05:16.107Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-09-02T20:05:19.070Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-09-02T20:05:20.072Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-02T20:05:20.072Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (10.22s) [2021-09-02T20:05:20.072Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (10.76s) [2021-09-02T20:05:20.072Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (10.77s) [2021-09-02T20:05:20.072Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.78s) [2021-09-02T20:05:20.072Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.74s) [2021-09-02T20:05:20.072Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.33s) [2021-09-02T20:05:20.072Z] === RUN TestBuildMultiStageCopy [2021-09-02T20:05:20.072Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-02T20:05:21.292Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-09-02T20:05:21.367Z] docker_cli_network_unix_test.go:46: [d21a5a0f3b707] daemon is not started [2021-09-02T20:05:21.367Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-09-02T20:05:23.270Z] docker_cli_network_unix_test.go:46: [da73232091a27] daemon is not started [2021-09-02T20:05:23.528Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-09-02T20:05:24.904Z] docker_cli_network_unix_test.go:46: [dd42994550342] daemon is not started [2021-09-02T20:05:24.904Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-09-02T20:05:25.162Z] docker_cli_network_unix_test.go:46: [d14437d309c2a] daemon is not started [2021-09-02T20:05:25.162Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-09-02T20:05:25.729Z] docker_cli_network_unix_test.go:46: [d0736255e974d] daemon is not started [2021-09-02T20:05:25.729Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-09-02T20:05:26.295Z] docker_cli_network_unix_test.go:46: [d3f466662443e] daemon is not started [2021-09-02T20:05:26.553Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-09-02T20:05:27.120Z] docker_cli_network_unix_test.go:46: [d8d096f06857e] daemon is not started [2021-09-02T20:05:27.252Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-02T20:05:27.252Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-02T20:05:27.378Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-09-02T20:05:27.637Z] docker_cli_network_unix_test.go:46: [deb6330ddb116] daemon is not started [2021-09-02T20:05:27.637Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-09-02T20:05:27.895Z] docker_cli_network_unix_test.go:46: [dd8745f76a1a3] daemon is not started [2021-09-02T20:05:27.895Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-09-02T20:05:28.242Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-02T20:05:28.462Z] docker_cli_network_unix_test.go:46: [dfa358cebb9fd] daemon is not started [2021-09-02T20:05:28.716Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-02T20:05:28.720Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-09-02T20:05:28.978Z] docker_cli_network_unix_test.go:46: [d17c7d2ec502a] daemon is not started [2021-09-02T20:05:28.978Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-09-02T20:05:28.978Z] docker_cli_network_unix_test.go:46: [d61d046c25161] daemon is not started [2021-09-02T20:05:28.978Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-09-02T20:05:29.237Z] docker_cli_network_unix_test.go:46: [df9fa3d98412d] daemon is not started [2021-09-02T20:05:29.237Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-09-02T20:05:29.805Z] docker_cli_network_unix_test.go:46: [d79911f054424] daemon is not started [2021-09-02T20:05:29.805Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-09-02T20:05:30.285Z] --- PASS: TestBuildMultiStageCopy (10.22s) [2021-09-02T20:05:30.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.69s) [2021-09-02T20:05:30.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.67s) [2021-09-02T20:05:30.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.83s) [2021-09-02T20:05:30.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.96s) [2021-09-02T20:05:30.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.07s) [2021-09-02T20:05:30.285Z] === RUN TestBuildMultiStageParentConfig [2021-09-02T20:05:30.372Z] docker_cli_network_unix_test.go:46: [de9adc07326e7] daemon is not started [2021-09-02T20:05:30.939Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-09-02T20:05:30.939Z] docker_cli_network_unix_test.go:46: [dbb3607fae047] daemon is not started [2021-09-02T20:05:30.939Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-09-02T20:05:31.199Z] docker_cli_network_unix_test.go:46: [d7e0a35ae4486] daemon is not started [2021-09-02T20:05:31.456Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-09-02T20:05:31.457Z] docker_cli_network_unix_test.go:46: [de9387618fd32] daemon is not started [2021-09-02T20:05:31.457Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-09-02T20:05:31.857Z] --- PASS: TestBuildMultiStageParentConfig (1.98s) [2021-09-02T20:05:31.857Z] === RUN TestBuildLabelWithTargets [2021-09-02T20:05:31.857Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:05:31.857Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-09-02T20:05:31.857Z] === RUN TestBuildWithEmptyLayers [2021-09-02T20:05:32.833Z] docker_cli_network_unix_test.go:968: [d39eb15506581] daemon is not started [2021-09-02T20:05:33.428Z] --- PASS: TestBuildWithEmptyLayers (1.11s) [2021-09-02T20:05:33.428Z] === RUN TestBuildMultiStageOnBuild [2021-09-02T20:05:33.768Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-09-02T20:05:35.146Z] docker_cli_network_unix_test.go:46: [dea67d47302fd] daemon is not started [2021-09-02T20:05:35.146Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-09-02T20:05:37.689Z] docker_cli_network_unix_test.go:1116: [daba9636b7c08] daemon is not started [2021-09-02T20:05:40.975Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-09-02T20:05:40.975Z] docker_cli_network_unix_test.go:46: [d0d90cb8ab302] daemon is not started [2021-09-02T20:05:40.975Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-09-02T20:05:41.910Z] docker_cli_network_unix_test.go:46: [d6c3bc3e39428] daemon is not started [2021-09-02T20:05:41.910Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-09-02T20:05:41.910Z] docker_cli_network_unix_test.go:46: [dac1aa54ba59b] daemon is not started [2021-09-02T20:05:41.910Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-09-02T20:05:41.910Z] docker_cli_network_unix_test.go:46: [dfd3608c152ff] daemon is not started [2021-09-02T20:05:41.910Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-09-02T20:05:42.168Z] docker_cli_network_unix_test.go:46: [d912306a84ff9] daemon is not started [2021-09-02T20:05:42.169Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-09-02T20:05:42.169Z] docker_cli_network_unix_test.go:46: [d63399fcfec56] daemon is not started [2021-09-02T20:05:42.169Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-09-02T20:05:42.169Z] docker_cli_network_unix_test.go:46: [dacdc062d64cd] daemon is not started [2021-09-02T20:05:42.169Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-09-02T20:05:42.261Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-09-02T20:05:42.261Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-09-02T20:05:42.261Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-09-02T20:05:42.261Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-02T20:05:42.261Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-09-02T20:05:42.261Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-02T20:05:42.261Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-09-02T20:05:42.261Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-02T20:05:42.261Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-09-02T20:05:42.261Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-02T20:05:42.261Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-09-02T20:05:42.261Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-02T20:05:42.261Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-09-02T20:05:42.261Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-02T20:05:42.261Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-09-02T20:05:42.261Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:05:42.261Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-09-02T20:05:42.261Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-09-02T20:05:42.261Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-02T20:05:42.261Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-09-02T20:05:43.795Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-09-02T20:05:43.795Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-02T20:05:43.795Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-09-02T20:05:43.795Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-02T20:05:43.795Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-09-02T20:05:43.888Z] --- PASS: TestBuildMultiStageOnBuild (10.52s) [2021-09-02T20:05:43.888Z] === RUN TestBuildUncleanTarFilenames [2021-09-02T20:05:43.888Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:05:43.888Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-09-02T20:05:43.888Z] === RUN TestBuildMultiStageLayerLeak [2021-09-02T20:05:44.071Z] docker_cli_network_unix_test.go:46: [df50ff48b655e] daemon is not started [2021-09-02T20:05:44.638Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-09-02T20:05:44.638Z] docker_cli_network_unix_test.go:46: [d12da7f88f0cc] daemon is not started [2021-09-02T20:05:44.638Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-09-02T20:05:44.638Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-09-02T20:05:44.638Z] docker_cli_network_unix_test.go:46: [da3979cee5508] daemon is not started [2021-09-02T20:05:44.638Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-09-02T20:05:45.574Z] docker_cli_network_unix_test.go:46: [d36f9bb74a16c] daemon is not started [2021-09-02T20:05:45.832Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-09-02T20:05:46.700Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-09-02T20:05:48.875Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-09-02T20:05:48.875Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-02T20:05:48.875Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-09-02T20:05:48.875Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-02T20:05:48.875Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-09-02T20:05:48.875Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-02T20:05:48.875Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-09-02T20:05:48.875Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-02T20:05:48.875Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-09-02T20:05:49.117Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-09-02T20:05:50.493Z] docker_cli_network_unix_test.go:1084: [dfe2d876da213] daemon is not started [2021-09-02T20:05:51.775Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-09-02T20:05:51.775Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-02T20:05:51.775Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-09-02T20:05:51.775Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-02T20:05:51.775Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-09-02T20:05:52.399Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-09-02T20:05:52.399Z] docker_cli_network_unix_test.go:46: [d4f3890dfdbbd] daemon is not started [2021-09-02T20:05:52.399Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-09-02T20:05:52.658Z] docker_cli_network_unix_test.go:46: [d29e6789db375] daemon is not started [2021-09-02T20:05:52.916Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-09-02T20:05:54.292Z] docker_cli_network_unix_test.go:46: [dd57ba7914bdd] daemon is not started [2021-09-02T20:05:54.324Z] --- PASS: TestBuildMultiStageLayerLeak (9.18s) [2021-09-02T20:05:54.324Z] === RUN TestBuildWithHugeFile [2021-09-02T20:05:54.551Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-09-02T20:05:54.551Z] docker_cli_network_unix_test.go:46: [d05bf3bd51b3f] daemon is not started [2021-09-02T20:05:54.551Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-09-02T20:05:55.118Z] docker_cli_network_unix_test.go:46: [d3b9aa139ab28] daemon is not started [2021-09-02T20:05:55.118Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-09-02T20:05:55.685Z] docker_cli_network_unix_test.go:46: [d5930ff565692] daemon is not started [2021-09-02T20:05:55.685Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-09-02T20:05:56.635Z] docker_cli_network_unix_test.go:46: [da7c434eeb33a] daemon is not started [2021-09-02T20:05:56.635Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-09-02T20:05:57.562Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-09-02T20:06:01.902Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-09-02T20:06:03.278Z] docker_cli_network_unix_test.go:46: [d6ca5acbb5406] daemon is not started [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite (58.42s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.91s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.70s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.85s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.57s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.53s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.51s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.14s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.26s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.12s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.53s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.42s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.87s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.94s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.76s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.20s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.76s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.08s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.27s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.35s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.21s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.56s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.96s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.49s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2021-09-02T20:06:03.538Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.96s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.43s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.07s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.77s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.48s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.69s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.53s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.99s) [2021-09-02T20:06:03.538Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.78s) [2021-09-02T20:06:03.538Z] === RUN TestDockerHubPullSuite [2021-09-02T20:06:03.538Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-09-02T20:06:04.030Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-09-02T20:06:05.443Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-09-02T20:06:06.010Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-09-02T20:06:06.995Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-09-02T20:06:06.995Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-02T20:06:06.995Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-09-02T20:06:07.385Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-09-02T20:06:07.953Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-09-02T20:06:09.331Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-09-02T20:06:09.331Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-09-02T20:06:09.331Z] --- PASS: TestDockerHubPullSuite (5.86s) [2021-09-02T20:06:09.331Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.57s) [2021-09-02T20:06:09.331Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2021-09-02T20:06:09.331Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.50s) [2021-09-02T20:06:09.331Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.26s) [2021-09-02T20:06:09.331Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s) [2021-09-02T20:06:09.331Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2021-09-02T20:06:09.331Z] PASS [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === Skipped [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-09-02T20:06:09.331Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-09-02T20:06:09.331Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-09-02T20:06:09.331Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-09-02T20:06:09.331Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-09-02T20:06:09.331Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-09-02T20:06:09.331Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-09-02T20:06:09.331Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-09-02T20:06:09.331Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-09-02T20:06:09.331Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-09-02T20:06:09.331Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-09-02T20:06:09.331Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-09-02T20:06:09.331Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-09-02T20:06:09.331Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-09-02T20:06:09.331Z] docker_cli_sni_test.go:18: Flakey test [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-09-02T20:06:09.331Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-09-02T20:06:09.331Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-09-02T20:06:09.331Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-09-02T20:06:09.331Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-09-02T20:06:09.331Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-09-02T20:06:09.331Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-09-02T20:06:09.331Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-09-02T20:06:09.331Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-09-02T20:06:09.331Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-09-02T20:06:09.331Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-09-02T20:06:09.331Z] [2021-09-02T20:06:09.331Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-09-02T20:06:09.331Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.331Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-02T20:06:09.332Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-02T20:06:09.332Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2021-09-02T20:06:09.332Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-09-02T20:06:09.332Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2021-09-02T20:06:09.332Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-09-02T20:06:09.332Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-09-02T20:06:09.332Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-09-02T20:06:09.332Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-09-02T20:06:09.332Z] docker_cli_network_unix_test.go:46: [da3979cee5508] daemon is not started [2021-09-02T20:06:09.332Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] DONE 1269 tests, 51 skipped in 1465.632s [2021-09-02T20:06:09.332Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-02T20:06:09.332Z] ++++ cat bundles/test-integration/docker.pid [2021-09-02T20:06:09.332Z] +++ kill 8532 [2021-09-02T20:06:09.332Z] +++ /etc/init.d/apparmor stop [2021-09-02T20:06:09.332Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] Unloading profiles will leave already running processes permanently [2021-09-02T20:06:09.332Z] unconfined, which can lead to unexpected situations. [2021-09-02T20:06:09.332Z] [2021-09-02T20:06:09.332Z] To set a process to complain mode, use the command line tool [2021-09-02T20:06:09.332Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-02T20:06:09.332Z] +++ true [2021-09-02T20:06:09.593Z] exiting test-integration [2021-09-02T20:06:09.593Z] ++ exit 0 [2021-09-02T20:06:09.593Z] [2021-09-02T20:06:09.852Z] + for job in $(jobs -p) [2021-09-02T20:06:09.852Z] + wait 15315 [2021-09-02T20:06:12.384Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-09-02T20:06:18.943Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-09-02T20:06:20.321Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-09-02T20:06:24.506Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-09-02T20:06:27.038Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-09-02T20:06:30.320Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-09-02T20:06:30.320Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-09-02T20:06:30.320Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-09-02T20:06:35.584Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-09-02T20:06:35.842Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-09-02T20:06:36.777Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-09-02T20:06:39.305Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-09-02T20:06:57.918Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-09-02T20:06:57.918Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-09-02T20:06:57.918Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-09-02T20:07:10.432Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-09-02T20:07:19.113Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-09-02T20:07:20.628Z] --- PASS: TestBuildWithHugeFile (84.78s) [2021-09-02T20:07:20.628Z] === RUN TestBuildWCOWSandboxSize [2021-09-02T20:07:27.793Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-09-02T20:07:35.532Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-09-02T20:07:35.532Z] docker_cli_swarm_test.go:1186: [d00d996aa67b6] joining swarm manager [d5c34d7fdbaed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T20:07:38.782Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-09-02T20:07:38.782Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-02T20:07:38.782Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-09-02T20:07:38.782Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-09-02T20:07:38.782Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-09-02T20:07:38.782Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-09-02T20:07:38.782Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-09-02T20:07:38.782Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-02T20:07:38.782Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-09-02T20:07:38.782Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-02T20:07:38.782Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-09-02T20:07:38.782Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-02T20:07:38.782Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-09-02T20:07:38.782Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-09-02T20:07:38.782Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-09-02T20:07:40.797Z] docker_cli_swarm_test.go:1195: [d37610f1f9794] joining swarm manager [d5c34d7fdbaed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T20:07:40.951Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-09-02T20:07:42.484Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-09-02T20:07:42.484Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-02T20:07:42.484Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-09-02T20:07:42.484Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-02T20:07:42.484Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-09-02T20:07:42.484Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-09-02T20:07:44.655Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-09-02T20:07:53.145Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-09-02T20:07:54.965Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-09-02T20:07:59.023Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-09-02T20:07:59.639Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-09-02T20:07:59.640Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-09-02T20:07:59.640Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-02T20:08:00.098Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-09-02T20:08:03.012Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-09-02T20:08:04.542Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-09-02T20:08:07.708Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-09-02T20:08:09.216Z] === RUN TestDockerSuite/TestBuildAddScript [2021-09-02T20:08:09.216Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-02T20:08:09.216Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-09-02T20:08:09.216Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-02T20:08:09.216Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-09-02T20:08:09.216Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-02T20:08:09.216Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-09-02T20:08:09.216Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-02T20:08:09.216Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-09-02T20:08:09.216Z] === RUN TestDockerSuite/TestBuildAddTar [2021-09-02T20:08:12.862Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-09-02T20:08:25.251Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-09-02T20:08:28.539Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-09-02T20:08:30.438Z] docker_cli_swarm_test.go:1118: [d2f7a7f041339] joining swarm manager [d86552729be17]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T20:08:31.812Z] docker_cli_swarm_test.go:1119: [dfdb19e79030a] joining swarm manager [d86552729be17]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T20:08:59.868Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-09-02T20:08:59.870Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-02T20:08:59.870Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-09-02T20:08:59.870Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-02T20:08:59.870Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-09-02T20:09:08.389Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-09-02T20:09:08.389Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-09-02T20:09:08.389Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-02T20:09:08.389Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-09-02T20:09:08.389Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-02T20:09:08.389Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-09-02T20:09:08.858Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-09-02T20:09:09.848Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-09-02T20:09:09.848Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-02T20:09:09.848Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-09-02T20:09:10.318Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-09-02T20:09:10.788Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-09-02T20:09:14.585Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-09-02T20:09:17.534Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-09-02T20:09:17.534Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-02T20:09:17.534Z] === RUN TestDockerSuite/TestBuildBlankName [2021-09-02T20:09:17.534Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-09-02T20:09:17.544Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-09-02T20:09:20.504Z] === RUN TestDockerSuite/TestBuildEnv [2021-09-02T20:09:20.504Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-02T20:09:20.504Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-09-02T20:09:20.504Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-02T20:09:23.241Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-09-02T20:09:23.241Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-02T20:09:23.241Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-09-02T20:09:23.241Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-02T20:09:23.241Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-09-02T20:09:23.241Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-02T20:09:23.241Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-09-02T20:09:23.306Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-09-02T20:09:23.306Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-02T20:09:23.763Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-09-02T20:09:24.230Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-09-02T20:09:24.230Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-02T20:09:24.230Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-09-02T20:09:24.230Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-02T20:09:24.230Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-09-02T20:09:24.230Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-02T20:09:24.230Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-09-02T20:09:24.699Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-09-02T20:09:28.438Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-09-02T20:09:28.501Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-09-02T20:09:35.500Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-09-02T20:09:41.014Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-09-02T20:09:41.014Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-09-02T20:09:41.014Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-02T20:09:41.014Z] === RUN TestDockerSuite/TestBuildExpose [2021-09-02T20:09:41.014Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-02T20:09:41.014Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-09-02T20:09:41.014Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-02T20:09:41.014Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-09-02T20:09:41.014Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-02T20:09:41.014Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-09-02T20:09:41.014Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-02T20:09:41.014Z] === RUN TestDockerSuite/TestBuildFails [2021-09-02T20:09:42.004Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-09-02T20:09:42.004Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-09-02T20:09:42.565Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-09-02T20:09:42.565Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-02T20:09:42.565Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-09-02T20:09:47.243Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-09-02T20:09:47.243Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-02T20:09:47.243Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-09-02T20:09:47.243Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-02T20:09:47.243Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-09-02T20:09:47.884Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-09-02T20:09:52.651Z] === RUN TestDockerSuite/TestBuildForceRm [2021-09-02T20:09:53.028Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-09-02T20:09:53.028Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-02T20:09:53.028Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-09-02T20:09:53.028Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-09-02T20:09:53.028Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-02T20:09:53.028Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-09-02T20:09:53.028Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-02T20:09:53.028Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-09-02T20:09:53.251Z] docker_cli_swarm_test.go:1172: [d0e5ee94519fa] joining swarm manager [d86552729be17]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-09-02T20:09:58.530Z] === RUN TestDockerSuite/TestBuildFromGit [2021-09-02T20:10:02.332Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-09-02T20:10:03.902Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-09-02T20:10:07.704Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-09-02T20:10:07.704Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-02T20:10:07.704Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-09-02T20:10:08.694Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-09-02T20:10:08.694Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-09-02T20:10:08.694Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-02T20:10:08.694Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-09-02T20:10:15.853Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-09-02T20:10:15.853Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-02T20:10:15.853Z] === RUN TestDockerSuite/TestBuildHistory [2021-09-02T20:10:18.136Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-09-02T20:10:20.305Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-09-02T20:10:20.305Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-02T20:10:20.762Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-09-02T20:10:20.762Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-02T20:10:21.219Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-09-02T20:10:22.184Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-09-02T20:10:22.184Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-02T20:10:22.184Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-09-02T20:10:24.507Z] === RUN TestDockerSuite/TestBuildIidFile [2021-09-02T20:10:25.492Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-09-02T20:10:25.910Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-09-02T20:10:27.055Z] === RUN TestDockerSuite/TestBuildInheritance [2021-09-02T20:10:27.055Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-02T20:10:27.055Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-09-02T20:10:27.442Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-09-02T20:10:27.442Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-02T20:10:27.442Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-09-02T20:10:27.442Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-02T20:10:27.442Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-09-02T20:10:27.522Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-09-02T20:10:27.522Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-09-02T20:10:28.977Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-09-02T20:10:29.436Z] === RUN TestDockerSuite/TestBuildCmd [2021-09-02T20:10:29.892Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-09-02T20:10:30.857Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-09-02T20:10:31.305Z] === RUN TestDockerSuite/TestBuildLabel [2021-09-02T20:10:31.314Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-09-02T20:10:31.952Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-09-02T20:10:31.952Z] docker_cli_swarm_test.go:1453: [d8d7a9b138acc] joining swarm manager [d26d5e2498240]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T20:10:31.952Z] docker_cli_swarm_test.go:1454: [dfafbb2de2152] joining swarm manager [d26d5e2498240]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-02T20:10:32.289Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-09-02T20:10:32.756Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-09-02T20:10:33.222Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-09-02T20:10:33.690Z] === RUN TestDockerSuite/TestBuildLabels [2021-09-02T20:10:34.675Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-09-02T20:10:35.994Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-09-02T20:10:36.239Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-09-02T20:10:37.528Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-09-02T20:10:37.528Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-02T20:10:37.528Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-09-02T20:10:39.059Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-09-02T20:10:39.059Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-02T20:10:39.059Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-09-02T20:10:39.059Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-09-02T20:10:40.590Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-09-02T20:10:40.990Z] === RUN TestDockerSuite/TestBuildLastModified [2021-09-02T20:10:40.990Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-02T20:10:40.990Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-09-02T20:10:40.990Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-02T20:10:40.990Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-09-02T20:10:40.990Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-09-02T20:10:40.990Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-09-02T20:10:40.990Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-09-02T20:10:40.990Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-09-02T20:10:41.457Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-09-02T20:10:41.554Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-09-02T20:10:41.918Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-09-02T20:10:41.925Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-09-02T20:10:42.011Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-09-02T20:10:42.011Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-02T20:10:42.011Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-09-02T20:10:42.975Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-09-02T20:10:43.293Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-09-02T20:10:43.293Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-09-02T20:10:43.432Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-09-02T20:10:43.432Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-02T20:10:43.432Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-09-02T20:10:43.432Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-02T20:10:43.432Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-09-02T20:10:43.551Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-09-02T20:10:43.551Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-09-02T20:10:44.117Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-09-02T20:10:45.709Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-09-02T20:10:46.654Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-09-02T20:10:48.108Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-09-02T20:10:49.938Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-09-02T20:10:51.838Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-09-02T20:10:53.738Z] docker_cli_swarm_unix_test.go:63: [df05cc8e93506] joining swarm manager [d676f9ac57c7a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T20:11:00.633Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-09-02T20:11:00.633Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-02T20:11:00.633Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-09-02T20:11:01.618Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-09-02T20:11:18.022Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-09-02T20:11:18.022Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-09-02T20:11:18.022Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-09-02T20:11:20.920Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-09-02T20:11:20.920Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-02T20:11:20.920Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-09-02T20:11:20.920Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-02T20:11:21.377Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-09-02T20:11:21.377Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-02T20:11:21.377Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-09-02T20:11:21.835Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-09-02T20:11:21.835Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-02T20:11:21.835Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-09-02T20:11:26.886Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-09-02T20:11:39.365Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-09-02T20:11:42.896Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-09-02T20:11:42.896Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-09-02T20:11:42.896Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-02T20:11:42.896Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-09-02T20:11:44.109Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-09-02T20:11:49.952Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-09-02T20:11:49.952Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-09-02T20:11:49.952Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-09-02T20:11:49.963Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-09-02T20:11:51.851Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-09-02T20:11:53.743Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-09-02T20:11:55.157Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-09-02T20:11:57.690Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-09-02T20:11:59.590Z] docker_api_swarm_test.go:962: [da8c7c1294196] joining swarm manager [d0e3687309be6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-02T20:12:06.219Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-09-02T20:12:06.219Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-02T20:12:06.219Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-09-02T20:12:12.819Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-09-02T20:12:12.819Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-09-02T20:12:12.819Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-09-02T20:12:13.374Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-09-02T20:12:13.374Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-09-02T20:12:13.374Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-02T20:12:13.374Z] === RUN TestDockerSuite/TestBuildNetNone [2021-09-02T20:12:13.374Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-02T20:12:13.374Z] === RUN TestDockerSuite/TestBuildNoContext [2021-09-02T20:12:14.991Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-09-02T20:12:16.317Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-09-02T20:12:17.664Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-09-02T20:12:17.889Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-09-02T20:12:19.269Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-09-02T20:12:20.061Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-09-02T20:12:22.214Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-09-02T20:12:22.214Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-09-02T20:12:22.214Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-09-02T20:12:25.157Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-09-02T20:12:25.623Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-09-02T20:12:26.606Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-09-02T20:12:32.534Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-09-02T20:12:32.534Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-09-02T20:12:35.086Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-09-02T20:12:35.258Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-09-02T20:12:35.258Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-09-02T20:12:37.615Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-09-02T20:12:44.176Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-09-02T20:12:47.742Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-09-02T20:12:49.439Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-09-02T20:12:50.691Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-09-02T20:12:51.345Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-09-02T20:12:53.876Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-09-02T20:12:56.406Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-09-02T20:12:56.553Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-09-02T20:12:58.949Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-09-02T20:13:00.339Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-09-02T20:13:01.481Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-09-02T20:13:04.131Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-09-02T20:13:04.148Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-09-02T20:13:04.599Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-09-02T20:13:04.599Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-02T20:13:04.599Z] === RUN TestDockerSuite/TestBuildPATH [2021-09-02T20:13:04.599Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-02T20:13:04.599Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-09-02T20:13:06.158Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-09-02T20:13:06.158Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-02T20:13:06.158Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-09-02T20:13:32.163Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-09-02T20:13:35.062Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-09-02T20:13:35.062Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-02T20:13:35.062Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-09-02T20:13:42.000Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-09-02T20:13:54.475Z] === RUN TestDockerSuite/TestBuildRm [2021-09-02T20:14:00.362Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-09-02T20:14:04.891Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-09-02T20:14:05.879Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-09-02T20:14:05.879Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-02T20:14:06.347Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-09-02T20:14:06.347Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-02T20:14:06.347Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-09-02T20:14:07.331Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-09-02T20:14:11.117Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-09-02T20:14:14.063Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-09-02T20:14:15.259Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-09-02T20:14:17.849Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite (1631.11s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.97s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.19s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.92s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.09s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.90s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.80s) [2021-09-02T20:14:30.126Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.29s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.87s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.16s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (41.25s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (20.96s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.77s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.19s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.26s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (52.03s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.39s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.78s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.27s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.48s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (67.47s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (66.97s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.36s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.29s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.53s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.70s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.76s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.10s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.06s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.22s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.76s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.44s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.46s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.20s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.99s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.15s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.71s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.05s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.00s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.05s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.65s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.98s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.54s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.66s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.33s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.33s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.83s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.85s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.98s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.57s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.07s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.97s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.16s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.49s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.21s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.19s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.30s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.38s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.54s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.71s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.98s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.77s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.32s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.61s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.72s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.53s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.58s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (13.26s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.58s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.52s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.66s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.89s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.55s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.50s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.36s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.98s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (96.74s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.05s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (6.18s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.84s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.20s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.25s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.21s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.61s) [2021-09-02T20:14:30.126Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.96s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.72s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.25s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.50s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (39.06s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.94s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.11s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (120.22s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.28s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.29s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.20s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.19s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.32s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.12s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.47s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.15s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.10s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.22s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.08s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.38s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.92s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.05s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.16s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.23s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.81s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.70s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.44s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.54s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.60s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.44s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.44s) [2021-09-02T20:14:30.126Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.90s) [2021-09-02T20:14:30.127Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.16s) [2021-09-02T20:14:30.127Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.87s) [2021-09-02T20:14:30.127Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.17s) [2021-09-02T20:14:30.127Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.16s) [2021-09-02T20:14:30.127Z] === RUN TestDockerExternalVolumeSuite [2021-09-02T20:14:30.127Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-09-02T20:14:30.127Z] docker_cli_external_volume_driver_test.go:52: [dead7b7ac7bb1] daemon is not started [2021-09-02T20:14:30.323Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-09-02T20:14:30.791Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-09-02T20:14:31.258Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-09-02T20:14:38.403Z] === RUN TestDockerSuite/TestBuildSpaces [2021-09-02T20:14:38.870Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-09-02T20:14:42.653Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-09-02T20:14:42.653Z] === RUN TestDockerSuite/TestBuildStderr [2021-09-02T20:14:45.600Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-09-02T20:14:47.129Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-09-02T20:14:47.129Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-09-02T20:14:47.129Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-09-02T20:14:48.204Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-09-02T20:15:00.510Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-09-02T20:15:00.510Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-02T20:15:00.510Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-09-02T20:15:01.493Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-09-02T20:15:02.476Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-09-02T20:15:04.806Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-09-02T20:15:06.259Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-09-02T20:15:10.042Z] === RUN TestDockerSuite/TestBuildUser [2021-09-02T20:15:10.042Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-02T20:15:10.042Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-09-02T20:15:10.042Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-02T20:15:10.042Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-09-02T20:15:10.042Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-02T20:15:10.042Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-09-02T20:15:12.254Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-09-02T20:15:12.722Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-09-02T20:15:15.668Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-09-02T20:15:15.668Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-02T20:15:15.668Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-09-02T20:15:15.668Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-02T20:15:15.668Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-09-02T20:15:17.165Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-09-02T20:15:24.224Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-09-02T20:15:33.488Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-09-02T20:15:33.488Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-09-02T20:15:42.148Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-09-02T20:15:45.927Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-09-02T20:15:45.927Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-02T20:15:45.927Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-09-02T20:15:45.927Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-02T20:15:45.927Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-09-02T20:15:47.490Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-09-02T20:15:47.490Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-02T20:15:47.957Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-09-02T20:15:54.171Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-09-02T20:15:55.897Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-09-02T20:15:56.604Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-09-02T20:15:58.812Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-09-02T20:15:59.278Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-09-02T20:16:02.453Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-09-02T20:16:06.527Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-09-02T20:16:11.762Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-09-02T20:16:11.762Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-02T20:16:11.762Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-09-02T20:16:11.762Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-02T20:16:11.762Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-09-02T20:16:11.762Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-02T20:16:11.762Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-09-02T20:16:11.762Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-09-02T20:16:13.589Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-09-02T20:16:17.320Z] docker_cli_external_volume_driver_test.go:52: [d905dd8290913] daemon is not started [2021-09-02T20:16:17.617Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-09-02T20:16:19.176Z] === RUN TestDockerSuite/TestBuildXZHost [2021-09-02T20:16:19.176Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-02T20:16:19.176Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-09-02T20:16:19.176Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-02T20:16:19.176Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-09-02T20:16:19.176Z] docker_cli_sni_test.go:18: Flakey test [2021-09-02T20:16:19.176Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-09-02T20:16:20.735Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-09-02T20:16:24.519Z] === RUN TestDockerSuite/TestCommitChange [2021-09-02T20:16:28.305Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-09-02T20:16:32.085Z] === RUN TestDockerSuite/TestCommitHardlink [2021-09-02T20:16:32.085Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-02T20:16:32.085Z] === RUN TestDockerSuite/TestCommitNewFile [2021-09-02T20:16:32.193Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-09-02T20:16:37.953Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-09-02T20:16:37.953Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-02T20:16:37.953Z] === RUN TestDockerSuite/TestCommitTTY [2021-09-02T20:16:43.811Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-09-02T20:16:47.606Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-09-02T20:16:47.606Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-02T20:16:47.606Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-09-02T20:16:47.606Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-02T20:16:47.606Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-09-02T20:16:47.606Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-02T20:16:47.606Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-09-02T20:16:47.606Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-02T20:16:47.606Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-09-02T20:16:47.606Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-02T20:16:47.606Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-09-02T20:16:47.606Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-02T20:16:47.606Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-09-02T20:16:47.606Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-02T20:16:47.606Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-09-02T20:16:47.606Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-09-02T20:16:50.290Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-09-02T20:16:53.473Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-09-02T20:16:59.339Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-09-02T20:16:59.339Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-02T20:16:59.339Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-09-02T20:17:00.907Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-09-02T20:17:00.907Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-02T20:17:00.907Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-09-02T20:17:00.907Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-02T20:17:00.907Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-09-02T20:17:00.907Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-02T20:17:00.907Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-09-02T20:17:03.122Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-09-02T20:17:03.122Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-02T20:17:03.122Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-09-02T20:17:03.122Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-09-02T20:17:05.157Z] docker_cli_external_volume_driver_test.go:52: [d2fa1a9f125f1] daemon is not started [2021-09-02T20:17:05.337Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-09-02T20:17:05.337Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-09-02T20:17:05.337Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-02T20:17:05.337Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-09-02T20:17:05.337Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-02T20:17:05.337Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-09-02T20:17:05.337Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-02T20:17:05.337Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-09-02T20:17:08.287Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-09-02T20:17:09.853Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-09-02T20:17:11.419Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-09-02T20:17:11.419Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-09-02T20:17:11.419Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-02T20:17:11.419Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-09-02T20:17:12.986Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-09-02T20:17:12.986Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-09-02T20:17:15.199Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-09-02T20:17:15.199Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-02T20:17:15.199Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-09-02T20:17:15.199Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-02T20:17:15.199Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-09-02T20:17:17.416Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-09-02T20:17:17.416Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-09-02T20:17:18.984Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-09-02T20:17:18.984Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-02T20:17:18.984Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-09-02T20:17:20.026Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-09-02T20:17:20.026Z] docker_cli_external_volume_driver_test.go:52: [d60e5c01f0bc0] daemon is not started [2021-09-02T20:17:21.200Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-09-02T20:17:21.200Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-09-02T20:17:23.416Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-09-02T20:17:27.205Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-09-02T20:17:30.159Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-09-02T20:17:30.159Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-09-02T20:17:30.159Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-09-02T20:17:30.159Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-09-02T20:17:30.159Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-09-02T20:17:31.723Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-09-02T20:17:31.723Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-02T20:17:31.723Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-09-02T20:17:33.940Z] === RUN TestDockerSuite/TestContainerAPITop [2021-09-02T20:17:33.940Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-02T20:17:33.940Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-09-02T20:17:34.920Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-09-02T20:17:36.155Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-09-02T20:17:36.155Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-09-02T20:17:39.944Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-09-02T20:17:41.511Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-09-02T20:17:41.511Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-02T20:17:41.511Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-09-02T20:17:41.511Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-02T20:17:41.511Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-09-02T20:17:41.511Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-02T20:17:41.511Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-09-02T20:17:41.511Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-02T20:17:41.511Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-09-02T20:17:41.511Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-02T20:17:41.511Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-09-02T20:17:43.077Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-09-02T20:17:43.077Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-09-02T20:17:45.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-09-02T20:17:47.508Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-09-02T20:17:49.725Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-09-02T20:17:51.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000117bd8_} [2021-09-02T20:17:54.161Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1789244412_c:\foo_false____} [2021-09-02T20:17:56.377Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1789244412_c:\foo_true____} [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-09-02T20:17:58.595Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-09-02T20:17:58.595Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-09-02T20:17:58.595Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-09-02T20:17:58.595Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-09-02T20:17:58.595Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-09-02T20:17:58.595Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-02T20:17:58.595Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-09-02T20:18:00.809Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-09-02T20:18:00.809Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-02T20:18:00.809Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-09-02T20:18:00.809Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:18:00.809Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-09-02T20:18:00.809Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:18:00.809Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-09-02T20:18:00.809Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-02T20:18:00.809Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-09-02T20:18:00.809Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-02T20:18:00.809Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-09-02T20:18:00.809Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-02T20:18:00.809Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-09-02T20:18:00.809Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-02T20:18:00.809Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-09-02T20:18:00.809Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-02T20:18:00.809Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-09-02T20:18:00.809Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-02T20:18:00.809Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-09-02T20:18:00.809Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-02T20:18:00.809Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-09-02T20:18:00.809Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-02T20:18:00.809Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-09-02T20:18:00.809Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:18:00.809Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-09-02T20:18:00.809Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-02T20:18:00.809Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-09-02T20:18:03.034Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-09-02T20:18:03.034Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-09-02T20:18:03.034Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-02T20:18:03.034Z] === RUN TestDockerSuite/TestCpRelativePath [2021-09-02T20:18:05.986Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-09-02T20:18:05.986Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-02T20:18:05.986Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-09-02T20:18:05.986Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-02T20:18:05.986Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-09-02T20:18:05.986Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-02T20:18:05.986Z] === RUN TestDockerSuite/TestCpToCaseA [2021-09-02T20:18:06.982Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-09-02T20:18:09.782Z] === RUN TestDockerSuite/TestCpToCaseB [2021-09-02T20:18:10.007Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-09-02T20:18:10.007Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-09-02T20:18:10.007Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-02T20:18:10.007Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-09-02T20:18:10.007Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-02T20:18:10.007Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-09-02T20:18:10.007Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-09-02T20:18:10.007Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-09-02T20:18:10.007Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-02T20:18:10.007Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-09-02T20:18:10.007Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-09-02T20:18:10.007Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-09-02T20:18:10.007Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-09-02T20:18:11.998Z] === RUN TestDockerSuite/TestCpToCaseC [2021-09-02T20:18:11.998Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-02T20:18:11.998Z] === RUN TestDockerSuite/TestCpToCaseD [2021-09-02T20:18:11.998Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-02T20:18:11.998Z] === RUN TestDockerSuite/TestCpToCaseE [2021-09-02T20:18:12.900Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-09-02T20:18:17.575Z] === RUN TestDockerSuite/TestBuildEnv [2021-09-02T20:18:17.575Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-02T20:18:17.575Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-09-02T20:18:17.575Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-02T20:18:17.575Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-09-02T20:18:17.575Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-02T20:18:17.575Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-09-02T20:18:17.575Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-02T20:18:17.575Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-09-02T20:18:17.575Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-02T20:18:17.575Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-09-02T20:18:20.475Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-09-02T20:18:20.475Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-02T20:18:20.475Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-09-02T20:18:20.475Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-02T20:18:20.475Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-09-02T20:18:20.475Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-02T20:18:20.475Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-09-02T20:18:20.668Z] === RUN TestDockerSuite/TestCpToCaseF [2021-09-02T20:18:20.668Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-02T20:18:20.668Z] === RUN TestDockerSuite/TestCpToCaseG [2021-09-02T20:18:20.668Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-02T20:18:20.668Z] === RUN TestDockerSuite/TestCpToCaseH [2021-09-02T20:18:21.440Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-09-02T20:18:21.857Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-09-02T20:18:26.118Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-09-02T20:18:27.823Z] === RUN TestDockerSuite/TestCpToCaseI [2021-09-02T20:18:27.824Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-02T20:18:27.824Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-09-02T20:18:27.824Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-02T20:18:27.824Z] === RUN TestDockerSuite/TestCpToDot [2021-09-02T20:18:29.390Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-09-02T20:18:29.390Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-02T20:18:29.390Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-09-02T20:18:29.390Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-02T20:18:29.390Z] === RUN TestDockerSuite/TestCpToStdout [2021-09-02T20:18:31.610Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-09-02T20:18:31.610Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:18:31.610Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-09-02T20:18:31.610Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-02T20:18:31.610Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-09-02T20:18:31.610Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-02T20:18:31.610Z] === RUN TestDockerSuite/TestCpVolumePath [2021-09-02T20:18:31.610Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-02T20:18:31.610Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-09-02T20:18:32.078Z] === RUN TestDockerSuite/TestCreateArgs [2021-09-02T20:18:32.078Z] === RUN TestDockerSuite/TestCreateByImageID [2021-09-02T20:18:34.292Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-09-02T20:18:35.856Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-09-02T20:18:35.856Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-09-02T20:18:36.324Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-09-02T20:18:36.745Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-09-02T20:18:37.311Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-09-02T20:18:38.297Z] === RUN TestDockerSuite/TestCreateLabels [2021-09-02T20:18:38.297Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-09-02T20:18:38.297Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-02T20:18:38.297Z] === RUN TestDockerSuite/TestCreateRM [2021-09-02T20:18:38.766Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-09-02T20:18:38.766Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-02T20:18:38.766Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-09-02T20:18:38.766Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-09-02T20:18:39.234Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-09-02T20:18:40.453Z] --- PASS: TestBuildWCOWSandboxSize (668.53s) [2021-09-02T20:18:40.453Z] === RUN TestBuildWithEmptyDockerfile [2021-09-02T20:18:40.453Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T20:18:40.453Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T20:18:40.453Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T20:18:40.453Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T20:18:40.453Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T20:18:40.453Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T20:18:40.453Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-02T20:18:40.453Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-02T20:18:40.453Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-02T20:18:40.453Z] --- PASS: TestBuildWithEmptyDockerfile (0.39s) [2021-09-02T20:18:40.453Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-09-02T20:18:40.453Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-09-02T20:18:40.453Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-09-02T20:18:40.453Z] === RUN TestBuildPreserveOwnership [2021-09-02T20:18:40.453Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:18:40.453Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-09-02T20:18:40.453Z] === RUN TestBuildPlatformInvalid [2021-09-02T20:18:40.453Z] --- PASS: TestBuildPlatformInvalid (0.41s) [2021-09-02T20:18:40.453Z] PASS [2021-09-02T20:18:40.453Z] ok github.com/docker/docker/integration/build 804.749s [2021-09-02T20:18:40.453Z] [2021-09-02T20:18:40.453Z] === Skipped [2021-09-02T20:18:40.453Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-09-02T20:18:40.453Z] build_session_test.go:25: TODO: BuildKit [2021-09-02T20:18:40.453Z] [2021-09-02T20:18:40.453Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-09-02T20:18:40.453Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.453Z] [2021-09-02T20:18:40.453Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-09-02T20:18:40.453Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:18:40.453Z] [2021-09-02T20:18:40.453Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-09-02T20:18:40.453Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:18:40.453Z] [2021-09-02T20:18:40.453Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-09-02T20:18:40.453Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:18:40.453Z] [2021-09-02T20:18:40.453Z] DONE 29 tests, 5 skipped in 823.067s [2021-09-02T20:18:40.453Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-09-02T20:18:40.453Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:18:40.453Z] INFO: Testing against a local daemon [2021-09-02T20:18:40.453Z] === RUN TestConfigInspect [2021-09-02T20:18:40.453Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.453Z] --- SKIP: TestConfigInspect (0.00s) [2021-09-02T20:18:40.453Z] === RUN TestConfigList [2021-09-02T20:18:40.453Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.453Z] --- SKIP: TestConfigList (0.00s) [2021-09-02T20:18:40.453Z] === RUN TestConfigsCreateAndDelete [2021-09-02T20:18:40.453Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.453Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-09-02T20:18:40.453Z] === RUN TestConfigsUpdate [2021-09-02T20:18:40.453Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.453Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-09-02T20:18:40.453Z] === RUN TestTemplatedConfig [2021-09-02T20:18:40.453Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.453Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-09-02T20:18:40.453Z] === RUN TestConfigCreateResolve [2021-09-02T20:18:40.453Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:18:40.453Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-09-02T20:18:40.453Z] PASS [2021-09-02T20:18:40.453Z] ok github.com/docker/docker/integration/config 0.104s [2021-09-02T20:18:40.453Z] [2021-09-02T20:18:40.453Z] === Skipped [2021-09-02T20:18:40.453Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-09-02T20:18:40.453Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.453Z] [2021-09-02T20:18:40.453Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-09-02T20:18:40.453Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.453Z] [2021-09-02T20:18:40.453Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-09-02T20:18:40.453Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.453Z] [2021-09-02T20:18:40.453Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-09-02T20:18:40.453Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.453Z] [2021-09-02T20:18:40.453Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-09-02T20:18:40.453Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.453Z] [2021-09-02T20:18:40.453Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-09-02T20:18:40.453Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:18:40.453Z] [2021-09-02T20:18:40.453Z] DONE 6 tests, 6 skipped in 2.685s [2021-09-02T20:18:40.453Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-09-02T20:18:40.453Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:18:40.453Z] INFO: Testing against a local daemon [2021-09-02T20:18:40.453Z] === RUN TestCheckpoint [2021-09-02T20:18:40.453Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-02T20:18:40.453Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-02T20:18:40.453Z] === RUN TestContainerInvalidJSON [2021-09-02T20:18:40.453Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T20:18:40.453Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T20:18:40.453Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-02T20:18:40.453Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-02T20:18:40.453Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-02T20:18:40.453Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-02T20:18:40.453Z] --- PASS: TestContainerInvalidJSON (0.40s) [2021-09-02T20:18:40.453Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-02T20:18:40.453Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-02T20:18:40.453Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-02T20:18:40.453Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.21s) [2021-09-02T20:18:40.453Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-02T20:18:40.453Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.19s) [2021-09-02T20:18:40.453Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-02T20:18:40.453Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.17s) [2021-09-02T20:18:40.453Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-02T20:18:40.453Z] --- PASS: TestCopyToContainerPathIsNotDir (0.18s) [2021-09-02T20:18:40.453Z] === RUN TestCopyFromContainer [2021-09-02T20:18:40.453Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.453Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-09-02T20:18:40.453Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-02T20:18:40.453Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T20:18:40.453Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T20:18:40.453Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T20:18:40.453Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T20:18:40.453Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T20:18:40.453Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T20:18:40.453Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-02T20:18:40.453Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-02T20:18:40.453Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-02T20:18:40.453Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-09-02T20:18:40.453Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-02T20:18:40.453Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-02T20:18:40.453Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-02T20:18:40.453Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-02T20:18:40.453Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-02T20:18:40.453Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-09-02T20:18:40.453Z] === RUN TestCreateWithInvalidEnv [2021-09-02T20:18:40.453Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-02T20:18:40.453Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-02T20:18:40.453Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-02T20:18:40.453Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-02T20:18:40.453Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-02T20:18:40.453Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-02T20:18:40.453Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-02T20:18:40.453Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-02T20:18:40.453Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-02T20:18:40.453Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-09-02T20:18:40.453Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-02T20:18:40.453Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-02T20:18:40.453Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-02T20:18:40.453Z] === RUN TestCreateTmpfsMountsTarget [2021-09-02T20:18:40.453Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.453Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-09-02T20:18:40.453Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-02T20:18:40.453Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:18:40.453Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-09-02T20:18:40.453Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-02T20:18:40.453Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:18:40.453Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-02T20:18:40.453Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-02T20:18:40.453Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T20:18:40.453Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T20:18:40.453Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T20:18:40.453Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T20:18:40.453Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T20:18:40.454Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T20:18:40.454Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T20:18:40.454Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T20:18:40.454Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T20:18:40.454Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T20:18:40.454Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-02T20:18:40.454Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-02T20:18:40.454Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-02T20:18:40.454Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-02T20:18:40.454Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-02T20:18:40.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-09-02T20:18:40.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-09-02T20:18:40.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2021-09-02T20:18:40.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2021-09-02T20:18:40.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-09-02T20:18:40.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-09-02T20:18:40.454Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-02T20:18:40.454Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-02T20:18:40.454Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-02T20:18:40.454Z] === RUN TestCreateDifferentPlatform [2021-09-02T20:18:40.454Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-02T20:18:40.454Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-02T20:18:40.454Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-09-02T20:18:40.454Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-02T20:18:40.454Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-02T20:18:40.454Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-02T20:18:40.454Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2021-09-02T20:18:40.454Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-02T20:18:40.454Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-02T20:18:40.454Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-09-02T20:18:40.454Z] === RUN TestContainerKillOnDaemonStart [2021-09-02T20:18:40.454Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.454Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-09-02T20:18:40.454Z] === RUN TestDiff [2021-09-02T20:18:40.454Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-02T20:18:40.454Z] --- SKIP: TestDiff (0.00s) [2021-09-02T20:18:40.454Z] === RUN TestExecWithCloseStdin [2021-09-02T20:18:40.454Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-09-02T20:18:40.454Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2021-09-02T20:18:40.454Z] === RUN TestExec [2021-09-02T20:18:40.454Z] --- PASS: TestExec (3.43s) [2021-09-02T20:18:40.454Z] === RUN TestExecUser [2021-09-02T20:18:40.454Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-02T20:18:40.454Z] --- SKIP: TestExecUser (0.00s) [2021-09-02T20:18:40.454Z] === RUN TestExportContainerAndImportImage [2021-09-02T20:18:40.454Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.454Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-09-02T20:18:40.454Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-02T20:18:40.454Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:40.454Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-09-02T20:18:40.454Z] === RUN TestHealthCheckWorkdir [2021-09-02T20:18:40.454Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-02T20:18:40.454Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-09-02T20:18:40.454Z] === RUN TestHealthKillContainer [2021-09-02T20:18:40.454Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-02T20:18:40.454Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-09-02T20:18:40.454Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-02T20:18:40.454Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-02T20:18:40.454Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-09-02T20:18:40.454Z] === RUN TestKillContainerInvalidSignal [2021-09-02T20:18:40.454Z] --- PASS: TestKillContainerInvalidSignal (2.55s) [2021-09-02T20:18:40.454Z] === RUN TestKillContainer [2021-09-02T20:18:40.454Z] === RUN TestKillContainer/no_signal [2021-09-02T20:18:40.903Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-09-02T20:18:40.903Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-09-02T20:18:40.903Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-02T20:18:40.903Z] === RUN TestDockerSuite/TestBuildExpose [2021-09-02T20:18:40.903Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-02T20:18:40.903Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-09-02T20:18:40.903Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-02T20:18:40.903Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-09-02T20:18:40.903Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-02T20:18:40.903Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-09-02T20:18:40.903Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-02T20:18:40.903Z] === RUN TestDockerSuite/TestBuildFails [2021-09-02T20:18:41.869Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-09-02T20:18:41.869Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-09-02T20:18:41.994Z] === RUN TestKillContainer/non_killing_signal [2021-09-02T20:18:41.994Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-02T20:18:41.994Z] === RUN TestKillContainer/killing_signal [2021-09-02T20:18:44.890Z] --- PASS: TestKillContainer (5.53s) [2021-09-02T20:18:44.890Z] --- PASS: TestKillContainer/no_signal (2.48s) [2021-09-02T20:18:44.890Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-02T20:18:44.890Z] --- PASS: TestKillContainer/killing_signal (3.00s) [2021-09-02T20:18:44.890Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-02T20:18:44.890Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T20:18:44.890Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-02T20:18:44.890Z] === RUN TestKillStoppedContainer [2021-09-02T20:18:44.890Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T20:18:44.890Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-09-02T20:18:44.890Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-02T20:18:44.890Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T20:18:44.890Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-02T20:18:44.890Z] === RUN TestKillDifferentUserContainer [2021-09-02T20:18:44.890Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-02T20:18:44.890Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-09-02T20:18:44.890Z] === RUN TestInspectOomKilledTrue [2021-09-02T20:18:44.890Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:44.890Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-02T20:18:44.890Z] === RUN TestInspectOomKilledFalse [2021-09-02T20:18:44.890Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T20:18:44.890Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-02T20:18:44.890Z] === RUN TestLogsFollowTailEmpty [2021-09-02T20:18:46.390Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-09-02T20:18:46.390Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-09-02T20:18:46.390Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-09-02T20:18:46.546Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-09-02T20:18:47.788Z] --- PASS: TestLogsFollowTailEmpty (2.51s) [2021-09-02T20:18:47.788Z] === RUN TestNetworkNat [2021-09-02T20:18:47.788Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-02T20:18:47.788Z] --- SKIP: TestNetworkNat (0.00s) [2021-09-02T20:18:47.788Z] === RUN TestNetworkLocalhostTCPNat [2021-09-02T20:18:48.603Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-09-02T20:18:48.603Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-09-02T20:18:48.603Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-02T20:18:48.603Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-09-02T20:18:50.697Z] --- PASS: TestNetworkLocalhostTCPNat (3.05s) [2021-09-02T20:18:50.697Z] === RUN TestNetworkLoopbackNat [2021-09-02T20:18:50.697Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-02T20:18:50.697Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-09-02T20:18:50.697Z] === RUN TestPause [2021-09-02T20:18:50.697Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-02T20:18:50.697Z] --- SKIP: TestPause (0.00s) [2021-09-02T20:18:50.697Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-02T20:18:50.819Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-09-02T20:18:50.819Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-02T20:18:50.819Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-09-02T20:18:51.287Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-09-02T20:18:51.287Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-09-02T20:18:51.287Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-09-02T20:18:51.287Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-09-02T20:18:51.287Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-09-02T20:18:51.287Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-09-02T20:18:51.287Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-09-02T20:18:51.287Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestDevicePermissions [2021-09-02T20:18:51.287Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestDockerFails [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-09-02T20:18:51.287Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-09-02T20:18:51.287Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-09-02T20:18:51.287Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestEventsAttach [2021-09-02T20:18:51.287Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestEventsCommit [2021-09-02T20:18:51.287Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-02T20:18:51.287Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-09-02T20:18:53.502Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-09-02T20:18:53.594Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.53s) [2021-09-02T20:18:53.594Z] === RUN TestPauseStopPausedContainer [2021-09-02T20:18:53.594Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:18:53.594Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-09-02T20:18:53.594Z] === RUN TestPsFilter [2021-09-02T20:18:53.594Z] --- PASS: TestPsFilter (0.24s) [2021-09-02T20:18:53.594Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-02T20:18:55.715Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-09-02T20:18:55.765Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.53s) [2021-09-02T20:18:55.765Z] === RUN TestRemoveContainerWithVolume [2021-09-02T20:18:56.845Z] === RUN TestDockerSuite/TestBuildForceRm [2021-09-02T20:18:58.662Z] --- PASS: TestRemoveContainerWithVolume (2.53s) [2021-09-02T20:18:58.662Z] === RUN TestRemoveContainerRunning [2021-09-02T20:18:58.666Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-09-02T20:19:00.833Z] --- PASS: TestRemoveContainerRunning (2.50s) [2021-09-02T20:19:00.833Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-02T20:19:01.520Z] === RUN TestDockerSuite/TestBuildFromGit [2021-09-02T20:19:03.732Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.47s) [2021-09-02T20:19:03.732Z] === RUN TestRemoveInvalidContainer [2021-09-02T20:19:03.732Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-09-02T20:19:03.732Z] === RUN TestRenameLinkedContainer [2021-09-02T20:19:03.732Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-02T20:19:03.732Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-09-02T20:19:03.732Z] === RUN TestRenameStoppedContainer [2021-09-02T20:19:05.820Z] === RUN TestDockerSuite/TestEventsCopy [2021-09-02T20:19:05.903Z] --- PASS: TestRenameStoppedContainer (2.52s) [2021-09-02T20:19:05.903Z] === RUN TestRenameRunningContainerAndReuse [2021-09-02T20:19:08.773Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-09-02T20:19:11.691Z] --- PASS: TestRenameRunningContainerAndReuse (5.01s) [2021-09-02T20:19:11.691Z] === RUN TestRenameInvalidName [2021-09-02T20:19:11.820Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-09-02T20:19:12.785Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-09-02T20:19:13.525Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-09-02T20:19:13.864Z] --- PASS: TestRenameInvalidName (2.52s) [2021-09-02T20:19:13.864Z] === RUN TestRenameAnonymousContainer [2021-09-02T20:19:15.739Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-09-02T20:19:16.725Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-09-02T20:19:17.462Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-09-02T20:19:17.462Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-02T20:19:17.462Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-09-02T20:19:17.919Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-09-02T20:19:18.376Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-09-02T20:19:18.376Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-02T20:19:18.376Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-09-02T20:19:20.518Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-09-02T20:19:21.505Z] === RUN TestDockerSuite/TestEventsFilterType [2021-09-02T20:19:21.972Z] === RUN TestDockerSuite/TestEventsFilters [2021-09-02T20:19:23.404Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-09-02T20:19:24.188Z] --- PASS: TestRenameAnonymousContainer (9.91s) [2021-09-02T20:19:24.188Z] === RUN TestRenameContainerWithSameName [2021-09-02T20:19:25.430Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-09-02T20:19:25.430Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-02T20:19:25.763Z] === RUN TestDockerSuite/TestEventsFormat [2021-09-02T20:19:25.888Z] === RUN TestDockerSuite/TestBuildHistory [2021-09-02T20:19:26.362Z] --- PASS: TestRenameContainerWithSameName (2.59s) [2021-09-02T20:19:26.362Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-02T20:19:26.362Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-02T20:19:26.362Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-09-02T20:19:26.362Z] === RUN TestResize [2021-09-02T20:19:28.538Z] --- PASS: TestResize (2.55s) [2021-09-02T20:19:28.538Z] === RUN TestResizeWithInvalidSize [2021-09-02T20:19:31.435Z] --- PASS: TestResizeWithInvalidSize (2.55s) [2021-09-02T20:19:31.435Z] === RUN TestResizeWhenContainerNotStarted [2021-09-02T20:19:33.606Z] --- PASS: TestResizeWhenContainerNotStarted (2.51s) [2021-09-02T20:19:33.606Z] === RUN TestDaemonRestartKillContainers [2021-09-02T20:19:33.606Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:19:33.606Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-09-02T20:19:33.606Z] === RUN TestStats [2021-09-02T20:19:33.606Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-02T20:19:33.606Z] --- SKIP: TestStats (0.00s) [2021-09-02T20:19:33.606Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-02T20:19:34.420Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-09-02T20:19:34.420Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-09-02T20:19:34.420Z] === RUN TestDockerSuite/TestEventsImageImport [2021-09-02T20:19:34.420Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-02T20:19:34.420Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-09-02T20:19:34.420Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-02T20:19:34.420Z] === RUN TestDockerSuite/TestEventsImagePull [2021-09-02T20:19:34.420Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-02T20:19:34.420Z] === RUN TestDockerSuite/TestEventsImageTag [2021-09-02T20:19:35.407Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-09-02T20:19:35.407Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-02T20:19:35.407Z] === RUN TestDockerSuite/TestEventsRename [2021-09-02T20:19:36.195Z] === RUN TestDockerSuite/TestBuildIidFile [2021-09-02T20:19:36.652Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-09-02T20:19:38.187Z] === RUN TestDockerSuite/TestBuildInheritance [2021-09-02T20:19:38.187Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-02T20:19:38.187Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-09-02T20:19:38.359Z] === RUN TestDockerSuite/TestEventsResize [2021-09-02T20:19:39.151Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-09-02T20:19:39.151Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-09-02T20:19:40.665Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.26s) [2021-09-02T20:19:40.665Z] === RUN TestStopContainerWithTimeout [2021-09-02T20:19:40.665Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-02T20:19:40.665Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-09-02T20:19:40.665Z] === RUN TestUpdateRestartPolicy [2021-09-02T20:19:41.478Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-09-02T20:19:42.874Z] === RUN TestDockerSuite/TestBuildLabel [2021-09-02T20:19:43.837Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-09-02T20:19:44.294Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-09-02T20:19:44.754Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-09-02T20:19:45.516Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-09-02T20:19:45.718Z] === RUN TestDockerSuite/TestBuildLabels [2021-09-02T20:19:46.176Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-09-02T20:19:47.711Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-09-02T20:19:47.744Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-09-02T20:19:49.958Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-09-02T20:19:53.488Z] === RUN TestDockerSuite/TestBuildLastModified [2021-09-02T20:19:53.488Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-02T20:19:53.488Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-09-02T20:19:53.488Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-02T20:19:53.488Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-09-02T20:19:53.488Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-09-02T20:19:53.488Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-09-02T20:19:53.488Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-09-02T20:19:53.488Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-09-02T20:19:53.750Z] === RUN TestDockerSuite/TestEventsTop [2021-09-02T20:19:53.750Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-02T20:19:53.750Z] === RUN TestDockerSuite/TestEventsUntag [2021-09-02T20:19:53.946Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-09-02T20:19:54.403Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-09-02T20:19:56.699Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-09-02T20:19:59.079Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-09-02T20:20:00.492Z] === RUN TestDockerSuite/TestExec [2021-09-02T20:20:00.492Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:20:00.492Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-09-02T20:20:00.492Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-02T20:20:00.492Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-09-02T20:20:01.479Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-09-02T20:20:01.746Z] --- PASS: TestUpdateRestartPolicy (21.40s) [2021-09-02T20:20:01.746Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-02T20:20:03.695Z] === RUN TestDockerSuite/TestExecAPIStart [2021-09-02T20:20:03.695Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:20:03.695Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-09-02T20:20:03.695Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:20:03.695Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-09-02T20:20:03.695Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-02T20:20:03.695Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-09-02T20:20:03.917Z] --- PASS: TestUpdateRestartWithAutoRemove (2.51s) [2021-09-02T20:20:03.917Z] === RUN TestWaitNonBlocked [2021-09-02T20:20:03.917Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T20:20:03.917Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T20:20:03.917Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T20:20:03.917Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T20:20:03.917Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-02T20:20:03.917Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-02T20:20:05.267Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-09-02T20:20:06.819Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-09-02T20:20:06.819Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.84s) [2021-09-02T20:20:06.819Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.04s) [2021-09-02T20:20:06.819Z] === RUN TestWaitBlocked [2021-09-02T20:20:06.819Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:06.819Z] --- SKIP: TestWaitBlocked (0.00s) [2021-09-02T20:20:06.819Z] PASS [2021-09-02T20:20:06.819Z] ok github.com/docker/docker/integration/container 94.737s [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === Skipped [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-09-02T20:20:06.819Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-09-02T20:20:06.819Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-09-02T20:20:06.819Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-09-02T20:20:06.819Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-09-02T20:20:06.819Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-02T20:20:06.819Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-02T20:20:06.819Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-09-02T20:20:06.819Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-09-02T20:20:06.819Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-09-02T20:20:06.819Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2021-09-02T20:20:06.819Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-09-02T20:20:06.819Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-09-02T20:20:06.819Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-09-02T20:20:06.819Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-09-02T20:20:06.819Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-09-02T20:20:06.819Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-09-02T20:20:06.819Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-09-02T20:20:06.819Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-02T20:20:06.819Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-02T20:20:06.819Z] [2021-09-02T20:20:06.819Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-02T20:20:06.819Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-09-02T20:20:06.820Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-02T20:20:06.820Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-09-02T20:20:06.820Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-09-02T20:20:06.820Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-09-02T20:20:06.820Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-09-02T20:20:06.820Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-09-02T20:20:06.820Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-09-02T20:20:06.820Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-09-02T20:20:06.820Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-09-02T20:20:06.820Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-09-02T20:20:06.820Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-09-02T20:20:06.820Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-09-02T20:20:06.820Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-09-02T20:20:06.820Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-09-02T20:20:06.820Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:06.820Z] [2021-09-02T20:20:06.820Z] DONE 87 tests, 34 skipped in 96.633s [2021-09-02T20:20:06.820Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-09-02T20:20:06.831Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-09-02T20:20:08.398Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-09-02T20:20:10.614Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-09-02T20:20:11.435Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-09-02T20:20:11.435Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-02T20:20:11.435Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-09-02T20:20:13.560Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-09-02T20:20:13.605Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-09-02T20:20:14.403Z] === RUN TestDockerSuite/TestExecCgroup [2021-09-02T20:20:14.403Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-02T20:20:14.403Z] === RUN TestDockerSuite/TestExecEnv [2021-09-02T20:20:14.403Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-02T20:20:14.403Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-09-02T20:20:14.403Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-02T20:20:14.403Z] === RUN TestDockerSuite/TestExecExitStatus [2021-09-02T20:20:15.968Z] === RUN TestDockerSuite/TestExecInspectID [2021-09-02T20:20:20.725Z] === RUN TestDockerSuite/TestExecInteractive [2021-09-02T20:20:20.725Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-02T20:20:20.725Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-09-02T20:20:20.725Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-02T20:20:20.725Z] === RUN TestDockerSuite/TestExecParseError [2021-09-02T20:20:20.725Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-02T20:20:20.725Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-09-02T20:20:20.725Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-02T20:20:20.725Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-09-02T20:20:20.725Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-02T20:20:20.725Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-09-02T20:20:22.294Z] === RUN TestDockerSuite/TestExecSetEnv [2021-09-02T20:20:22.294Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-02T20:20:22.294Z] === RUN TestDockerSuite/TestExecStartFails [2021-09-02T20:20:22.294Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-02T20:20:22.294Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-09-02T20:20:22.294Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-02T20:20:22.294Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-09-02T20:20:22.294Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-02T20:20:22.294Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-09-02T20:20:22.294Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-02T20:20:22.294Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-09-02T20:20:23.859Z] === RUN TestDockerSuite/TestExecUlimits [2021-09-02T20:20:23.859Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-02T20:20:23.859Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-09-02T20:20:24.527Z] === RUN TestConfigDaemonLibtrustID [2021-09-02T20:20:24.527Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-02T20:20:24.527Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-09-02T20:20:24.527Z] === RUN TestDaemonConfigValidation [2021-09-02T20:20:24.527Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-02T20:20:24.527Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-09-02T20:20:24.527Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-02T20:20:24.527Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-02T20:20:24.527Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-09-02T20:20:24.527Z] PASS [2021-09-02T20:20:24.527Z] ok github.com/docker/docker/integration/daemon 0.079s [2021-09-02T20:20:24.527Z] [2021-09-02T20:20:24.527Z] === Skipped [2021-09-02T20:20:24.527Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-09-02T20:20:24.527Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-02T20:20:24.527Z] [2021-09-02T20:20:24.527Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-09-02T20:20:24.527Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-02T20:20:24.527Z] [2021-09-02T20:20:24.527Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-09-02T20:20:24.527Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-02T20:20:24.527Z] [2021-09-02T20:20:24.527Z] DONE 3 tests, 3 skipped in 17.584s [2021-09-02T20:20:24.527Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-09-02T20:20:26.058Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:20:26.058Z] INFO: Testing against a local daemon [2021-09-02T20:20:26.058Z] === RUN TestCommitInheritsEnv [2021-09-02T20:20:26.058Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:20:26.058Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-09-02T20:20:26.058Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-02T20:20:26.058Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-02T20:20:26.058Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-09-02T20:20:26.058Z] === RUN TestImagesFilterMultiReference [2021-09-02T20:20:26.058Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-09-02T20:20:26.058Z] === RUN TestImagePullPlatformInvalid [2021-09-02T20:20:26.058Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-09-02T20:20:26.058Z] === RUN TestRemoveImageOrphaning [2021-09-02T20:20:27.023Z] --- PASS: TestRemoveImageOrphaning (0.86s) [2021-09-02T20:20:27.023Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-02T20:20:27.023Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-09-02T20:20:27.023Z] === RUN TestTagInvalidReference [2021-09-02T20:20:27.023Z] --- PASS: TestTagInvalidReference (0.04s) [2021-09-02T20:20:27.023Z] === RUN TestTagValidPrefixedRepo [2021-09-02T20:20:27.023Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-09-02T20:20:27.023Z] === RUN TestTagExistedNameWithoutForce [2021-09-02T20:20:27.023Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-09-02T20:20:27.023Z] === RUN TestTagOfficialNames [2021-09-02T20:20:27.023Z] --- PASS: TestTagOfficialNames (0.07s) [2021-09-02T20:20:27.023Z] === RUN TestTagMatchesDigest [2021-09-02T20:20:27.023Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-09-02T20:20:27.023Z] PASS [2021-09-02T20:20:27.023Z] ok github.com/docker/docker/integration/image 1.229s [2021-09-02T20:20:27.023Z] [2021-09-02T20:20:27.023Z] === Skipped [2021-09-02T20:20:27.023Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-09-02T20:20:27.023Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:20:27.023Z] [2021-09-02T20:20:27.023Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-09-02T20:20:27.023Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-02T20:20:27.023Z] [2021-09-02T20:20:27.023Z] DONE 11 tests, 2 skipped in 2.531s [2021-09-02T20:20:27.481Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-09-02T20:20:28.617Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-09-02T20:20:28.617Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-02T20:20:28.617Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-09-02T20:20:28.617Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-02T20:20:28.617Z] === RUN TestDockerSuite/TestExecWithUser [2021-09-02T20:20:28.617Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-02T20:20:28.617Z] === RUN TestDockerSuite/TestGetContainerStats [2021-09-02T20:20:29.014Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:20:29.014Z] INFO: Testing against a local daemon [2021-09-02T20:20:29.014Z] === RUN TestNetworkCreateDelete [2021-09-02T20:20:29.014Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:29.014Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-09-02T20:20:29.014Z] === RUN TestDockerNetworkDeletePreferID [2021-09-02T20:20:29.014Z] 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-09-02T20:20:29.014Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-09-02T20:20:29.014Z] === RUN TestDaemonDNSFallback [2021-09-02T20:20:29.014Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:29.014Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-09-02T20:20:29.014Z] === RUN TestInspectNetwork [2021-09-02T20:20:29.014Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-02T20:20:29.014Z] --- SKIP: TestInspectNetwork (0.00s) [2021-09-02T20:20:29.014Z] === RUN TestRunContainerWithBridgeNone [2021-09-02T20:20:29.014Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:29.014Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-09-02T20:20:29.014Z] === RUN TestNetworkInvalidJSON [2021-09-02T20:20:29.014Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-02T20:20:29.014Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-02T20:20:29.014Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T20:20:29.014Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T20:20:29.014Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T20:20:29.014Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T20:20:29.014Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-02T20:20:29.014Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-02T20:20:29.014Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-02T20:20:29.014Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-09-02T20:20:29.014Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-02T20:20:29.014Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-02T20:20:29.014Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-09-02T20:20:29.014Z] === RUN TestNetworkList [2021-09-02T20:20:29.014Z] === RUN TestNetworkList//networks [2021-09-02T20:20:29.014Z] === PAUSE TestNetworkList//networks [2021-09-02T20:20:29.014Z] === RUN TestNetworkList//networks/ [2021-09-02T20:20:29.014Z] === PAUSE TestNetworkList//networks/ [2021-09-02T20:20:29.014Z] === CONT TestNetworkList//networks [2021-09-02T20:20:29.014Z] === CONT TestNetworkList//networks/ [2021-09-02T20:20:29.014Z] --- PASS: TestNetworkList (0.03s) [2021-09-02T20:20:29.014Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-02T20:20:29.014Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-02T20:20:29.014Z] === RUN TestHostIPv4BridgeLabel [2021-09-02T20:20:29.014Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-09-02T20:20:29.014Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-02T20:20:29.014Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-09-02T20:20:29.014Z] === RUN TestDaemonDefaultNetworkPools [2021-09-02T20:20:29.014Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-09-02T20:20:29.014Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-02T20:20:29.014Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-02T20:20:29.014Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-02T20:20:29.014Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-02T20:20:29.014Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-02T20:20:29.014Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-02T20:20:29.014Z] === RUN TestServiceWithPredefinedNetwork [2021-09-02T20:20:29.014Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-09-02T20:20:29.014Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-02T20:20:29.014Z] service_test.go:243: FLAKY_TEST [2021-09-02T20:20:29.014Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-02T20:20:29.014Z] === RUN TestServiceWithDataPathPortInit [2021-09-02T20:20:29.014Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-09-02T20:20:29.014Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-02T20:20:29.014Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-02T20:20:29.014Z] PASS [2021-09-02T20:20:29.014Z] ok github.com/docker/docker/integration/network 0.117s [2021-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] === Skipped [2021-09-02T20:20:29.014Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-09-02T20:20:29.014Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-09-02T20:20:29.014Z] 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-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-09-02T20:20:29.014Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-09-02T20:20:29.014Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-09-02T20:20:29.014Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-09-02T20:20:29.014Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-09-02T20:20:29.014Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-09-02T20:20:29.014Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-02T20:20:29.014Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-02T20:20:29.014Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-02T20:20:29.014Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-09-02T20:20:29.014Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-02T20:20:29.014Z] service_test.go:243: FLAKY_TEST [2021-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-09-02T20:20:29.014Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-02T20:20:29.014Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-02T20:20:29.014Z] [2021-09-02T20:20:29.014Z] DONE 22 tests, 15 skipped in 1.748s [2021-09-02T20:20:29.014Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-09-02T20:20:29.472Z] testing: warning: no tests to run [2021-09-02T20:20:29.472Z] PASS [2021-09-02T20:20:29.472Z] ok github.com/docker/docker/integration/network/ipvlan 0.048s [2021-09-02T20:20:29.472Z] [2021-09-02T20:20:29.472Z] DONE 0 tests in 0.531s [2021-09-02T20:20:29.929Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-09-02T20:20:30.386Z] testing: warning: no tests to run [2021-09-02T20:20:30.386Z] PASS [2021-09-02T20:20:30.386Z] ok github.com/docker/docker/integration/network/macvlan 0.049s [2021-09-02T20:20:30.386Z] [2021-09-02T20:20:30.386Z] DONE 0 tests in 0.495s [2021-09-02T20:20:30.386Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-09-02T20:20:30.844Z] testing: warning: no tests to run [2021-09-02T20:20:30.844Z] PASS [2021-09-02T20:20:30.844Z] ok github.com/docker/docker/integration/plugin 0.051s [2021-09-02T20:20:30.844Z] [2021-09-02T20:20:30.844Z] DONE 0 tests in 0.526s [2021-09-02T20:20:30.844Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-09-02T20:20:31.302Z] testing: warning: no tests to run [2021-09-02T20:20:31.302Z] PASS [2021-09-02T20:20:31.302Z] ok github.com/docker/docker/integration/plugin/authz 0.055s [2021-09-02T20:20:31.302Z] [2021-09-02T20:20:31.302Z] DONE 0 tests in 0.511s [2021-09-02T20:20:31.302Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-09-02T20:20:34.483Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-09-02T20:20:36.010Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:20:36.010Z] INFO: Testing against a local daemon [2021-09-02T20:20:36.010Z] === RUN TestPluginInvalidJSON [2021-09-02T20:20:36.010Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T20:20:36.010Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T20:20:36.010Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-02T20:20:36.010Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-09-02T20:20:36.010Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-02T20:20:36.010Z] === RUN TestPluginInstall [2021-09-02T20:20:36.010Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-02T20:20:36.010Z] --- SKIP: TestPluginInstall (0.00s) [2021-09-02T20:20:36.010Z] === RUN TestPluginsWithRuntimes [2021-09-02T20:20:36.010Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-02T20:20:36.010Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-09-02T20:20:36.010Z] === RUN TestPluginBackCompatMediaTypes [2021-09-02T20:20:36.010Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-02T20:20:36.010Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-09-02T20:20:36.010Z] PASS [2021-09-02T20:20:36.010Z] ok github.com/docker/docker/integration/plugin/common 0.075s [2021-09-02T20:20:36.010Z] [2021-09-02T20:20:36.010Z] === Skipped [2021-09-02T20:20:36.010Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-09-02T20:20:36.010Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-02T20:20:36.010Z] [2021-09-02T20:20:36.010Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-09-02T20:20:36.010Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-02T20:20:36.010Z] [2021-09-02T20:20:36.010Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-09-02T20:20:36.010Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-02T20:20:36.010Z] [2021-09-02T20:20:36.010Z] DONE 5 tests, 3 skipped in 4.630s [2021-09-02T20:20:36.010Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-09-02T20:20:38.183Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:20:38.183Z] INFO: Testing against a local daemon [2021-09-02T20:20:38.183Z] === RUN TestExternalGraphDriver [2021-09-02T20:20:38.183Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-02T20:20:38.183Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-09-02T20:20:38.183Z] === RUN TestGraphdriverPluginV2 [2021-09-02T20:20:38.183Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-02T20:20:38.183Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-09-02T20:20:38.183Z] PASS [2021-09-02T20:20:38.183Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.075s [2021-09-02T20:20:38.641Z] [2021-09-02T20:20:38.641Z] === Skipped [2021-09-02T20:20:38.641Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-09-02T20:20:38.641Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-02T20:20:38.641Z] [2021-09-02T20:20:38.641Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-09-02T20:20:38.641Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-02T20:20:38.641Z] [2021-09-02T20:20:38.641Z] DONE 2 tests, 2 skipped in 2.247s [2021-09-02T20:20:38.641Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-09-02T20:20:40.173Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:20:40.173Z] INFO: Testing against a local daemon [2021-09-02T20:20:40.173Z] === RUN TestReadPluginNoRead [2021-09-02T20:20:40.173Z] read_test.go:21: no unix domain sockets on Windows [2021-09-02T20:20:40.173Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-09-02T20:20:40.173Z] PASS [2021-09-02T20:20:40.173Z] ok github.com/docker/docker/integration/plugin/logging 0.062s [2021-09-02T20:20:40.173Z] [2021-09-02T20:20:40.173Z] === Skipped [2021-09-02T20:20:40.173Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-09-02T20:20:40.173Z] read_test.go:21: no unix domain sockets on Windows [2021-09-02T20:20:40.173Z] [2021-09-02T20:20:40.173Z] DONE 1 tests, 1 skipped in 1.642s [2021-09-02T20:20:40.173Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-09-02T20:20:40.349Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-09-02T20:20:41.138Z] testing: warning: no tests to run [2021-09-02T20:20:41.138Z] PASS [2021-09-02T20:20:41.138Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.051s [2021-09-02T20:20:41.138Z] [2021-09-02T20:20:41.138Z] DONE 0 tests in 0.811s [2021-09-02T20:20:41.138Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-09-02T20:20:42.566Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-09-02T20:20:42.670Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:20:42.670Z] INFO: Testing against a local daemon [2021-09-02T20:20:42.670Z] === RUN TestPluginWithDevMounts [2021-09-02T20:20:42.670Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:42.670Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-09-02T20:20:42.670Z] PASS [2021-09-02T20:20:42.670Z] ok github.com/docker/docker/integration/plugin/volumes 0.090s [2021-09-02T20:20:42.670Z] [2021-09-02T20:20:42.670Z] === Skipped [2021-09-02T20:20:42.670Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-09-02T20:20:42.670Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:42.670Z] [2021-09-02T20:20:42.670Z] DONE 1 tests, 1 skipped in 1.607s [2021-09-02T20:20:42.670Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-09-02T20:20:43.529Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-09-02T20:20:44.204Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:20:44.204Z] INFO: Testing against a local daemon [2021-09-02T20:20:44.204Z] === RUN TestSecretInspect [2021-09-02T20:20:44.204Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:44.204Z] --- SKIP: TestSecretInspect (0.00s) [2021-09-02T20:20:44.204Z] === RUN TestSecretList [2021-09-02T20:20:44.204Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:44.204Z] --- SKIP: TestSecretList (0.00s) [2021-09-02T20:20:44.204Z] === RUN TestSecretsCreateAndDelete [2021-09-02T20:20:44.204Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:44.204Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-09-02T20:20:44.204Z] === RUN TestSecretsUpdate [2021-09-02T20:20:44.204Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:44.204Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-09-02T20:20:44.204Z] === RUN TestTemplatedSecret [2021-09-02T20:20:44.204Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:44.204Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-09-02T20:20:44.204Z] === RUN TestSecretCreateResolve [2021-09-02T20:20:44.204Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:44.204Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-09-02T20:20:44.204Z] PASS [2021-09-02T20:20:44.204Z] ok github.com/docker/docker/integration/secret 0.064s [2021-09-02T20:20:44.204Z] [2021-09-02T20:20:44.204Z] === Skipped [2021-09-02T20:20:44.204Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-09-02T20:20:44.204Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:44.204Z] [2021-09-02T20:20:44.204Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-09-02T20:20:44.204Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:44.204Z] [2021-09-02T20:20:44.204Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-09-02T20:20:44.204Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:44.204Z] [2021-09-02T20:20:44.204Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-09-02T20:20:44.204Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:44.204Z] [2021-09-02T20:20:44.204Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-09-02T20:20:44.204Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:44.204Z] [2021-09-02T20:20:44.204Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-09-02T20:20:44.204Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:44.204Z] [2021-09-02T20:20:44.204Z] DONE 6 tests, 6 skipped in 1.408s [2021-09-02T20:20:44.204Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-09-02T20:20:45.623Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-09-02T20:20:46.389Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:20:46.389Z] INFO: Testing against a local daemon [2021-09-02T20:20:46.389Z] === RUN TestServiceCreateInit [2021-09-02T20:20:46.389Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-02T20:20:46.389Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-02T20:20:46.389Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- PASS: TestServiceCreateInit (0.03s) [2021-09-02T20:20:46.389Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-02T20:20:46.389Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestCreateServiceMultipleTimes [2021-09-02T20:20:46.389Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestCreateServiceConflict [2021-09-02T20:20:46.389Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestCreateServiceMaxReplicas [2021-09-02T20:20:46.389Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2021-09-02T20:20:46.389Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-02T20:20:46.389Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestCreateServiceSecretFileMode [2021-09-02T20:20:46.389Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestCreateServiceConfigFileMode [2021-09-02T20:20:46.389Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestCreateServiceSysctls [2021-09-02T20:20:46.389Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-09-02T20:20:46.389Z] === RUN TestCreateServiceCapabilities [2021-09-02T20:20:46.389Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-09-02T20:20:46.389Z] === RUN TestInspect [2021-09-02T20:20:46.389Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestInspect (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestCreateJob [2021-09-02T20:20:46.389Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestCreateJob (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestReplicatedJob [2021-09-02T20:20:46.389Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestReplicatedJob (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestUpdateReplicatedJob [2021-09-02T20:20:46.389Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestServiceListWithStatuses [2021-09-02T20:20:46.389Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestDockerNetworkConnectAlias [2021-09-02T20:20:46.389Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestDockerNetworkReConnect [2021-09-02T20:20:46.389Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestServicePlugin [2021-09-02T20:20:46.389Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestServicePlugin (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestServiceUpdateLabel [2021-09-02T20:20:46.389Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:46.389Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestServiceUpdateSecrets [2021-09-02T20:20:46.389Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:46.389Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestServiceUpdateConfigs [2021-09-02T20:20:46.389Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:46.389Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestServiceUpdateNetwork [2021-09-02T20:20:46.389Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:46.389Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-09-02T20:20:46.389Z] === RUN TestServiceUpdatePidsLimit [2021-09-02T20:20:46.389Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:46.389Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-09-02T20:20:46.389Z] PASS [2021-09-02T20:20:46.389Z] ok github.com/docker/docker/integration/service 0.160s [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === Skipped [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-02T20:20:46.389Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-02T20:20:46.389Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-09-02T20:20:46.389Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-09-02T20:20:46.389Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.02s) [2021-09-02T20:20:46.389Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-02T20:20:46.389Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-09-02T20:20:46.389Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-09-02T20:20:46.389Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-09-02T20:20:46.389Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-09-02T20:20:46.389Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-09-02T20:20:46.389Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-09-02T20:20:46.389Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-09-02T20:20:46.389Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-09-02T20:20:46.389Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-09-02T20:20:46.389Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-09-02T20:20:46.389Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-09-02T20:20:46.389Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-09-02T20:20:46.389Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-09-02T20:20:46.389Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-09-02T20:20:46.389Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-09-02T20:20:46.389Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-09-02T20:20:46.389Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-09-02T20:20:46.389Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-02T20:20:46.389Z] [2021-09-02T20:20:46.389Z] DONE 24 tests, 23 skipped in 1.949s [2021-09-02T20:20:46.389Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-09-02T20:20:47.369Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:20:47.369Z] INFO: Testing against a local daemon [2021-09-02T20:20:47.369Z] === RUN TestSessionCreate [2021-09-02T20:20:47.369Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-02T20:20:47.369Z] --- SKIP: TestSessionCreate (0.00s) [2021-09-02T20:20:47.369Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-02T20:20:47.369Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-02T20:20:47.369Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-09-02T20:20:47.369Z] PASS [2021-09-02T20:20:47.369Z] ok github.com/docker/docker/integration/session 0.062s [2021-09-02T20:20:47.834Z] [2021-09-02T20:20:47.834Z] === Skipped [2021-09-02T20:20:47.834Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-09-02T20:20:47.834Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-02T20:20:47.834Z] [2021-09-02T20:20:47.834Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-09-02T20:20:47.834Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-02T20:20:47.834Z] [2021-09-02T20:20:47.834Z] DONE 2 tests, 2 skipped in 1.304s [2021-09-02T20:20:47.834Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-09-02T20:20:48.435Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-09-02T20:20:48.435Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:20:48.435Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-09-02T20:20:48.435Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-09-02T20:20:48.435Z] === RUN TestDockerSuite/TestHealth [2021-09-02T20:20:48.435Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-02T20:20:48.435Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-09-02T20:20:48.435Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-09-02T20:20:48.436Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-09-02T20:20:48.436Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-09-02T20:20:49.366Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:20:49.366Z] INFO: Testing against a local daemon [2021-09-02T20:20:49.366Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-02T20:20:49.366Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:49.366Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-02T20:20:49.366Z] === RUN TestDiskUsage [2021-09-02T20:20:49.366Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-02T20:20:49.366Z] --- SKIP: TestDiskUsage (0.00s) [2021-09-02T20:20:49.366Z] === RUN TestEventsExecDie [2021-09-02T20:20:49.366Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-02T20:20:49.366Z] --- SKIP: TestEventsExecDie (0.00s) [2021-09-02T20:20:49.366Z] === RUN TestEventsBackwardsCompatible [2021-09-02T20:20:49.366Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-02T20:20:49.366Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-09-02T20:20:49.366Z] === RUN TestEventsVolumeCreate [2021-09-02T20:20:49.366Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-02T20:20:49.366Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-09-02T20:20:49.366Z] === RUN TestInfoAPI [2021-09-02T20:20:49.366Z] --- PASS: TestInfoAPI (0.03s) [2021-09-02T20:20:49.366Z] === RUN TestInfoAPIWarnings [2021-09-02T20:20:49.366Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:20:49.366Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-09-02T20:20:49.366Z] === RUN TestInfoDebug [2021-09-02T20:20:49.366Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T20:20:49.366Z] --- SKIP: TestInfoDebug (0.00s) [2021-09-02T20:20:49.366Z] === RUN TestInfoInsecureRegistries [2021-09-02T20:20:49.366Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T20:20:49.366Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-09-02T20:20:49.366Z] === RUN TestInfoRegistryMirrors [2021-09-02T20:20:49.366Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T20:20:49.366Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-09-02T20:20:49.366Z] === RUN TestLoginFailsWithBadCredentials [2021-09-02T20:20:50.330Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2021-09-02T20:20:50.330Z] === RUN TestPingCacheHeaders [2021-09-02T20:20:50.330Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-09-02T20:20:50.330Z] === RUN TestPingGet [2021-09-02T20:20:50.330Z] --- PASS: TestPingGet (0.02s) [2021-09-02T20:20:50.330Z] === RUN TestPingHead [2021-09-02T20:20:50.330Z] --- PASS: TestPingHead (0.02s) [2021-09-02T20:20:50.330Z] === RUN TestVersion [2021-09-02T20:20:50.330Z] --- PASS: TestVersion (0.02s) [2021-09-02T20:20:50.330Z] PASS [2021-09-02T20:20:50.330Z] ok github.com/docker/docker/integration/system 1.147s [2021-09-02T20:20:50.330Z] [2021-09-02T20:20:50.330Z] === Skipped [2021-09-02T20:20:50.330Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-02T20:20:50.330Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-02T20:20:50.330Z] [2021-09-02T20:20:50.330Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-09-02T20:20:50.330Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-02T20:20:50.330Z] [2021-09-02T20:20:50.330Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-09-02T20:20:50.330Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-02T20:20:50.330Z] [2021-09-02T20:20:50.330Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-09-02T20:20:50.330Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-02T20:20:50.330Z] [2021-09-02T20:20:50.330Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-09-02T20:20:50.330Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-02T20:20:50.330Z] [2021-09-02T20:20:50.330Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-09-02T20:20:50.330Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-02T20:20:50.330Z] [2021-09-02T20:20:50.330Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-09-02T20:20:50.330Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T20:20:50.330Z] [2021-09-02T20:20:50.330Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-09-02T20:20:50.330Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T20:20:50.330Z] [2021-09-02T20:20:50.330Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-09-02T20:20:50.330Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-02T20:20:50.330Z] [2021-09-02T20:20:50.330Z] DONE 15 tests, 9 skipped in 2.547s [2021-09-02T20:20:50.330Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-09-02T20:20:51.385Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-09-02T20:20:51.385Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-09-02T20:20:51.385Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-02T20:20:51.385Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-09-02T20:20:51.385Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-09-02T20:20:51.385Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-09-02T20:20:51.853Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-09-02T20:20:51.863Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:20:51.863Z] INFO: Testing against a local daemon [2021-09-02T20:20:51.863Z] === RUN TestVolumesCreateAndList [2021-09-02T20:20:51.863Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-09-02T20:20:51.863Z] === RUN TestVolumesRemove [2021-09-02T20:20:51.863Z] --- PASS: TestVolumesRemove (0.11s) [2021-09-02T20:20:51.863Z] === RUN TestVolumesInspect [2021-09-02T20:20:51.863Z] --- PASS: TestVolumesInspect (0.03s) [2021-09-02T20:20:51.863Z] === RUN TestVolumesInvalidJSON [2021-09-02T20:20:51.863Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-02T20:20:51.863Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-02T20:20:51.863Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-02T20:20:51.863Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-09-02T20:20:51.863Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-02T20:20:51.863Z] PASS [2021-09-02T20:20:51.863Z] ok github.com/docker/docker/integration/volume 0.230s [2021-09-02T20:20:52.320Z] [2021-09-02T20:20:52.320Z] DONE 5 tests in 1.714s [2021-09-02T20:20:52.320Z] INFO: make.ps1 ended at 09/02/2021 20:20:51 [2021-09-02T20:20:52.320Z] INFO: Integration CLI tests being run from the host: [2021-09-02T20:20:52.320Z] 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-09-02T20:20:52.322Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-09-02T20:20:52.322Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-02T20:20:52.322Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-09-02T20:20:53.309Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-09-02T20:20:53.309Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-09-02T20:20:54.874Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-09-02T20:20:54.874Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-09-02T20:20:56.443Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-09-02T20:20:59.394Z] === RUN TestDockerSuite/TestImagesFormat [2021-09-02T20:20:59.394Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-09-02T20:20:59.394Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-02T20:20:59.394Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-09-02T20:20:59.400Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-02T20:20:59.400Z] INFO: Testing against a local daemon [2021-09-02T20:20:59.400Z] === RUN TestDockerSuite [2021-09-02T20:20:59.400Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-09-02T20:20:59.400Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-09-02T20:20:59.400Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-02T20:20:59.400Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-09-02T20:20:59.400Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-09-02T20:20:59.400Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-09-02T20:20:59.400Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-09-02T20:20:59.400Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-02T20:20:59.400Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-09-02T20:20:59.400Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-09-02T20:20:59.857Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-09-02T20:20:59.857Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-09-02T20:21:00.489Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-09-02T20:21:00.822Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-09-02T20:21:00.822Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-09-02T20:21:03.187Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-09-02T20:21:03.187Z] === RUN TestDockerSuite/TestImportBadURL [2021-09-02T20:21:04.599Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-09-02T20:21:05.403Z] === RUN TestDockerSuite/TestImportDisplay [2021-09-02T20:21:05.403Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-02T20:21:05.403Z] === RUN TestDockerSuite/TestImportFile [2021-09-02T20:21:05.403Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-02T20:21:05.403Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-09-02T20:21:05.403Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-09-02T20:21:05.403Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-02T20:21:05.403Z] === RUN TestDockerSuite/TestImportGzipped [2021-09-02T20:21:05.403Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-02T20:21:05.403Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-09-02T20:21:05.403Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:21:05.403Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-09-02T20:21:05.403Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-02T20:21:05.403Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-09-02T20:21:05.403Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-02T20:21:05.403Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-09-02T20:21:05.403Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-02T20:21:05.403Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-09-02T20:21:05.403Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-09-02T20:21:05.403Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-02T20:21:05.403Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-09-02T20:21:05.403Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-02T20:21:05.403Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-09-02T20:21:07.619Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-09-02T20:21:09.835Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-09-02T20:21:09.835Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-02T20:21:09.835Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-09-02T20:21:09.835Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-02T20:21:09.835Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-09-02T20:21:09.835Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-09-02T20:21:09.835Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-02T20:21:09.835Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-09-02T20:21:11.657Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-09-02T20:21:12.050Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-09-02T20:21:12.050Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-09-02T20:21:14.267Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-09-02T20:21:14.267Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-02T20:21:14.267Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-09-02T20:21:14.267Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-02T20:21:14.267Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-09-02T20:21:14.267Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-02T20:21:14.267Z] === RUN TestDockerSuite/TestInspectDefault [2021-09-02T20:21:15.838Z] === RUN TestDockerSuite/TestInspectHistory [2021-09-02T20:21:18.593Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-09-02T20:21:18.593Z] docker_cli_external_volume_driver_test.go:484: [d9c6b75214487] daemon is not started [2021-09-02T20:21:19.629Z] === RUN TestDockerSuite/TestInspectImage [2021-09-02T20:21:19.629Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:21:19.629Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-09-02T20:21:19.629Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:21:19.629Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-09-02T20:21:19.629Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-02T20:21:19.629Z] === RUN TestDockerSuite/TestInspectInt64 [2021-09-02T20:21:21.843Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-09-02T20:21:21.954Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-09-02T20:21:23.408Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-09-02T20:21:23.408Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-09-02T20:21:25.622Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-09-02T20:21:26.628Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-09-02T20:21:27.188Z] === RUN TestDockerSuite/TestInspectPlugin [2021-09-02T20:21:27.188Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-02T20:21:27.188Z] === RUN TestDockerSuite/TestInspectRootFS [2021-09-02T20:21:27.656Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-09-02T20:21:29.221Z] === RUN TestDockerSuite/TestInspectStatus [2021-09-02T20:21:32.174Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-09-02T20:21:33.458Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-09-02T20:21:33.458Z] docker_cli_external_volume_driver_test.go:52: [dab3be7c0a9c7] daemon is not started [2021-09-02T20:21:35.126Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-09-02T20:21:37.341Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-09-02T20:21:38.911Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-09-02T20:21:41.127Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-09-02T20:21:41.409Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-09-02T20:21:41.409Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-02T20:21:41.409Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-09-02T20:21:42.691Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-09-02T20:21:44.901Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-09-02T20:21:46.426Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-09-02T20:21:46.426Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-09-02T20:21:46.426Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.426Z] === RUN TestDockerSuite/TestLinksEnvs [2021-09-02T20:21:46.426Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.426Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-09-02T20:21:46.426Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.426Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-09-02T20:21:46.426Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.426Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-09-02T20:21:46.426Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.426Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-09-02T20:21:46.426Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.426Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-09-02T20:21:46.426Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.426Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-09-02T20:21:46.426Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.426Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-09-02T20:21:46.426Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.426Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-09-02T20:21:46.426Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.426Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-09-02T20:21:46.426Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.426Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-09-02T20:21:46.426Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.881Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-09-02T20:21:46.881Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.881Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-09-02T20:21:46.881Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.881Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-09-02T20:21:46.881Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.881Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-09-02T20:21:46.881Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-02T20:21:46.881Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-09-02T20:21:46.881Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-09-02T20:21:46.881Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-09-02T20:21:48.331Z] --- PASS: TestDockerExternalVolumeSuite (437.27s) [2021-09-02T20:21:48.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.55s) [2021-09-02T20:21:48.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.64s) [2021-09-02T20:21:48.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.19s) [2021-09-02T20:21:48.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-09-02T20:21:48.331Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-09-02T20:21:48.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.05s) [2021-09-02T20:21:48.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-09-02T20:21:48.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s) [2021-09-02T20:21:48.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.22s) [2021-09-02T20:21:48.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2021-09-02T20:21:48.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.58s) [2021-09-02T20:21:48.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.18s) [2021-09-02T20:21:48.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.28s) [2021-09-02T20:21:48.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.95s) [2021-09-02T20:21:48.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.20s) [2021-09-02T20:21:48.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.67s) [2021-09-02T20:21:48.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.01s) [2021-09-02T20:21:48.332Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2021-09-02T20:21:48.332Z] PASS [2021-09-02T20:21:48.332Z] [2021-09-02T20:21:48.332Z] === Skipped [2021-09-02T20:21:48.332Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-09-02T20:21:48.332Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-09-02T20:21:48.332Z] check_test.go:308: [d3741cf1dffd1] daemon is not started [2021-09-02T20:21:48.332Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-09-02T20:21:48.332Z] [2021-09-02T20:21:48.332Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-09-02T20:21:48.332Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-09-02T20:21:48.332Z] check_test.go:308: [d621c2b972275] daemon is not started [2021-09-02T20:21:48.332Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-09-02T20:21:48.332Z] [2021-09-02T20:21:48.332Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-09-02T20:21:48.332Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-09-02T20:21:48.332Z] check_test.go:308: [d8562322e2485] daemon is not started [2021-09-02T20:21:48.332Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-09-02T20:21:48.332Z] [2021-09-02T20:21:48.332Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-09-02T20:21:48.332Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2021-09-02T20:21:48.332Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-09-02T20:21:48.332Z] [2021-09-02T20:21:48.332Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-09-02T20:21:48.332Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-09-02T20:21:48.332Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-09-02T20:21:48.332Z] [2021-09-02T20:21:48.332Z] DONE 273 tests, 5 skipped in 2405.477s [2021-09-02T20:21:48.332Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-02T20:21:48.332Z] ++++ cat bundles/test-integration/docker.pid [2021-09-02T20:21:48.332Z] +++ kill 8517 [2021-09-02T20:21:48.332Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/df53cf6c7a210/docker.pid [2021-09-02T20:21:48.332Z] +++ kill 7429 [2021-09-02T20:21:48.332Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7429 is not a child of this shell [2021-09-02T20:21:48.332Z] warning: PID 7429 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/df53cf6c7a210/docker.pid had a nonzero exit code [2021-09-02T20:21:48.332Z] +++ /etc/init.d/apparmor stop [2021-09-02T20:21:48.332Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-02T20:21:48.332Z] [2021-09-02T20:21:48.332Z] Unloading profiles will leave already running processes permanently [2021-09-02T20:21:48.332Z] unconfined, which can lead to unexpected situations. [2021-09-02T20:21:48.332Z] [2021-09-02T20:21:48.332Z] To set a process to complain mode, use the command line tool [2021-09-02T20:21:48.332Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-02T20:21:48.332Z] +++ true [2021-09-02T20:21:48.332Z] exiting test-integration [2021-09-02T20:21:48.332Z] ++ exit 0 [2021-09-02T20:21:48.332Z] [2021-09-02T20:21:48.332Z] + exit 0 [2021-09-02T20:21:48.332Z] ++ jobs -p [2021-09-02T20:21:48.332Z] + pids= [2021-09-02T20:21:48.332Z] + echo 'Remaining pids to kill: []' [2021-09-02T20:21:48.332Z] Remaining pids to kill: [] [2021-09-02T20:21:48.332Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-09-02T20:21:48.345Z] Recording test results [2021-09-02T20:21:48.413Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-09-02T20:21:49.941Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-09-02T20:21:50.074Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-09-02T20:21:50.399Z] + echo Ensuring container killed. [2021-09-02T20:21:50.400Z] Ensuring container killed. [2021-09-02T20:21:50.400Z] + docker ps -aq -f name=docker-pr18-* [2021-09-02T20:21:50.400Z] + cids=c7b26035dcdc [2021-09-02T20:21:50.400Z] d9e690856d15 [2021-09-02T20:21:50.400Z] 9911dd3fecd8 [2021-09-02T20:21:50.400Z] + [ -n c7b26035dcdc [2021-09-02T20:21:50.400Z] d9e690856d15 [2021-09-02T20:21:50.400Z] 9911dd3fecd8 ] [2021-09-02T20:21:50.400Z] + docker rm -vf c7b26035dcdc d9e690856d15 9911dd3fecd8 [2021-09-02T20:21:51.344Z] c7b26035dcdc [2021-09-02T20:21:51.344Z] d9e690856d15 [2021-09-02T20:21:51.344Z] 9911dd3fecd8 [Pipeline] sh [2021-09-02T20:21:51.630Z] + echo Chowning /workspace to jenkins user [2021-09-02T20:21:51.631Z] Chowning /workspace to jenkins user [2021-09-02T20:21:51.631Z] + id -u [2021-09-02T20:21:51.631Z] + id -g [2021-09-02T20:21:51.631Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42674:/workspace busybox chown -R 1000:1000 /workspace [2021-09-02T20:21:51.631Z] Unable to find image 'busybox:latest' locally [2021-09-02T20:21:51.702Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-09-02T20:21:51.889Z] latest: Pulling from library/busybox [2021-09-02T20:21:51.889Z] 8ec32b265e94: Pulling fs layer [2021-09-02T20:21:51.889Z] 8ec32b265e94: Verifying Checksum [2021-09-02T20:21:51.889Z] 8ec32b265e94: Download complete [2021-09-02T20:21:52.147Z] 8ec32b265e94: Pull complete [2021-09-02T20:21:52.147Z] Digest: sha256:b37dd066f59a4961024cf4bed74cae5e68ac26b48807292bd12198afa3ecb778 [2021-09-02T20:21:52.147Z] Status: Downloaded newer image for busybox:latest [2021-09-02T20:21:52.160Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-09-02T20:21:52.160Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-02T20:21:52.160Z] === RUN TestDockerSuite/TestBuildNetNone [2021-09-02T20:21:52.160Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-02T20:21:52.160Z] === RUN TestDockerSuite/TestBuildNoContext [2021-09-02T20:21:55.056Z] === RUN TestDockerSuite/TestBuildNoDupOutput [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-02T20:21:55.718Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-09-02T20:21:55.855Z] + bundleName=amd64 [2021-09-02T20:21:55.855Z] + echo Creating amd64-bundles.tar.gz [2021-09-02T20:21:55.855Z] Creating amd64-bundles.tar.gz [2021-09-02T20:21:55.855Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-09-02T20:21:55.855Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2021-09-02T20:21:57.241Z] Archiving artifacts [2021-09-02T20:21:57.878Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-09-02T20:21:57.878Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-02T20:21:57.878Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-09-02T20:21:58.020Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-09-02T20:21:59.137Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42674/18/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-02T20:21:59.405Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-09-02T20:21:59.405Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-09-02T20:21:59.449Z] + make clean [2021-09-02T20:21:59.708Z] docker volume rm -f docker-dev-cache [2021-09-02T20:21:59.708Z] docker-dev-cache [Pipeline] deleteDir [2021-09-02T20:22:00.188Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-09-02T20:22:00.645Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-09-02T20:22:00.645Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-09-02T20:22:03.540Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-09-02T20:22:04.066Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-09-02T20:22:04.504Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-02T20:22:05.467Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-09-02T20:22:08.725Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-09-02T20:22:13.386Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-09-02T20:22:15.548Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-09-02T20:22:17.712Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-09-02T20:22:17.712Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-02T20:22:17.712Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-09-02T20:22:19.873Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-09-02T20:22:20.263Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-09-02T20:22:20.263Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-09-02T20:22:22.034Z] === RUN TestDockerSuite/TestLogsSince [2021-09-02T20:22:26.855Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-09-02T20:22:27.322Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-09-02T20:22:27.409Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-09-02T20:22:27.409Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-09-02T20:22:27.409Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-02T20:22:27.409Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-09-02T20:22:27.409Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-02T20:22:27.409Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-09-02T20:22:27.409Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-02T20:22:27.879Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-09-02T20:22:27.879Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-02T20:22:27.879Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-09-02T20:22:27.879Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-02T20:22:27.879Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-09-02T20:22:27.879Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-02T20:22:27.879Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-09-02T20:22:27.879Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:22:27.879Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-09-02T20:22:27.879Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-09-02T20:22:27.879Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-02T20:22:27.879Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-09-02T20:22:27.879Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-02T20:22:27.879Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-09-02T20:22:27.879Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-02T20:22:27.879Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-09-02T20:22:27.879Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-02T20:22:27.879Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-09-02T20:22:27.879Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-02T20:22:27.879Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-09-02T20:22:30.215Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-09-02T20:22:30.568Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-09-02T20:22:30.568Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-02T20:22:30.568Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-09-02T20:22:30.568Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-02T20:22:30.568Z] === RUN TestDockerSuite/TestLogsTail [2021-09-02T20:22:30.841Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-09-02T20:22:30.841Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-02T20:22:30.841Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-09-02T20:22:30.841Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-02T20:22:30.841Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-09-02T20:22:30.841Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-02T20:22:30.841Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-09-02T20:22:30.841Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-02T20:22:30.841Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-09-02T20:22:33.451Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-09-02T20:22:35.615Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-09-02T20:22:35.620Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-09-02T20:22:35.620Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-02T20:22:35.620Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-09-02T20:22:35.620Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-02T20:22:35.620Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-09-02T20:22:37.141Z] === RUN TestDockerSuite/TestMountIntoProc [2021-09-02T20:22:37.141Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-02T20:22:37.141Z] === RUN TestDockerSuite/TestMountIntoSys [2021-09-02T20:22:37.141Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-02T20:22:37.141Z] === RUN TestDockerSuite/TestNetHostname [2021-09-02T20:22:37.141Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-02T20:22:37.141Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-09-02T20:22:37.141Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-02T20:22:37.141Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-09-02T20:22:37.141Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-02T20:22:37.141Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-09-02T20:22:37.141Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-02T20:22:37.141Z] === RUN TestDockerSuite/TestPluginActive [2021-09-02T20:22:37.141Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-02T20:22:37.141Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-09-02T20:22:37.141Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-02T20:22:37.141Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-09-02T20:22:37.141Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-09-02T20:22:37.141Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-02T20:22:37.141Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-09-02T20:22:37.141Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-02T20:22:37.141Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-09-02T20:22:37.141Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-02T20:22:37.141Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-09-02T20:22:37.141Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-02T20:22:37.141Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-09-02T20:22:37.141Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-02T20:22:37.273Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-09-02T20:22:37.596Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-09-02T20:22:37.596Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-02T20:22:37.596Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-09-02T20:22:37.596Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-02T20:22:37.596Z] === RUN TestDockerSuite/TestPortHostBinding [2021-09-02T20:22:37.596Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-02T20:22:37.596Z] === RUN TestDockerSuite/TestPortList [2021-09-02T20:22:37.596Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-02T20:22:37.596Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-09-02T20:22:40.388Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-09-02T20:22:41.307Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-09-02T20:22:41.307Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:22:41.307Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-09-02T20:22:41.307Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-09-02T20:22:41.307Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-02T20:22:41.307Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-09-02T20:22:41.307Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-02T20:22:41.307Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-09-02T20:22:41.307Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-02T20:22:41.307Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-09-02T20:22:41.307Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-02T20:22:41.307Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-09-02T20:22:41.307Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-02T20:22:41.307Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-09-02T20:22:41.307Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-02T20:22:41.307Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-09-02T20:22:41.307Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-02T20:22:41.307Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-09-02T20:22:41.948Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-09-02T20:22:45.672Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-09-02T20:22:45.968Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-09-02T20:22:45.968Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-02T20:22:45.968Z] === RUN TestDockerSuite/TestPsByOrder [2021-09-02T20:22:46.636Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-09-02T20:22:46.637Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-02T20:22:46.637Z] === RUN TestDockerSuite/TestBuildPATH [2021-09-02T20:22:46.637Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-02T20:22:46.637Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-09-02T20:22:48.807Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-09-02T20:22:48.807Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-02T20:22:48.807Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-09-02T20:22:51.737Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-09-02T20:22:51.737Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-02T20:22:51.737Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-09-02T20:22:58.781Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-09-02T20:23:11.116Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-09-02T20:23:11.571Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-09-02T20:23:11.571Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-02T20:23:11.571Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-09-02T20:23:21.851Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-09-02T20:23:25.563Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-09-02T20:23:31.288Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-09-02T20:23:32.606Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-09-02T20:23:35.492Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-09-02T20:23:35.492Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-02T20:23:35.492Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-09-02T20:23:35.492Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-02T20:23:35.492Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-09-02T20:23:39.205Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-09-02T20:23:39.205Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-02T20:23:39.205Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-09-02T20:23:39.205Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-02T20:23:39.205Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-09-02T20:23:39.205Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-02T20:23:39.205Z] === RUN TestDockerSuite/TestPsRightTagName [2021-09-02T20:23:39.205Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-02T20:23:39.205Z] === RUN TestDockerSuite/TestPsShowMounts [2021-09-02T20:23:44.966Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-09-02T20:23:44.966Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-02T20:23:44.966Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-09-02T20:23:46.494Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-09-02T20:23:46.494Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-02T20:23:46.494Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-09-02T20:23:47.455Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-09-02T20:23:48.414Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-09-02T20:23:48.414Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-02T20:23:48.414Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-09-02T20:23:52.125Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-09-02T20:23:52.751Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-09-02T20:23:52.751Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-02T20:23:52.751Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-09-02T20:23:52.751Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-09-02T20:23:52.751Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-09-02T20:23:54.974Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-09-02T20:23:55.444Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-09-02T20:23:55.444Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-02T20:23:55.444Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-09-02T20:23:55.444Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-02T20:23:55.915Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-09-02T20:23:55.915Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-02T20:23:55.915Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-09-02T20:23:55.915Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-09-02T20:23:56.392Z] === RUN TestDockerSuite/TestBuildRm [2021-09-02T20:23:56.820Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-09-02T20:23:56.904Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-09-02T20:23:58.347Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-09-02T20:23:59.863Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-09-02T20:24:00.852Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-09-02T20:24:00.853Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-02T20:24:00.853Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-09-02T20:24:00.853Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-02T20:24:00.853Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-09-02T20:24:00.853Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-09-02T20:24:03.450Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-09-02T20:24:03.812Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-09-02T20:24:06.345Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-09-02T20:24:06.345Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-02T20:24:06.345Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-09-02T20:24:06.345Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-02T20:24:06.803Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-09-02T20:24:08.338Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-09-02T20:24:11.234Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-09-02T20:24:14.139Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-09-02T20:24:14.332Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-09-02T20:24:15.989Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-09-02T20:24:15.989Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:24:15.989Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-09-02T20:24:17.862Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-09-02T20:24:19.109Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-09-02T20:24:19.578Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-09-02T20:24:19.578Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-02T20:24:19.578Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-09-02T20:24:21.752Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-09-02T20:24:21.752Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-09-02T20:24:21.752Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-09-02T20:24:22.207Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-09-02T20:24:22.538Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-09-02T20:24:24.113Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-09-02T20:24:25.917Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-09-02T20:24:28.882Z] === RUN TestDockerSuite/TestBuildAddScript [2021-09-02T20:24:28.882Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-02T20:24:28.882Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-09-02T20:24:28.882Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-02T20:24:28.882Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-09-02T20:24:28.882Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-02T20:24:28.882Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-09-02T20:24:28.882Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-02T20:24:28.882Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-09-02T20:24:28.882Z] === RUN TestDockerSuite/TestBuildAddTar [2021-09-02T20:24:29.630Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-09-02T20:24:29.630Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:24:29.630Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-09-02T20:24:32.646Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-09-02T20:24:32.646Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-09-02T20:24:32.646Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-09-02T20:24:33.344Z] === RUN TestDockerSuite/TestRmiBlank [2021-09-02T20:24:33.344Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-09-02T20:24:33.799Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-09-02T20:24:41.191Z] === RUN TestDockerSuite/TestBuildSpaces [2021-09-02T20:24:41.191Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-09-02T20:24:44.076Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-09-02T20:24:44.913Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-09-02T20:24:44.913Z] === RUN TestDockerSuite/TestBuildStderr [2021-09-02T20:24:46.959Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-09-02T20:24:46.959Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-09-02T20:24:48.636Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-09-02T20:24:51.620Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-09-02T20:24:56.283Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-09-02T20:25:03.320Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-09-02T20:25:04.775Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-09-02T20:25:04.775Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-02T20:25:04.775Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-09-02T20:25:04.775Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-02T20:25:04.775Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-09-02T20:25:05.482Z] === RUN TestDockerSuite/TestRmiTag [2021-09-02T20:25:05.482Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-09-02T20:25:06.293Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-09-02T20:25:06.293Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-02T20:25:06.293Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-09-02T20:25:07.824Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-09-02T20:25:08.369Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-09-02T20:25:08.788Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-09-02T20:25:12.511Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-09-02T20:25:17.188Z] === RUN TestDockerSuite/TestBuildUser [2021-09-02T20:25:17.188Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-02T20:25:17.188Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-09-02T20:25:17.188Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-02T20:25:17.188Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-09-02T20:25:17.188Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-02T20:25:17.188Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-09-02T20:25:17.274Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-09-02T20:25:17.275Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-02T20:25:17.275Z] === RUN TestDockerSuite/TestBuildBlankName [2021-09-02T20:25:17.744Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-09-02T20:25:20.714Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-09-02T20:25:20.910Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-09-02T20:25:21.372Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-09-02T20:25:22.876Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-09-02T20:25:23.624Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-09-02T20:25:23.624Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-02T20:25:24.269Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-09-02T20:25:24.269Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-02T20:25:24.269Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-09-02T20:25:24.269Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-02T20:25:24.269Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-09-02T20:25:24.613Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-09-02T20:25:26.591Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-09-02T20:25:27.045Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-09-02T20:25:27.045Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-02T20:25:27.045Z] === RUN TestDockerSuite/TestRunAddHost [2021-09-02T20:25:27.045Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-02T20:25:27.045Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-09-02T20:25:27.045Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-02T20:25:27.045Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-09-02T20:25:27.046Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-02T20:25:27.046Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-09-02T20:25:27.046Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-02T20:25:27.046Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-09-02T20:25:27.046Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-02T20:25:27.046Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-09-02T20:25:27.046Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-02T20:25:27.046Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-09-02T20:25:28.572Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-09-02T20:25:28.572Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-02T20:25:28.572Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-09-02T20:25:28.572Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-02T20:25:28.572Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-09-02T20:25:29.378Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-09-02T20:25:33.232Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-09-02T20:25:34.761Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-09-02T20:25:36.542Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-09-02T20:25:36.923Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-09-02T20:25:39.086Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-09-02T20:25:41.249Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-09-02T20:25:41.249Z] === RUN TestDockerSuite/TestRunBindMounts [2021-09-02T20:25:41.928Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-09-02T20:25:42.892Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-09-02T20:25:43.706Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-09-02T20:25:43.706Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-02T20:25:43.706Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-09-02T20:25:45.906Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-09-02T20:25:45.906Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-02T20:25:45.906Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-09-02T20:25:45.906Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-02T20:25:45.907Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-09-02T20:25:45.907Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-02T20:25:45.907Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-09-02T20:25:45.907Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-02T20:25:45.907Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-09-02T20:25:45.907Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-02T20:25:45.907Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-09-02T20:25:45.907Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-02T20:25:45.907Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-09-02T20:25:45.907Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-02T20:25:45.907Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-09-02T20:25:45.907Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-02T20:25:45.907Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-09-02T20:25:45.907Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-02T20:25:45.907Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-09-02T20:25:45.907Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-02T20:25:45.907Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-09-02T20:25:45.907Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-02T20:25:45.907Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-09-02T20:25:47.432Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-09-02T20:25:47.432Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-02T20:25:47.432Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-09-02T20:25:48.471Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-09-02T20:25:48.471Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-02T20:25:48.471Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-09-02T20:25:48.471Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-02T20:25:48.471Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-09-02T20:25:49.594Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-09-02T20:25:49.594Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-02T20:25:49.595Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-09-02T20:25:49.595Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-02T20:25:49.595Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-09-02T20:25:49.948Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-09-02T20:25:51.118Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-09-02T20:25:51.118Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-02T20:25:51.118Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-09-02T20:25:51.118Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-02T20:25:51.118Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-09-02T20:25:51.118Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-02T20:25:51.118Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-09-02T20:25:51.118Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-02T20:25:51.118Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-09-02T20:25:51.118Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-02T20:25:51.118Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-09-02T20:25:51.118Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-02T20:25:51.118Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-09-02T20:25:51.118Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-02T20:25:51.118Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-09-02T20:25:52.642Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-09-02T20:25:54.344Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-09-02T20:25:54.344Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-02T20:25:54.344Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-09-02T20:25:54.344Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-09-02T20:25:54.344Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-02T20:25:54.344Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-09-02T20:25:54.344Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-02T20:25:54.344Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-09-02T20:25:54.620Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-09-02T20:25:54.621Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-02T20:25:54.621Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-09-02T20:25:54.621Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-02T20:25:54.621Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-09-02T20:25:54.808Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-09-02T20:25:56.790Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-09-02T20:25:56.790Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-02T20:25:56.969Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-09-02T20:25:56.969Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-02T20:25:56.969Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-09-02T20:25:56.969Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-02T20:25:56.969Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-09-02T20:25:56.969Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-02T20:25:56.969Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-09-02T20:25:57.247Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-09-02T20:25:59.133Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-09-02T20:25:59.133Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-02T20:25:59.133Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-09-02T20:25:59.133Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-02T20:25:59.133Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-09-02T20:25:59.133Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-02T20:25:59.133Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-09-02T20:25:59.133Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-02T20:25:59.133Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-09-02T20:26:00.093Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-09-02T20:26:04.756Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-09-02T20:26:04.756Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-02T20:26:04.756Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-09-02T20:26:04.756Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-02T20:26:04.756Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-09-02T20:26:04.756Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-02T20:26:04.756Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-09-02T20:26:04.756Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-02T20:26:04.756Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-09-02T20:26:04.756Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-02T20:26:04.756Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-09-02T20:26:04.756Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-02T20:26:04.756Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-09-02T20:26:06.916Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-09-02T20:26:06.916Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-02T20:26:06.916Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-09-02T20:26:06.916Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-09-02T20:26:06.916Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-02T20:26:06.916Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-09-02T20:26:07.546Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-09-02T20:26:09.080Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-09-02T20:26:10.441Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-09-02T20:26:10.898Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-09-02T20:26:11.249Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-09-02T20:26:11.249Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-02T20:26:11.249Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-09-02T20:26:13.414Z] === RUN TestDockerSuite/TestRunEnvironment [2021-09-02T20:26:13.414Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-02T20:26:13.414Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-09-02T20:26:13.414Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-02T20:26:13.414Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-09-02T20:26:13.415Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-02T20:26:13.415Z] === RUN TestDockerSuite/TestRunExitCode [2021-09-02T20:26:14.939Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-09-02T20:26:17.826Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-09-02T20:26:19.352Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-09-02T20:26:19.646Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-09-02T20:26:19.646Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-09-02T20:26:19.646Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-02T20:26:20.116Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-09-02T20:26:20.116Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-02T20:26:20.586Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-09-02T20:26:21.517Z] === RUN TestDockerSuite/TestRunExposePort [2021-09-02T20:26:21.517Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-09-02T20:26:21.517Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-02T20:26:21.517Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-09-02T20:26:21.517Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-02T20:26:21.517Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-09-02T20:26:21.517Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-02T20:26:21.517Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-09-02T20:26:21.517Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-02T20:26:21.517Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-02T20:26:21.517Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-02T20:26:21.517Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-09-02T20:26:21.517Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-02T20:26:21.517Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-09-02T20:26:21.517Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-02T20:26:21.517Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-09-02T20:26:21.575Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-09-02T20:26:21.575Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-02T20:26:21.575Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-09-02T20:26:25.379Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-09-02T20:26:26.180Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-09-02T20:26:26.180Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-02T20:26:26.180Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-09-02T20:26:26.180Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-09-02T20:26:26.180Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-02T20:26:26.180Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-09-02T20:26:26.180Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-02T20:26:26.180Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-09-02T20:26:26.180Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-02T20:26:26.180Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-09-02T20:26:26.180Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-02T20:26:26.180Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-09-02T20:26:26.378Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-09-02T20:26:26.378Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-02T20:26:26.378Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-09-02T20:26:26.378Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-02T20:26:26.378Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-09-02T20:26:27.945Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-09-02T20:26:28.933Z] === RUN TestDockerSuite/TestBuildCmd [2021-09-02T20:26:28.933Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-09-02T20:26:29.402Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-09-02T20:26:30.390Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-09-02T20:26:31.941Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-09-02T20:26:31.941Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-02T20:26:31.941Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-09-02T20:26:31.961Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-09-02T20:26:31.961Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-02T20:26:31.961Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-09-02T20:26:31.961Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-02T20:26:31.961Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-09-02T20:26:31.961Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-02T20:26:31.961Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-09-02T20:26:32.902Z] === RUN TestDockerSuite/TestRunModeHostname [2021-09-02T20:26:32.902Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-02T20:26:32.902Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-09-02T20:26:32.902Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-02T20:26:32.926Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-09-02T20:26:33.357Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-09-02T20:26:33.357Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-02T20:26:33.357Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-09-02T20:26:33.357Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-02T20:26:33.357Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-09-02T20:26:33.357Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-02T20:26:33.357Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-09-02T20:26:33.357Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-02T20:26:33.357Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-09-02T20:26:33.357Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-02T20:26:33.357Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-09-02T20:26:33.357Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-02T20:26:33.358Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-09-02T20:26:33.358Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-02T20:26:33.358Z] === RUN TestDockerSuite/TestRunMount [2021-09-02T20:26:33.358Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-02T20:26:33.358Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-09-02T20:26:33.358Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-02T20:26:33.358Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-09-02T20:26:33.358Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-02T20:26:33.358Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-09-02T20:26:33.358Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-02T20:26:33.358Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-09-02T20:26:35.164Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-09-02T20:26:37.382Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-09-02T20:26:37.382Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-02T20:26:37.382Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-09-02T20:26:38.371Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-09-02T20:26:38.371Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-02T20:26:38.371Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-09-02T20:26:38.371Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-09-02T20:26:39.981Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-09-02T20:26:40.405Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-09-02T20:26:40.405Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-02T20:26:40.405Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-09-02T20:26:40.405Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-02T20:26:40.405Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-09-02T20:26:40.405Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-02T20:26:40.405Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-09-02T20:26:40.591Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-09-02T20:26:41.060Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-09-02T20:26:41.535Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-09-02T20:26:41.535Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-02T20:26:41.535Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-09-02T20:26:42.150Z] === RUN TestDockerSuite/TestBuildXZHost [2021-09-02T20:26:42.150Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-02T20:26:42.150Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-09-02T20:26:42.150Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-02T20:26:42.150Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-09-02T20:26:42.150Z] docker_cli_sni_test.go:18: Flakey test [2021-09-02T20:26:42.150Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-09-02T20:26:42.523Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-09-02T20:26:42.993Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-09-02T20:26:42.993Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-02T20:26:42.993Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-09-02T20:26:42.993Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-02T20:26:42.993Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-09-02T20:26:44.328Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-09-02T20:26:45.067Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-09-02T20:26:47.755Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-09-02T20:26:48.051Z] === RUN TestDockerSuite/TestCommitChange [2021-09-02T20:26:51.772Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-09-02T20:26:53.591Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-09-02T20:26:53.591Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-02T20:26:53.591Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-09-02T20:26:53.591Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-02T20:26:53.591Z] === RUN TestDockerSuite/TestRunNetHost [2021-09-02T20:26:53.591Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-02T20:26:53.591Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-09-02T20:26:53.591Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-02T20:26:53.591Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-09-02T20:26:53.591Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-02T20:26:53.591Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-09-02T20:26:53.591Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-02T20:26:53.591Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-09-02T20:26:53.591Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-02T20:26:53.591Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-09-02T20:26:53.591Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-02T20:26:53.591Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-09-02T20:26:53.591Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-02T20:26:53.591Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-09-02T20:26:53.591Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-09-02T20:26:54.550Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-09-02T20:26:55.496Z] === RUN TestDockerSuite/TestCommitHardlink [2021-09-02T20:26:55.496Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-02T20:26:55.496Z] === RUN TestDockerSuite/TestCommitNewFile [2021-09-02T20:26:56.074Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-09-02T20:26:57.034Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-09-02T20:26:58.560Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-09-02T20:27:00.084Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-09-02T20:27:00.084Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-02T20:27:00.084Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-09-02T20:27:00.084Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-02T20:27:00.084Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-09-02T20:27:00.084Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-02T20:27:00.084Z] === RUN TestDockerSuite/TestRunPortInUse [2021-09-02T20:27:00.084Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-02T20:27:00.084Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-09-02T20:27:00.084Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-02T20:27:00.084Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-09-02T20:27:00.084Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-02T20:27:00.539Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-09-02T20:27:00.539Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-02T20:27:00.539Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-09-02T20:27:00.539Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-02T20:27:00.539Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-02T20:27:01.274Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-09-02T20:27:01.274Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-02T20:27:01.274Z] === RUN TestDockerSuite/TestCommitTTY [2021-09-02T20:27:03.426Z] === RUN TestDockerSuite/TestRunPublishPort [2021-09-02T20:27:03.426Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-02T20:27:03.426Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-09-02T20:27:03.426Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-02T20:27:03.426Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-09-02T20:27:03.426Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-02T20:27:03.426Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-09-02T20:27:03.426Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-02T20:27:03.426Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-09-02T20:27:03.426Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-02T20:27:03.426Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-09-02T20:27:11.963Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-09-02T20:27:11.963Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-02T20:27:11.963Z] === RUN TestDockerSuite/TestRunRm [2021-09-02T20:27:12.929Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-09-02T20:27:13.630Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-09-02T20:27:15.800Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-09-02T20:27:15.800Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-02T20:27:15.800Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-09-02T20:27:15.800Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-02T20:27:15.800Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-09-02T20:27:15.800Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-02T20:27:15.800Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-09-02T20:27:15.800Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-02T20:27:15.800Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-09-02T20:27:15.800Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-02T20:27:15.800Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-09-02T20:27:15.800Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-02T20:27:15.800Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-09-02T20:27:15.800Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-02T20:27:15.800Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-09-02T20:27:15.800Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-09-02T20:27:17.920Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-09-02T20:27:17.920Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-09-02T20:27:17.920Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-09-02T20:27:18.807Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-09-02T20:27:19.767Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-09-02T20:27:20.878Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-09-02T20:27:20.878Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-02T20:27:20.878Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-09-02T20:27:20.878Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-02T20:27:20.878Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-09-02T20:27:20.878Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-02T20:27:20.878Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-09-02T20:27:21.531Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-09-02T20:27:21.531Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-02T20:27:21.531Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-09-02T20:27:21.639Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-09-02T20:27:21.928Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-09-02T20:27:23.454Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-09-02T20:27:25.615Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-09-02T20:27:25.615Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-02T20:27:25.615Z] === RUN TestDockerSuite/TestRunState [2021-09-02T20:27:25.615Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-02T20:27:25.615Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-09-02T20:27:27.412Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-09-02T20:27:27.412Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-02T20:27:27.412Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-09-02T20:27:27.783Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-09-02T20:27:27.783Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-02T20:27:27.783Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-09-02T20:27:28.943Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-09-02T20:27:28.943Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-02T20:27:28.943Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-09-02T20:27:28.943Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-02T20:27:28.943Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-09-02T20:27:28.943Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-02T20:27:28.943Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-09-02T20:27:29.951Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-09-02T20:27:29.951Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-02T20:27:29.951Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-09-02T20:27:29.951Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-02T20:27:29.951Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-09-02T20:27:29.951Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-09-02T20:27:29.951Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-09-02T20:27:29.951Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-02T20:27:29.951Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-09-02T20:27:31.113Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-09-02T20:27:31.113Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-02T20:27:31.113Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-09-02T20:27:31.113Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-09-02T20:27:33.282Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-09-02T20:27:33.282Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-09-02T20:27:33.282Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-02T20:27:33.282Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-09-02T20:27:33.282Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-02T20:27:33.282Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-09-02T20:27:33.282Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-02T20:27:33.282Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-09-02T20:27:34.616Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-09-02T20:27:34.616Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-02T20:27:34.616Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-09-02T20:27:34.616Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-02T20:27:34.616Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-09-02T20:27:34.616Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-02T20:27:34.616Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-09-02T20:27:34.616Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-02T20:27:34.616Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-09-02T20:27:34.616Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-02T20:27:34.616Z] === RUN TestDockerSuite/TestRunUserByID [2021-09-02T20:27:34.616Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-02T20:27:34.616Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-09-02T20:27:34.616Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-02T20:27:34.616Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-09-02T20:27:34.616Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-02T20:27:34.616Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-09-02T20:27:34.616Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-02T20:27:34.616Z] === RUN TestDockerSuite/TestRunUserByName [2021-09-02T20:27:34.616Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-02T20:27:34.616Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-09-02T20:27:35.452Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-09-02T20:27:36.779Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-09-02T20:27:36.779Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-02T20:27:36.779Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-09-02T20:27:37.628Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-09-02T20:27:38.951Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-09-02T20:27:38.951Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-02T20:27:38.951Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-09-02T20:27:38.951Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-02T20:27:38.951Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-09-02T20:27:39.799Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-09-02T20:27:39.799Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-09-02T20:27:39.799Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-02T20:27:39.799Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-09-02T20:27:41.333Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-09-02T20:27:41.333Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-09-02T20:27:41.847Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-09-02T20:27:42.799Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-09-02T20:27:43.269Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-09-02T20:27:43.269Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-02T20:27:43.503Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-09-02T20:27:43.503Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-02T20:27:43.503Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-09-02T20:27:43.503Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-02T20:27:43.503Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-09-02T20:27:43.739Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-09-02T20:27:45.673Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-09-02T20:27:45.673Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-09-02T20:27:47.237Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-09-02T20:27:47.237Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-02T20:27:47.237Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-09-02T20:27:48.883Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-09-02T20:27:49.460Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-09-02T20:27:49.930Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-09-02T20:27:51.768Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-09-02T20:27:52.153Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-09-02T20:27:55.114Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-09-02T20:27:57.578Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-09-02T20:27:57.578Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-02T20:27:57.578Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-09-02T20:27:57.578Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-09-02T20:27:58.699Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-09-02T20:27:58.939Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-09-02T20:27:58.939Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-09-02T20:27:58.939Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-09-02T20:27:58.939Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-09-02T20:27:58.939Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-09-02T20:27:59.739Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-09-02T20:27:59.928Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-09-02T20:27:59.928Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-02T20:27:59.928Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-09-02T20:28:00.271Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-09-02T20:28:00.741Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-09-02T20:28:01.903Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-09-02T20:28:04.071Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-09-02T20:28:04.071Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-02T20:28:04.071Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-09-02T20:28:04.071Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-09-02T20:28:04.071Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-09-02T20:28:04.071Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-02T20:28:04.071Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-09-02T20:28:04.071Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-02T20:28:04.071Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-09-02T20:28:04.071Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-02T20:28:04.071Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-09-02T20:28:04.071Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-02T20:28:04.071Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-09-02T20:28:04.071Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-02T20:28:04.071Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-09-02T20:28:04.538Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-09-02T20:28:06.955Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-09-02T20:28:07.097Z] === RUN TestDockerSuite/TestContainerAPITop [2021-09-02T20:28:07.097Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-02T20:28:07.097Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-09-02T20:28:07.500Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-09-02T20:28:07.915Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-09-02T20:28:08.710Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-09-02T20:28:08.710Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-09-02T20:28:09.440Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-09-02T20:28:10.456Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-09-02T20:28:13.155Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-09-02T20:28:13.155Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-09-02T20:28:13.155Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-09-02T20:28:13.155Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-09-02T20:28:13.155Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-09-02T20:28:13.155Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-09-02T20:28:13.155Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-09-02T20:28:13.155Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestSaveImageId [2021-09-02T20:28:13.155Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-09-02T20:28:13.155Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-09-02T20:28:13.155Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-09-02T20:28:13.155Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-09-02T20:28:13.155Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-09-02T20:28:13.155Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-09-02T20:28:13.155Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-09-02T20:28:13.155Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-09-02T20:28:13.155Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-02T20:28:13.155Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-09-02T20:28:13.471Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-09-02T20:28:14.461Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-09-02T20:28:14.461Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-02T20:28:14.461Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-09-02T20:28:14.461Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-02T20:28:14.461Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-09-02T20:28:14.461Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-02T20:28:14.461Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-09-02T20:28:14.461Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-02T20:28:14.461Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-09-02T20:28:14.461Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-02T20:28:14.461Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-09-02T20:28:16.032Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-09-02T20:28:16.032Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-09-02T20:28:16.045Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-09-02T20:28:16.045Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-09-02T20:28:16.499Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-09-02T20:28:16.499Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-09-02T20:28:18.023Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-09-02T20:28:18.251Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-09-02T20:28:21.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-09-02T20:28:23.431Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-09-02T20:28:25.057Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-09-02T20:28:25.057Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-02T20:28:25.057Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-09-02T20:28:25.651Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000588b28_} [2021-09-02T20:28:27.872Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12493685746_c:\foo_false____} [2021-09-02T20:28:30.091Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12493685746_c:\foo_true____} [2021-09-02T20:28:32.096Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-09-02T20:28:32.096Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-02T20:28:32.096Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-09-02T20:28:34.256Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-09-02T20:28:34.256Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-02T20:28:34.256Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-09-02T20:28:34.256Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-02T20:28:34.256Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-09-02T20:28:34.256Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-02T20:28:34.256Z] === RUN TestDockerSuite/TestStartRecordError [2021-09-02T20:28:34.256Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-02T20:28:34.256Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-09-02T20:28:37.260Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-09-02T20:28:37.260Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-02T20:28:37.260Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-09-02T20:28:37.260Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-09-02T20:28:37.260Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-09-02T20:28:37.260Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-09-02T20:28:37.260Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-09-02T20:28:37.260Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-09-02T20:28:37.260Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-09-02T20:28:37.260Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-09-02T20:28:37.260Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-09-02T20:28:37.260Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-09-02T20:28:37.730Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-09-02T20:28:37.730Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-09-02T20:28:37.730Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-02T20:28:37.730Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-09-02T20:28:37.730Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-02T20:28:37.730Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-09-02T20:28:37.730Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-02T20:28:37.730Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-09-02T20:28:37.730Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-02T20:28:37.730Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-09-02T20:28:37.730Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-02T20:28:37.730Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-09-02T20:28:39.950Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-09-02T20:28:39.950Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-02T20:28:39.950Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-09-02T20:28:39.950Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:28:39.950Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-09-02T20:28:39.950Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:28:39.950Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-09-02T20:28:39.950Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-02T20:28:39.950Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-09-02T20:28:39.950Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-02T20:28:39.950Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-09-02T20:28:39.950Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-02T20:28:39.950Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-09-02T20:28:39.950Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-02T20:28:39.950Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-09-02T20:28:39.950Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-02T20:28:39.950Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-09-02T20:28:39.950Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-02T20:28:39.950Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-09-02T20:28:39.950Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-02T20:28:39.950Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-09-02T20:28:39.950Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-02T20:28:39.950Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-09-02T20:28:39.950Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:28:39.950Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-09-02T20:28:39.950Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-02T20:28:39.950Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-09-02T20:28:40.018Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-09-02T20:28:40.018Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-02T20:28:40.018Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-09-02T20:28:40.018Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-02T20:28:40.018Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-09-02T20:28:40.018Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-02T20:28:40.018Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-09-02T20:28:40.018Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-02T20:28:40.018Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-09-02T20:28:40.018Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-02T20:28:40.018Z] === RUN TestDockerSuite/TestStatsNoStream [2021-09-02T20:28:40.018Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-02T20:28:40.018Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-09-02T20:28:40.978Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-09-02T20:28:42.170Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-09-02T20:28:42.170Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-09-02T20:28:42.170Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-02T20:28:42.170Z] === RUN TestDockerSuite/TestCpRelativePath [2021-09-02T20:28:43.144Z] === RUN TestDockerSuite/TestTopPrivileged [2021-09-02T20:28:43.144Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-02T20:28:43.144Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-09-02T20:28:44.390Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-09-02T20:28:44.390Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-02T20:28:44.390Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-09-02T20:28:44.390Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-02T20:28:44.390Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-09-02T20:28:44.390Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-02T20:28:44.390Z] === RUN TestDockerSuite/TestCpToCaseA [2021-09-02T20:28:44.672Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-09-02T20:28:44.672Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-02T20:28:44.672Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-09-02T20:28:44.672Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-02T20:28:44.672Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-09-02T20:28:44.672Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-02T20:28:44.672Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-09-02T20:28:44.672Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-02T20:28:44.672Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-09-02T20:28:44.672Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-02T20:28:44.672Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-09-02T20:28:44.672Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-02T20:28:44.672Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-09-02T20:28:48.188Z] === RUN TestDockerSuite/TestCpToCaseB [2021-09-02T20:28:49.758Z] === RUN TestDockerSuite/TestCpToCaseC [2021-09-02T20:28:49.758Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-02T20:28:49.758Z] === RUN TestDockerSuite/TestCpToCaseD [2021-09-02T20:28:49.758Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-02T20:28:50.228Z] === RUN TestDockerSuite/TestCpToCaseE [2021-09-02T20:29:01.377Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-09-02T20:29:01.377Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-09-02T20:29:01.377Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-02T20:29:01.377Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-09-02T20:29:02.294Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-09-02T20:29:02.294Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-09-02T20:29:02.294Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-09-02T20:29:02.294Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-02T20:29:02.294Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-09-02T20:29:02.294Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-09-02T20:29:02.294Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-09-02T20:29:02.294Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-09-02T20:29:02.732Z] === RUN TestDockerSuite/TestCpToCaseF [2021-09-02T20:29:02.732Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-02T20:29:02.732Z] === RUN TestDockerSuite/TestCpToCaseG [2021-09-02T20:29:02.732Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-02T20:29:02.732Z] === RUN TestDockerSuite/TestCpToCaseH [2021-09-02T20:29:03.253Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-09-02T20:29:03.253Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-09-02T20:29:06.139Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-09-02T20:29:06.139Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-09-02T20:29:06.139Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-09-02T20:29:06.593Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-09-02T20:29:06.593Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-09-02T20:29:09.899Z] === RUN TestDockerSuite/TestCpToCaseI [2021-09-02T20:29:09.899Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-02T20:29:09.899Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-09-02T20:29:09.899Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-02T20:29:09.899Z] === RUN TestDockerSuite/TestCpToDot [2021-09-02T20:29:13.632Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-09-02T20:29:13.632Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-02T20:29:13.632Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-09-02T20:29:14.086Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-09-02T20:29:14.086Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-09-02T20:29:14.086Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-02T20:29:14.086Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-09-02T20:29:17.065Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-09-02T20:29:17.065Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-02T20:29:17.065Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-09-02T20:29:17.065Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-02T20:29:17.065Z] === RUN TestDockerSuite/TestCpToStdout [2021-09-02T20:29:19.285Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-09-02T20:29:19.285Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:29:19.285Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-09-02T20:29:19.285Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-02T20:29:19.285Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-09-02T20:29:19.285Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-02T20:29:19.285Z] === RUN TestDockerSuite/TestCpVolumePath [2021-09-02T20:29:19.285Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-02T20:29:19.285Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-09-02T20:29:19.285Z] === RUN TestDockerSuite/TestCreateArgs [2021-09-02T20:29:19.285Z] === RUN TestDockerSuite/TestCreateByImageID [2021-09-02T20:29:19.846Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-09-02T20:29:20.301Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-09-02T20:29:20.301Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-09-02T20:29:21.511Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-09-02T20:29:23.080Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-09-02T20:29:23.550Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-09-02T20:29:23.550Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-09-02T20:29:25.119Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-09-02T20:29:26.108Z] === RUN TestDockerSuite/TestCreateLabels [2021-09-02T20:29:26.108Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-09-02T20:29:26.108Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-02T20:29:26.108Z] === RUN TestDockerSuite/TestCreateRM [2021-09-02T20:29:26.578Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-09-02T20:29:26.578Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-02T20:29:26.578Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-09-02T20:29:26.578Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-09-02T20:29:27.048Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-09-02T20:29:28.824Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-09-02T20:29:28.824Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-02T20:29:28.824Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite (1854.18s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.67s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.18s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.46s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.32s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (82.99s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.75s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.02s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.94s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.75s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.22s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.68s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.17s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (65.02s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.30s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.13s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (2.80s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.73s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.18s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.73s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.81s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.23s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.34s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.54s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.14s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.88s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.38s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (3.96s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.40s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAddTar (28.30s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (14.22s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.54s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.44s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.23s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.76s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (3.73s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (6.54s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (5.84s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.09s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.40s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.46s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (19.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.36s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.16s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.29s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.11s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.23s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.81s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCmd (0.48s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.45s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.47s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.15s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.88s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.03s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.44s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.42s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.84s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.45s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.75s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.55s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.14s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (24.38s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.68s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.46s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (3.81s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.45s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (18.67s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.59s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (14.06s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.30s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.61s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.13s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.69s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.60s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildDockerignore (40.37s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.98s) [2021-09-02T20:29:29.786Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-09-02T20:29:29.786Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (45.33s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.35s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.58s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (15.80s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.60s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.36s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (22.85s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (8.78s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (7.94s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (61.34s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.32s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.49s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.93s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.42s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.45s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.86s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.39s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.45s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.09s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.82s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (3.55s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (10.79s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.49s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildFails (2.26s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.15s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.11s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.39s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildFromGit (4.80s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.15s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.08s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.60s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.49s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (6.57s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildHistory (9.19s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.79s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.41s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.64s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.69s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildLabel (0.79s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.52s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.78s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.47s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildLabels (0.82s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.24s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.66s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.44s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.52s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (3.93s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (13.03s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.55s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (25.46s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (12.08s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.50s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.60s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.02s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (12.92s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.60s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.52s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.53s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.63s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.28s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.20s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.11s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.70s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.78s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.13s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildOnBuild (7.48s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.27s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (12.05s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.30s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (5.93s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (3.58s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.50s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.94s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.51s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (32.96s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (15.46s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildRm (8.91s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.48s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.28s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.15s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.16s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.23s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.70s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (12.76s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.59s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.50s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.04s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.23s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.31s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.07s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildStderr (3.14s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (13.40s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.46s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.04s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.26s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (3.76s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (2.92s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.47s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.58s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (17.45s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.74s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.29s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.45s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.28s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.90s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (7.81s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.13s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.32s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (10.96s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.27s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.95s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (5.72s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.60s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.26s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.45s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.44s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestCommitChange (4.22s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.82s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.44s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestCommitTTY (5.80s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.75s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.46s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.02s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.80s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.19s) [2021-09-02T20:29:29.787Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-09-02T20:29:29.787Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.22s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.73s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.71s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.72s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.80s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.79s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.19s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.63s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.29s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.21s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.15s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.28s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.41s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.58s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.20s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.72s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.09s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.57s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.34s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (15.49s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.22s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.20s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.21s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.21s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000117bd8_} (2.24s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1789244412_c:\foo_false____} (2.17s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1789244412_c:\foo_true____} (2.22s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (1.88s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.31s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.05s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.30s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.19s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.32s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCpToCaseE (7.55s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCpToCaseH (7.42s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCpToDot (2.23s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCpToStdout (2.45s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.18s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateArgs (0.16s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.88s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.80s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.16s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.16s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.35s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.58s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateLabels (0.16s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateRM (0.32s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.16s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.34s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.35s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.18s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.35s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.69s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.21s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.24s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.30s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.32s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.21s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsCopy (3.44s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.72s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.23s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.66s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.57s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.23s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.81s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsFilters (3.76s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsFormat (8.46s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.05s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.05s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.14s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsRename (2.35s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsResize (7.44s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.16s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.02s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.18s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsUntag (2.70s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.57s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.61s) [2021-09-02T20:29:29.788Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.64s) [2021-09-02T20:29:29.788Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.72s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.75s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.69s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.70s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.95s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.78s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestExecInspectID (4.04s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.91s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.78s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (4.50s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.59s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.59s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.70s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.54s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.28s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.05s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.26s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.50s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.84s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.46s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.21s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.73s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.41s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestImagesFormat (0.16s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.44s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.05s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestImportBadURL (2.43s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.05s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.05s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.17s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.16s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.06s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.18s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.14s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.79s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectDefault (2.17s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectHistory (3.36s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.16s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.69s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.19s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.16s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.73s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.71s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectStatus (2.78s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.31s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.78s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.12s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.69s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.71s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.17s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.78s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.06s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.61s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.70s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.35s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.22s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.79s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.50s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.60s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.55s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.16s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.00s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.27s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.21s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsSince (8.69s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsTail (2.52s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.28s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.86s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.47s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.31s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestPsByOrder (6.38s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.29s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.31s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.25s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (10.42s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.17s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.81s) [2021-09-02T20:29:29.789Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.52s) [2021-09-02T20:29:29.789Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.67s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.42s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.61s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.27s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.49s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.11s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.29s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (17.18s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.54s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.16s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.66s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.96s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.18s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.98s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRmiBlank (0.05s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.25s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (10.28s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.66s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.55s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (4.63s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.18s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.44s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (2.78s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRmiTag (0.53s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.28s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (12.71s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (1.87s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (3.59s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.96s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.62s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.95s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.19s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.73s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.16s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.20s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.41s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.77s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.29s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.48s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.52s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.28s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.67s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.17s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.38s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.46s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.78s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.12s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.15s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.17s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.24s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunExitCode (1.77s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.36s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.79s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.22s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunExposePort (0.05s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.97s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.08s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.34s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-02T20:29:29.790Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.73s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-02T20:29:29.790Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.49s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (8.23s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.33s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.20s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.43s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.43s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.50s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.94s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.57s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunRm (1.84s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.26s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (1.82s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.78s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.68s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.29s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.16s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.05s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.14s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.44s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.17s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.19s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.88s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.07s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.84s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.07s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.61s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.19s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.21s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.05s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (2.70s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.14s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.42s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.79s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.24s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.19s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.61s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.07s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.97s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestStartAttachSilent (2.91s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (4.97s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.72s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.81s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.68s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.22s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.11s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.16s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.25s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.22s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.40s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.70s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.31s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.30s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.15s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.06s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.50s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.16s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.69s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.21s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.21s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.27s) [2021-09-02T20:29:29.791Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-02T20:29:29.791Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.03s) [2021-09-02T20:29:29.791Z] === RUN TestDockerRegistrySuite [2021-09-02T20:29:29.791Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-09-02T20:29:29.791Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.791Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-09-02T20:29:29.791Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.791Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-09-02T20:29:29.791Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.791Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-09-02T20:29:29.791Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.791Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-09-02T20:29:29.791Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.791Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-09-02T20:29:29.791Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.791Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-09-02T20:29:29.791Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.791Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-09-02T20:29:29.791Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.791Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-09-02T20:29:29.791Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.791Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-09-02T20:29:29.791Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.791Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-09-02T20:29:29.791Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.791Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-09-02T20:29:29.791Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.791Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-09-02T20:29:29.791Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-09-02T20:29:29.792Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] --- PASS: TestDockerRegistrySuite (0.11s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-02T20:29:29.792Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-02T20:29:29.792Z] === RUN TestDockerSchema1RegistrySuite [2021-09-02T20:29:29.792Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-09-02T20:29:29.792Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-09-02T20:29:29.792Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-09-02T20:29:29.792Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-09-02T20:29:29.792Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-09-02T20:29:29.792Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-09-02T20:29:29.792Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-09-02T20:29:29.792Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-09-02T20:29:29.792Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:29.792Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-09-02T20:29:29.792Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-09-02T20:29:30.249Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-09-02T20:29:30.249Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-09-02T20:29:30.249Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-09-02T20:29:30.249Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-09-02T20:29:30.249Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-09-02T20:29:30.249Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-09-02T20:29:30.249Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-09-02T20:29:30.249Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-09-02T20:29:30.249Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:29:30.249Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-09-02T20:29:30.249Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-09-02T20:29:30.249Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-09-02T20:29:30.249Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-09-02T20:29:30.249Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-09-02T20:29:30.249Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-09-02T20:29:30.249Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-09-02T20:29:30.249Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-09-02T20:29:30.249Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-09-02T20:29:30.249Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-02T20:29:30.249Z] === RUN TestDockerRegistryAuthTokenSuite [2021-09-02T20:29:30.249Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-09-02T20:29:30.249Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-09-02T20:29:30.249Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-09-02T20:29:30.249Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-09-02T20:29:30.249Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-09-02T20:29:30.249Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-02T20:29:30.249Z] === RUN TestDockerDaemonSuite [2021-09-02T20:29:30.249Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-09-02T20:29:30.249Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-09-02T20:29:30.249Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-09-02T20:29:30.249Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-02T20:29:30.249Z] === RUN TestDockerSwarmSuite [2021-09-02T20:29:30.249Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-09-02T20:29:30.249Z] === RUN TestDockerPluginSuite [2021-09-02T20:29:30.249Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-09-02T20:29:30.249Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-09-02T20:29:30.249Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-09-02T20:29:30.249Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-09-02T20:29:30.249Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-09-02T20:29:30.249Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-09-02T20:29:30.249Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-09-02T20:29:30.249Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-09-02T20:29:30.249Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-09-02T20:29:30.249Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-09-02T20:29:30.249Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-09-02T20:29:30.249Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-02T20:29:30.249Z] === RUN TestDockerExternalVolumeSuite [2021-09-02T20:29:30.249Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-09-02T20:29:30.249Z] === RUN TestDockerNetworkSuite [2021-09-02T20:29:30.249Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-09-02T20:29:30.249Z] === RUN TestDockerHubPullSuite [2021-09-02T20:29:30.249Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-09-02T20:29:30.249Z] PASS [2021-09-02T20:29:30.249Z] ok github.com/docker/docker/integration-cli 1854.455s [2021-09-02T20:29:30.249Z] [2021-09-02T20:29:30.249Z] === Skipped [2021-09-02T20:29:30.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-02T20:29:30.249Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-02T20:29:30.249Z] [2021-09-02T20:29:30.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-02T20:29:30.249Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-02T20:29:30.249Z] [2021-09-02T20:29:30.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-02T20:29:30.249Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-02T20:29:30.249Z] [2021-09-02T20:29:30.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-02T20:29:30.249Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-02T20:29:30.249Z] [2021-09-02T20:29:30.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-02T20:29:30.249Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-02T20:29:30.249Z] [2021-09-02T20:29:30.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-02T20:29:30.249Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-02T20:29:30.249Z] [2021-09-02T20:29:30.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-02T20:29:30.249Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.249Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-02T20:29:30.249Z] [2021-09-02T20:29:30.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-09-02T20:29:30.249Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-09-02T20:29:30.250Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-02T20:29:30.250Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-02T20:29:30.250Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-02T20:29:30.250Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.30s) [2021-09-02T20:29:30.250Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.30s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.54s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.54s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.76s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.76s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.31s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-09-02T20:29:30.250Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.250Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-02T20:29:30.250Z] [2021-09-02T20:29:30.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-02T20:29:30.250Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.28s) [2021-09-02T20:29:30.251Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.28s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.26s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.28s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.28s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.27s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.27s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.26s) [2021-09-02T20:29:30.251Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.26s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-09-02T20:29:30.251Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-02T20:29:30.251Z] docker_cli_sni_test.go:18: Flakey test [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-09-02T20:29:30.251Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-02T20:29:30.251Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-02T20:29:30.251Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.251Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-02T20:29:30.251Z] [2021-09-02T20:29:30.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-02T20:29:30.252Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-02T20:29:30.252Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-02T20:29:30.252Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-02T20:29:30.252Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-02T20:29:30.252Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-02T20:29:30.252Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-02T20:29:30.252Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-02T20:29:30.252Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-02T20:29:30.252Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-02T20:29:30.252Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-02T20:29:30.252Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-02T20:29:30.252Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-02T20:29:30.252Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-02T20:29:30.252Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-02T20:29:30.252Z] [2021-09-02T20:29:30.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-02T20:29:30.252Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.252Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2021-09-02T20:29:30.253Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-02T20:29:30.253Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-02T20:29:30.253Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-02T20:29:30.253Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-02T20:29:30.253Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-02T20:29:30.253Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-02T20:29:30.253Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-02T20:29:30.253Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-09-02T20:29:30.253Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.253Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-02T20:29:30.253Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-02T20:29:30.254Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-02T20:29:30.254Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-02T20:29:30.254Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-02T20:29:30.254Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-02T20:29:30.254Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:29:30.254Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-02T20:29:30.254Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-02T20:29:30.254Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-02T20:29:30.254Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-02T20:29:30.254Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-02T20:29:30.254Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-02T20:29:30.254Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.254Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-02T20:29:30.254Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-02T20:29:30.255Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.255Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-02T20:29:30.255Z] [2021-09-02T20:29:30.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-02T20:29:30.256Z] [2021-09-02T20:29:30.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-02T20:29:30.256Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.256Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-02T20:29:30.713Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.713Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-02T20:29:30.713Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.713Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-02T20:29:30.713Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-02T20:29:30.714Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.714Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-02T20:29:30.714Z] [2021-09-02T20:29:30.714Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-02T20:29:30.715Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.715Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-02T20:29:30.715Z] [2021-09-02T20:29:30.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-02T20:29:30.715Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.715Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-02T20:29:30.715Z] [2021-09-02T20:29:30.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-02T20:29:30.715Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.715Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-02T20:29:30.715Z] [2021-09-02T20:29:30.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-02T20:29:30.715Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.715Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-02T20:29:30.715Z] [2021-09-02T20:29:30.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-02T20:29:30.715Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.715Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-02T20:29:30.715Z] [2021-09-02T20:29:30.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-02T20:29:30.715Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.715Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-02T20:29:30.715Z] [2021-09-02T20:29:30.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-09-02T20:29:30.715Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.715Z] [2021-09-02T20:29:30.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-09-02T20:29:30.715Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.715Z] [2021-09-02T20:29:30.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-09-02T20:29:30.715Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-02T20:29:30.715Z] [2021-09-02T20:29:30.715Z] DONE 1092 tests, 546 skipped in 1861.719s [2021-09-02T20:29:30.715Z] INFO: Integration tests ended at 09/02/2021 20:29:30. Duration:00:31:01.8482867 [2021-09-02T20:29:30.715Z] INFO: Docker info of the daemon under test at end of run [2021-09-02T20:29:30.715Z] [2021-09-02T20:29:30.715Z] Containers: 2 [2021-09-02T20:29:30.715Z] Running: 0 [2021-09-02T20:29:30.715Z] Paused: 0 [2021-09-02T20:29:30.715Z] Stopped: 2 [2021-09-02T20:29:30.715Z] Images: 18 [2021-09-02T20:29:30.715Z] Server Version: 0.0.0-dev [2021-09-02T20:29:30.715Z] Storage Driver: windowsfilter [2021-09-02T20:29:30.715Z] Windows: [2021-09-02T20:29:30.715Z] Logging Driver: json-file [2021-09-02T20:29:30.715Z] Plugins: [2021-09-02T20:29:30.715Z] Volume: local [2021-09-02T20:29:30.715Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-02T20:29:30.715Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-02T20:29:30.715Z] Swarm: inactive [2021-09-02T20:29:30.715Z] Default Isolation: process [2021-09-02T20:29:30.715Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-02T20:29:30.715Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-02T20:29:30.715Z] OSType: windows [2021-09-02T20:29:30.715Z] Architecture: x86_64 [2021-09-02T20:29:30.715Z] CPUs: 4 [2021-09-02T20:29:30.715Z] Total Memory: 32GiB [2021-09-02T20:29:30.715Z] Name: azwin-2-7d9360 [2021-09-02T20:29:30.715Z] ID: QUQ3:YKBX:T3EI:4IUN:FMQR:ZBMQ:MOGU:YKB3:VY3E:34GV:3AGM:XJGU [2021-09-02T20:29:30.715Z] Docker Root Dir: D:\CI\PR-42674\18\daemon [2021-09-02T20:29:30.715Z] Debug Mode (client): false [2021-09-02T20:29:30.715Z] Debug Mode (server): true [2021-09-02T20:29:30.715Z] File Descriptors: -1 [2021-09-02T20:29:30.715Z] Goroutines: 17 [2021-09-02T20:29:30.715Z] System Time: 2021-09-02T20:29:30.5195798Z [2021-09-02T20:29:30.715Z] EventsListeners: 0 [2021-09-02T20:29:30.715Z] Registry: https://index.docker.io/v1/ [2021-09-02T20:29:30.715Z] Labels: [2021-09-02T20:29:30.715Z] Experimental: false [2021-09-02T20:29:30.715Z] Insecure Registries: [2021-09-02T20:29:30.715Z] 127.0.0.0/8 [2021-09-02T20:29:30.715Z] Live Restore Enabled: false [2021-09-02T20:29:30.715Z] [2021-09-02T20:29:30.715Z] [2021-09-02T20:29:30.715Z] INFO: Stopping daemon under test [2021-09-02T20:29:31.169Z] SUCCESS: The process with PID 5900 (child process of PID 3764) has been terminated. [2021-09-02T20:29:31.169Z] SUCCESS: The process with PID 3764 (child process of PID 4968) has been terminated. [2021-09-02T20:29:31.169Z] INFO: Stop tailing logs of the daemon under tests [2021-09-02T20:29:31.169Z] INFO: executeCI.ps1 Completed successfully at 09/02/2021 20:29:30. [2021-09-02T20:29:31.169Z] INFO: Tidying up at end of run [2021-09-02T20:29:31.169Z] INFO: Saving daemon under test log (d:\CI\PR-42674\18\dut.out) to bundles\CIDUT.out [2021-09-02T20:29:31.169Z] INFO: Saving daemon under test log (d:\CI\PR-42674\18\dut.err) to bundles\CIDUT.err [2021-09-02T20:29:31.169Z] INFO: Saving containerd logs to bundles [2021-09-02T20:29:31.169Z] INFO: Nuke-Everything... [2021-09-02T20:29:31.624Z] INFO: Container count on control daemon to delete is 2 [2021-09-02T20:29:31.624Z] 080234300e54 [2021-09-02T20:29:31.624Z] 2311f3270bf1 [2021-09-02T20:29:31.624Z] INFO: Tidying pidfile d:\CI\PR-42674\18\docker.pid [2021-09-02T20:29:31.624Z] INFO: Nuking d:\CI [2021-09-02T20:29:34.229Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-09-02T20:29:34.229Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-09-02T20:29:34.229Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-09-02T20:29:37.186Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-09-02T20:29:37.186Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-09-02T20:29:37.186Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-02T20:29:37.186Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-09-02T20:29:44.352Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-09-02T20:29:44.352Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-02T20:29:44.352Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-09-02T20:29:44.352Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-09-02T20:29:44.352Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-02T20:29:44.352Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-09-02T20:29:44.352Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-02T20:29:44.352Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-09-02T20:29:44.352Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-02T20:29:44.352Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-09-02T20:29:44.352Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:29:44.352Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-09-02T20:29:44.352Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-02T20:29:44.352Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-09-02T20:29:44.352Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-02T20:29:44.353Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-09-02T20:29:44.353Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:29:44.353Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-09-02T20:29:44.353Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-02T20:29:44.353Z] === RUN TestDockerSuite/TestDevicePermissions [2021-09-02T20:29:44.353Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-02T20:29:44.353Z] === RUN TestDockerSuite/TestDockerFails [2021-09-02T20:29:44.353Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-09-02T20:29:44.353Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-02T20:29:44.353Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-09-02T20:29:44.353Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-02T20:29:44.353Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-09-02T20:29:44.353Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-02T20:29:44.353Z] === RUN TestDockerSuite/TestEventsAttach [2021-09-02T20:29:44.353Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-02T20:29:44.353Z] === RUN TestDockerSuite/TestEventsCommit [2021-09-02T20:29:44.353Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-02T20:29:44.353Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-09-02T20:29:46.575Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-09-02T20:29:48.796Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-09-02T20:29:49.255Z] INFO: Zapped successfully [2021-09-02T20:29:49.255Z] [2021-09-02T20:29:49.255Z] INFO: executeCI.ps1 exiting at Thu Sep 2 20:29:48 CUT 2021. Duration 01:01:20.8529212 [2021-09-02T20:29:49.255Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-09-02T20:29:49.493Z] Recording test results [2021-09-02T20:29:50.364Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-09-02T20:29:52.270Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-09-02T20:29:52.741Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-09-02T20:29:53.730Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-09-02T20:29:56.279Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-09-02T20:29:57.532Z] === RUN TestDockerSuite/TestEventsCopy [2021-09-02T20:29:57.743Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2021-09-02T20:29:58.912Z] Archiving artifacts [2021-09-02T20:30:01.331Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-09-02T20:30:06.092Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-09-02T20:30:08.312Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-09-02T20:30:08.782Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-09-02T20:30:11.579Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-09-02T20:30:12.578Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-09-02T20:30:12.613Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42674/18/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-02T20:30:13.526Z] + make clean [2021-09-02T20:30:13.567Z] === RUN TestDockerSuite/TestEventsFilterType [2021-09-02T20:30:14.036Z] === RUN TestDockerSuite/TestEventsFilters [2021-09-02T20:30:15.052Z] docker volume rm -f docker-dev-cache [2021-09-02T20:30:15.052Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-02T20:30:18.797Z] === RUN TestDockerSuite/TestEventsFormat [2021-09-02T20:30:22.019Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-09-02T20:30:22.595Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-09-02T20:30:22.595Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-09-02T20:30:22.595Z] === RUN TestDockerSuite/TestEventsImageImport [2021-09-02T20:30:22.595Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-02T20:30:22.595Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-09-02T20:30:22.595Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-02T20:30:22.595Z] === RUN TestDockerSuite/TestEventsImagePull [2021-09-02T20:30:22.595Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-02T20:30:22.595Z] === RUN TestDockerSuite/TestEventsImageTag [2021-09-02T20:30:23.584Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-09-02T20:30:23.584Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-02T20:30:23.584Z] === RUN TestDockerSuite/TestEventsRename [2021-09-02T20:30:25.804Z] === RUN TestDockerSuite/TestEventsResize [2021-09-02T20:30:30.701Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-09-02T20:30:32.973Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-09-02T20:30:35.195Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-09-02T20:30:37.638Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-09-02T20:30:42.402Z] === RUN TestDockerSuite/TestEventsTop [2021-09-02T20:30:42.402Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-02T20:30:42.402Z] === RUN TestDockerSuite/TestEventsUntag [2021-09-02T20:30:44.623Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-09-02T20:30:47.579Z] === RUN TestDockerSuite/TestExec [2021-09-02T20:30:47.579Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:30:47.579Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-09-02T20:30:47.579Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-02T20:30:47.579Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-09-02T20:30:49.798Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-09-02T20:30:51.370Z] === RUN TestDockerSuite/TestExecAPIStart [2021-09-02T20:30:51.370Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:30:51.370Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-09-02T20:30:51.370Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:30:51.370Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-09-02T20:30:51.370Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-02T20:30:51.370Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-09-02T20:30:52.940Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-09-02T20:30:54.508Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-09-02T20:30:56.728Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-09-02T20:30:58.297Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-09-02T20:31:01.221Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-09-02T20:31:02.100Z] === RUN TestDockerSuite/TestExecCgroup [2021-09-02T20:31:02.100Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-02T20:31:02.100Z] === RUN TestDockerSuite/TestExecEnv [2021-09-02T20:31:02.100Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-02T20:31:02.100Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-09-02T20:31:02.100Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-02T20:31:02.100Z] === RUN TestDockerSuite/TestExecExitStatus [2021-09-02T20:31:03.672Z] === RUN TestDockerSuite/TestExecInspectID [2021-09-02T20:31:08.436Z] === RUN TestDockerSuite/TestExecInteractive [2021-09-02T20:31:08.436Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-02T20:31:08.436Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-09-02T20:31:08.436Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-02T20:31:08.436Z] === RUN TestDockerSuite/TestExecParseError [2021-09-02T20:31:08.436Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-02T20:31:08.436Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-09-02T20:31:08.436Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-02T20:31:08.436Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-09-02T20:31:08.436Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-02T20:31:08.436Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-09-02T20:31:10.006Z] === RUN TestDockerSuite/TestExecSetEnv [2021-09-02T20:31:10.006Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-02T20:31:10.006Z] === RUN TestDockerSuite/TestExecStartFails [2021-09-02T20:31:10.006Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-02T20:31:10.006Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-09-02T20:31:10.006Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-02T20:31:10.006Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-09-02T20:31:10.006Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-02T20:31:10.006Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-09-02T20:31:10.006Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-02T20:31:10.006Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-09-02T20:31:11.677Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-09-02T20:31:12.237Z] === RUN TestDockerSuite/TestExecUlimits [2021-09-02T20:31:12.237Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-02T20:31:12.237Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-09-02T20:31:19.649Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-09-02T20:31:19.649Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-02T20:31:19.649Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-09-02T20:31:19.649Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-02T20:31:19.649Z] === RUN TestDockerSuite/TestExecWithUser [2021-09-02T20:31:19.649Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-02T20:31:19.649Z] === RUN TestDockerSuite/TestGetContainerStats [2021-09-02T20:31:20.443Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-09-02T20:31:25.524Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-09-02T20:31:30.286Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-09-02T20:31:33.244Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-09-02T20:31:39.125Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-09-02T20:31:39.125Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:31:39.125Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-09-02T20:31:39.125Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-09-02T20:31:39.125Z] === RUN TestDockerSuite/TestHealth [2021-09-02T20:31:39.125Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-02T20:31:39.125Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-09-02T20:31:39.125Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-09-02T20:31:39.125Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-09-02T20:31:39.125Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-09-02T20:31:42.925Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-09-02T20:31:43.394Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-09-02T20:31:43.394Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-02T20:31:43.394Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-09-02T20:31:43.394Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-09-02T20:31:43.394Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-09-02T20:31:43.864Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-09-02T20:31:44.334Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-09-02T20:31:44.334Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-02T20:31:44.334Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-09-02T20:31:45.323Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-09-02T20:31:45.323Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-09-02T20:31:46.892Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-09-02T20:31:46.892Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-09-02T20:31:49.115Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-09-02T20:31:56.284Z] === RUN TestDockerSuite/TestImagesFormat [2021-09-02T20:31:56.284Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-09-02T20:31:56.284Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-02T20:31:56.284Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-09-02T20:32:00.084Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-09-02T20:32:00.084Z] === RUN TestDockerSuite/TestImportBadURL [2021-09-02T20:32:02.337Z] === RUN TestDockerSuite/TestImportDisplay [2021-09-02T20:32:02.337Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-02T20:32:02.337Z] === RUN TestDockerSuite/TestImportFile [2021-09-02T20:32:02.337Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-02T20:32:02.337Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-09-02T20:32:02.337Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-09-02T20:32:02.337Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-02T20:32:02.337Z] === RUN TestDockerSuite/TestImportGzipped [2021-09-02T20:32:02.337Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-02T20:32:02.337Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-09-02T20:32:02.337Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:32:02.337Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-09-02T20:32:02.337Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-02T20:32:02.337Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-09-02T20:32:02.337Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-02T20:32:02.337Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-09-02T20:32:02.337Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-02T20:32:02.337Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-09-02T20:32:02.337Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-09-02T20:32:02.337Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-02T20:32:02.337Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-09-02T20:32:02.337Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-02T20:32:02.337Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-09-02T20:32:04.557Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-09-02T20:32:06.778Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-09-02T20:32:06.779Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-02T20:32:06.779Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-09-02T20:32:06.779Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-02T20:32:06.779Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-09-02T20:32:06.779Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-09-02T20:32:06.779Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-02T20:32:06.779Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-09-02T20:32:08.348Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-09-02T20:32:08.819Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-09-02T20:32:10.390Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-09-02T20:32:10.390Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-02T20:32:10.390Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-09-02T20:32:10.390Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-02T20:32:10.390Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-09-02T20:32:10.390Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-02T20:32:10.390Z] === RUN TestDockerSuite/TestInspectDefault [2021-09-02T20:32:12.614Z] === RUN TestDockerSuite/TestInspectHistory [2021-09-02T20:32:16.414Z] === RUN TestDockerSuite/TestInspectImage [2021-09-02T20:32:16.414Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:32:16.414Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-09-02T20:32:16.414Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:32:16.414Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-09-02T20:32:16.414Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-02T20:32:16.414Z] === RUN TestDockerSuite/TestInspectInt64 [2021-09-02T20:32:18.055Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-09-02T20:32:20.275Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-09-02T20:32:20.275Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-09-02T20:32:21.844Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-09-02T20:32:24.067Z] === RUN TestDockerSuite/TestInspectPlugin [2021-09-02T20:32:24.067Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-02T20:32:24.067Z] === RUN TestDockerSuite/TestInspectRootFS [2021-09-02T20:32:24.067Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-09-02T20:32:25.635Z] === RUN TestDockerSuite/TestInspectStatus [2021-09-02T20:32:27.860Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-09-02T20:32:31.658Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-09-02T20:32:33.880Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-09-02T20:32:35.449Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-09-02T20:32:37.670Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-09-02T20:32:39.239Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-09-02T20:32:41.460Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-09-02T20:32:43.033Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-09-02T20:32:43.033Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-09-02T20:32:43.033Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.033Z] === RUN TestDockerSuite/TestLinksEnvs [2021-09-02T20:32:43.033Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.033Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-09-02T20:32:43.033Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.033Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-09-02T20:32:43.033Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.503Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-09-02T20:32:43.503Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.504Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-09-02T20:32:43.504Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.504Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-09-02T20:32:43.504Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.504Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-09-02T20:32:43.504Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.504Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-09-02T20:32:43.504Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.504Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-09-02T20:32:43.504Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.504Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-09-02T20:32:43.504Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.504Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-09-02T20:32:43.504Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.504Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-09-02T20:32:43.504Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.504Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-09-02T20:32:43.504Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.504Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-09-02T20:32:43.504Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.504Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-09-02T20:32:43.504Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-02T20:32:43.504Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-09-02T20:32:43.504Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-09-02T20:32:43.504Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-09-02T20:32:45.075Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-09-02T20:32:46.647Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-09-02T20:32:46.783Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-09-02T20:32:46.783Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-09-02T20:32:46.783Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-02T20:32:46.783Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-09-02T20:32:46.783Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-02T20:32:46.783Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-09-02T20:32:46.783Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-09-02T20:32:46.783Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-09-02T20:32:46.783Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-02T20:32:46.783Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-09-02T20:32:46.783Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-09-02T20:32:46.783Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-09-02T20:32:46.783Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-09-02T20:32:46.783Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-09-02T20:32:49.006Z] === RUN TestDockerSuite/TestBuildEnv [2021-09-02T20:32:49.006Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-02T20:32:49.006Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-09-02T20:32:49.006Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-02T20:32:49.476Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-09-02T20:32:49.476Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-02T20:32:49.476Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-09-02T20:32:49.476Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-02T20:32:49.476Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-09-02T20:32:49.476Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-02T20:32:49.476Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-09-02T20:32:52.524Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-09-02T20:32:53.279Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-09-02T20:32:53.279Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-02T20:32:53.279Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-09-02T20:32:53.279Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-02T20:32:53.279Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-09-02T20:32:53.279Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-02T20:32:53.279Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-09-02T20:32:53.750Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-09-02T20:32:54.100Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-09-02T20:32:54.100Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-02T20:32:54.100Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-09-02T20:32:56.324Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-09-02T20:32:56.324Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-09-02T20:32:57.558Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-09-02T20:33:02.201Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-09-02T20:33:06.969Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-09-02T20:33:10.084Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-09-02T20:33:10.563Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-09-02T20:33:10.563Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-02T20:33:10.563Z] === RUN TestDockerSuite/TestBuildExpose [2021-09-02T20:33:10.563Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-02T20:33:10.563Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-09-02T20:33:10.563Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-02T20:33:10.563Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-09-02T20:33:10.563Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-02T20:33:10.563Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-09-02T20:33:10.563Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-02T20:33:10.563Z] === RUN TestDockerSuite/TestBuildFails [2021-09-02T20:33:12.813Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-09-02T20:33:12.848Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-09-02T20:33:13.283Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-09-02T20:33:14.417Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-09-02T20:33:16.637Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-09-02T20:33:16.637Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-02T20:33:16.637Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-09-02T20:33:18.858Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-09-02T20:33:19.167Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-09-02T20:33:20.427Z] === RUN TestDockerSuite/TestLogsSince [2021-09-02T20:33:25.062Z] === RUN TestDockerSuite/TestBuildForceRm [2021-09-02T20:33:29.104Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-09-02T20:33:29.104Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-02T20:33:29.104Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-09-02T20:33:29.104Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-02T20:33:29.104Z] === RUN TestDockerSuite/TestLogsTail [2021-09-02T20:33:31.325Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-09-02T20:33:32.244Z] === RUN TestDockerSuite/TestBuildFromGit [2021-09-02T20:33:33.546Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-09-02T20:33:35.766Z] === RUN TestDockerSuite/TestMountIntoProc [2021-09-02T20:33:35.766Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-02T20:33:35.766Z] === RUN TestDockerSuite/TestMountIntoSys [2021-09-02T20:33:35.766Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-02T20:33:35.766Z] === RUN TestDockerSuite/TestNetHostname [2021-09-02T20:33:35.766Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-02T20:33:35.766Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-09-02T20:33:35.766Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-02T20:33:35.766Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-09-02T20:33:35.766Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-02T20:33:35.766Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-09-02T20:33:35.766Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-02T20:33:35.766Z] === RUN TestDockerSuite/TestPluginActive [2021-09-02T20:33:35.766Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-02T20:33:35.766Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-09-02T20:33:35.766Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-02T20:33:35.766Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-09-02T20:33:35.766Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-09-02T20:33:35.766Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-02T20:33:35.766Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-09-02T20:33:35.766Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-02T20:33:35.767Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-09-02T20:33:35.767Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-02T20:33:35.767Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-09-02T20:33:35.767Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-02T20:33:35.767Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-09-02T20:33:35.767Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-02T20:33:35.767Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-09-02T20:33:35.767Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-02T20:33:35.767Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-09-02T20:33:35.767Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-02T20:33:35.767Z] === RUN TestDockerSuite/TestPortHostBinding [2021-09-02T20:33:35.767Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-02T20:33:35.767Z] === RUN TestDockerSuite/TestPortList [2021-09-02T20:33:35.767Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-02T20:33:35.767Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-09-02T20:33:37.016Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-09-02T20:33:38.006Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-09-02T20:33:39.565Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-09-02T20:33:39.565Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:33:39.565Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-09-02T20:33:39.565Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-09-02T20:33:39.565Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-02T20:33:39.565Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-09-02T20:33:39.565Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-02T20:33:39.565Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-09-02T20:33:39.565Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-02T20:33:39.565Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-09-02T20:33:39.565Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-02T20:33:39.565Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-09-02T20:33:39.565Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-02T20:33:39.565Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-09-02T20:33:39.565Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-02T20:33:40.035Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-09-02T20:33:40.035Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-02T20:33:40.035Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-09-02T20:33:42.778Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-09-02T20:33:42.778Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-02T20:33:42.778Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-09-02T20:33:43.767Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-09-02T20:33:43.768Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-09-02T20:33:43.768Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-02T20:33:43.768Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-09-02T20:33:43.835Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-09-02T20:33:43.835Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-02T20:33:43.835Z] === RUN TestDockerSuite/TestPsByOrder [2021-09-02T20:33:51.003Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-09-02T20:33:51.003Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-02T20:33:51.003Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-09-02T20:33:52.452Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-09-02T20:33:52.452Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-02T20:33:52.452Z] === RUN TestDockerSuite/TestBuildHistory [2021-09-02T20:33:59.681Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-09-02T20:34:02.899Z] === RUN TestDockerSuite/TestBuildIidFile [2021-09-02T20:34:02.899Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-09-02T20:34:04.478Z] === RUN TestDockerSuite/TestBuildInheritance [2021-09-02T20:34:04.479Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-02T20:34:04.479Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-09-02T20:34:05.469Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-09-02T20:34:05.469Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-09-02T20:34:09.278Z] === RUN TestDockerSuite/TestBuildLabel [2021-09-02T20:34:10.269Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-09-02T20:34:10.740Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-09-02T20:34:11.732Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-09-02T20:34:12.190Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-09-02T20:34:12.190Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-09-02T20:34:12.190Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-02T20:34:12.190Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-09-02T20:34:12.202Z] === RUN TestDockerSuite/TestBuildLabels [2021-09-02T20:34:13.193Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-09-02T20:34:14.769Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-09-02T20:34:19.554Z] === RUN TestDockerSuite/TestBuildLastModified [2021-09-02T20:34:19.554Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-02T20:34:19.554Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-09-02T20:34:19.554Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-02T20:34:20.024Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-09-02T20:34:20.024Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-09-02T20:34:20.024Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-09-02T20:34:20.024Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-09-02T20:34:20.024Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-09-02T20:34:20.497Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-09-02T20:34:20.967Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-09-02T20:34:22.629Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-09-02T20:34:24.851Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-09-02T20:34:25.745Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-09-02T20:34:37.361Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-09-02T20:34:40.321Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-09-02T20:34:40.321Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-02T20:34:40.321Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-09-02T20:34:40.321Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-02T20:34:40.321Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-09-02T20:34:40.712Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-09-02T20:34:40.712Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-02T20:34:40.712Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-09-02T20:34:42.934Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-09-02T20:34:44.120Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-09-02T20:34:44.120Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-02T20:34:44.120Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-09-02T20:34:44.120Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-02T20:34:44.120Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-09-02T20:34:44.120Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-02T20:34:44.120Z] === RUN TestDockerSuite/TestPsRightTagName [2021-09-02T20:34:44.120Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-02T20:34:44.589Z] === RUN TestDockerSuite/TestPsShowMounts [2021-09-02T20:34:50.475Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-09-02T20:34:50.475Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-02T20:34:50.475Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-09-02T20:34:52.045Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-09-02T20:34:52.045Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-02T20:34:52.045Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-09-02T20:34:53.614Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-09-02T20:34:54.602Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-09-02T20:34:54.602Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-02T20:34:54.602Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-09-02T20:34:58.403Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-09-02T20:35:01.365Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-09-02T20:35:03.587Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-09-02T20:35:18.830Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-09-02T20:35:21.432Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-09-02T20:35:21.432Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:35:21.432Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-09-02T20:35:24.391Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-09-02T20:35:24.391Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-09-02T20:35:24.391Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-09-02T20:35:25.380Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-09-02T20:35:29.180Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-09-02T20:35:29.285Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-09-02T20:35:32.979Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-09-02T20:35:32.979Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:35:32.979Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-09-02T20:35:34.059Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-09-02T20:35:35.938Z] === RUN TestDockerSuite/TestRmiBlank [2021-09-02T20:35:35.938Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-09-02T20:35:36.408Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-09-02T20:35:41.232Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-09-02T20:35:45.039Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-09-02T20:35:48.915Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-09-02T20:35:50.485Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-09-02T20:35:50.955Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-09-02T20:35:56.834Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-09-02T20:36:02.895Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-09-02T20:36:02.895Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-02T20:36:02.895Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-09-02T20:36:05.509Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-09-02T20:36:08.787Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-09-02T20:36:08.787Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-09-02T20:36:08.787Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-02T20:36:08.787Z] === RUN TestDockerSuite/TestBuildNetNone [2021-09-02T20:36:08.787Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-02T20:36:08.787Z] === RUN TestDockerSuite/TestBuildNoContext [2021-09-02T20:36:11.804Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-09-02T20:36:12.679Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-09-02T20:36:15.609Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-09-02T20:36:15.637Z] === RUN TestDockerSuite/TestRmiTag [2021-09-02T20:36:16.107Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-09-02T20:36:18.330Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-09-02T20:36:19.422Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-09-02T20:36:19.422Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-09-02T20:36:19.422Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-09-02T20:36:22.390Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-09-02T20:36:23.381Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-09-02T20:36:24.372Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-09-02T20:36:33.068Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-09-02T20:36:33.281Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-09-02T20:36:34.639Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-09-02T20:36:34.850Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-09-02T20:36:38.651Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-09-02T20:36:39.644Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-09-02T20:36:39.644Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-02T20:36:39.644Z] === RUN TestDockerSuite/TestRunAddHost [2021-09-02T20:36:39.644Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-02T20:36:39.644Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-09-02T20:36:39.644Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-02T20:36:39.644Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-09-02T20:36:39.644Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-02T20:36:39.644Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-09-02T20:36:39.644Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-02T20:36:39.644Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-09-02T20:36:39.644Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-02T20:36:39.644Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-09-02T20:36:39.644Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-02T20:36:39.644Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-09-02T20:36:41.214Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-09-02T20:36:41.214Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-02T20:36:41.214Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-09-02T20:36:41.214Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-02T20:36:41.214Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-09-02T20:36:43.321Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-09-02T20:36:45.018Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-09-02T20:36:47.121Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-09-02T20:36:47.241Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-09-02T20:36:49.469Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-09-02T20:36:51.692Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-09-02T20:36:53.267Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-09-02T20:36:53.267Z] === RUN TestDockerSuite/TestRunBindMounts [2021-09-02T20:36:54.297Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-09-02T20:36:58.029Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-09-02T20:36:58.029Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-02T20:36:58.029Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-09-02T20:36:58.029Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-02T20:36:58.029Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-09-02T20:36:58.029Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-02T20:36:58.029Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-09-02T20:36:58.029Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-02T20:36:58.029Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-09-02T20:36:58.030Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-02T20:36:58.030Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-09-02T20:36:58.030Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-02T20:36:58.030Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-09-02T20:36:58.030Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-02T20:36:58.030Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-09-02T20:36:58.030Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-02T20:36:58.030Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-09-02T20:36:58.030Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-02T20:36:58.030Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-09-02T20:36:58.030Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-02T20:36:58.030Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-09-02T20:36:58.030Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-02T20:36:58.030Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-09-02T20:36:58.098Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-09-02T20:36:59.600Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-09-02T20:36:59.600Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-02T20:36:59.600Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-09-02T20:37:01.898Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-09-02T20:37:02.559Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-09-02T20:37:02.559Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-02T20:37:02.559Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-09-02T20:37:02.559Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-02T20:37:02.559Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-09-02T20:37:03.469Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-09-02T20:37:03.469Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-02T20:37:03.469Z] === RUN TestDockerSuite/TestBuildPATH [2021-09-02T20:37:03.469Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-02T20:37:03.469Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-09-02T20:37:04.132Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-09-02T20:37:04.132Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-02T20:37:04.132Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-09-02T20:37:04.132Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-02T20:37:04.132Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-09-02T20:37:04.132Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-02T20:37:04.132Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-09-02T20:37:04.132Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-02T20:37:04.132Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-09-02T20:37:04.132Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-02T20:37:04.132Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-09-02T20:37:04.132Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-02T20:37:04.132Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-09-02T20:37:04.132Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-02T20:37:04.132Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-09-02T20:37:05.041Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-09-02T20:37:05.041Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-02T20:37:05.041Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-09-02T20:37:06.353Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-09-02T20:37:07.922Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-09-02T20:37:10.143Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-09-02T20:37:10.143Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-02T20:37:10.143Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-09-02T20:37:10.143Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-02T20:37:10.143Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-09-02T20:37:10.143Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-02T20:37:10.143Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-09-02T20:37:12.366Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-09-02T20:37:12.366Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-02T20:37:12.366Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-09-02T20:37:12.366Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-02T20:37:12.366Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-09-02T20:37:12.366Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-02T20:37:12.366Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-09-02T20:37:12.366Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-02T20:37:12.366Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-09-02T20:37:13.936Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-09-02T20:37:18.702Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-09-02T20:37:18.702Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-02T20:37:18.702Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-09-02T20:37:18.702Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-02T20:37:18.702Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-09-02T20:37:18.702Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-02T20:37:18.702Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-09-02T20:37:18.702Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-02T20:37:18.702Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-09-02T20:37:18.702Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-02T20:37:18.702Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-09-02T20:37:18.702Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-02T20:37:18.702Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-09-02T20:37:20.271Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-09-02T20:37:20.271Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-02T20:37:20.271Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-09-02T20:37:20.271Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-09-02T20:37:20.271Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-02T20:37:20.271Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-09-02T20:37:22.494Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-09-02T20:37:24.063Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-09-02T20:37:24.063Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-02T20:37:24.063Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-09-02T20:37:26.286Z] === RUN TestDockerSuite/TestRunEnvironment [2021-09-02T20:37:26.286Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-02T20:37:26.286Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-09-02T20:37:26.286Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-02T20:37:26.286Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-09-02T20:37:26.286Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-02T20:37:26.286Z] === RUN TestDockerSuite/TestRunExitCode [2021-09-02T20:37:27.856Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-09-02T20:37:30.077Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-09-02T20:37:32.299Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-09-02T20:37:33.869Z] === RUN TestDockerSuite/TestRunExposePort [2021-09-02T20:37:33.869Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-09-02T20:37:33.869Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-02T20:37:33.869Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-09-02T20:37:33.869Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-02T20:37:33.869Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-09-02T20:37:33.869Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-02T20:37:33.869Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-09-02T20:37:33.869Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-02T20:37:33.869Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-02T20:37:33.869Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-02T20:37:33.869Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-09-02T20:37:33.869Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-02T20:37:33.869Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-09-02T20:37:33.869Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-02T20:37:33.869Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-09-02T20:37:37.673Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-09-02T20:37:37.673Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-02T20:37:37.673Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-09-02T20:37:37.673Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-09-02T20:37:37.673Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-02T20:37:37.673Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-09-02T20:37:37.673Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-02T20:37:37.673Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-09-02T20:37:37.673Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-02T20:37:37.673Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-09-02T20:37:37.673Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-02T20:37:37.673Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-09-02T20:37:46.364Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-09-02T20:37:46.364Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-02T20:37:46.364Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-09-02T20:37:46.834Z] === RUN TestDockerSuite/TestRunModeHostname [2021-09-02T20:37:46.834Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-02T20:37:46.834Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-09-02T20:37:46.834Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-02T20:37:46.834Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-09-02T20:37:46.834Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-02T20:37:46.834Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-09-02T20:37:46.834Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-02T20:37:46.834Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-09-02T20:37:46.834Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-02T20:37:46.834Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-09-02T20:37:46.834Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-02T20:37:46.834Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-09-02T20:37:46.834Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-02T20:37:46.834Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-09-02T20:37:46.834Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-02T20:37:46.834Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-09-02T20:37:46.834Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-02T20:37:46.834Z] === RUN TestDockerSuite/TestRunMount [2021-09-02T20:37:46.834Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-02T20:37:46.834Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-09-02T20:37:46.834Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-02T20:37:46.834Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-09-02T20:37:46.834Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-02T20:37:46.834Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-09-02T20:37:46.834Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-02T20:37:46.834Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-09-02T20:37:48.133Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-09-02T20:37:54.009Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-09-02T20:37:54.009Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-02T20:37:54.009Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-09-02T20:37:54.009Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-02T20:37:54.009Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-09-02T20:37:54.009Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-02T20:37:54.009Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-09-02T20:37:57.809Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-09-02T20:38:00.654Z] === RUN TestDockerSuite/TestBuildRm [2021-09-02T20:38:00.770Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-09-02T20:38:00.770Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-02T20:38:00.770Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-09-02T20:38:00.770Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-02T20:38:00.770Z] === RUN TestDockerSuite/TestRunNetHost [2021-09-02T20:38:00.770Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-02T20:38:00.770Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-09-02T20:38:00.770Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-02T20:38:00.770Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-09-02T20:38:00.770Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-02T20:38:00.770Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-09-02T20:38:00.770Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-02T20:38:00.770Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-09-02T20:38:00.770Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-02T20:38:01.240Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-09-02T20:38:01.240Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-02T20:38:01.240Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-09-02T20:38:01.240Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-02T20:38:01.240Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-09-02T20:38:01.240Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-09-02T20:38:02.810Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-09-02T20:38:04.384Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-09-02T20:38:06.606Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-09-02T20:38:07.597Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-09-02T20:38:09.168Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-09-02T20:38:09.336Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-09-02T20:38:09.638Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-02T20:38:09.638Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-09-02T20:38:09.638Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-02T20:38:09.638Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-09-02T20:38:09.638Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-02T20:38:09.638Z] === RUN TestDockerSuite/TestRunPortInUse [2021-09-02T20:38:09.638Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-02T20:38:09.638Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-09-02T20:38:09.638Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-02T20:38:09.638Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-09-02T20:38:09.638Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-02T20:38:09.638Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-09-02T20:38:09.638Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-02T20:38:09.638Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-09-02T20:38:09.638Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-02T20:38:09.638Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-02T20:38:11.861Z] === RUN TestDockerSuite/TestRunPublishPort [2021-09-02T20:38:11.861Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-02T20:38:12.299Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-09-02T20:38:12.299Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-02T20:38:12.299Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-09-02T20:38:12.299Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-02T20:38:12.333Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-09-02T20:38:12.333Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-02T20:38:12.333Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-09-02T20:38:12.333Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-02T20:38:12.333Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-09-02T20:38:12.333Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-02T20:38:12.333Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-09-02T20:38:12.333Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-02T20:38:12.333Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-09-02T20:38:12.769Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-09-02T20:38:13.759Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-09-02T20:38:17.566Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-09-02T20:38:19.509Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-09-02T20:38:19.509Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-02T20:38:19.509Z] === RUN TestDockerSuite/TestRunRm [2021-09-02T20:38:21.079Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-09-02T20:38:21.369Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-09-02T20:38:26.136Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-09-02T20:38:26.956Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-09-02T20:38:27.946Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-09-02T20:38:30.167Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-09-02T20:38:31.737Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-09-02T20:38:33.959Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-09-02T20:38:33.959Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-02T20:38:33.959Z] === RUN TestDockerSuite/TestRunState [2021-09-02T20:38:33.959Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-02T20:38:33.959Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-09-02T20:38:36.179Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-09-02T20:38:36.180Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-02T20:38:36.180Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-09-02T20:38:37.748Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-09-02T20:38:37.748Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-02T20:38:37.748Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-09-02T20:38:37.748Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-02T20:38:37.748Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-09-02T20:38:38.219Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-09-02T20:38:38.219Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-09-02T20:38:38.219Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-02T20:38:38.219Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-09-02T20:38:41.108Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-09-02T20:38:41.108Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-09-02T20:38:41.108Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-09-02T20:38:42.986Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-09-02T20:38:42.986Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-02T20:38:42.986Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-09-02T20:38:42.986Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-02T20:38:42.986Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-09-02T20:38:42.986Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-02T20:38:42.986Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-09-02T20:38:42.986Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-02T20:38:42.986Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-09-02T20:38:42.986Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-02T20:38:42.986Z] === RUN TestDockerSuite/TestRunUserByID [2021-09-02T20:38:42.986Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-02T20:38:42.986Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-09-02T20:38:42.986Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-02T20:38:42.986Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-09-02T20:38:42.986Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-02T20:38:42.986Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-09-02T20:38:42.986Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-02T20:38:42.986Z] === RUN TestDockerSuite/TestRunUserByName [2021-09-02T20:38:42.986Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-02T20:38:42.986Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-09-02T20:38:44.556Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-09-02T20:38:44.556Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-02T20:38:44.556Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-09-02T20:38:46.779Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-09-02T20:38:46.779Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-02T20:38:46.779Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-09-02T20:38:46.779Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-02T20:38:46.779Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-09-02T20:38:49.000Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-09-02T20:38:49.792Z] === RUN TestDockerSuite/TestBuildSpaces [2021-09-02T20:38:49.792Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-09-02T20:38:53.593Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-09-02T20:38:53.593Z] === RUN TestDockerSuite/TestBuildStderr [2021-09-02T20:38:56.560Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-09-02T20:38:59.440Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-09-02T20:39:03.238Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-09-02T20:39:09.126Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-09-02T20:39:09.126Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-02T20:39:09.126Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-09-02T20:39:09.126Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-09-02T20:39:14.420Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-09-02T20:39:14.420Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-02T20:39:14.420Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-09-02T20:39:15.989Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-09-02T20:39:16.297Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-09-02T20:39:16.980Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-09-02T20:39:17.868Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-09-02T20:39:20.090Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-09-02T20:39:20.090Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-02T20:39:20.090Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-09-02T20:39:20.090Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-09-02T20:39:20.090Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-09-02T20:39:20.090Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-02T20:39:20.090Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-09-02T20:39:20.090Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-02T20:39:20.090Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-09-02T20:39:20.090Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-02T20:39:20.090Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-09-02T20:39:20.090Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-02T20:39:20.090Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-09-02T20:39:20.090Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-02T20:39:20.090Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-09-02T20:39:20.784Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-09-02T20:39:23.048Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-09-02T20:39:24.620Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-09-02T20:39:25.550Z] === RUN TestDockerSuite/TestBuildUser [2021-09-02T20:39:25.550Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-02T20:39:25.550Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-09-02T20:39:25.550Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-02T20:39:25.550Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-09-02T20:39:25.550Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-02T20:39:25.550Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-09-02T20:39:26.842Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-09-02T20:39:28.511Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-09-02T20:39:28.982Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-09-02T20:39:30.641Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-09-02T20:39:30.641Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-09-02T20:39:30.641Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-09-02T20:39:30.641Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-09-02T20:39:30.641Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-09-02T20:39:30.641Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-09-02T20:39:30.641Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-09-02T20:39:30.641Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestSaveImageId [2021-09-02T20:39:30.641Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-09-02T20:39:30.641Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-09-02T20:39:30.641Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-09-02T20:39:30.641Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-09-02T20:39:30.641Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-09-02T20:39:30.641Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-09-02T20:39:30.641Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-09-02T20:39:30.641Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-09-02T20:39:30.641Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-02T20:39:30.641Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-09-02T20:39:31.946Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-09-02T20:39:31.946Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-02T20:39:31.946Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-09-02T20:39:31.946Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-02T20:39:31.946Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-09-02T20:39:32.861Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-09-02T20:39:33.434Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-09-02T20:39:33.434Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-09-02T20:39:33.903Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-09-02T20:39:35.471Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-09-02T20:39:41.377Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-09-02T20:39:41.377Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-02T20:39:41.377Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-09-02T20:39:48.442Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-09-02T20:39:48.442Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-02T20:39:48.442Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-09-02T20:39:51.339Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-09-02T20:39:51.339Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-02T20:39:51.339Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-09-02T20:39:51.339Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-02T20:39:51.339Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-09-02T20:39:51.339Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-02T20:39:51.339Z] === RUN TestDockerSuite/TestStartRecordError [2021-09-02T20:39:51.339Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-02T20:39:51.339Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-09-02T20:39:53.310Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-09-02T20:39:53.310Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-09-02T20:39:59.894Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-09-02T20:39:59.894Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-02T20:39:59.894Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-09-02T20:39:59.894Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-02T20:39:59.894Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-09-02T20:39:59.894Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-02T20:39:59.894Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-09-02T20:39:59.894Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-02T20:39:59.894Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-09-02T20:39:59.894Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-02T20:39:59.894Z] === RUN TestDockerSuite/TestStatsNoStream [2021-09-02T20:39:59.894Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-02T20:39:59.894Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-09-02T20:40:00.482Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-09-02T20:40:02.066Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-09-02T20:40:04.240Z] === RUN TestDockerSuite/TestTopPrivileged [2021-09-02T20:40:04.240Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-02T20:40:04.240Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-09-02T20:40:05.772Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-09-02T20:40:05.772Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-02T20:40:05.772Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-09-02T20:40:05.772Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-02T20:40:05.772Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-09-02T20:40:05.772Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-02T20:40:05.772Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-09-02T20:40:05.772Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-02T20:40:05.772Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-09-02T20:40:05.772Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-02T20:40:05.772Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-09-02T20:40:05.772Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-02T20:40:05.772Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-09-02T20:40:06.367Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-09-02T20:40:06.367Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-02T20:40:06.367Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-09-02T20:40:06.367Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-02T20:40:06.367Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-09-02T20:40:08.592Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-09-02T20:40:08.592Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-02T20:40:08.592Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-09-02T20:40:19.034Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-09-02T20:40:21.262Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-09-02T20:40:21.732Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-09-02T20:40:23.432Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-09-02T20:40:23.432Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-09-02T20:40:23.432Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-09-02T20:40:23.432Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-02T20:40:23.432Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-09-02T20:40:23.432Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-09-02T20:40:23.432Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-09-02T20:40:23.432Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-09-02T20:40:24.398Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-09-02T20:40:24.398Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-09-02T20:40:27.296Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-09-02T20:40:27.296Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-09-02T20:40:27.754Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-09-02T20:40:27.754Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-09-02T20:40:27.754Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-09-02T20:40:34.248Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-09-02T20:40:34.248Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-02T20:40:34.248Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-09-02T20:40:34.248Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-02T20:40:34.718Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-09-02T20:40:34.718Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-02T20:40:34.718Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-09-02T20:40:35.709Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-09-02T20:40:40.113Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-09-02T20:40:40.113Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-02T20:40:40.113Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-09-02T20:40:40.113Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-09-02T20:40:40.113Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-09-02T20:40:40.113Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-02T20:40:40.113Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-09-02T20:40:42.884Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-09-02T20:40:43.874Z] === RUN TestDockerSuite/TestBuildXZHost [2021-09-02T20:40:43.874Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-02T20:40:44.344Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-09-02T20:40:44.344Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-02T20:40:44.344Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-09-02T20:40:44.344Z] docker_cli_sni_test.go:18: Flakey test [2021-09-02T20:40:44.344Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-09-02T20:40:45.890Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-09-02T20:40:45.890Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-09-02T20:40:45.890Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-09-02T20:40:45.923Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-09-02T20:40:45.923Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-02T20:40:45.923Z] === RUN TestDockerSuite/TestCommitChange [2021-09-02T20:40:50.693Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-09-02T20:40:54.446Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-09-02T20:40:54.446Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-02T20:40:54.446Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-09-02T20:40:54.903Z] --- PASS: TestDockerSuite (2231.47s) [2021-09-02T20:40:54.903Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-09-02T20:40:54.903Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-09-02T20:40:54.903Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-09-02T20:40:54.903Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-09-02T20:40:54.903Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-09-02T20:40:54.903Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-02T20:40:54.903Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-09-02T20:40:54.903Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.72s) [2021-09-02T20:40:54.903Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.25s) [2021-09-02T20:40:54.903Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.54s) [2021-09-02T20:40:54.903Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2021-09-02T20:40:54.903Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (110.82s) [2021-09-02T20:40:54.903Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.97s) [2021-09-02T20:40:54.903Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.97s) [2021-09-02T20:40:54.903Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-09-02T20:40:54.903Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-09-02T20:40:54.903Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-09-02T20:40:54.903Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.35s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.90s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.84s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.83s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.57s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (90.22s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.35s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.88s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.48s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.77s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.77s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.96s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.38s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.53s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.94s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.11s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.92s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.08s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.47s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.08s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.45s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAddTar (46.97s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.27s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (19.63s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.52s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.45s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.19s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.74s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.03s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.60s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.00s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.05s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.57s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.52s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (23.48s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.87s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.51s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.28s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.15s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.84s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.15s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.37s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.87s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCmd (0.53s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.50s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.49s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.61s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.93s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.08s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.44s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.61s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.82s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.46s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.78s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.62s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.36s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (27.64s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.54s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.46s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.34s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.51s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (18.71s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.63s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (28.74s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.40s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.58s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.88s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.50s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.52s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerignore (70.15s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.55s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (64.66s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.38s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.60s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.50s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.47s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.41s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (27.44s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.50s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.42s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (108.79s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.35s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.52s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.98s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.45s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.52s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.46s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.90s) [2021-09-02T20:40:55.361Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.11s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-09-02T20:40:55.361Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.24s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.32s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.91s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.15s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.44s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.55s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildFails (1.95s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.78s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (9.49s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.54s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildFromGit (9.78s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.25s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.41s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.64s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.53s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.30s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildHistory (9.99s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.87s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.76s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.77s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.52s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildLabel (0.86s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.55s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.86s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.52s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildLabels (0.87s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.38s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.09s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.50s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.62s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.26s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (12.48s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.58s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (26.63s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (22.18s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (9.25s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (10.08s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.68s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (14.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (11.08s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.58s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.34s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.60s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.09s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.17s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.77s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.89s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.20s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.50s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.40s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.51s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.16s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.23s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.25s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.02s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.90s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (39.00s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (25.07s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildRm (10.83s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.95s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.22s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.00s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.76s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (12.88s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.57s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.57s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.74s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.26s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.89s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildStderr (3.71s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (16.44s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.27s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.58s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.08s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.79s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.53s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.52s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.51s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.49s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.24s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.76s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.18s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.45s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.28s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.18s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.25s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.32s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.88s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.31s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (20.58s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.25s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.16s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.90s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.77s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.26s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.90s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.70s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestCommitChange (4.15s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.79s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.64s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestCommitTTY (10.58s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.71s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.57s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.67s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.88s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.98s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.14s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.30s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.18s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.96s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.93s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.07s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.97s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.74s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.27s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.21s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.98s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.19s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.42s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.56s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIStop (6.82s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.83s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.96s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.69s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.62s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.19s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.31s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.29s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.33s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.28s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000588b28_} (2.31s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12493685746_c:\foo_false____} (2.31s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12493685746_c:\foo_true____} (7.33s) [2021-09-02T20:40:55.362Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.23s) [2021-09-02T20:40:55.362Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.05s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.09s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.12s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.06s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.74s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.04s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.32s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCpToCaseH (7.46s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCpToDot (6.91s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCpToStdout (2.20s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateArgs (0.16s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.98s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.93s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.16s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.16s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.71s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.61s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateLabels (0.16s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateRM (0.30s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.16s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.33s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.68s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.18s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.38s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.82s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.16s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (6.85s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.12s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.10s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (6.60s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsCopy (4.33s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.37s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.06s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.71s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.54s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.12s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.89s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsFilters (4.14s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsFormat (3.89s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.15s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsRename (2.05s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsResize (7.22s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.30s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.19s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.38s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsUntag (2.73s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.30s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.66s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.66s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.71s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.82s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.68s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.74s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.59s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.91s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestExecInspectID (4.30s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.05s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.04s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.73s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.74s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.70s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.74s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.80s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.11s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.88s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.27s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.55s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.95s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.60s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.89s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.05s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.53s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestImportBadURL (2.35s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.15s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.90s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.91s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.91s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectDefault (1.93s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectHistory (3.66s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.89s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.80s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.16s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.92s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.85s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.87s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectStatus (2.28s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.61s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.96s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.90s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.87s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.86s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.03s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.86s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-02T20:40:55.363Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-02T20:40:55.363Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.62s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.66s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.28s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.15s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.99s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.14s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.15s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.40s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.32s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.15s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.98s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.00s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsSince (8.55s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsTail (2.40s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.19s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.97s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.84s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.81s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPsByOrder (7.09s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.74s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (11.95s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.26s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.23s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.06s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (11.00s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.84s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.37s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.04s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.70s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.45s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.74s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.04s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (15.41s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.19s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.16s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.65s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.71s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.44s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.53s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.26s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (11.89s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.37s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.62s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.43s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (9.12s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.31s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.58s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRmiTag (0.61s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.02s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.23s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.19s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (3.85s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.62s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.85s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.34s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.09s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.92s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.91s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.94s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.98s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.71s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.71s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.98s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.04s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.96s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.89s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.62s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.53s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.92s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.93s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.89s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.92s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunExitCode (1.97s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.95s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.91s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.03s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.22s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.98s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.47s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.19s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.15s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.48s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-02T20:40:55.364Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-02T20:40:55.364Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.30s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.21s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.96s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.86s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.68s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.40s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.87s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunRm (2.00s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.14s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.91s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.86s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.19s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.98s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.71s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.36s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.89s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.86s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.63s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.59s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.79s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.02s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.10s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (7.20s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.05s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.92s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.29s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.36s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.90s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.75s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.37s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.44s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.65s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.64s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.77s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.31s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.68s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.90s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.05s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.82s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.25s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.12s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.18s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.30s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.25s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.21s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.47s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.34s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.34s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (11.27s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.53s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.74s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.24s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.24s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.72s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-09-02T20:40:55.365Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.28s) [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-09-02T20:40:55.365Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.365Z] --- PASS: TestDockerRegistrySuite (0.15s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:40:55.365Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-09-02T20:40:55.366Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:40:55.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-09-02T20:40:55.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-09-02T20:40:55.366Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-09-02T20:40:55.366Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-09-02T20:40:55.366Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-09-02T20:40:55.366Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-09-02T20:40:55.366Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-09-02T20:40:55.366Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-09-02T20:40:55.366Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-09-02T20:40:55.366Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-02T20:40:55.366Z] === RUN TestDockerRegistryAuthTokenSuite [2021-09-02T20:40:55.366Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-09-02T20:40:55.366Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-09-02T20:40:55.366Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-09-02T20:40:55.366Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-09-02T20:40:55.366Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-09-02T20:40:55.366Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-02T20:40:55.366Z] === RUN TestDockerDaemonSuite [2021-09-02T20:40:55.366Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-09-02T20:40:55.366Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-09-02T20:40:55.366Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-09-02T20:40:55.366Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-02T20:40:55.366Z] === RUN TestDockerSwarmSuite [2021-09-02T20:40:55.366Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-09-02T20:40:55.366Z] === RUN TestDockerPluginSuite [2021-09-02T20:40:55.366Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-09-02T20:40:55.366Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-09-02T20:40:55.366Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-09-02T20:40:55.366Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-09-02T20:40:55.366Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-09-02T20:40:55.366Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-09-02T20:40:55.366Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-09-02T20:40:55.366Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-09-02T20:40:55.366Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-09-02T20:40:55.366Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-09-02T20:40:55.366Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-09-02T20:40:55.366Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-02T20:40:55.366Z] === RUN TestDockerExternalVolumeSuite [2021-09-02T20:40:55.366Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-09-02T20:40:55.366Z] === RUN TestDockerNetworkSuite [2021-09-02T20:40:55.366Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-09-02T20:40:55.366Z] === RUN TestDockerHubPullSuite [2021-09-02T20:40:55.366Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-09-02T20:40:55.366Z] PASS [2021-09-02T20:40:55.366Z] ok github.com/docker/docker/integration-cli 2231.814s [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === Skipped [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-09-02T20:40:55.366Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-02T20:40:55.366Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-09-02T20:40:55.366Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-09-02T20:40:55.366Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-09-02T20:40:55.366Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-09-02T20:40:55.366Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-09-02T20:40:55.366Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-09-02T20:40:55.366Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-09-02T20:40:55.366Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-09-02T20:40:55.366Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-02T20:40:55.366Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-02T20:40:55.366Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-02T20:40:55.366Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-02T20:40:55.366Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-09-02T20:40:55.366Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-02T20:40:55.366Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-02T20:40:55.366Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-02T20:40:55.366Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-02T20:40:55.366Z] [2021-09-02T20:40:55.366Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-02T20:40:55.366Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.367Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-02T20:40:55.367Z] [2021-09-02T20:40:55.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.35s) [2021-09-02T20:40:55.367Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-02T20:40:55.367Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.35s) [2021-09-02T20:40:55.367Z] [2021-09-02T20:40:55.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-02T20:40:55.367Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.367Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-02T20:40:55.367Z] [2021-09-02T20:40:55.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2021-09-02T20:40:55.367Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.367Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2021-09-02T20:40:55.367Z] [2021-09-02T20:40:55.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-02T20:40:55.367Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.367Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-02T20:40:55.367Z] [2021-09-02T20:40:55.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-02T20:40:55.367Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.367Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-02T20:40:55.367Z] [2021-09-02T20:40:55.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-02T20:40:55.367Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.367Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-02T20:40:55.367Z] [2021-09-02T20:40:55.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-02T20:40:55.367Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.367Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-02T20:40:55.367Z] [2021-09-02T20:40:55.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-09-02T20:40:55.367Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.367Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-09-02T20:40:55.367Z] [2021-09-02T20:40:55.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-02T20:40:55.367Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.367Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-02T20:40:55.367Z] [2021-09-02T20:40:55.467Z] === RUN TestDockerSuite/TestCommitHardlink [2021-09-02T20:40:55.467Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.467Z] === RUN TestDockerSuite/TestCommitNewFile [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.27s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.27s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.52s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.52s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.74s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.74s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.51s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.51s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.28s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.28s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-09-02T20:40:55.825Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-09-02T20:40:55.825Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.825Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-09-02T20:40:55.825Z] [2021-09-02T20:40:55.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.24s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.24s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.03s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.29s) [2021-09-02T20:40:55.826Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.27s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.27s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.28s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.28s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.25s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.25s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.25s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.25s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.26s) [2021-09-02T20:40:55.826Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.26s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-09-02T20:40:55.826Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-02T20:40:55.826Z] docker_cli_sni_test.go:18: Flakey test [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-09-02T20:40:55.826Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-09-02T20:40:55.826Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-09-02T20:40:55.826Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-02T20:40:55.826Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-09-02T20:40:55.826Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-02T20:40:55.826Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-02T20:40:55.826Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-02T20:40:55.826Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-09-02T20:40:55.826Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-02T20:40:55.826Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-02T20:40:55.826Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-02T20:40:55.826Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-02T20:40:55.826Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-09-02T20:40:55.826Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-02T20:40:55.826Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-02T20:40:55.826Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-02T20:40:55.826Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.826Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-02T20:40:55.826Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-02T20:40:55.827Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-02T20:40:55.827Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-02T20:40:55.827Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-02T20:40:55.827Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-09-02T20:40:55.827Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2021-09-02T20:40:55.827Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-09-02T20:40:55.827Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-09-02T20:40:55.827Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-09-02T20:40:55.827Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2021-09-02T20:40:55.827Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2021-09-02T20:40:55.827Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-09-02T20:40:55.827Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-09-02T20:40:55.827Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-02T20:40:55.827Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-09-02T20:40:55.827Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-02T20:40:55.827Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-02T20:40:55.827Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-02T20:40:55.827Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-02T20:40:55.827Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-02T20:40:55.827Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-02T20:40:55.827Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-09-02T20:40:55.827Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-02T20:40:55.827Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-09-02T20:40:55.827Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-02T20:40:55.827Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-09-02T20:40:55.827Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2021-09-02T20:40:55.827Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2021-09-02T20:40:55.827Z] [2021-09-02T20:40:55.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2021-09-02T20:40:55.827Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.827Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-02T20:40:55.828Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-02T20:40:55.828Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-02T20:40:55.828Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-02T20:40:55.828Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-02T20:40:55.828Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-02T20:40:55.828Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-02T20:40:55.828Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2021-09-02T20:40:55.828Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-09-02T20:40:55.828Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-09-02T20:40:55.828Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-09-02T20:40:55.828Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-02T20:40:55.828Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-02T20:40:55.828Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-02T20:40:55.828Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-09-02T20:40:55.828Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-09-02T20:40:55.828Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2021-09-02T20:40:55.828Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2021-09-02T20:40:55.828Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-02T20:40:55.828Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.828Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-02T20:40:55.828Z] [2021-09-02T20:40:55.828Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2021-09-02T20:40:55.828Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-09-02T20:40:55.829Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-02T20:40:55.829Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-09-02T20:40:55.829Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-02T20:40:55.829Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-02T20:40:55.829Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-09-02T20:40:55.829Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-02T20:40:55.829Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-02T20:40:55.829Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:40:55.829Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-02T20:40:55.829Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-02T20:40:55.829Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-02T20:40:55.829Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-09-02T20:40:55.829Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-09-02T20:40:55.829Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2021-09-02T20:40:55.829Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-09-02T20:40:55.829Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-02T20:40:55.829Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-09-02T20:40:55.829Z] [2021-09-02T20:40:55.829Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-02T20:40:55.829Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.829Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-09-02T20:40:55.830Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.830Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-02T20:40:55.830Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.830Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-02T20:40:55.830Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2021-09-02T20:40:55.831Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.831Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-02T20:40:55.831Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.831Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-02T20:40:55.831Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-09-02T20:40:55.832Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-09-02T20:40:55.832Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2021-09-02T20:40:55.832Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-09-02T20:40:55.832Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-02T20:40:55.832Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-09-02T20:40:55.832Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-02T20:40:55.832Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-02T20:40:55.832Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-02T20:40:55.832Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:55.832Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-02T20:40:55.832Z] [2021-09-02T20:40:55.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:40:56.289Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.289Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:40:56.289Z] [2021-09-02T20:40:56.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:40:56.289Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.289Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:40:56.289Z] [2021-09-02T20:40:56.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:40:56.289Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.289Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:40:56.289Z] [2021-09-02T20:40:56.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:40:56.289Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.289Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:40:56.289Z] [2021-09-02T20:40:56.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-02T20:40:56.289Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.289Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-02T20:40:56.289Z] [2021-09-02T20:40:56.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-02T20:40:56.289Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.289Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-02T20:40:56.289Z] [2021-09-02T20:40:56.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-02T20:40:56.289Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.289Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-02T20:40:56.289Z] [2021-09-02T20:40:56.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-02T20:40:56.289Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.289Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-02T20:40:56.289Z] [2021-09-02T20:40:56.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.290Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-02T20:40:56.290Z] [2021-09-02T20:40:56.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-02T20:40:56.290Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-09-02T20:40:56.291Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] DONE 1092 tests, 546 skipped in 2239.403s [2021-09-02T20:40:56.291Z] INFO: Integration tests ended at 09/02/2021 20:40:55. Duration:00:37:19.5398224 [2021-09-02T20:40:56.291Z] INFO: Docker info of the daemon under test at end of run [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] Containers: 2 [2021-09-02T20:40:56.291Z] Running: 0 [2021-09-02T20:40:56.291Z] Paused: 0 [2021-09-02T20:40:56.291Z] Stopped: 2 [2021-09-02T20:40:56.291Z] Images: 18 [2021-09-02T20:40:56.291Z] Server Version: 0.0.0-dev [2021-09-02T20:40:56.291Z] Storage Driver: windowsfilter [2021-09-02T20:40:56.291Z] Windows: [2021-09-02T20:40:56.291Z] Logging Driver: json-file [2021-09-02T20:40:56.291Z] Plugins: [2021-09-02T20:40:56.291Z] Volume: local [2021-09-02T20:40:56.291Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-02T20:40:56.291Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-02T20:40:56.291Z] Swarm: inactive [2021-09-02T20:40:56.291Z] Default Isolation: process [2021-09-02T20:40:56.291Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-09-02T20:40:56.291Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-09-02T20:40:56.291Z] OSType: windows [2021-09-02T20:40:56.291Z] Architecture: x86_64 [2021-09-02T20:40:56.291Z] CPUs: 4 [2021-09-02T20:40:56.291Z] Total Memory: 32GiB [2021-09-02T20:40:56.291Z] Name: azwin-2-584c50 [2021-09-02T20:40:56.291Z] ID: XSYB:7X25:MJSA:JGT4:4TNV:C6BK:R2EU:SQPO:YMKY:CASE:LNCS:PC3M [2021-09-02T20:40:56.291Z] Docker Root Dir: D:\CI\PR-42674\18\daemon [2021-09-02T20:40:56.291Z] Debug Mode (client): false [2021-09-02T20:40:56.291Z] Debug Mode (server): true [2021-09-02T20:40:56.291Z] File Descriptors: -1 [2021-09-02T20:40:56.291Z] Goroutines: 17 [2021-09-02T20:40:56.291Z] System Time: 2021-09-02T20:40:56.0548672Z [2021-09-02T20:40:56.291Z] EventsListeners: 0 [2021-09-02T20:40:56.291Z] Registry: https://index.docker.io/v1/ [2021-09-02T20:40:56.291Z] Labels: [2021-09-02T20:40:56.291Z] Experimental: false [2021-09-02T20:40:56.291Z] Insecure Registries: [2021-09-02T20:40:56.291Z] 127.0.0.0/8 [2021-09-02T20:40:56.291Z] Live Restore Enabled: false [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] [2021-09-02T20:40:56.291Z] INFO: Stopping daemon under test [2021-09-02T20:40:56.748Z] SUCCESS: The process with PID 3356 (child process of PID 816) has been terminated. [2021-09-02T20:40:56.749Z] SUCCESS: The process with PID 816 (child process of PID 5544) has been terminated. [2021-09-02T20:40:56.749Z] INFO: Stop tailing logs of the daemon under tests [2021-09-02T20:40:56.749Z] INFO: executeCI.ps1 Completed successfully at 09/02/2021 20:40:56. [2021-09-02T20:40:56.749Z] INFO: Tidying up at end of run [2021-09-02T20:40:56.749Z] INFO: Saving daemon under test log (d:\CI\PR-42674\18\dut.out) to bundles\CIDUT.out [2021-09-02T20:40:56.749Z] INFO: Saving daemon under test log (d:\CI\PR-42674\18\dut.err) to bundles\CIDUT.err [2021-09-02T20:40:56.749Z] INFO: Saving containerd logs to bundles [2021-09-02T20:40:56.749Z] INFO: Nuke-Everything... [2021-09-02T20:40:56.749Z] INFO: Container count on control daemon to delete is 2 [2021-09-02T20:40:57.206Z] 1f7d9523f2df [2021-09-02T20:40:57.206Z] aeb1ec9fe614 [2021-09-02T20:40:57.206Z] INFO: Tidying pidfile d:\CI\PR-42674\18\docker.pid [2021-09-02T20:40:57.206Z] INFO: Nuking d:\CI [2021-09-02T20:41:01.348Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-09-02T20:41:01.349Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-02T20:41:01.349Z] === RUN TestDockerSuite/TestCommitTTY [2021-09-02T20:41:08.521Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-09-02T20:41:12.332Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-09-02T20:41:12.332Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-02T20:41:12.332Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-09-02T20:41:12.332Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-02T20:41:12.332Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-09-02T20:41:12.332Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-02T20:41:12.332Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-09-02T20:41:12.332Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-02T20:41:12.332Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-09-02T20:41:12.332Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-02T20:41:12.332Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-09-02T20:41:12.332Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-02T20:41:12.332Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-09-02T20:41:12.332Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-02T20:41:12.332Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-09-02T20:41:12.332Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-09-02T20:41:19.508Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-09-02T20:41:22.333Z] INFO: Zapped successfully [2021-09-02T20:41:22.333Z] [2021-09-02T20:41:22.333Z] INFO: executeCI.ps1 exiting at Thu Sep 2 20:41:20 CUT 2021. Duration 01:12:25.6458410 [2021-09-02T20:41:22.333Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-09-02T20:41:22.578Z] Recording test results [2021-09-02T20:41:26.707Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-09-02T20:41:26.707Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-02T20:41:26.707Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-09-02T20:41:28.928Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-09-02T20:41:28.929Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-02T20:41:28.929Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-09-02T20:41:28.929Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-02T20:41:28.929Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-09-02T20:41:28.929Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-02T20:41:28.929Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-09-02T20:41:29.525Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-09-02T20:41:30.999Z] Creating windowsRS5-integration-bundles.zip [2021-09-02T20:41:31.181Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-09-02T20:41:31.181Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-02T20:41:31.181Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-09-02T20:41:31.181Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [Pipeline] archiveArtifacts [2021-09-02T20:41:32.175Z] Archiving artifacts [2021-09-02T20:41:34.143Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-09-02T20:41:34.143Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-09-02T20:41:34.143Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-02T20:41:34.144Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-09-02T20:41:34.144Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-02T20:41:34.144Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-09-02T20:41:34.144Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-02T20:41:34.144Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-09-02T20:41:37.105Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-09-02T20:41:40.077Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-09-02T20:41:43.038Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-09-02T20:41:43.038Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-09-02T20:41:43.038Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-02T20:41:43.038Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-09-02T20:41:45.962Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42674/18/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-02T20:41:46.001Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-09-02T20:41:46.001Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-09-02T20:41:46.880Z] + make clean [2021-09-02T20:41:48.961Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-09-02T20:41:48.961Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-02T20:41:48.961Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-09-02T20:41:48.961Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-02T20:41:48.961Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-09-02T20:41:49.052Z] docker volume rm -f docker-dev-cache [2021-09-02T20:41:49.509Z] docker-dev-cache [Pipeline] deleteDir [2021-09-02T20:41:51.192Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-09-02T20:41:51.192Z] === RUN TestDockerSuite/TestContainerAPIKill [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-02T20:41:54.154Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-09-02T20:41:54.154Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-02T20:41:54.154Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-09-02T20:41:57.117Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-09-02T20:41:57.117Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-09-02T20:42:00.094Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-09-02T20:42:04.864Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-09-02T20:42:10.752Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-09-02T20:42:10.752Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-09-02T20:42:10.752Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-09-02T20:42:10.752Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-09-02T20:42:10.752Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-09-02T20:42:12.976Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-09-02T20:42:12.976Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-02T20:42:12.976Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-09-02T20:42:16.776Z] === RUN TestDockerSuite/TestContainerAPITop [2021-09-02T20:42:16.776Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-02T20:42:16.776Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-09-02T20:42:19.739Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-09-02T20:42:19.739Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-09-02T20:42:24.505Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-09-02T20:42:26.728Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-09-02T20:42:26.728Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-02T20:42:26.728Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-09-02T20:42:26.728Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-02T20:42:26.728Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-09-02T20:42:26.728Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-02T20:42:26.728Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-09-02T20:42:26.728Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-02T20:42:26.728Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-09-02T20:42:26.728Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-02T20:42:26.728Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-09-02T20:42:28.952Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-09-02T20:42:28.952Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-09-02T20:42:31.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-09-02T20:42:34.142Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-09-02T20:42:36.365Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-09-02T20:42:39.329Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000573d70_} [2021-09-02T20:42:41.554Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13324810709_c:\foo_false____} [2021-09-02T20:42:44.516Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13324810709_c:\foo_true____} [2021-09-02T20:42:46.738Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-09-02T20:42:46.738Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-02T20:42:46.738Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-09-02T20:42:46.738Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-09-02T20:42:46.738Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-09-02T20:42:46.738Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-09-02T20:42:46.738Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-09-02T20:42:46.738Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-09-02T20:42:46.738Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-09-02T20:42:47.208Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-09-02T20:42:47.208Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-09-02T20:42:47.208Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-09-02T20:42:47.208Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-09-02T20:42:47.208Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-09-02T20:42:47.208Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-02T20:42:47.208Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-09-02T20:42:47.208Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-02T20:42:47.208Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-09-02T20:42:47.208Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-02T20:42:47.208Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-09-02T20:42:47.208Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-02T20:42:47.208Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-09-02T20:42:47.208Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-02T20:42:47.208Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-09-02T20:42:50.169Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-09-02T20:42:50.169Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-02T20:42:50.169Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-09-02T20:42:50.169Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:42:50.169Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-09-02T20:42:50.169Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:42:50.169Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-09-02T20:42:50.169Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-02T20:42:50.169Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-09-02T20:42:50.169Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-02T20:42:50.169Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-09-02T20:42:50.169Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-02T20:42:50.169Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-09-02T20:42:50.169Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-02T20:42:50.169Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-09-02T20:42:50.169Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-02T20:42:50.169Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-09-02T20:42:50.169Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-02T20:42:50.169Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-09-02T20:42:50.169Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-02T20:42:50.169Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-09-02T20:42:50.169Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-02T20:42:50.169Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-09-02T20:42:50.169Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:42:50.169Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-09-02T20:42:50.169Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-02T20:42:50.169Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-09-02T20:42:53.135Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-09-02T20:42:53.135Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-09-02T20:42:53.135Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-02T20:42:53.135Z] === RUN TestDockerSuite/TestCpRelativePath [2021-09-02T20:42:55.357Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-09-02T20:42:55.357Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-02T20:42:55.357Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-09-02T20:42:55.357Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-02T20:42:55.828Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-09-02T20:42:55.828Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-02T20:42:55.828Z] === RUN TestDockerSuite/TestCpToCaseA [2021-09-02T20:43:00.597Z] === RUN TestDockerSuite/TestCpToCaseB [2021-09-02T20:43:02.821Z] === RUN TestDockerSuite/TestCpToCaseC [2021-09-02T20:43:02.821Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-02T20:43:02.821Z] === RUN TestDockerSuite/TestCpToCaseD [2021-09-02T20:43:02.821Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-02T20:43:02.821Z] === RUN TestDockerSuite/TestCpToCaseE [2021-09-02T20:43:13.267Z] === RUN TestDockerSuite/TestCpToCaseF [2021-09-02T20:43:13.267Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-02T20:43:13.267Z] === RUN TestDockerSuite/TestCpToCaseG [2021-09-02T20:43:13.267Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-02T20:43:13.267Z] === RUN TestDockerSuite/TestCpToCaseH [2021-09-02T20:43:21.962Z] === RUN TestDockerSuite/TestCpToCaseI [2021-09-02T20:43:21.962Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-02T20:43:21.962Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-09-02T20:43:21.962Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-02T20:43:21.962Z] === RUN TestDockerSuite/TestCpToDot [2021-09-02T20:43:24.924Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-09-02T20:43:24.924Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-02T20:43:24.924Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-09-02T20:43:24.924Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-02T20:43:24.924Z] === RUN TestDockerSuite/TestCpToStdout [2021-09-02T20:43:27.149Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-09-02T20:43:27.149Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:43:27.149Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-09-02T20:43:27.149Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-02T20:43:27.149Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-09-02T20:43:27.149Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-02T20:43:27.149Z] === RUN TestDockerSuite/TestCpVolumePath [2021-09-02T20:43:27.149Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-02T20:43:27.149Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-09-02T20:43:27.149Z] === RUN TestDockerSuite/TestCreateArgs [2021-09-02T20:43:27.620Z] === RUN TestDockerSuite/TestCreateByImageID [2021-09-02T20:43:29.845Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-09-02T20:43:32.068Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-09-02T20:43:32.538Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-09-02T20:43:32.538Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-09-02T20:43:34.109Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-09-02T20:43:35.099Z] === RUN TestDockerSuite/TestCreateLabels [2021-09-02T20:43:35.099Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-09-02T20:43:35.099Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-02T20:43:35.099Z] === RUN TestDockerSuite/TestCreateRM [2021-09-02T20:43:35.570Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-09-02T20:43:35.570Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-02T20:43:35.570Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-09-02T20:43:35.570Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-09-02T20:43:36.040Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-09-02T20:43:43.231Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-09-02T20:43:43.701Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-09-02T20:43:44.171Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-09-02T20:43:47.132Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-09-02T20:43:47.132Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-09-02T20:43:47.132Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-02T20:43:47.132Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-09-02T20:43:50.096Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-09-02T20:43:50.096Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-09-02T20:43:50.096Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-09-02T20:43:50.096Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-09-02T20:43:50.096Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-09-02T20:43:50.096Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-09-02T20:43:50.096Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-09-02T20:43:50.096Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-09-02T20:43:50.096Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestDevicePermissions [2021-09-02T20:43:50.096Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestDockerFails [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-09-02T20:43:50.096Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-09-02T20:43:50.096Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-09-02T20:43:50.096Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestEventsAttach [2021-09-02T20:43:50.096Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestEventsCommit [2021-09-02T20:43:50.096Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-02T20:43:50.096Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-09-02T20:43:52.319Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-09-02T20:43:55.279Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-09-02T20:43:57.503Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-09-02T20:44:06.191Z] === RUN TestDockerSuite/TestEventsCopy [2021-09-02T20:44:10.972Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-09-02T20:44:15.741Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-09-02T20:44:18.702Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-09-02T20:44:19.172Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-09-02T20:44:23.949Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-09-02T20:44:24.419Z] === RUN TestDockerSuite/TestEventsFilterType [2021-09-02T20:44:24.889Z] === RUN TestDockerSuite/TestEventsFilters [2021-09-02T20:44:30.794Z] === RUN TestDockerSuite/TestEventsFormat [2021-09-02T20:44:35.566Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-09-02T20:44:35.566Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-09-02T20:44:35.566Z] === RUN TestDockerSuite/TestEventsImageImport [2021-09-02T20:44:35.566Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-02T20:44:35.566Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-09-02T20:44:35.566Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-02T20:44:35.566Z] === RUN TestDockerSuite/TestEventsImagePull [2021-09-02T20:44:35.566Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-02T20:44:36.037Z] === RUN TestDockerSuite/TestEventsImageTag [2021-09-02T20:44:37.027Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-09-02T20:44:37.027Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-02T20:44:37.027Z] === RUN TestDockerSuite/TestEventsRename [2021-09-02T20:44:39.997Z] === RUN TestDockerSuite/TestEventsResize [2021-09-02T20:45:15.889Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-09-02T20:45:15.889Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-09-02T20:45:18.115Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-09-02T20:45:23.999Z] === RUN TestDockerSuite/TestEventsTop [2021-09-02T20:45:23.999Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-02T20:45:23.999Z] === RUN TestDockerSuite/TestEventsUntag [2021-09-02T20:45:26.221Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-09-02T20:45:30.068Z] === RUN TestDockerSuite/TestExec [2021-09-02T20:45:30.068Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:45:30.068Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-09-02T20:45:30.068Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-02T20:45:30.068Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-09-02T20:45:33.031Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-09-02T20:45:35.254Z] === RUN TestDockerSuite/TestExecAPIStart [2021-09-02T20:45:35.254Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:45:35.254Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-09-02T20:45:35.254Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:45:35.254Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-09-02T20:45:35.254Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-02T20:45:35.254Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-09-02T20:45:38.217Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-09-02T20:45:41.181Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-09-02T20:45:44.159Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-09-02T20:45:47.125Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-09-02T20:45:54.304Z] === RUN TestDockerSuite/TestExecCgroup [2021-09-02T20:45:54.304Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-02T20:45:54.304Z] === RUN TestDockerSuite/TestExecEnv [2021-09-02T20:45:54.304Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-02T20:45:54.304Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-09-02T20:45:54.304Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-02T20:45:54.304Z] === RUN TestDockerSuite/TestExecExitStatus [2021-09-02T20:45:57.274Z] === RUN TestDockerSuite/TestExecInspectID [2021-09-02T20:46:04.449Z] === RUN TestDockerSuite/TestExecInteractive [2021-09-02T20:46:04.449Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-02T20:46:04.449Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-09-02T20:46:04.449Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-02T20:46:04.449Z] === RUN TestDockerSuite/TestExecParseError [2021-09-02T20:46:04.449Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-02T20:46:04.449Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-09-02T20:46:04.449Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-02T20:46:04.449Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-09-02T20:46:04.449Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-02T20:46:04.449Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-09-02T20:46:09.219Z] === RUN TestDockerSuite/TestExecSetEnv [2021-09-02T20:46:09.219Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-02T20:46:09.219Z] === RUN TestDockerSuite/TestExecStartFails [2021-09-02T20:46:09.219Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-02T20:46:09.219Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-09-02T20:46:09.219Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-02T20:46:09.219Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-09-02T20:46:09.219Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-02T20:46:09.219Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-09-02T20:46:09.219Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-02T20:46:09.219Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-09-02T20:46:13.022Z] === RUN TestDockerSuite/TestExecUlimits [2021-09-02T20:46:13.022Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-02T20:46:13.022Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-09-02T20:46:20.201Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-09-02T20:46:20.201Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-02T20:46:20.201Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-09-02T20:46:20.201Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-02T20:46:20.201Z] === RUN TestDockerSuite/TestExecWithUser [2021-09-02T20:46:20.201Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-02T20:46:20.201Z] === RUN TestDockerSuite/TestGetContainerStats [2021-09-02T20:46:27.376Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-09-02T20:46:34.556Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-09-02T20:46:38.362Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-09-02T20:46:45.534Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-09-02T20:46:45.534Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:46:45.534Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-09-02T20:46:45.534Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-09-02T20:46:45.534Z] === RUN TestDockerSuite/TestHealth [2021-09-02T20:46:45.534Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-02T20:46:45.534Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-09-02T20:46:45.534Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-09-02T20:46:45.534Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-09-02T20:46:45.534Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-09-02T20:46:49.339Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-09-02T20:46:49.339Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-09-02T20:46:49.339Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-02T20:46:49.339Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-09-02T20:46:49.809Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-09-02T20:46:49.809Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-09-02T20:46:49.809Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-09-02T20:46:50.279Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-09-02T20:46:50.280Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-02T20:46:50.280Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-09-02T20:46:51.270Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-09-02T20:46:51.740Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-09-02T20:46:53.310Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-09-02T20:46:53.311Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-09-02T20:46:55.563Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-09-02T20:46:57.792Z] === RUN TestDockerSuite/TestImagesFormat [2021-09-02T20:46:57.792Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-09-02T20:46:57.792Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-02T20:46:57.792Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-09-02T20:47:01.602Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-09-02T20:47:01.602Z] === RUN TestDockerSuite/TestImportBadURL [2021-09-02T20:47:04.564Z] === RUN TestDockerSuite/TestImportDisplay [2021-09-02T20:47:04.564Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-02T20:47:04.564Z] === RUN TestDockerSuite/TestImportFile [2021-09-02T20:47:04.564Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-02T20:47:04.564Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-09-02T20:47:04.564Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-09-02T20:47:04.564Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-02T20:47:04.564Z] === RUN TestDockerSuite/TestImportGzipped [2021-09-02T20:47:04.564Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-02T20:47:04.564Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-09-02T20:47:04.564Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:47:04.564Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-09-02T20:47:04.564Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-02T20:47:04.564Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-09-02T20:47:04.564Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-02T20:47:04.564Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-09-02T20:47:04.564Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-02T20:47:04.564Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-09-02T20:47:04.564Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-09-02T20:47:04.564Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-02T20:47:04.564Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-09-02T20:47:04.564Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-02T20:47:04.564Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-09-02T20:47:06.787Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-09-02T20:47:09.748Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-09-02T20:47:09.748Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-02T20:47:09.748Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-09-02T20:47:09.748Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-02T20:47:09.748Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-09-02T20:47:09.748Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-09-02T20:47:09.748Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-02T20:47:09.748Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-09-02T20:47:11.974Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-09-02T20:47:11.974Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-09-02T20:47:14.935Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-09-02T20:47:14.935Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-02T20:47:14.935Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-09-02T20:47:14.935Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-02T20:47:14.935Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-09-02T20:47:14.935Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-02T20:47:14.935Z] === RUN TestDockerSuite/TestInspectDefault [2021-09-02T20:47:17.156Z] === RUN TestDockerSuite/TestInspectHistory [2021-09-02T20:47:21.925Z] === RUN TestDockerSuite/TestInspectImage [2021-09-02T20:47:21.925Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:47:21.925Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-09-02T20:47:21.925Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:47:21.925Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-09-02T20:47:21.925Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-02T20:47:21.925Z] === RUN TestDockerSuite/TestInspectInt64 [2021-09-02T20:47:24.156Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-09-02T20:47:26.379Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-09-02T20:47:26.850Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-09-02T20:47:29.072Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-09-02T20:47:32.035Z] === RUN TestDockerSuite/TestInspectPlugin [2021-09-02T20:47:32.035Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-02T20:47:32.035Z] === RUN TestDockerSuite/TestInspectRootFS [2021-09-02T20:47:32.035Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-09-02T20:47:35.009Z] === RUN TestDockerSuite/TestInspectStatus [2021-09-02T20:47:38.812Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-09-02T20:47:44.694Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-09-02T20:47:46.921Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-09-02T20:47:49.879Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-09-02T20:47:52.845Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-09-02T20:47:55.068Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-09-02T20:47:58.029Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-09-02T20:48:00.251Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLinksEnvs [2021-09-02T20:48:00.251Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-09-02T20:48:00.251Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-09-02T20:48:00.251Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-09-02T20:48:00.251Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-09-02T20:48:00.251Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-09-02T20:48:00.251Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-09-02T20:48:00.251Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-09-02T20:48:00.251Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-09-02T20:48:00.251Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-09-02T20:48:00.251Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-09-02T20:48:00.251Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-09-02T20:48:00.251Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-09-02T20:48:00.251Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-09-02T20:48:00.251Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-09-02T20:48:00.251Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-02T20:48:00.251Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-09-02T20:48:00.721Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-09-02T20:48:00.721Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-09-02T20:48:02.943Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-09-02T20:48:05.902Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-09-02T20:48:11.783Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-09-02T20:48:14.010Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-09-02T20:48:14.010Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-02T20:48:14.010Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-09-02T20:48:16.976Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-09-02T20:48:16.976Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-09-02T20:48:22.859Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-09-02T20:48:27.628Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-09-02T20:48:32.397Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-09-02T20:48:36.201Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-09-02T20:48:40.000Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-09-02T20:48:40.001Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-02T20:48:40.001Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-09-02T20:48:42.967Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-09-02T20:48:45.188Z] === RUN TestDockerSuite/TestLogsSince [2021-09-02T20:48:55.633Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-09-02T20:48:55.633Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-02T20:48:55.633Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-09-02T20:48:55.633Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-02T20:48:55.633Z] === RUN TestDockerSuite/TestLogsTail [2021-09-02T20:48:57.204Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-09-02T20:49:00.162Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestMountIntoProc [2021-09-02T20:49:02.385Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestMountIntoSys [2021-09-02T20:49:02.385Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestNetHostname [2021-09-02T20:49:02.385Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-09-02T20:49:02.385Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-09-02T20:49:02.385Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-09-02T20:49:02.385Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestPluginActive [2021-09-02T20:49:02.385Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-09-02T20:49:02.385Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-09-02T20:49:02.385Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-09-02T20:49:02.385Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-09-02T20:49:02.385Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-09-02T20:49:02.385Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-09-02T20:49:02.385Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-09-02T20:49:02.385Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-09-02T20:49:02.385Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-02T20:49:02.385Z] === RUN TestDockerSuite/TestPortHostBinding [2021-09-02T20:49:02.385Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-02T20:49:02.856Z] === RUN TestDockerSuite/TestPortList [2021-09-02T20:49:02.856Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-02T20:49:02.856Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-09-02T20:49:07.623Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-09-02T20:49:07.623Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:49:07.623Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-09-02T20:49:07.623Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-09-02T20:49:07.623Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-02T20:49:07.623Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-09-02T20:49:07.623Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-02T20:49:07.623Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-09-02T20:49:07.623Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-02T20:49:07.623Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-09-02T20:49:07.623Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-02T20:49:07.623Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-09-02T20:49:07.623Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-02T20:49:07.623Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-09-02T20:49:07.623Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-02T20:49:07.623Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-09-02T20:49:07.623Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-02T20:49:07.623Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-09-02T20:49:13.505Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-09-02T20:49:13.505Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-02T20:49:13.505Z] === RUN TestDockerSuite/TestPsByOrder [2021-09-02T20:49:23.955Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-09-02T20:49:23.955Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-02T20:49:23.955Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-09-02T20:49:34.401Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-09-02T20:49:49.366Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-09-02T20:49:49.366Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-09-02T20:49:49.366Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-02T20:49:49.366Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-09-02T20:49:49.366Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-09-02T20:49:49.366Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-09-02T20:49:54.136Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-09-02T20:50:02.808Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-09-02T20:50:07.572Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-09-02T20:50:07.572Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-02T20:50:07.572Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-09-02T20:50:07.572Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-02T20:50:07.572Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-09-02T20:50:13.450Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-09-02T20:50:13.450Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-02T20:50:13.450Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-09-02T20:50:13.450Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-02T20:50:13.450Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-09-02T20:50:13.450Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-02T20:50:13.450Z] === RUN TestDockerSuite/TestPsRightTagName [2021-09-02T20:50:13.450Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-02T20:50:13.450Z] === RUN TestDockerSuite/TestPsShowMounts [2021-09-02T20:50:22.124Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-09-02T20:50:22.124Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-02T20:50:22.125Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-09-02T20:50:23.693Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-09-02T20:50:23.693Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-02T20:50:23.693Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-09-02T20:50:24.681Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-09-02T20:50:25.669Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-09-02T20:50:25.669Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-02T20:50:25.669Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-09-02T20:50:31.551Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-09-02T20:50:37.435Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-09-02T20:50:39.684Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-09-02T20:51:05.006Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-09-02T20:51:05.006Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:51:05.006Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-09-02T20:51:13.678Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-09-02T20:51:14.147Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-09-02T20:51:14.147Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-09-02T20:51:14.616Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-09-02T20:51:21.788Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-09-02T20:51:26.552Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-09-02T20:51:26.552Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:51:26.552Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-09-02T20:51:32.429Z] === RUN TestDockerSuite/TestRmiBlank [2021-09-02T20:51:32.429Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-09-02T20:51:32.429Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-09-02T20:51:44.933Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-09-02T20:51:47.889Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-09-02T20:51:48.359Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-09-02T20:51:55.527Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-09-02T20:52:00.300Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-09-02T20:52:07.472Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-09-02T20:52:11.268Z] === RUN TestDockerSuite/TestRmiTag [2021-09-02T20:52:11.268Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-09-02T20:52:14.227Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-09-02T20:52:29.170Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-09-02T20:52:31.397Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-09-02T20:52:35.206Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-09-02T20:52:36.775Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-09-02T20:52:36.775Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-02T20:52:36.775Z] === RUN TestDockerSuite/TestRunAddHost [2021-09-02T20:52:36.775Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-02T20:52:36.775Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-09-02T20:52:36.775Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-02T20:52:36.775Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-09-02T20:52:36.775Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-02T20:52:36.775Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-09-02T20:52:36.775Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-02T20:52:36.775Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-09-02T20:52:36.775Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-02T20:52:36.775Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-09-02T20:52:36.775Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-02T20:52:36.775Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-09-02T20:52:38.350Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-09-02T20:52:38.350Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-02T20:52:38.350Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-09-02T20:52:38.350Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-02T20:52:38.350Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-09-02T20:52:44.236Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-09-02T20:52:47.196Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-09-02T20:52:49.420Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-09-02T20:52:51.638Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-09-02T20:52:54.606Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-09-02T20:52:54.606Z] === RUN TestDockerSuite/TestRunBindMounts [2021-09-02T20:53:00.487Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-09-02T20:53:00.487Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-02T20:53:00.487Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-09-02T20:53:00.487Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-02T20:53:00.487Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-09-02T20:53:00.487Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-02T20:53:00.487Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-09-02T20:53:00.487Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-02T20:53:00.487Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-09-02T20:53:00.487Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-02T20:53:00.487Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-09-02T20:53:00.487Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-02T20:53:00.487Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-09-02T20:53:00.487Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-02T20:53:00.487Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-09-02T20:53:00.487Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-02T20:53:00.487Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-09-02T20:53:00.487Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-02T20:53:00.487Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-09-02T20:53:00.487Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-02T20:53:00.487Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-09-02T20:53:00.487Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-02T20:53:00.487Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-09-02T20:53:02.711Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-09-02T20:53:02.711Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-02T20:53:02.711Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-09-02T20:53:04.930Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-09-02T20:53:04.930Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-02T20:53:04.930Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-09-02T20:53:04.930Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-02T20:53:04.930Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-09-02T20:53:07.151Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-09-02T20:53:07.151Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-02T20:53:07.151Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-09-02T20:53:07.151Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-02T20:53:07.151Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-09-02T20:53:07.151Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-02T20:53:07.151Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-09-02T20:53:07.151Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-02T20:53:07.151Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-09-02T20:53:07.151Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-02T20:53:07.151Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-09-02T20:53:07.151Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-02T20:53:07.151Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-09-02T20:53:07.151Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-02T20:53:07.151Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-09-02T20:53:08.719Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-09-02T20:53:11.675Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-09-02T20:53:13.895Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-09-02T20:53:13.895Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-02T20:53:13.895Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-09-02T20:53:13.895Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-02T20:53:13.895Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-09-02T20:53:13.895Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-02T20:53:13.895Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-09-02T20:53:16.115Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-09-02T20:53:16.115Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-02T20:53:16.115Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-09-02T20:53:16.115Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-02T20:53:16.115Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-09-02T20:53:16.115Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-02T20:53:16.115Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-09-02T20:53:16.115Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-02T20:53:16.584Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-09-02T20:53:18.152Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-09-02T20:53:24.027Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-09-02T20:53:24.027Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-02T20:53:24.027Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-09-02T20:53:24.027Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-02T20:53:24.027Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-09-02T20:53:24.027Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-02T20:53:24.027Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-09-02T20:53:24.027Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-02T20:53:24.027Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-09-02T20:53:24.027Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-02T20:53:24.027Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-09-02T20:53:24.027Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-02T20:53:24.027Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-09-02T20:53:26.247Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-09-02T20:53:26.247Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-02T20:53:26.247Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-09-02T20:53:26.716Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-09-02T20:53:26.716Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-02T20:53:26.716Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-09-02T20:53:28.949Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-09-02T20:53:31.909Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-09-02T20:53:31.909Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-02T20:53:31.909Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-09-02T20:53:34.137Z] === RUN TestDockerSuite/TestRunEnvironment [2021-09-02T20:53:34.137Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-02T20:53:34.137Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-09-02T20:53:34.137Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-02T20:53:34.137Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-09-02T20:53:34.137Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-02T20:53:34.137Z] === RUN TestDockerSuite/TestRunExitCode [2021-09-02T20:53:37.092Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-09-02T20:53:39.311Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-09-02T20:53:42.265Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-09-02T20:53:44.487Z] === RUN TestDockerSuite/TestRunExposePort [2021-09-02T20:53:44.487Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-09-02T20:53:44.487Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-02T20:53:44.487Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-09-02T20:53:44.487Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-02T20:53:44.487Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-09-02T20:53:44.487Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-02T20:53:44.487Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-09-02T20:53:44.487Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-02T20:53:44.487Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-02T20:53:44.487Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-02T20:53:44.487Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-09-02T20:53:44.487Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-02T20:53:44.487Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-09-02T20:53:44.487Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-02T20:53:44.487Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-09-02T20:53:49.255Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-09-02T20:53:49.255Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-02T20:53:49.255Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-09-02T20:53:49.255Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-09-02T20:53:49.255Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-02T20:53:49.255Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-09-02T20:53:49.255Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-02T20:53:49.255Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-09-02T20:53:49.255Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-02T20:53:49.255Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-09-02T20:53:49.255Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-02T20:53:49.255Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-09-02T20:53:56.445Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-09-02T20:53:56.445Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-02T20:53:56.445Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-09-02T20:53:57.433Z] === RUN TestDockerSuite/TestRunModeHostname [2021-09-02T20:53:57.433Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-02T20:53:57.433Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-09-02T20:53:57.433Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-02T20:53:57.433Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-09-02T20:53:57.433Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-02T20:53:57.433Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-09-02T20:53:57.433Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-02T20:53:57.433Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-09-02T20:53:57.433Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-02T20:53:57.433Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-09-02T20:53:57.433Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-02T20:53:57.433Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-09-02T20:53:57.433Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-02T20:53:57.433Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-09-02T20:53:57.433Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-02T20:53:57.433Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-09-02T20:53:57.433Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-02T20:53:57.433Z] === RUN TestDockerSuite/TestRunMount [2021-09-02T20:53:57.433Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-02T20:53:57.433Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-09-02T20:53:57.433Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-02T20:53:57.433Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-09-02T20:53:57.433Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-02T20:53:57.433Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-09-02T20:53:57.433Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-02T20:53:57.433Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-09-02T20:54:06.108Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-09-02T20:54:06.108Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-02T20:54:06.108Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-09-02T20:54:06.108Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-02T20:54:06.108Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-09-02T20:54:06.108Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-02T20:54:06.108Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-09-02T20:54:10.871Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-09-02T20:54:15.643Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-09-02T20:54:15.643Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-02T20:54:15.643Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-09-02T20:54:15.643Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-02T20:54:15.643Z] === RUN TestDockerSuite/TestRunNetHost [2021-09-02T20:54:15.643Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-02T20:54:15.643Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-09-02T20:54:15.643Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-02T20:54:15.643Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-09-02T20:54:15.643Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-02T20:54:15.643Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-09-02T20:54:15.643Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-02T20:54:15.643Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-09-02T20:54:15.643Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-02T20:54:15.643Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-09-02T20:54:15.643Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-02T20:54:15.643Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-09-02T20:54:15.643Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-02T20:54:15.643Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-09-02T20:54:15.643Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-09-02T20:54:17.211Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-09-02T20:54:18.781Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-09-02T20:54:20.349Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-09-02T20:54:21.339Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-09-02T20:54:24.295Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-09-02T20:54:24.295Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-02T20:54:24.295Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-09-02T20:54:24.295Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-02T20:54:24.295Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-09-02T20:54:24.295Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-02T20:54:24.295Z] === RUN TestDockerSuite/TestRunPortInUse [2021-09-02T20:54:24.295Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-02T20:54:24.295Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-09-02T20:54:24.295Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-02T20:54:24.295Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-09-02T20:54:24.295Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-02T20:54:24.295Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-09-02T20:54:24.295Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-02T20:54:24.295Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-09-02T20:54:24.295Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-02T20:54:24.295Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-02T20:54:27.262Z] === RUN TestDockerSuite/TestRunPublishPort [2021-09-02T20:54:27.262Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-02T20:54:27.262Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-09-02T20:54:27.262Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-02T20:54:27.262Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-09-02T20:54:27.262Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-02T20:54:27.262Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-09-02T20:54:27.262Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-02T20:54:27.262Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-09-02T20:54:27.262Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-02T20:54:27.262Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-09-02T20:54:37.702Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-09-02T20:54:37.702Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-02T20:54:37.702Z] === RUN TestDockerSuite/TestRunRm [2021-09-02T20:54:38.691Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-09-02T20:54:44.574Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-09-02T20:54:46.794Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-09-02T20:54:49.017Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-09-02T20:54:51.977Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-09-02T20:54:51.977Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-02T20:54:51.977Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-09-02T20:54:51.977Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-02T20:54:51.977Z] === RUN TestDockerSuite/TestRunState [2021-09-02T20:54:51.977Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-02T20:54:52.446Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-09-02T20:54:54.665Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-09-02T20:54:54.665Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-02T20:54:54.665Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-09-02T20:54:55.136Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-09-02T20:54:55.136Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-02T20:54:55.136Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-09-02T20:54:55.136Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-02T20:54:55.136Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-09-02T20:54:55.136Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-09-02T20:54:55.136Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-09-02T20:54:55.136Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-02T20:54:55.136Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-09-02T20:54:59.909Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-09-02T20:54:59.909Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-02T20:54:59.909Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-09-02T20:54:59.909Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-02T20:54:59.909Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-09-02T20:54:59.909Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-02T20:55:00.378Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-09-02T20:55:00.378Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-02T20:55:00.378Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-09-02T20:55:00.378Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-02T20:55:00.378Z] === RUN TestDockerSuite/TestRunUserByID [2021-09-02T20:55:00.378Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-02T20:55:00.378Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-09-02T20:55:00.378Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-02T20:55:00.378Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-09-02T20:55:00.378Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-02T20:55:00.378Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-09-02T20:55:00.378Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-02T20:55:00.378Z] === RUN TestDockerSuite/TestRunUserByName [2021-09-02T20:55:00.378Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-02T20:55:00.378Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-09-02T20:55:02.613Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-09-02T20:55:02.613Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-02T20:55:02.613Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-09-02T20:55:05.570Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-09-02T20:55:05.570Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-02T20:55:05.570Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-09-02T20:55:05.570Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-02T20:55:05.570Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-09-02T20:55:08.529Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-09-02T20:55:17.207Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-09-02T20:55:21.980Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-09-02T20:55:29.149Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-09-02T20:55:29.149Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-02T20:55:29.149Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-09-02T20:55:29.149Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-09-02T20:55:32.106Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-09-02T20:55:34.328Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-09-02T20:55:37.287Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-09-02T20:55:37.287Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-02T20:55:37.287Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-09-02T20:55:37.287Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-09-02T20:55:37.287Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-09-02T20:55:37.287Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-02T20:55:37.287Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-09-02T20:55:37.287Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-02T20:55:37.287Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-09-02T20:55:37.287Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-02T20:55:37.287Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-09-02T20:55:37.287Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-02T20:55:37.287Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-09-02T20:55:37.287Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-02T20:55:37.287Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-09-02T20:55:41.085Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-09-02T20:55:42.074Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-09-02T20:55:43.641Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-09-02T20:55:49.516Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-09-02T20:55:49.516Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-09-02T20:55:49.516Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-09-02T20:55:49.516Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-09-02T20:55:49.516Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-09-02T20:55:49.516Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-09-02T20:55:49.516Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-09-02T20:55:49.516Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestSaveImageId [2021-09-02T20:55:49.516Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-09-02T20:55:49.516Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-09-02T20:55:49.516Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-09-02T20:55:49.516Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-09-02T20:55:49.516Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-09-02T20:55:49.516Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-09-02T20:55:49.516Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-09-02T20:55:49.516Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-09-02T20:55:49.516Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-02T20:55:49.516Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-09-02T20:55:51.083Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-09-02T20:55:51.553Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-09-02T20:55:52.022Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-09-02T20:55:52.022Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-09-02T20:55:53.733Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-09-02T20:56:00.908Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-09-02T20:56:00.908Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-02T20:56:00.908Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-09-02T20:56:09.576Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-09-02T20:56:09.576Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-02T20:56:09.576Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-09-02T20:56:14.343Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-09-02T20:56:14.343Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-02T20:56:14.343Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-09-02T20:56:14.343Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-02T20:56:14.343Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-09-02T20:56:14.343Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-02T20:56:14.343Z] === RUN TestDockerSuite/TestStartRecordError [2021-09-02T20:56:14.343Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-02T20:56:14.343Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-09-02T20:56:21.534Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-09-02T20:56:21.534Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-02T20:56:21.534Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-09-02T20:56:21.534Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-02T20:56:21.534Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-09-02T20:56:21.534Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-02T20:56:21.534Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-09-02T20:56:21.534Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-02T20:56:21.534Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-09-02T20:56:21.534Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-02T20:56:21.534Z] === RUN TestDockerSuite/TestStatsNoStream [2021-09-02T20:56:21.534Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-02T20:56:21.534Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-09-02T20:56:24.491Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-09-02T20:56:27.450Z] === RUN TestDockerSuite/TestTopPrivileged [2021-09-02T20:56:27.450Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-02T20:56:27.450Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-09-02T20:56:30.407Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-09-02T20:56:30.407Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-02T20:56:30.407Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-09-02T20:56:30.407Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-02T20:56:30.407Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-09-02T20:56:30.407Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-02T20:56:30.407Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-09-02T20:56:30.407Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-02T20:56:30.407Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-09-02T20:56:30.407Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-02T20:56:30.407Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-09-02T20:56:30.407Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-02T20:56:30.407Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-09-02T20:56:45.361Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-09-02T20:56:45.831Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-09-02T20:56:45.831Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-09-02T20:56:45.831Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-02T20:56:45.831Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-09-02T20:56:46.300Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-09-02T20:56:46.300Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-09-02T20:56:46.300Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-09-02T20:56:49.259Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-09-02T20:56:49.259Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-09-02T20:56:52.230Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-09-02T20:56:52.230Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-09-02T20:56:52.699Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-09-02T20:56:52.699Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-09-02T20:56:53.169Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-09-02T20:57:01.842Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-09-02T20:57:01.842Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-02T20:57:01.842Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-09-02T20:57:01.842Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-09-02T20:57:01.842Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-09-02T20:57:01.842Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-02T20:57:01.842Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-09-02T20:57:09.021Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-09-02T20:57:09.492Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-09-02T20:57:09.961Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-09-02T20:57:20.396Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-09-02T20:57:20.396Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-02T20:57:20.396Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite (2181.82s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.68s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.18s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.52s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (85.86s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.84s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.02s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.70s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (4.75s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (4.83s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (66.76s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.49s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.20s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.75s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.76s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.93s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.37s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.58s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.48s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.52s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.90s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.08s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.43s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.43s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.48s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAddTar (31.41s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (15.86s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.57s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.44s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.20s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.80s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.18s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.64s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (6.84s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.70s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.61s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.53s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (21.45s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.71s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.57s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.17s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.59s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.15s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.27s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.82s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCmd (0.50s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.47s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.48s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.96s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.97s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.04s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.45s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.84s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.84s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.43s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.81s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.56s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.27s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (27.82s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.54s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.48s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.27s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.47s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (21.21s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.68s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.34s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (15.13s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.43s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.61s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.64s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.00s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.03s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerignore (44.87s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.30s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (50.41s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.38s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.63s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (17.32s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.70s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.18s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (31.57s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.60s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.19s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (74.46s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.34s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.54s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.45s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.51s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.57s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.82s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.89s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.46s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.89s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (3.97s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.11s) [2021-09-02T20:57:20.865Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.54s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-02T20:57:20.865Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildFails (2.59s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.05s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.92s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.15s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.40s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.19s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.04s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.59s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.48s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.94s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildHistory (10.00s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.86s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.79s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.66s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.09s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildLabel (0.89s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.58s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.89s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.55s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildLabels (0.88s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.37s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.11s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.50s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.56s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.78s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (14.49s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.61s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (30.71s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (14.29s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.81s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.56s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.76s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (15.61s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.03s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.59s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.03s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.10s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.53s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.11s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.87s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.84s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.23s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.53s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.41s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.86s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.84s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (6.97s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.07s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.99s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.05s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.92s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (37.17s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (16.95s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildRm (10.17s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.90s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.25s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.65s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.75s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.12s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (14.62s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.60s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.58s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.67s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.26s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.86s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildStderr (3.53s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (15.84s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.21s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.20s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.70s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.28s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.33s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.49s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.95s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.58s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.76s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.09s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.12s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.34s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.02s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.74s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.33s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.28s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.29s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.15s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.41s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.75s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.59s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestCommitChange (4.64s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.31s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.75s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestCommitTTY (6.80s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.78s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.11s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.73s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.86s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.62s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.52s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.59s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.08s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (3.05s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.06s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.08s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.55s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.60s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.63s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.14s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.23s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.56s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.95s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.45s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.09s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.51s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.77s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (3.05s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.45s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.56s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.80s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.25s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.63s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.62s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.65s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.57s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000573d70_} (2.60s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13324810709_c:\foo_false____} (2.57s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13324810709_c:\foo_true____} (2.57s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.36s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.08s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.08s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-02T20:57:20.866Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.68s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-02T20:57:20.866Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.65s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.69s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.85s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.19s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.55s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.55s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCpToDot (2.62s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCpToStdout (2.62s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.19s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateArgs (0.18s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.09s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.56s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.18s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.85s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.62s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateLabels (0.19s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateRM (0.35s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.19s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.39s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.22s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.22s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.39s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.84s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.19s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.71s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.15s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.20s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.62s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.62s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.78s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsCopy (4.02s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.52s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.67s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.68s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.51s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.62s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.82s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsFilters (5.34s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsFormat (5.21s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.05s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.13s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsRename (2.65s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsResize (32.87s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.58s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.13s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.98s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsUntag (2.71s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.27s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.59s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.60s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.63s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.06s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.08s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.62s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.23s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestExecExitStatus (3.28s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestExecInspectID (7.24s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.52s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.57s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.83s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.93s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.41s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.93s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.73s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.13s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.44s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.05s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.27s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.58s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.95s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.60s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.23s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.97s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.51s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestImagesFormat (0.17s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.58s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestImportBadURL (2.41s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.05s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.54s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.53s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.54s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.15s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.58s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectDefault (2.52s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectHistory (4.18s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.51s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.60s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.15s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.05s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.10s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectStatus (3.14s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.57s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.08s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.63s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.07s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.51s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.49s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.55s) [2021-09-02T20:57:20.867Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-02T20:57:20.867Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.60s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.59s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.71s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.56s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.12s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.89s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.96s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.99s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.13s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.95s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.64s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.53s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsSince (8.98s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsTail (2.84s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.63s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.65s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.06s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-02T20:57:20.868Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-09-02T20:57:20.868Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.05s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestPsByOrder (10.59s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.58s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.93s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.28s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.76s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.89s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.68s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.63s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.40s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.76s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.47s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.59s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.60s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (22.33s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (11.95s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.18s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.68s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (6.55s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.78s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.46s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRmiBlank (0.05s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.28s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.93s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.03s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.58s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.39s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.72s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.77s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.40s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRmiTag (0.58s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.66s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.53s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.43s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.45s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.04s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.96s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-02T20:57:21.338Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.11s) [2021-09-02T20:57:21.338Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.19s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.51s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.53s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.53s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.20s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.56s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.81s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.72s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.68s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.62s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.51s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.52s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.54s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.90s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.53s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.13s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.53s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.52s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.55s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunExitCode (2.55s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.55s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.52s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.60s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.60s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.65s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.59s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.74s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.39s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.50s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.35s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.28s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.59s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.61s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.31s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.79s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.03s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.23s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunRm (2.57s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.53s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.59s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.14s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.07s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.57s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.30s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.14s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.79s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.55s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.49s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.22s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.79s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.12s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.77s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.28s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.58s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.65s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.52s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.50s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.60s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.09s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.25s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.20s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.63s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.26s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.05s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.70s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.54s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.62s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.09s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.04s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.24s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.11s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.17s) [2021-09-02T20:57:21.339Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.28s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.25s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.83s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.77s) [2021-09-02T20:57:21.339Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.33s) [2021-09-02T20:57:21.340Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.34s) [2021-09-02T20:57:21.340Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2021-09-02T20:57:21.340Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2021-09-02T20:57:21.340Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.29s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-02T20:57:21.340Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.55s) [2021-09-02T20:57:21.340Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.17s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-02T20:57:21.340Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.20s) [2021-09-02T20:57:21.340Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.23s) [2021-09-02T20:57:21.340Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2021-09-02T20:57:21.340Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.84s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-02T20:57:21.340Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.33s) [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-09-02T20:57:21.340Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] --- PASS: TestDockerRegistrySuite (0.13s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-09-02T20:57:21.340Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-09-02T20:57:21.340Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-09-02T20:57:21.340Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-09-02T20:57:21.340Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-09-02T20:57:21.340Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-09-02T20:57:21.340Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-09-02T20:57:21.340Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-09-02T20:57:21.340Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-09-02T20:57:21.340Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistryAuthTokenSuite [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-09-02T20:57:21.340Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-09-02T20:57:21.340Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-09-02T20:57:21.340Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-09-02T20:57:21.340Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-09-02T20:57:21.340Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-02T20:57:21.340Z] === RUN TestDockerDaemonSuite [2021-09-02T20:57:21.340Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-09-02T20:57:21.340Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-09-02T20:57:21.340Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-09-02T20:57:21.340Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.340Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-02T20:57:21.340Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-02T20:57:21.340Z] === RUN TestDockerSwarmSuite [2021-09-02T20:57:21.340Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-09-02T20:57:21.340Z] === RUN TestDockerPluginSuite [2021-09-02T20:57:21.341Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-09-02T20:57:21.341Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-09-02T20:57:21.341Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-09-02T20:57:21.341Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-09-02T20:57:21.341Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-09-02T20:57:21.341Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-09-02T20:57:21.341Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-09-02T20:57:21.341Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-09-02T20:57:21.341Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-09-02T20:57:21.341Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-09-02T20:57:21.341Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-09-02T20:57:21.341Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-02T20:57:21.341Z] === RUN TestDockerExternalVolumeSuite [2021-09-02T20:57:21.341Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-09-02T20:57:21.341Z] === RUN TestDockerNetworkSuite [2021-09-02T20:57:21.341Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-09-02T20:57:21.341Z] === RUN TestDockerHubPullSuite [2021-09-02T20:57:21.341Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-09-02T20:57:21.341Z] PASS [2021-09-02T20:57:21.341Z] ok github.com/docker/docker/integration-cli 2182.167s [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === Skipped [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-02T20:57:21.341Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-02T20:57:21.341Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-02T20:57:21.341Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-02T20:57:21.341Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-02T20:57:21.341Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-02T20:57:21.341Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-02T20:57:21.341Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2021-09-02T20:57:21.341Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-09-02T20:57:21.341Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-02T20:57:21.341Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2021-09-02T20:57:21.341Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-02T20:57:21.341Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-02T20:57:21.341Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2021-09-02T20:57:21.341Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-09-02T20:57:21.341Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.57s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.57s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.80s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.80s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.57s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.57s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.31s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-09-02T20:57:21.341Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-02T20:57:21.341Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.341Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-02T20:57:21.341Z] [2021-09-02T20:57:21.341Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.34s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.34s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-09-02T20:57:21.342Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.30s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.30s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.29s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.29s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.29s) [2021-09-02T20:57:21.342Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-09-02T20:57:21.342Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-02T20:57:21.342Z] docker_cli_sni_test.go:18: Flakey test [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2021-09-02T20:57:21.342Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-02T20:57:21.342Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.342Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-02T20:57:21.342Z] [2021-09-02T20:57:21.342Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-02T20:57:21.342Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2021-09-02T20:57:21.343Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-02T20:57:21.343Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-02T20:57:21.343Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-02T20:57:21.343Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-02T20:57:21.343Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-02T20:57:21.343Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-02T20:57:21.343Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-02T20:57:21.343Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-02T20:57:21.343Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.343Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-02T20:57:21.343Z] [2021-09-02T20:57:21.343Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-02T20:57:21.343Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-02T20:57:21.344Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-02T20:57:21.344Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-02T20:57:21.344Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-02T20:57:21.344Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-02T20:57:21.344Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-02T20:57:21.344Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-02T20:57:21.344Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-02T20:57:21.344Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-02T20:57:21.344Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-09-02T20:57:21.344Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-02T20:57:21.344Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-02T20:57:21.344Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-02T20:57:21.344Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-02T20:57:21.344Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.344Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-02T20:57:21.344Z] [2021-09-02T20:57:21.344Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-02T20:57:21.344Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-02T20:57:21.345Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-09-02T20:57:21.345Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-09-02T20:57:21.345Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-02T20:57:21.345Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-02T20:57:21.345Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-02T20:57:21.345Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2021-09-02T20:57:21.345Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-02T20:57:21.345Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:57:21.345Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-02T20:57:21.345Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.345Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-02T20:57:21.345Z] [2021-09-02T20:57:21.345Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-02T20:57:21.815Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-02T20:57:21.815Z] [2021-09-02T20:57:21.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-02T20:57:21.815Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-02T20:57:21.815Z] [2021-09-02T20:57:21.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-02T20:57:21.815Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.815Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-02T20:57:21.815Z] [2021-09-02T20:57:21.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-09-02T20:57:21.815Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-02T20:57:21.815Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-09-02T20:57:21.815Z] [2021-09-02T20:57:21.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2021-09-02T20:57:21.815Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-09-02T20:57:21.815Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2021-09-02T20:57:21.815Z] [2021-09-02T20:57:21.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-02T20:57:21.815Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.815Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-02T20:57:21.815Z] [2021-09-02T20:57:21.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-02T20:57:21.815Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.815Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-02T20:57:21.815Z] [2021-09-02T20:57:21.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-02T20:57:21.816Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-02T20:57:21.816Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.816Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-02T20:57:21.816Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.03s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.03s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.03s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.02s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-02T20:57:21.817Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.817Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-02T20:57:21.817Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2021-09-02T20:57:21.818Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.03s) [2021-09-02T20:57:21.818Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-02T20:57:21.818Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-02T20:57:21.818Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-02T20:57:21.818Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-02T20:57:21.818Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:57:21.818Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:57:21.818Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:57:21.818Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:57:21.818Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-02T20:57:21.818Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-02T20:57:21.818Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-02T20:57:21.818Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.818Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-02T20:57:21.818Z] [2021-09-02T20:57:21.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-02T20:57:21.818Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-02T20:57:21.819Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.819Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-02T20:57:21.819Z] [2021-09-02T20:57:21.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-02T20:57:21.820Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.820Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-02T20:57:21.820Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.820Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-02T20:57:21.820Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.820Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-02T20:57:21.820Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.820Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-02T20:57:21.820Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.820Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-02T20:57:21.820Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.820Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-02T20:57:21.820Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.820Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-02T20:57:21.820Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.820Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-02T20:57:21.820Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.820Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-02T20:57:21.820Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.820Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-09-02T20:57:21.820Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-09-02T20:57:21.820Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-09-02T20:57:21.820Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] DONE 1092 tests, 551 skipped in 2189.533s [2021-09-02T20:57:21.820Z] INFO: Integration tests ended at 09/02/2021 20:57:21. Duration:00:36:29.6382789 [2021-09-02T20:57:21.820Z] INFO: Docker info of the daemon under test at end of run [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] Containers: 2 [2021-09-02T20:57:21.820Z] Running: 0 [2021-09-02T20:57:21.820Z] Paused: 0 [2021-09-02T20:57:21.820Z] Stopped: 2 [2021-09-02T20:57:21.820Z] Images: 18 [2021-09-02T20:57:21.820Z] Server Version: 0.0.0-dev [2021-09-02T20:57:21.820Z] Storage Driver: windowsfilter [2021-09-02T20:57:21.820Z] Windows: [2021-09-02T20:57:21.820Z] Logging Driver: json-file [2021-09-02T20:57:21.820Z] Plugins: [2021-09-02T20:57:21.820Z] Volume: local [2021-09-02T20:57:21.820Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-02T20:57:21.820Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-02T20:57:21.820Z] Swarm: inactive [2021-09-02T20:57:21.820Z] Default Isolation: process [2021-09-02T20:57:21.820Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-02T20:57:21.820Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-02T20:57:21.820Z] OSType: windows [2021-09-02T20:57:21.820Z] Architecture: x86_64 [2021-09-02T20:57:21.820Z] CPUs: 4 [2021-09-02T20:57:21.820Z] Total Memory: 32GiB [2021-09-02T20:57:21.820Z] Name: azwin-2-bf8070 [2021-09-02T20:57:21.820Z] ID: OVVI:CGPG:6FHK:6GM4:QTNG:JVBC:VWGB:4ZKN:XHF2:ASJC:VPA2:7IUJ [2021-09-02T20:57:21.820Z] Docker Root Dir: D:\CI\PR-42674\18\daemon [2021-09-02T20:57:21.820Z] Debug Mode (client): false [2021-09-02T20:57:21.820Z] Debug Mode (server): true [2021-09-02T20:57:21.820Z] File Descriptors: -1 [2021-09-02T20:57:21.820Z] Goroutines: 46 [2021-09-02T20:57:21.820Z] System Time: 2021-09-02T20:57:21.7227498Z [2021-09-02T20:57:21.820Z] EventsListeners: 0 [2021-09-02T20:57:21.820Z] Registry: https://index.docker.io/v1/ [2021-09-02T20:57:21.820Z] Labels: [2021-09-02T20:57:21.820Z] Experimental: false [2021-09-02T20:57:21.820Z] Insecure Registries: [2021-09-02T20:57:21.820Z] 127.0.0.0/8 [2021-09-02T20:57:21.820Z] Live Restore Enabled: false [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] [2021-09-02T20:57:21.820Z] INFO: Stopping daemon under test [2021-09-02T20:57:22.289Z] SUCCESS: The process with PID 8584 (child process of PID 7196) has been terminated. [2021-09-02T20:57:22.289Z] SUCCESS: The process with PID 7196 (child process of PID 1708) has been terminated. [2021-09-02T20:57:22.289Z] INFO: Stop tailing logs of the daemon under tests [2021-09-02T20:57:22.289Z] INFO: executeCI.ps1 Completed successfully at 09/02/2021 20:57:21. [2021-09-02T20:57:22.289Z] INFO: Tidying up at end of run [2021-09-02T20:57:22.289Z] INFO: Saving daemon under test log (d:\CI\PR-42674\18\dut.out) to bundles\CIDUT.out [2021-09-02T20:57:22.289Z] INFO: Saving daemon under test log (d:\CI\PR-42674\18\dut.err) to bundles\CIDUT.err [2021-09-02T20:57:22.289Z] INFO: Saving containerd logs to bundles [2021-09-02T20:57:22.289Z] INFO: Nuke-Everything... [2021-09-02T20:57:22.289Z] INFO: Container count on control daemon to delete is 2 [2021-09-02T20:57:22.758Z] 721963e890e4 [2021-09-02T20:57:22.759Z] b8fd150015b6 [2021-09-02T20:57:22.759Z] INFO: Non-base image count on control daemon to delete is 1 [2021-09-02T20:57:29.934Z] Deleted: sha256:9a1c0a346483107618c2f6e12a57e7fcc875c1eb717b0e364719c8a15b3042a2 [2021-09-02T20:57:29.934Z] Deleted: sha256:ded1930bb8af26396d041b74c536f0a008984e1c8800c459a2da066b6b9440ad [2021-09-02T20:57:29.934Z] Deleted: sha256:e6cd228ed5587feb4b73d8314c32d681fc6377176d9f73a7e37eeedf04cb2673 [2021-09-02T20:57:29.934Z] Deleted: sha256:4af444b05dafcf54089dd89524adecdef7b6ec754d96ce39c2c0609ee3169833 [2021-09-02T20:57:29.934Z] Deleted: sha256:c58b293d2dcf7672cd50718c7f5c87e89b91a7670c9f8164c4ad5246eb3ac2e5 [2021-09-02T20:57:29.934Z] Deleted: sha256:d960ed455f6ef25936ae876fb48f7369296792003e9ec444c863edae653a45fa [2021-09-02T20:57:29.934Z] Deleted: sha256:aab021a534ed89beebcc3d9226121f0bddbdddcf330c99d17cce3535c73bcecf [2021-09-02T20:57:29.934Z] Deleted: sha256:3de9f04da232024e9f7624047b0a166181bd8145997be1115fe2efb82de93434 [2021-09-02T20:57:29.934Z] Deleted: sha256:5e41f1bc58c97a7216a3b63e722c710b0d57032a84ed120406607b72c933c4c2 [2021-09-02T20:57:29.934Z] Deleted: sha256:ae47c3bf34c8e8a76ed617c18ed9a495c5338d6fba1d3fff240383ec9e714fc4 [2021-09-02T20:57:29.934Z] Deleted: sha256:8d31bce05f45e66433a49a787b0a093c9c8149a3462c9fa9d7901e7bde438f96 [2021-09-02T20:57:29.934Z] Deleted: sha256:f32861774a1023dbf8488594791184a229b242166336e29e37b599b6113380cf [2021-09-02T20:57:29.934Z] Deleted: sha256:515f245ae0143b03c6f1f76c5560e45afd7a9e18794ef15f992506a29293ae0f [2021-09-02T20:57:29.934Z] Deleted: sha256:1724290e5cc4cd13ce9aa4aa41930bbc28bf4dec9bbdc3bae0d604d5f983b620 [2021-09-02T20:57:29.934Z] INFO: Tidying pidfile d:\CI\PR-42674\18\docker.pid [2021-09-02T20:57:29.934Z] INFO: Killing containerd with PID 5688 [2021-09-02T20:57:30.405Z] INFO: Nuking d:\CI [2021-09-02T20:57:48.233Z] INFO: Zapped successfully [2021-09-02T20:57:48.233Z] [2021-09-02T20:57:48.233Z] INFO: executeCI.ps1 exiting at Thu Sep 2 20:57:47 CUT 2021. Duration 01:04:53.8797135 [2021-09-02T20:57:48.233Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-09-02T20:57:48.483Z] Recording test results [2021-09-02T20:57:49.128Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-09-02T20:57:50.348Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2021-09-02T20:57:52.791Z] Archiving artifacts [2021-09-02T20:57:54.054Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42674/18/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-02T20:57:55.081Z] + make clean [2021-09-02T20:57:55.553Z] docker volume rm -f docker-dev-cache [2021-09-02T20:57:55.553Z] 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